Nihlus / StrictEmit
Sick of picking the wrong CIL Emit overload? Look no further.
☆16Updated last year
Alternatives and similar repositories for StrictEmit:
Users that are interested in StrictEmit are comparing it to the libraries listed below
- A .NET Standard library for loading native shared libraries and retrieving function pointers.☆93Updated 2 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 library in C# that offers generic extension methods for C++-style reinterpret_cast for select Types.☆23Updated 7 months ago
- Run C# code at compile time.☆38Updated 4 years ago
- A Visual Studio extension that provides syntax highlighting for the IL (Intermediate Language) and project templates for C#, F# and Visua…☆119Updated 5 years ago
- A "Swiss Army Knife" of sorts for IL-generated methods that are faster than their Expression & Reflection counterparts.☆12Updated 4 years ago
- Sample repository for a prototype of a new stackalloc operator for class with CoreCLR and Roslyn☆22Updated last year
- Scratch pad for various expression tree improvements.☆82Updated 2 years ago
- A port of the dotnet/runtime RyuJIT compiler to C#☆47Updated 11 months ago
- Lightweight fork of the .NET Compiler Platform ("Roslyn") by adding a compiler plugin infrastructure☆97Updated 6 years ago
- A C# library for efficient bit-level reading and writing also adding bit field support☆54Updated 5 months ago
- Loosely bound platform invocation for .NET☆24Updated 7 years ago
- Unsafe methods for working with unmanaged memory and pointers.☆66Updated 4 years ago
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆76Updated last year
- Durian is a collection of Roslyn-based analyzers and source generators that extend the default capabilities of C#.☆61Updated 3 months ago
- Facilitates adding constraints for Enum and Delegate to types and methods.☆47Updated last month
- Inlining Analyzer is a Visual Studio Extension that shows in the source code if a method call will be inlined by the JIT compiler.☆153Updated 5 years ago
- Example of compiling and running C# code without visibility checks.☆49Updated 6 years ago
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 5 years ago
- An analyzer for Non-Copyable structs.☆31Updated 2 years ago
- C# port of https://github.com/memononen/nanovg☆61Updated 8 months ago
- Task-like structs which capture no synchronization context on the await operations.☆39Updated 2 years ago
- IL weaver to add nullability annotations to .NET reference assemblies☆70Updated 3 years ago
- Global type inference for C# 8 nullable reference types☆36Updated 3 months ago
- A theme for WPF inspired by Windows 3.1☆29Updated 6 years ago
- Stack based zero-allocation XML serializer and deserializer powered by C# 9 source generators☆53Updated 2 weeks ago
- C# Source Generator for UTF-8 binary literal☆141Updated 7 months ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆69Updated 2 years ago
- Efficient implementations of standard .NET collection interfaces using tree data structures☆46Updated 4 years ago
- CSharpRepl is a web api for C# REPL using the Roslyn Scripting APIs☆24Updated 5 months ago