nullean / assembly-differLinks
Compare and Diff assemblies from different sources. Useful for determining what changes are introduced across versions, and if any are breaking.
☆64Updated last month
Alternatives and similar repositories for assembly-differ
Users that are interested in assembly-differ are comparing it to the libraries listed below
Sorting:
- Provides methodof, propertyof and fieldof equivalents of typeof .☆66Updated 11 months ago
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆77Updated last year
- On the fly disassemble C# code based on JitDasm☆129Updated 5 years ago
- Attempts to calculate the size of managed options (heap size) from within an application. Basically, compare this library to the SOS !Obj…☆22Updated last year
- Low-level utilities and tools for working with the CLR and memory.☆40Updated last week
- Proof-of-concept of a simple CPU profiler written in C#☆22Updated 6 months ago
- Helper objects to browse complex structures returned by ClrMD☆65Updated 2 months ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆72Updated 2 years ago
- Common Intermediate Language (CIL) assembler available as a library, based on Mono assembler.☆57Updated 2 years ago
- Prototype NET (CLR) Profiler written in C#☆26Updated last year
- A port of the dotnet/runtime RyuJIT compiler to C#☆47Updated last year
- Like compiler explorer, but for .NET JIT.☆31Updated 4 years ago
- 🌌 Extensions that support the C# functional paradigm.☆66Updated 4 years ago
- MSIL Reader☆36Updated 2 years ago
- Provides structs that wrap pointers, and Unsafe methods for converting to and from `ref` pointers of any type.☆21Updated last year
- A source generator for embedding resource files directly into your assembly. Access them as a `ReadOnlySpan<byte>`, with no allocations o…☆24Updated 3 years ago
- Tool to rename .NET assemblies and references☆55Updated 7 months ago
- Find transitive dependencies in assemblies☆24Updated last month
- Straightforward nint and nuint native integers, written in IL, probably second best to proper compiler support. Fully functional.☆28Updated 7 years ago
- Simple build versioning for .NET, powered by Git tags☆67Updated last week
- Parse those pesty unreadable long stack traces. Stack Trace Explorer provides syntax highlighting and easy navigation to elements in the …☆38Updated 3 months ago
- Sample code to show how to walk the managed heap in C#☆32Updated last year
- A .NET library that calculates the width of Unicode characters.☆61Updated last month
- Playground for testing msbuild in a "server" mode☆16Updated last year
- Linq for Span<T> using SourceGenerators☆54Updated 4 years ago
- Antlr4Ast is a .NET library that provides a parser and abstract syntax tree (AST) for ANTLR4/g4 files.☆54Updated last year
- Rewrite .NET assemblies to allow referencing of two different versions☆27Updated 2 years ago
- An MSBuild Task to enable exception line numbers for references in a deployed app☆82Updated this week
- 🧵 Expressive aliases to ConfigureAwait(true) and ConfigureAwait(false)☆77Updated 2 years ago
- Loads all the references on startup by actually using the types in the module initializer.☆38Updated this week