SimonCropp / PolyfillLinks
Source only package that exposes newer APIs, .net features, and C# features to older runtimes.
☆361Updated this week
Alternatives and similar repositories for Polyfill
Users that are interested in Polyfill are comparing it to the libraries listed below
Sorting:
- Exposes project and assembly level information as constants in the ThisAssembly class using source generators powered by Roslyn.☆477Updated last week
- A mocking library based on the Compiler APIs (Roslyn + Mocks)☆309Updated this week
- Generates reference assemblies where all the internal types & members become public, and applies the IgnoresAccessChecksTo attribute☆190Updated last month
- Roslyn analyzers for IDisposable☆406Updated 11 months ago
- Improved MSBuild editing support☆234Updated 2 months ago
- Reflection APIs over roslyn symbol APIs☆190Updated 2 years ago
- .NET tool to analyze size of Native AOT binaries.☆379Updated last month
- Easily identify which dependencies can be removed from a .NET project☆196Updated 3 months ago
- Intelligent Enums☆216Updated 6 months ago
- Execute a function in a separate process☆234Updated 11 months ago
- Create, edit and run multiple C# top-level programs in the same project by just selecting the startup program from the start button.☆298Updated this week
- Structured concurrency support for C#☆276Updated 2 years ago
- Fast and lightweight parser creation tools☆464Updated last week
- A source code generator for automatically implementing IEquatable<T> using only attributes.☆154Updated 6 months ago
- A tool to visualize the activity of the .NET garbage collector.☆180Updated 10 months ago
- A source code only package which allows you to use .NET's nullable attributes in older target frameworks like .NET Standard 2.0 or the "o…☆190Updated last year
- An asynchronous .NET Standard 2.0 library that allows you to lock based on a key (keyed semaphores), limiting concurrent threads sharing …☆242Updated last month
- Build time tools in the flavor of Dapper☆413Updated 3 weeks ago
- .NET SSH client library☆220Updated 2 months ago
- Write your pipelines in C# !☆371Updated this week
- A simple to understand packing model for authoring NuGet packages☆266Updated this week
- Practical generic programming for .NET☆206Updated last week
- A .NET library simplifying the execution and chaining of processes☆425Updated 11 months ago
- A basic template for writing a C# source generator☆188Updated 3 years ago
- LINQ for Span<T>, without memory allocations.