project-system VS ReferenceAssemblyAnnotator

Compare project-system vs ReferenceAssemblyAnnotator and see what are their differences.

ReferenceAssemblyAnnotator

IL weaver to add nullability annotations to .NET reference assemblies (by jnm2)
InfluxDB - Power Real-Time Data Analytics at Scale
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
project-system ReferenceAssemblyAnnotator
10 2
954 1
0.6% -
9.7 0.0
5 days ago over 2 years ago
C# C#
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

project-system

Posts with mentions or reviews of project-system. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-12-01.

ReferenceAssemblyAnnotator

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 2021-12-01.
  • Do you apply new C# features to existing code after upgrading .NET version?
    4 projects | /r/dotnet | 1 Dec 2021
    Even for .NET Framework code, I tend to use recent C# versions. I reference https://github.com/jnm2/ReferenceAssemblyAnnotator to get nullable support and https://github.com/manuelroemer/IsExternalInit for records, and that takes care of most of the features I care about.
  • Nullable reference types and DTOs
    2 projects | /r/dotnet | 10 Nov 2021
    In the case of NRT, most of the feature lives in the compiler. Annotations, of course, live in the BCL, which is why I recommend https://github.com/jnm2/ReferenceAssemblyAnnotator — that way, you can use something like Dictionary.TryGetValue() in your .NET Standard 2.0 code, and the compiler will know that the out value is null if the method returns false.

What are some alternatives?

When comparing project-system and ReferenceAssemblyAnnotator you can also consider the following projects:

Sharpmake - Sharpmake is an open-source C#-based solution for generating project definition files, such as Visual Studio projects and solutions, GNU makefiles, Xcode projects, etc.

MSBuild.SDK.SystemWeb - This MSBuild SDK is designed to allow for the easy creation and use of SDK (shortform) projects targeting ASP.NET 4.x using System.Web.

IsExternalInit - A source code only package which allows you to use C# 9's init and record features in older target frameworks like .NET Standard 2.0 or the "old" .NET Framework by providing a polyfill for the IsExternalInit class.

CsprojToVs2017 - Tooling for converting pre 2017 project to the new Visual Studio 2017 format.

vblang - The home for design of the Visual Basic .NET programming language and runtime library.