MrMeeseeks.StaticDelegateGenerator

Static Delegate Generator

Generates code to wrap static references into a delegable interface for easier maintenance and decoupling of dependencies.

GitHub

8 stars
4 watching
0 forks
Language: C#
last commit: about 5 years ago
Linked from 1 awesome list

csharp-sourcegenerator

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
yeah69/mrmeeseeks.dieA compile-time dependency injection container for .Net that generates factory methods to create instances of types.7
thenameless314159/sourcegeneratorutilsProvides utility classes and abstractions to simplify source generation tasks in .NET source generators21
lokimidgard/sourcegenerator.helper.copycodeGenerates source code strings for attribute definitions in C#.7
cloud0259/controllergeneratorAutomates the creation of controllers from specified services in .NET projects using source generator technology8
daver32/interfacegeneratorA tool to automatically generate interfaces from classes36
codecentric/net_automatic_interfaceAutomatically generates interfaces from classes to reduce friction and noise in code63
davidwengier/sourcegeneratortemplateProvides a basic template and tools to generate C# source code programmatically182
iiweis/primitivestaticdatageneratorA C# source generator that creates methods to return optimized ReadOnlySpan static data from primitive values9
hermanussen/compiletimemethodexecutiongeneratorAllows executing code during compilation to improve runtime performance20
jeppevammenkristensen/cachesourcegeneratorGenerates cache boilerplate code around a method to simplify caching in C# applications.4
yeah69/mrmeeseeks.resxtoviewmodelgeneratorA tool that automatically generates ViewModels from ResX files6
ryanalameddine/sourcegeneratordemoA C# project demonstrating the use of source generators to automate code generation at compile time.3
krasin-ga/matryoshkiA framework for creating type-agnostic decorators and adapters using C# source generators29
ycanardeau/resxgeneratorA C# source generator to create strongly-typed resource classes for localized strings31
lokimidgard/autoinvoke.generatorAutomates method invocation for all non-static types in a project based on an annotated generic method.9