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
- A plugin for LINQPad which displays compiler generated code.☆44Updated 6 years ago
- Build IComparer and IEqualityComparer objects using natural language syntax.☆47Updated 6 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
- Straightforward nint and nuint native integers, written in IL, probably second best to proper compiler support. Fully functional.☆28Updated 6 years ago
- .NET/Mono library for multi-threading, including lock-free thread-safe collections.☆43Updated 10 years ago
- Provides methodof, propertyof and fieldof equivalents of typeof .☆65Updated last month
- Provides a set of portable collections installable as source files via NuGet.☆26Updated 9 years ago
- QuickInject is a simple dependency injection container for .NET Core☆46Updated last year
- Provides the ability to "compile" expressions to delegates without using Reflection.Emit but only using reflection.☆27Updated 3 months ago
- Manages multi-threaded writing to a single file.☆30Updated 6 years ago
- Samples for Cecil☆67Updated 10 years ago
- Blittable .NET structs☆16Updated 9 years ago
- Attribute-based Macros for C#☆8Updated 9 years ago
- Utilizes System.Reflection.Metadata to read type information very fast and without locking assembly files.☆32Updated 4 years ago
- A set of source generators for equality, immutability, ...☆91Updated 2 years ago
- RP Examples☆21Updated 7 years ago
- Argument validation methods, for example: this.user = Argument.NotNull("user", user).☆25Updated 3 years ago
- An allocation free Task-like object for async methods☆39Updated 7 months ago
- Facilitates adding constraints for Enum and Delegate to types and methods.☆47Updated this week
- Global type inference for C# 8 nullable reference types☆35Updated 3 weeks ago
- Metadata-based part discovery for MEF, uses the Roslyn metadata reader and is faster than reflection.☆18Updated 8 years ago
- Concurrency library for .Net☆63Updated 2 weeks ago
- Things to speed up C# code by avoiding reflection☆25Updated last year
- Visual Studio Interactive Window☆67Updated this week
- TypePipe allows you to modify existing CLR types using a simple, expression-based API. Modifications from several tools and libraries (AO…☆26Updated 3 months ago
- Faster with Files☆59Updated last month
- Fast Accessors for .Net☆32Updated 2 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
- A simple template base system of macros for C# that can be executed in design time☆65Updated 10 months ago