FiniteReality / VariadicGenericsLinks
C# source generator implementing variadic generics
☆15Updated 3 years ago
Alternatives and similar repositories for VariadicGenerics
Users that are interested in VariadicGenerics are comparing it to the libraries listed below
Sorting:
- A port of the dotnet/runtime RyuJIT compiler to C#☆47Updated last year
- Linq for Span<T> using SourceGenerators☆53Updated 4 years ago
- Variadic arguments for C# with inductive declaration. Made via C# 9's source generators☆17Updated 3 years ago
- Non-boxing passing of values.☆27Updated 10 months ago
- A .NET library that provides strongly-typed implementations of multiple coordinate systems, including rectangular, polar, spherical, and …☆35Updated last year
- High-performance zero-reflection approach to C# metaprogramming☆31Updated 8 months ago
- BigMachines is State Machine library for .NET☆42Updated 2 weeks ago
- A lightweight, powerful and NativeAOT friendly command line parser .NET library.☆68Updated 11 months ago
- A light-weight, performant interval tree in C#☆28Updated 2 months ago
- Library for obtaining and analyzing the codegen of JIT for .NET. Can be used for both tests (assertions) and making reports (benchmarks).☆24Updated 2 years ago
- Vectorized generic dictionary prototype☆24Updated 5 months ago
- .NET library to work with Git repositories☆34Updated this week
- Simple source only reflection library with default interface property support☆71Updated last month
- The most revolutionary syntax visualizer☆72Updated this week
- Generates a synchronized version of an async method☆60Updated 2 months ago
- A source generator for embedding resource files directly into your assembly. Access them as a `ReadOnlySpan<byte>`, with no allocations o…☆24Updated 2 years ago
- ☆53Updated last week
- Exposes top-level nullability information from reflection☆15Updated this week
- C# SourceGenerator helper which helps you query your files, and adds LINQ support☆26Updated 2 years ago
- Source Generator for dumping the git branch information, commit hash, and if the working tree is dirty or clean on projects that install …☆40Updated 3 years ago
- Tiny and simple data format/serializer.☆22Updated this week
- DotnetProjectSystem is a nuget package for working with .sln, .csproj and .props files.☆9Updated last year
- File path abstraction library for .NET.☆68Updated this week
- A C# string parser based on simple templates using source generators.☆43Updated last month
- Immutability is easy!☆50Updated 2 weeks ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆70Updated 2 years ago
- Extremely fast and lightweight minimalistic object mapper generated on the fly☆44Updated 2 months ago
- An MSBuild Task to enable exception line numbers for references in a deployed app☆84Updated this week
- Task-like structs which capture no synchronization context on the await operations.☆39Updated 2 years ago
- Scoped completion tracking and error handling of tasks as an alternative to fire-and-forget/async void. Easy and test-friendly.☆51Updated last year