GithubHelp home page GithubHelp logo

virzak / csharp-source-generators Goto Github PK

View Code? Open in Web Editor NEW

This project forked from amis92/csharp-source-generators

0.0 0.0 0.0 141 KB

A list of C# Source Generators (not necessarily awesome) and associated resources: articles, talks, demos.

License: Creative Commons Zero v1.0 Universal

csharp-source-generators's Introduction

C# Source Generators

A list of C# Source Generators (not necessarily awesome), because I haven't found a good list yet.

C# Source Generators is a Roslyn compiler feature introduced in C#9/.NET 5. It lets C# developers inspect user code and generate new C# source files that can be added to a compilation.

Add GitHub topic csharp-sourcegenerator to your generator repo - let's get it started!

Documentation and samples

Source Generators

  • AnyOf - stars last commit The Source Generator creates a AnyOf<First, TSecond, ...> type to handle multiple defined types as input parameters for methods.
  • ApiClientGenerator - stars last commit Generates a strongly typed HttpClient based off MVC's default routing. Can be used to output into multiple projects, like Blazor WebAssembly.
  • Architect.DomainModeling - stars last commit A complete Domain-Driven Design (DDD) toolset for implementing domain models, including base types and source generators for ValueObjects, WrapperValueObjects, Entities, and Identities.
  • AttributesSourceGeneratorHelper - stars last commit A source generator to help another generator by producing attributes. Anything that inherits from Attribute will be sent to the client so you don't have to build strings for attributes.
  • AutoDeconstructable - stars last commit Generator for efficient and automatic flat text serializer/deserializer using Deconstructable aspect in NTP library.
  • AutoFilterer.Generators - stars last commit AutoFilterer.Generators aims to generate filter DTOs from entities automatically via using dotnet source generators.
  • AutoInterface - stars last commit interface-to-member source generator.
  • Avalonia.NameGenerator - stars last commit Generates typed references to named Avalonia XAML controls.
  • avatar - stars last commit A modern compile-time generated interception/proxy library.
  • Azura - stars last commit Generates binary [de]serializers on Streams at design time.
  • BetterEnums - stars last commit C# Enums with values and better performance as a source generator
  • BigMachines - stars last commit BigMachines is State Machine library for .NET.
  • BlazorInteropGenerator - stars last commit Generates Blazor -> Javascript strongly typed interop methods, by parsing the Javascript it self and generating extension methods for IJSRuntime.
  • BlazorOcticons - stars last commit Github Octicons created as a .razor components using source generator. The generated components are available via the NuGet package, the generator itself is available as a separate NuGet package. The project website is an example using the generated components.
  • boilerplatezero - stars last commit WPF Dependency Property and Routed Event generator.
  • Buildenator - stars last commit Generate data builder classes for testing purposes (and not only) for your entities. Autofixture + Moq extensions.
  • Cloneable - stars last commit auto-generate Clone method.
  • CommonSourceGeneratorsHelpers - stars last commit A generator to create many helpers for source generators to use to make up that its very difficult to reference third party libraries in source generators including extensions and a source code string builder.
  • ComputeSharp - stars last commit A .NET library to run C# code in parallel on the GPU through DX12 and dynamically generated HLSL compute shaders, which are transpiled from C# and precompiled at build-time using source generators.
  • CoreWCF - stars last commit CoreWCF provides support of WCF server side code on .NET Core / .NET6. CoreWCF allows users to inject services into OperationContract implementation using a source generator to provide an OperationContract implementation that fits the expected ServiceContract. The supplied implementation fetch services from the DI container the same way the [FromServices] attribute works in ASP.NET core MVC Controllers. The source generator supports both a dedicated [Injected] attribute and the ASP.NET Core MVC [FromServices] attribute.
  • Data Builder Generator - stars last commit Generate data builder patterns for your model classes.
  • DependencyManagement - stars last commit The Dependency Management is a very fast dependency injection and components container, with many interesting features, and without reflection.
  • DependencyPropertyGenerator - stars last commit Dependency property and routed event source generator for WPF/UWP/WinUI/Uno/Avalonia/MAUI platforms.
  • DevExpress.Mvvm.CodeGenerators - stars last commit Generates boilerplate code for your View Models (INotifyPropertyChanged, Commands, IDataErrorInfo, DevExpress services). Compatible with the Prism and MVVM Light libraries.
  • docopt.net - stars last commit generates C# source code that parses command-line arguments into a strong-typed arguments class (also generated), given just the POSIX-style usage in plain text as part of the CLI. In other words, write the help message for your program and get the entire parser generated for free!
  • dot-env-generator - stars last commit A source generator for C# that turns .env files into runtime constants.
  • dotVariant - stars last commit A type-safe and space-efficient sum type for C# (comparable to discriminated unions in C or C++).
  • Dunet - stars last commit A simple source generator for discriminated unions in C#.
  • Durian - stars last commit Extends the default capabilities of C# by mimicking features from other languages.
  • Enum.Source.Generator - stars last commit A C# source generator to create an enumeration (enum) class from an enum type. With this package, you can work on enums very, very fast without using reflection.
  • EnumerationClassGenerator - stars last commit - A C# source generator to create an enumeration class from an enum type.
  • EnumFastToStringDotNet - stars last commit - Automatically generates enum extension methods that implement a switch expression based ToString method.
  • EnumUtilitiesGenerator - stars last commit - A source generator to generate compile-time mapping of enums and description attributes.
  • Fairy - stars last commit generates C# code based on Sitecore Content Serialization (SCS) .yml files.
  • FastEnumGenerator - stars last commit An enum like generator where you create a partial class with private enum and it will generate an enum like record struct even including returning the words and a list.
  • FastGenericNew - stars last commit The ultimate fast alternative to Activator.CreateInstance<T> / new T(). Built on SourceGenerator V2 (Incremental Generator).
  • Flattening - stars last commit - C# source generator for generating flattened classes from complex domain classes.
  • FluentBuilder - stars last commit - A project which uses Source Generation to create a FluentBuilder for a specified model or DTO.
  • GenerateHelperLibraries - stars last commit A source generator where you can send any code to the client without having to do as a string. Helper for custom classes a client has to override in order to have additional features for source generators. Intended to be used from another source generator.
  • Generator.Equals - stars last commit generates equality and hashing for classes and records, supports a number of strategies for comparing collections and properties.
  • GitBuildInfo.SourceGenerator - stars last commit - for dumping the git information (commit hash, branch, the head description) into assembly level metadata attributes.
  • Gobie - stars last commit - Allows developers define and use custom source generation without writing any generator code themselves or learning the Roslyn APIs. Instead, devs define the generator they want, in C#, and can then use that generator throughout their project.
  • GraphQL.Tools - stars last commit - A GraphQL to C# compiler (code-generator) which turns your GraphQL schema into a set of C# classes, interfaces, and enums.
  • GrpcInjection - stars last commit - GrpcInjection is a tool that allow you to inject Services and Interceptor in time of compilation inside of GRPC Projects using C# source generator.
  • HttpClientCodeGenerator - stars last commit - HttpClientGenerator is a tool that uses the Roslyn code generator feature to write boilerplate HttpClient code for you.
  • H.NSwag.Generator - stars last commit - C# Source Generator for NSwag.
  • IDisposableGenerator - stars last commit - a Source Generator for Generating the Dispose functions in Disposables. All you have to do is mark them with attributes and it will work from there.
  • Immutype - stars last commit - generates extension methods to support immutability.
  • Imp.NET - stars last commit - a fast, high-level, object-oriented C# networking library that supports the invocation of remote methods through proxy interface objects.
  • InterfaceGenerator - stars last commit - Auto generate interface definition by implementation, for when you need an abstraction for the sake of mocking.
  • IoTHubClientGenerator - stars last commit Build a C# Azure IoT Device client program in seconds!
  • Jab - stars last commit - Compile Time Dependency Injection
  • JsonByExampleGenerator - stars last commit - generate classes based on example json files in your project.
  • JsonDeserializeResourceSourceGenerator - stars last commit Instead of having to do embedded resource, can instead have json as additional file and it will produce a c# string and will deserialize to a type specified.
  • JsonSerializerContextGenerator - stars last commit A source generator that produces nearly the same code ahs system.json.text but easier to use because you only have to put an attribute for a model class you want to produce for. Also, produces a method to register to make it easy to use that source generator when serializing/deserializing json.
  • JsonSrcGen - stars last commit - compile time JSON serializer generation.
  • kli.Localize - stars last commit - localize strings from json files via source code generation
  • lambdajection - stars last commit Framework for building AWS Lambdas using dependency injection and aspect-oriented programming.
  • Lazysh - stars last commit Lazy implementation of any interface.
  • Lombok.NET - stars last commit Generates boilerplate code and common code patterns. As the name suggests, it is the .NET version of Java's Lombok.
  • MapDataReader - stars last commit - Fast mapping IDataReader to a custom class
  • Mapperly - stars last commit - A source generator for generating object mappings. Inspired by MapStruct.
  • MappingCloningExtensions - stars last commit Generates extensions of objects for mapping and cloning using either attributes or fluent style. Also, supports deep copying and specfiying whether it can do a deep copy and the possibility of doing so safely.
  • MapTo - stars last commit - A convention based object to object mapper similar to Automapper.
  • Mediator - stars last commit - a high performance implementation of Mediator pattern in .NET using source generators.
  • MediatR controllers generator - stars last commit This generator generates controllers and their methods based on your MediatR requests.
  • MemberAccessGenerator - stars last commit generates GetMember(int) and/or GetMember(string) methods that return property value for a given property name or index (e.g. in positional records).
  • Microsoft MVVM Toolkit - stars last commit A modular MVVM library with support for source generators to reduce boilrplate and improve performance.
  • MiniRazor - stars last commit Portable Razor compiler & code generator.
  • MockableStaticGenerator - stars last commit A C# source generator to make an interface and a class wrapper to test static/extension methods.
  • MockGen - stars last commit A C# mocking library based on source generators.
  • MockSourceGenerator - stars last commit A C# mocking library that generates mocks at compile-time using a source generator.
  • MrMeeseeks.DIE - stars last commit An unambigous, convenient, flexible and feature rich compile time dependency injection container.
  • MrMeeseeks.ResXToViewModelGenerator - stars last commit Takes ResX files and generates localization ViewModels for a more convenient usage of localization in MVVM projects.
  • MrMeeseeks.StaticDelegateGenerator - stars last commit Makes static classes and members injectable as dependency by generating delegating interfaces and their implementing classes.
  • MvvmGen - stars last commit A lightweight MVVM library for XAML applications that generates your ViewModels with a C# Source Generator.
  • net_automatic_interface - stars last commit .Net Core Source Generator for Automatic Interfaces.
  • NextGenMapper - stars last commit Easy-to-use mapper without configuration.
  • Plastic - stars last commit This project provides encapsulation of things like Domain, Application Rules, Business Rules or Business Logic in Application.
  • PrimaryConstructor - stars last commit Generate primary constructor from readonly fields.
  • PrimitiveStaticDataGenerator - stars last commit for creating methods that return optimized ReadOnlySpan<T> static data from primitive values.
  • PrintMembersGenerator - stars last commit helps re-defining C# record's PrintMembers method to force include/exclude certain members.
  • PropertyChanged.SourceGenerator - stars last commit - Powerful INotifyPropertyChanged 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.
  • ProxyInterfaceGenerator - stars last commit generate an interface and a Proxy class for classes. This makes it possible to wrap external classes which do not have an interface, in a Proxy class which makes it easier to Mock and use DI.
  • Pure.DI - stars last commit - dependency injection for .NET without any IoC/DI containers, frameworks, dependencies, and thus without any performance impact and side-effects.
  • QuickConstructor - stars last commit A reliable and feature-rich source generator that can automatically emit a constructor from the fields and properties of a class. It can also generate null checks based on nullable reference types annotations.
  • RazorPageRouteGenerator - stars last commit Generates methods with parameters for Razor and Blazor pages, so you can navigate without having to guess URLs or parameters.
  • ResXFileCodeGenerator - stars last commit Generates strongly-typed resource classes for looking up localized strings.
  • ScenarioTests - stars last commit Test your code like you would write a notebook. Simply and effective
  • SerdeDn (serde-sn) - stars last commit is a port of the popular serde.rs Rust serialization/deserialization library to .NET. Basic cases are fully automated using a C# source generator.
  • SmallSharp - stars last commit Create, edit and run multiple C# 9.0 top-level programs in the same project by just selecting the startup program from the start button.
  • SmartAnnotations - stars last commit A library that uses source generators to automatically generate data annotations for your models. It provides a strongly-typed mechanism (fluent like API) to define your annotation rules.
  • SourceApi - stars last commit - API first Open API code generator based on json or yaml definitions. It generates base abstract controllers with docs, routes, that you inherit and implement in your controllers.
  • SourceConfig - stars last commit - Generates configuration POCO objects, lists, dictionaries in AOT based on *.json config files.
  • SourceInject - stars last commit A source generator that allow you to generate your services for dependencies injection during compile time.
  • SourceMapper - stars last commit A source generator that creates extension methods for cloning and mapping.
  • SourceMapper - stars last commit - generates Mappers code based on attributes used on interfaces or abstract classes. It is inspired by Java MapStruct
  • SpreadCheetah - stars last commit Create Excel files with a C# Source Generator for generating the rows.
  • SqlMarshal - stars last commit Native AOT friendly-performant mini-ORM. Generation of wrappers for accessing SQL using ADO.NET.
  • StackXML - stars last commit Stack based zero-allocation XML serializer and deserializer.
  • StringLiteralGenerator - stars last commit for optimizing UTF-8 binaries.
  • StrongInject - stars last commit - compile time dependency injection for .NET.
  • StronglyTypedEmbeddedResources - stars last commit Generates strongly typed names for Embedded Resources automatically.
  • StructPacker - stars last commit binary serializer that auto-generates C# serialization code to achieve peak runtime performance and efficiency.
  • Svg to C# Source Generators - stars last commit SVGC compiles SVG drawing markup to C# using SkiaSharp as rendering engine. SVGC can be also used as codegen for upcoming C# 9 Source Generator feature.
  • SyncMethodGenerator - stars last commit - Generates a synchronized method from your async code.
  • ThisAssembly - stars last commit Exposes project and assembly level information as constants in the ThisAssembly class.
  • Thunderboltloc - stars last commit One of the very first IoC frameworks for .Net that has no reflection.
  • Tinyhand - stars last commit - Tiny and simple data format/serializer using a source generator.
  • ToString - stars last commit - C# source generator for implementing ToString override like record type.
  • Transplator - stars last commit A simple C# source generator for text templates.
  • TupleOverloadGenerator - stars last commit - Overload params array parameter with tuples avoiding heap allocations.
  • TxtToListGenerator - stars last commit A source generator where if you have a text file as additional file and you have a list ordered by return carriages, then it produces either a list of int or a list of string in c#.
  • ValueChangedGenerator - stars last commit for generating PropertyChanged from inner struct members.
  • ValueLink - stars last commit A C# Library for creating and managing multiple links between objects.
  • ValueObjectGenerator - stars last commit C# source generator is for ValueObjects (ie.Wrapper classes).
  • Vogen - stars last commit C# source generator and code analyser that generates strongly typed domain identities.
  • WrapperValueObject - stars last commit - for creating simple value objects wrapping primitive types.

Tips & Tricks

Collection of tips and tricks (simple and brief to fit in Tweet):

Tweeted by @raboof on May 25 2021 at 23:00:

TIL to debug a source generator in VS 16.10: upgrade Microsoft.CodeAnalysis.CSharp to 3.10.*, add <IsRoslynComponent>true</IsRoslynComponent> to source generator project, select Roslyn Component for Launch in Project Properties Debug page, choose Target then F5 ๐Ÿš€

Source Generator debugger

Tweeted by @raboof on Nov 16 2020 at 20:57:

See files emitted by #SourceGenerators by adding these properties to your (*.csproj) project file:

<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
<CompilerGeneratedFilesOutputPath>$(BaseIntermediateOutputPath)Generated</CompilerGeneratedFilesOutputPath>

Tweeted by @Chiser99 on Sep 02 2020 at 06:41:

I made a thing: https://github.com/chsienki/Kittitas

If you're building Roslyn Source Generators or Analyzers check it out, it makes debugging them inside the compiler easier. #roslyn #csharp #dotnetcore #sourcegenerators #analyzers

Build failed in WPF projects microsoft/CsWin32#7:

If your build failed in a _wpftmp.csproj file you need to add following property to your (.csproj) project file:

<IncludePackageReferencesDuringMarkupCompilation>true</IncludePackageReferencesDuringMarkupCompilation>

and use at least .NET 5.0.102 SDK

Articles

Videos

Demo, PoC and excercise projects

Maybe they can inspire you too!

  • AutoCoder - stars last commit for effective and flexible object coding.
  • AutoGeneratedSystem - stars last commit Sample app using C# Incremental Generators to automatically create most of the CRUD logic for Services, Controllers, Client Services, and event Blazor pages.
  • RyanAlameddine/SourceGeneratorDemo - stars last commit contains 3 demos: hello world, INPC and OpCode class.
  • TMC-CSharp/CodeExerciseLibrary - stars last commit Library to help creating C# exercises. Generates missing methods and classes inside tests on the fly by using Source Generators.
  • DpdtInject - stars last commit DI container based on C# Source Generators. Its goal is to remove everything possible from runtime and make resolving process as faster as we can. This is achieved by transferring huge piece of resolving logic to the compilation stage into the source generator.
  • jakubsturc/talk-csharp-source-generators - stars last commit contains 4 generators: AutoNotify, ConsoleWritelineHijack, HelloWorld and SettingsXml, plus nice presentation slides.
  • Compile Time Method Execution Generator - stars last commit proof of concept that allows executing a method during compilation, so that it can be really fast during runtime.

Projects using custom Source Generators "internally"

  • Elskom/Sdk - stars last commit Dumps git repository data to assembly level metadata attributes that can be checked at runtime for things like trapping if a user is using an possibly unstable build of the libraries built in the repository and so the user can see a message about it (and optionally opt into running the possibly unstable code).
  • Heroicons.AspNetCore - stars last commit Heroicons that are easy to use in ASP.NET Core MVC as TagHelpers.
  • NetFabric.Hyperlinq - stars last commit generates overloads for its extension methods.
  • RestEase - stars last commit uses Source Generator to generate interface implementations on compile time instead of in runtime via Reflection.Emit.
  • WarHub/wham - stars last commit generates code for immutable tree object graph based on red-green node approach used in Roslyn; generates custom XmlSerializer that supports C#9 records and ImmutableArray.

csharp-source-generators's People

Contributors

albannatechno avatar amis92 avatar arahaan avatar archi-doc avatar atifaziz avatar b1z0n avatar burgyn avatar engrajabi avatar enisn avatar hamedfathi avatar havendv avatar hermanussen avatar lucina avatar martinothamar avatar michalbrylka avatar mknejp avatar moientajik avatar mrtaikandi avatar mrxx99 avatar ngbrown avatar nikolaypianikov avatar nyrest avatar otto404 avatar prophetlamb avatar sergio0694 avatar siphonophora avatar spinnernicholas avatar stefh avatar surgicalcoder avatar yeah69 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.