szehetner / InliningAnalyzerLinks
Inlining Analyzer is a Visual Studio Extension that shows in the source code if a method call will be inlined by the JIT compiler.
☆155Updated 5 years ago
Alternatives and similar repositories for InliningAnalyzer
Users that are interested in InliningAnalyzer are comparing it to the libraries listed below
Sorting:
- A native memory manager for .NET☆334Updated 7 years ago
- Under the rocks☆106Updated 7 years ago
- Scratch pad for various expression tree improvements.☆82Updated 2 years ago
- Lightweight fork of the .NET Compiler Platform ("Roslyn") by adding a compiler plugin infrastructure☆97Updated 6 years ago
- Provides multiple ClrMD enhancements including LINQPad integration.☆134Updated 4 years ago
- A Roslyn based C# source generation framework☆130Updated 3 weeks ago
- Managed replacement of System.Reflection[.Emit]☆132Updated 8 years ago
- Async-friendly format for stack traces and exceptions☆212Updated 2 years ago
- FrozenObjects serializer and deserializer☆92Updated 2 years ago
- Json library that uses .NET 5 Source Generators☆150Updated 3 years ago
- Generates valid, readable C# from an Expression Tree.☆169Updated last month
- Easily identify which dependencies can be removed from a .NET project☆198Updated 4 months ago
- IL weaver to add nullability annotations to .NET reference assemblies☆70Updated 3 years ago
- Custom Garbage Collectors for .NET Core☆182Updated 4 years ago
- Code generation for immutable types☆171Updated 10 months ago
- LINQ for Span<T>, without memory allocations.☆263Updated last year
- Generates reference assemblies where all the internal types & members become public, and applies the IgnoresAccessChecksTo attribute☆190Updated last month
- .NET Reflection.Emit extensions☆170Updated 10 months ago
- A collection of somewhat useful utilities and extension methods for async programming☆184Updated 3 years ago
- An In-Memory version of the Roslyn compiler that can be used to debug components in the Roslyn pipeline☆113Updated 4 years ago
- Main repository for the stark compiler frontend + vscode integration + language specs☆152Updated last year
- Low allocation async/await for C#/.NET☆397Updated 5 years ago
- Fast, flexible, and version-tolerant serializer for .NET☆223Updated 2 years ago
- C# Source Generator for UTF-8 binary literal☆144Updated 9 months ago
- IDisposable helper types.☆130Updated last year
- Low allocation re-implementation of LINQ-to-Objects☆214Updated 7 years ago
- Generate Equals, GetHashCode and operators methods from properties.☆111Updated 5 months ago
- ConfigureAwait Checker for ReSharper and Rider☆102Updated 3 years ago
- Visual Studio Extension for running BenchmarkDotNet Benchmarks.☆50Updated 6 years ago
- Uses platform APIs to find processes locking one or multiple files on Windows or Linux