hermanussen / CompileTimeMethodExecutionGeneratorLinks
A .NET 5 source generator proof of concept that allows executing a method during compilation, so that it can be really fast during runtime.
☆20Updated 4 years ago
Alternatives and similar repositories for CompileTimeMethodExecutionGenerator
Users that are interested in CompileTimeMethodExecutionGenerator are comparing it to the libraries listed below
Sorting:
- Playground for testing msbuild in a "server" mode☆16Updated last year
- Provides structs that wrap pointers, and Unsafe methods for converting to and from `ref` pointers of any type.☆21Updated last year
- Fast & simple reader and writer for in-preview Visual Studio SLNX files☆14Updated 3 months ago
- A port of the dotnet/runtime RyuJIT compiler to C#☆47Updated last year
- Attempts to calculate the size of managed options (heap size) from within an application. Basically, compare this library to the SOS !Obj…☆21Updated last year
- Trimming down unnecessary bits out of Microsoft.Data.SqlClient☆16Updated last year
- .NET library for working with Roslyn's syntax trees☆23Updated last month
- Vectorized generic dictionary prototype☆24Updated 5 months ago
- ☆16Updated 3 years ago
- Produces a GIF on demand of the last ten seconds of a Windows desktop app’s user interface. Useful for error reports.☆15Updated 7 months ago
- A command-line tool that shows what namespaces you am-using.☆27Updated 3 years ago
- A lightweight read-only git library written entirely in .NET☆30Updated 3 years ago
- Straightforward nint and nuint native integers, written in IL, probably second best to proper compiler support. Fully functional.☆28Updated 6 years ago
- Find transitive dependencies in assemblies☆23Updated last month
- A micro-sdk for .NET☆15Updated last year
- Highly efficient compile-time general purpose DI container based on C# source generators.☆34Updated 2 years ago
- A Visual Studio Extension with a tool window for viewing and editing the contents of Visual Studio's Settings Store.☆34Updated 3 years ago
- A source generator for embedding resource files directly into your assembly. Access them as a `ReadOnlySpan<byte>`, with no allocations o…☆24Updated 2 years ago
- Scans a given directory tree for interesting assembly references☆16Updated last week
- An attribute, generator and analyzer to declare "private-like" types in C# (internal but producing errors if not used as if they were dec…☆10Updated last year
- A .NET Standard 2.1+ Library to perform string parsing operations on Streams and StreamReaders. Includes Extensions for Regex.☆20Updated 11 months ago
- Removes nullability and pragma warning suppressions that are no longer necessary.☆10Updated 4 years ago
- Sample code to show how to walk the managed heap in C#☆31Updated last year
- Utilities for working with streams and pipes☆10Updated last week
- A collection of Roslyn analyzers and source generators empowering daily development☆14Updated 11 months ago
- A small helper library, that allows you to find the source file of a type at runtime, based on the debug information included in the type…☆11Updated 4 years ago
- A lightweight toolkit to write .NET assembly weavers.☆17Updated 2 months ago
- Efficient implementations of standard .NET collection interfaces using tree data structures☆46Updated 4 years ago
- Proof-of-concept of a simple CPU profiler written in C#☆20Updated 5 months ago
- Scoped completion tracking and error handling of tasks as an alternative to fire-and-forget/async void. Easy and test-friendly.☆51Updated last year