Inlining Analyzer is a Visual Studio Extension that shows in the source code if a method call will be inlined by the JIT compiler.
☆155Oct 11, 2019Updated 6 years ago
Alternatives and similar repositories for InliningAnalyzer
Users that are interested in InliningAnalyzer are comparing it to the libraries listed below
Sorting:
- Visual Studio Extension for running BenchmarkDotNet Benchmarks.☆51Apr 11, 2019Updated 6 years ago
- Roslyn based C# heap allocation diagnostic analyzer that can detect explicit and many implicit allocations like boxing, display classes a…☆653May 26, 2022Updated 3 years ago
- VS2022 Add-in. Click on any method or class to see what .NET Core's JIT generates for them (ASM).☆703Jul 20, 2025Updated 7 months ago
- Implementation of a lock-free dictionary on .Net.☆543Feb 24, 2025Updated last year
- A tool that helps to see an internal structure of the CLR types at runtime☆728Sep 22, 2022Updated 3 years ago
- A high-performance, zero-allocation .NET logging library.☆434Feb 14, 2026Updated 2 weeks ago
- Low allocation async/await for C#/.NET☆404Apr 21, 2020Updated 5 years ago
- Compiles C# code by first rewriting the syntax trees of LINQ expressions using plain procedural code, minimizing allocations and dynamic …☆713Feb 2, 2020Updated 6 years ago
- Set of roslyn-based analyzers for catching common C# errors (inspired by Google's error-prone)☆1,102Jul 31, 2025Updated 7 months ago
- Playing around to make a high-performance prefix tree implementation in C#☆18Jan 1, 2024Updated 2 years ago
- Expose project and assembly level information as constants in the ThisAssembly class using source generators powered by Roslyn.☆506Feb 23, 2026Updated last week
- Zero-allocation string formatting for .NET.☆342Oct 30, 2017Updated 8 years ago
- Linq-like extension functions for Arrays, Span<T>, and List<T> that are faster and allocate less.☆762Sep 26, 2025Updated 5 months ago
- Scratch pad for various expression tree improvements.☆82Sep 20, 2022Updated 3 years ago
- Microsoft.Diagnostics.Runtime is a set of APIs for introspecting processes and dumps.☆1,134Updated this week
- Tools for enhanced editing of MSBuild proj files in Visual Studio 2017 and 2019☆96Mar 17, 2025Updated 11 months ago
- Assists in performing Roslyn-based code generation during a build.☆411Dec 11, 2020Updated 5 years ago
- Post-build IL optimizer and intermediate representation for .NET programs☆152Jan 25, 2025Updated last year
- This repo is for experimentation and exploring new ideas that may or may not make it into the main corefx repo.☆1,455Mar 11, 2021Updated 4 years ago
- ☆28May 16, 2025Updated 9 months ago
- Series and Panels for Real-time and Exploratory Analysis of Data Streams☆437Apr 16, 2023Updated 2 years ago
- Raw bindings to Linux platform APIs for .NET Core☆173May 14, 2023Updated 2 years ago
- Specialized .NET Streams and pipes for full duplex in-proc communication, web sockets, and multiplexing☆701Feb 20, 2026Updated last week
- A library to provide pooling for .NET MemoryStream objects to improve application performance.☆2,128Updated this week
- A cross-platform abstract/virtual filesystem framework with many built-ins filesystems for .NET☆912Feb 22, 2026Updated last week
- The Nuget package for Microsoft Concurrency Visualizer SDK Tools.☆10Apr 1, 2025Updated 11 months ago
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Feb 2, 2020Updated 6 years ago
- Helper objects to browse complex structures returned by ClrMD☆67Oct 10, 2025Updated 4 months ago
- Benchmarking LINQ and alternative implementations☆180Feb 14, 2024Updated 2 years ago
- A logger for MSBuild that records a structured representation of executed targets, tasks, property and item values.☆1,610Feb 15, 2026Updated 2 weeks ago
- ☆159Nov 21, 2025Updated 3 months ago
- SharpNng is a lightweight low-level managed wrapper around the Lightweight Messaging Library NNG☆46Sep 1, 2023Updated 2 years ago
- Stack only json deserialization using generators and the System.Text.Json library☆297Dec 8, 2022Updated 3 years ago
- ☆23Jan 4, 2026Updated last month
- Low-level, lightweight and performance-focused serializer for C# struct types that uses Source Generators technology.☆81Jun 25, 2022Updated 3 years ago
- Fast and memory-efficient immutable collections and helper data structures☆251Sep 18, 2025Updated 5 months ago
- Roslyn analyzers for IDisposable☆422Jun 19, 2024Updated last year
- Json library that uses .NET 5 Source Generators☆150Jul 31, 2021Updated 4 years ago
- Zero allocation valuetype based fixed string implementation (8/16/32/64) for .NET 7+☆90Mar 17, 2024Updated last year