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)☆986Updated 3 months ago
- A tool that helps to see an internal structure of the CLR types at runtime☆699Updated 2 years ago
- Assists in performing Roslyn-based code generation during a build.☆410Updated 4 years ago
- Linq-like extension functions for Arrays, Span<T>, and List<T> that are faster and allocate less.☆762Updated 5 years ago
- Roslyn tool that for a given C# program shows syntax tree API calls to construct its syntax tree☆1,003Updated 5 months ago
- A utility to perform design-time builds of .NET projects without having to think too hard about it.☆638Updated 2 months ago
- A curated list of .NET Compiler Platform ("Roslyn") diagnostic analyzers and code fixes. Everyone can contribute here!☆562Updated 3 months ago
- Low allocation async/await for C#/.NET☆397Updated 5 years ago
- The Microsoft.VisualStudio.Threading is a xplat library that provides many threading and synchronization primitives used in Visual Studio…☆1,017Updated this week
- Implementation of a lock-free dictionary on .Net.☆501Updated 2 months ago
- A high-performance, zero-allocation .NET logging library.☆416Updated 5 months ago
- Specialized .NET Streams and pipes for full duplex in-proc communication, web sockets, and multiplexing