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).☆702Jul 20, 2025Updated 8 months ago
- A tool that helps to see an internal structure of the CLR types at runtime☆727Sep 22, 2022Updated 3 years ago
- Implementation of a lock-free dictionary on .Net.☆543Feb 24, 2025Updated last year
- Zero-allocation string formatting for .NET.☆340Oct 30, 2017Updated 8 years ago
- Compiles C# code by first rewriting the syntax trees of LINQ expressions using plain procedural code, minimizing allocations and dynamic …☆714Feb 2, 2020Updated 6 years ago
- Set of roslyn-based analyzers for catching common C# errors (inspired by Google's error-prone)☆1,105Jul 31, 2025Updated 7 months ago
- Low allocation async/await for C#/.NET☆402Apr 21, 2020Updated 5 years ago
- A high-performance, zero-allocation .NET logging library.☆435Feb 14, 2026Updated last month
- Expose project and assembly level information as constants in the ThisAssembly class using source generators powered by Roslyn.☆511Updated this week
- Linq-like extension functions for Arrays, Span<T>, and List<T> that are faster and allocate less.