.NET standard 2.0 utils and helpers to write source files (for source generators and general purpose)
☆29Sep 20, 2023Updated 2 years ago
Alternatives and similar repositories for SourceGeneratorUtils
Users that are interested in SourceGeneratorUtils are comparing it to the libraries listed below
Sorting:
- ☆13Dec 9, 2025Updated 2 months ago
- Code generator tools that helps you to automate C# code generation.☆12Sep 22, 2025Updated 5 months ago
- Package for automatic mixin design pattern generation using an incremental source generator☆10May 25, 2025Updated 9 months ago
- High-performance zero-reflection approach to C# metaprogramming☆32Sep 29, 2024Updated last year
- Code Generation & Runtime Compilation Chicanery for .Net☆11Dec 26, 2024Updated last year
- Weave is a text templating engine for .NET that is all about attention to detail. Weave handles the tricky work of making your rendered t…☆30Dec 5, 2023Updated 2 years ago
- Allows using C# source generators using a fluent, type safe interface rather than string templating.☆25May 20, 2025Updated 9 months ago
- Single-user self-contained file system written in C#☆16Jan 7, 2022Updated 4 years ago
- Fight primitive obsession and create expressive domain models with source generators.☆18Jan 6, 2024Updated 2 years ago
- Simple FIFO and LRU cache in C#☆40Dec 29, 2025Updated 2 months ago
- Tiny and simple data format/serializer.☆22Updated this week
- The Virtual File System makes it possible to manage files that do not exist on a physical file system (e.g. disk).☆24Oct 9, 2025Updated 4 months ago
- Utility library for faster writing source generators☆65May 6, 2021Updated 4 years ago
- HTML Renderer for C#☆10Nov 1, 2021Updated 4 years ago
- Useful set of utilites and extensions for simplifying cache usage.☆11Apr 23, 2023Updated 2 years ago
- An extensible visual programming system.☆10May 8, 2016Updated 9 years ago
- template repository for a roslyn source generator☆23Jan 27, 2022Updated 4 years ago
- C# SourceGenerator helper which helps you query your files, and adds LINQ support☆27Jan 16, 2023Updated 3 years ago
- VDS.Common is a lightweight, dependency-free library of useful advanced data structures such as Trees, Tries and indexing tailored dictio…☆31Jun 11, 2025Updated 8 months ago
- Discriminated union type source generator☆11Feb 12, 2026Updated 2 weeks ago
- A very fast dependency injection and components container, with many interesting features, and without reflection☆11Oct 31, 2022Updated 3 years ago
- This is a basic (and slightly trivial) sample of using the ObjectPool<T> in an ASP.NET Core application.☆13Mar 13, 2019Updated 6 years ago
- A set of extensions to simplify the code of generators☆13Feb 9, 2026Updated 2 weeks ago
- Tool to create your own aspects.☆10Dec 28, 2023Updated 2 years ago
- Simple C# source generation based on custom templates☆111Aug 7, 2023Updated 2 years ago
- A .NET source generator for creating simple value objects wrapping primitive types.☆53Nov 17, 2022Updated 3 years ago
- .NET proxy generator powered by Roslyn☆15Jun 15, 2025Updated 8 months ago
- ☆13May 6, 2024Updated last year
- A global .NET Core command line tool for running XUnit tests☆11Jan 4, 2022Updated 4 years ago
- Provides compile-time discovery and code generation of service registrations from attributed types and conventions☆60Updated this week
- Automatically create strongly typed C# settings objects from AppSettings.json. Uses Source Generators. Includes a simple deserialization…☆31Jan 30, 2025Updated last year
- A collection of algorithms I've implemented and found generally useful