ReferenceAssemblyAnnotator

IL weaver to add nullability annotations to .NET reference assemblies (by tunnelvisionlabs)

ReferenceAssemblyAnnotator Alternatives

Similar projects and alternatives to ReferenceAssemblyAnnotator

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better ReferenceAssemblyAnnotator alternative or higher similarity.

ReferenceAssemblyAnnotator reviews and mentions

Posts with mentions or reviews of ReferenceAssemblyAnnotator. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-08.
  • Why would you use Windows containers ?
    3 projects | /r/programming | 8 May 2023
    https://github.com/manuelroemer/Nullable (backport nullable attributes so you can use things like [NotNullWhen]). Alternatively, https://github.com/tunnelvisionlabs/ReferenceAssemblyAnnotator/ is even niftier, as it gives you .NET 5's annotations as well. So the compiler tells you whether a Dictionary.TryGetValue result is nullable or not based on annotations that didn't exist in .NET Standard 2.0.
  • Introducing: EasyCsv Dotnet
    2 projects | /r/csharp | 30 Mar 2023
    If you need the attributes, reference https://github.com/manuelroemer/Nullable or https://github.com/tunnelvisionlabs/ReferenceAssemblyAnnotator. The latter is bigger, but retroactively adds nullability annotations to runtime references (such as Dictionary.TryGetValue).
  • How to use C# 11 features in .NET 6 or older versions (even .NET Framework 2.0)
    3 projects | dev.to | 6 Feb 2023
    EDIT: A reader reached me about this cool package that partially solves this problem by injecting nullable reference type annotations in CLR's methods of some assemblies (check the docs for more details): ReferenceAssemblyAnnotator.
    1 project | /r/csharp | 6 Feb 2023
    This helps: https://github.com/tunnelvisionlabs/ReferenceAssemblyAnnotator
  • The MVVM Pattern revisited with the MVVM Community Toolkit 8.0
    1 project | /r/dotnet | 10 Aug 2022
    Can't use 6.0 on that solution because https://github.com/tunnelvisionlabs/ReferenceAssemblyAnnotator/issues/89. But I did try 6.0 on a smaller project, where indeed, the warning seems to only appear if I downgrade to the 5.0.400 SDK. With 6.0.400, I get… a build error instead. With that workaround, it works.
  • Is there a way to change my C# language version without editing the project file?
    7 projects | /r/csharp | 28 Jul 2022
    https://github.com/tunnelvisionlabs/ReferenceAssemblyAnnotator to get Nullable Reference Type annotations from .NET 5 backported to Fx
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 26 Apr 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Stats

Basic ReferenceAssemblyAnnotator repo stats
6
70
0.0
over 2 years ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com