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.
☆645Updated 2 years ago
Related projects ⓘ
Alternatives and complementary repositories for RoslynClrHeapAllocationAnalyzer
- Set of roslyn-based analyzers for catching common C# errors (inspired by Google's error-prone)☆894Updated last week
- A tool that helps to see an internal structure of the CLR types at runtime☆677Updated 2 years ago
- The Microsoft.VisualStudio.Threading is a xplat library that provides many threading and synchronization primitives used in Visual Studio…☆992Updated 3 weeks ago
- Roslyn tool that for a given C# program shows syntax tree API calls to construct its syntax tree☆943Updated 3 weeks ago
- Assists in performing Roslyn-based code generation during a build.☆409Updated 3 years ago
- A utility to perform design-time builds of .NET projects without having to think too hard about it.☆612Updated this week
- A curated list of .NET Compiler Platform ("Roslyn") diagnostic analyzers and code fixes. Everyone can contribute here!☆535Updated 11 months ago
- Replace any .NET method (including static and non-virtual) with a delegate☆1,078Updated 2 years ago
- Compiles C# code by first rewriting the syntax trees of LINQ expressions using plain procedural code, minimizing allocations and dynamic …☆716Updated 4 years ago
- Low allocation async/await for C#/.NET☆393Updated 4 years ago
- A cross-platform abstract/virtual filesystem framework with many built-ins filesystems for .NET☆827Updated 3 months ago
- Linq-like extension functions for Arrays, Span<T>, and List<T> that are faster and allocate less.☆755Updated 4 years ago
- Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative. Diagnostic and code generation tools for the expre…☆1,175Updated this week
- ReSharper Heap Allocations Viewer plugin☆305Updated last week
- The last comparison library you'll ever need!☆427Updated 11 months ago
- Roslyn analyzers for IDisposable☆383Updated 5 months ago
- High performance LINQ implementation with minimal heap allocations. Supports enumerables, async enumerables, arrays and Span<T>.☆875Updated 9 months ago
- Specialized .NET Streams and pipes for full duplex in-proc communication, web sockets, and multiplexing☆638Updated this week
- Implementation of a lock-free dictionary on .Net.☆484Updated 5 months ago
- A C# parser construction toolkit with high-quality error reporting☆1,078Updated last month
- Tools to let you use Roslyn-powered C# scripts for code generation☆620Updated last year
- Performance benchmarking and testing framework for .NET applications☆533Updated 2 months ago
- VS2022 Add-in. Click on any method or class to see what .NET Core's JIT generates for them (ASM).☆657Updated 2 months ago
- compile time dependency injection for .NET☆849Updated 2 years ago
- Source Link enables a great source debugging experience for your users, by adding source control metadata to your built assets☆1,255Updated this week
- A high-performance, zero-allocation .NET logging library.☆406Updated this week
- Stack only json deserialization using generators and the System.Text.Json library☆289Updated last year
- A library to provide pooling for .NET MemoryStream objects to improve application performance.☆1,991Updated last week
- Terminal Spinner for .NET platform☆658Updated 2 years ago
- Configure async code's ConfigureAwait at a global level☆445Updated 3 months ago