piotrstenke / DurianLinks
Durian is a collection of Roslyn-based analyzers and source generators that extend the default capabilities of C#.
☆65Updated 7 months ago
Alternatives and similar repositories for Durian
Users that are interested in Durian are comparing it to the libraries listed below
Sorting:
- Simple C# source generation based on custom templates☆106Updated 2 years ago
- C# interface-to-member source generator☆84Updated last month
- A lightweight, powerful and NativeAOT friendly command line parser .NET library.☆70Updated last year
- Span-ify your code: write high performance memory aware C#☆71Updated 5 months ago
- A .NET library to parse XML at lightspeed with zero allocation.☆112Updated last year
- Low-level, lightweight and performance-focused serializer for C# struct types that uses Source Generators technology.☆78Updated 3 years ago
- Actual C# Enums with values and better performance as a source generator☆43Updated last year
- The most revolutionary syntax visualizer☆76Updated 2 months ago
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆76Updated last year
- The CodeGenHelpers is meant to help anyone who is working on C# CodeGenerator☆102Updated 8 months ago
- C# source generator that generates a constructor from readonly fields/properties in a class or struct☆58Updated last month
- Lightweight Git local repository traversal library for .NET/.NET Core/.NET Framework.☆99Updated last month
- A feature-packed .NET MessagePack serialization library with great performance and simplicity. msgpack.org[C#]☆106Updated last week
- Stack based zero-allocation XML serializer and deserializer powered by C# 9 source generators☆64Updated 3 weeks ago
- Extends Verify to allow verification of C# Source Generators.☆89Updated this week
- ZeroIoC is reflectionless IoC Container for C#☆47Updated 3 months ago
- Simple source only reflection library with default interface property support☆73Updated this week
- Linq for Span<T> using SourceGenerators☆54Updated 4 years ago
- C# implementation of a Rope<T> immutable data structure.☆127Updated 9 months ago
- Non-boxing passing of values.☆28Updated 3 weeks ago
- Generates a synchronized version of an async method☆67Updated last week
- Imp.NET is a fast, high-level, object-oriented C# networking library that supports the invocation of remote methods through proxy interfa…☆47Updated 3 years ago
- Roslyn syntax tree viewer for C#. Works on JetBrains Rider and all other IntelliJ IDEA-based IDEs.☆62Updated last year
- C# Source Generator for UTF-8 binary literal☆145Updated 11 months ago
- Generates reference assemblies where all the internal types & members become public, and applies the IgnoresAccessChecksTo attribute☆195Updated 3 months ago
- NWindows is a cross-platform window creation and management library for .NET☆86Updated last year
- Zero allocation valuetype based fixed string implementation (8/16/32/64) for .NET 7+☆88Updated last year
- Auto generate Clone method using C# Source Generator