dotnet VS csharp-source-generators

Compare dotnet vs csharp-source-generators and see what are their differences.

dotnet

.NET Community Toolkit is a collection of helpers and APIs that work for all .NET developers and are agnostic of any specific UI platform. The toolkit is maintained and published by Microsoft, and part of the .NET Foundation. (by CommunityToolkit)

csharp-source-generators

A list of C# Source Generators (not necessarily awesome) and associated resources: articles, talks, demos. (by amis92)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
dotnet csharp-source-generators
28 9
2,703 1,868
3.0% -
6.2 7.7
7 days ago 11 days ago
C#
GNU General Public License v3.0 or later Creative Commons Zero v1.0 Universal
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.

dotnet

Posts with mentions or reviews of dotnet. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-24.

csharp-source-generators

Posts with mentions or reviews of csharp-source-generators. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-22.

What are some alternatives?

When comparing dotnet and csharp-source-generators you can also consider the following projects:

Roslyn - The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.

ComputeSharp - A .NET library to run C# code in parallel on the GPU through DX12, D2D1, and dynamically generated HLSL compute and pixel shaders, with the goal of making GPU computing easy to use for all .NET developers! 🚀

ResXFileCodeGenerator - VocaDb.ResXFileCodeGenerator is a C# source generator to generate strongly-typed resource classes for looking up localized strings.

stronginject - compile time dependency injection for .NET

PostSharp.NotifyPropertyChanged - auto-magic INotifyPropertyChanged done right

NullGuard - Adds null argument checks to an assembly

MVVM-Samples - Sample repo for MVVM package

HttpClientCodeGenerator - HttpClientGenerator is a tool that uses the Roslyn code generator feature to write boilerplate HttpClient code for you.

jab - C# Source Generator based dependency injection container implementation.

dotnet-options-generator - Generate and register IOptions from appsettings.json at compile-time with source generators.

PropertyChanged.SourceGenerator - Powerful INotifyPropertyChanged / INotifyPropertyChanging Source Generator, which generates INPC boilerplate for you as part of your build. Supports features such as automatic and manual dependencies between properties, notifications when specific properties change, and more.