pvginkel / CSharpSyntax
C# code generator based on the Roslyn API
☆32Updated 11 years ago
Alternatives and similar repositories for CSharpSyntax:
Users that are interested in CSharpSyntax are comparing it to the libraries listed below
- An allocation free Task-like object for async methods☆39Updated 8 months ago
- Global type inference for C# 8 nullable reference types☆35Updated 2 months ago
- Utilizes System.Reflection.Metadata to read type information very fast and without locking assembly files.☆32Updated 4 years ago
- Fast Accessors for .Net☆33Updated 2 years ago
- Creates fast, strongly typed delegates for accessing methods, fields and properties. The right overload is automatically chosen based on …☆22Updated 5 years ago
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 5 years ago
- A plugin for LINQPad which displays compiler generated code.☆44Updated 6 years ago
- .NET/Mono library for multi-threading, including lock-free thread-safe collections.☆43Updated 10 years ago
- Manages multi-threaded writing to a single file.☆30Updated 6 years ago
- serialize, modify, and deserialize LINQ Expressions☆21Updated 8 years ago
- Provides the ability to "compile" expressions to delegates without using Reflection.Emit but only using reflection.☆27Updated 4 months ago
- Analyse Memory Dumps looking at .NET String types☆29Updated 8 years ago
- Blittable .NET structs☆16Updated 9 years ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆69Updated 2 years ago
- Dynamic fluent generation of class and function directly in CLR☆37Updated last year
- Things to speed up C# code by avoiding reflection☆25Updated last year
- ☆23Updated 4 years ago
- C# parser for .NET & Mono stack traces☆53Updated 4 years ago
- Facilitates adding constraints for Enum and Delegate to types and methods.☆47Updated 2 weeks ago
- Build IComparer and IEqualityComparer objects using natural language syntax.☆47Updated 6 years ago
- Research project for the Linq for the 2d arrays and images☆19Updated last year
- A simple template base system of macros for C# that can be executed in design time☆65Updated 11 months ago
- Straightforward nint and nuint native integers, written in IL, probably second best to proper compiler support. Fully functional.☆28Updated 6 years ago
- Provides methodof, propertyof and fieldof equivalents of typeof .☆65Updated 2 months ago
- Metadata-based part discovery for MEF, uses the Roslyn metadata reader and is faster than reflection.☆18Updated 9 years ago
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆74Updated last year
- A .NET library for using reflection emit in a fluent way.☆29Updated 5 months ago
- Building an xcopy version of MSBuild☆14Updated last year
- Example implementation of IValueTaskSource☆31Updated last year
- QuickInject is a simple dependency injection container for .NET Core☆46Updated last year