71 / RyderLinks
Runtime redirection of method calls for .NET Core.
☆43Updated 6 years ago
Alternatives and similar repositories for Ryder
Users that are interested in Ryder are comparing it to the libraries listed below
Sorting:
- On the fly disassemble C# code based on JitDasm☆127Updated 5 years ago
- Low-level utilities and tools for working with the CLR and memory.☆36Updated last week
- Provides methodof, propertyof and fieldof equivalents of typeof .☆65Updated 4 months ago
- MSIL Reader☆36Updated 2 years ago
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆76Updated last year
- A .NET library for using reflection emit in a fluent way.☆31Updated 7 months ago
- Linq for Span<T> using SourceGenerators☆53Updated 4 years ago
- The most revolutionary syntax visualizer☆72Updated 2 weeks ago
- Straightforward nint and nuint native integers, written in IL, probably second best to proper compiler support. Fully functional.☆28Updated 6 years ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆70Updated 2 years ago
- Embed resource files more C# programmer friendly!☆71Updated last year
- Reliable cross-platform strongly-typed file/directory path manipulation and file system access in .NET.☆25Updated last week
- Example of compiling and running C# code without visibility checks.☆49Updated 6 years ago
- Roslyn extensions, with a touch of meta-programming.☆34Updated 7 years ago
- A port of the dotnet/runtime RyuJIT compiler to C#☆47Updated last year
- GitLib.NET is a bare metal P/Invoke wrapper around libgit2 for .NET☆30Updated 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
- 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
- Compare and Diff assemblies from different sources. Useful for determining what changes are introduced across versions, and if any are br…☆62Updated 3 months ago
- Analyzers checking System.Reflection☆81Updated last year
- Prototype NET (CLR) Profiler written in C#☆26Updated last year
- Fast Accessors for .Net☆33Updated 2 years ago
- Antlr4Ast is a .NET library that provides a parser and abstract syntax tree (AST) for ANTLR4/g4 files.☆55Updated last year
- Run C# code at compile time.☆38Updated 4 years ago
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 5 years ago
- Disassemble to x86/x64 ASM listing the native code generated by the JIT of a managed method.☆229Updated last year
- Replaces static method calls.☆68Updated 4 months ago
- Creates fast, strongly typed delegates for accessing methods, fields and properties. The right overload is automatically chosen based on …☆22Updated 5 years ago
- Stack based zero-allocation XML serializer and deserializer powered by C# 9 source generators☆58Updated 3 weeks ago