nullean / assembly-differ
Compare and Diff assemblies from different sources. Useful for determining what changes are introduced across versions, and if any are breaking.
☆62Updated 3 weeks ago
Alternatives and similar repositories for assembly-differ:
Users that are interested in assembly-differ are comparing it to the libraries listed below
- Attempts to calculate the size of managed options (heap size) from within an application. Basically, compare this library to the SOS !Obj…☆21Updated last year
- On the fly disassemble C# code based on JitDasm☆126Updated 5 years ago
- Common Intermediate Language (CIL) assembler available as a library, based on Mono assembler.☆55Updated last year
- A .NET 5 source generator proof of concept that allows executing a method during compilation, so that it can be really fast during runtim…☆20Updated 4 years ago
- A .NET library for using reflection emit in a fluent way.☆29Updated 5 months ago
- A port of the dotnet/runtime RyuJIT compiler to C#☆47Updated 10 months ago
- Helper objects to browse complex structures returned by ClrMD☆64Updated last year
- Provides methodof, propertyof and fieldof equivalents of typeof .☆65Updated 2 months ago
- An MSBuild Task to enable exception line numbers for references in a deployed app☆78Updated this week
- .NET library for working with Roslyn's syntax trees☆23Updated last year
- Find transitive dependencies in assemblies☆22Updated 4 months ago
- Straightforward nint and nuint native integers, written in IL, probably second best to proper compiler support. Fully functional.☆28Updated 6 years ago
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆74Updated last year
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆69Updated 2 years ago
- MSIL Reader☆36Updated 2 years ago
- WPF is a .NET Core UI framework for building Windows desktop applications.☆14Updated 11 months ago
- 🌌 Extensions that support the C# functional paradigm.☆65Updated 4 years ago
- Managed wrappers around the .NET Unmanaged API☆71Updated 10 months ago
- A fluent API for creating MSBuild projects for use by unit tests☆48Updated last month
- Provides structs that wrap pointers, and Unsafe methods for converting to and from `ref` pointers of any type.☆20Updated last year
- Experiments in .NET Core diagnostics☆24Updated 10 months ago
- Low-level utilities and tools for working with the CLR and memory.☆36Updated this week
- File path abstraction library for .NET.☆59Updated this week
- An allocation free Task-like object for async methods☆39Updated 8 months ago
- Like compiler explorer, but for .NET JIT.☆30Updated 4 years ago
- A micro-sdk for .NET☆15Updated last year
- Analyzers checking System.Reflection☆81Updated last year
- Prototype NET (CLR) Profiler written in C#☆25Updated last year
- 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
- Extensions for sorting strings using natural sort order i.e. Alphabetical order for humans☆33Updated this week