microsoft / RoslynClrHeapAllocationAnalyzer
Roslyn based C# heap allocation diagnostic analyzer that can detect explicit and many implicit allocations like boxing, display classes a.k.a closures, implicit delegate creations, etc.
☆647Updated 2 years ago
Alternatives and similar repositories for RoslynClrHeapAllocationAnalyzer:
Users that are interested in RoslynClrHeapAllocationAnalyzer are comparing it to the libraries listed below
- Set of roslyn-based analyzers for catching common C# errors (inspired by Google's error-prone)☆983Updated 2 months ago
- A tool that helps to see an internal structure of the CLR types at runtime☆700Updated 2 years ago
- Roslyn tool that for a given C# program shows syntax tree API calls to construct its syntax tree☆994Updated 3 months ago
- Linq-like extension functions for Arrays, Span<T>, and List<T> that are faster and allocate less.☆760Updated 4 years ago
- High performance LINQ implementation with minimal heap allocations. Supports enumerables, async enumerables, arrays and Span<T>.☆886Updated last year
- A utility to perform design-time builds of .NET projects without having to think too hard about it.☆633Updated 3 weeks ago
- Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative. Diagnostic and code generation tools for the expre…☆1,245Updated this week
- The Microsoft.VisualStudio.Threading is a xplat library that provides many threading and synchronization primitives used in Visual Studio…☆1,012Updated this week
- Low allocation async/await for C#/.NET☆397Updated 4 years ago
- Implementation of a lock-free dictionary on .Net.☆499Updated last month
- A curated list of .NET Compiler Platform ("Roslyn") diagnostic analyzers and code fixes. Everyone can contribute here!☆557Updated 2 months ago
- Compiles C# code by first rewriting the syntax trees of LINQ expressions using plain procedural code, minimizing allocations and dynamic …☆715Updated 5 years ago
- Assists in performing Roslyn-based code generation during a build.☆410Updated 4 years ago
- Replace any .NET method (including static and non-virtual) with a delegate☆1,089Updated 2 years ago
- A cross-platform abstract/virtual filesystem framework with many built-ins filesystems for .NET☆850Updated 3 months ago
- Tools to let you use Roslyn-powered C# scripts for code generation☆618Updated 2 years ago
- A high-performance, zero-allocation .NET logging library.☆415Updated 4 months ago
- The last comparison library you'll ever need!☆436Updated last year
- VS2022 Add-in. Click on any method or class to see what .NET Core's JIT generates for them (ASM).☆684Updated 6 months ago
- A fail-fast validating helper for .NET CIL generation☆987Updated 4 years ago
- ReSharper Heap Allocations Viewer plugin☆319Updated this week
- compile time dependency injection for .NET☆853Updated 2 years ago
- A C# parser construction toolkit with high-quality error reporting☆1,166Updated 6 months ago
- Roslyn analyzers for IDisposable☆394Updated 9 months ago
- An ultra lightweight IoC container☆628Updated 4 months ago
- Specialized .NET Streams and pipes for full duplex in-proc communication, web sockets, and multiplexing☆669Updated this week
- 🎯 A .NET library for running a target dependency graph.☆880Updated 2 weeks ago
- Identify and reduce memory used by duplicate .NET strings☆302Updated 5 years ago
- LINQ for Span<T>, without memory allocations.☆258Updated last year
- A native memory manager for .NET☆333Updated 7 years ago