Hey #csharp #donet user's out there. Ever heard of Polyfills (like https://github.com/Sergio0694/PolySharp).
In short, with Polyfills you can leverage new C# features in older versions (as long as they don't require runtime changes).

I'm kinda like: this is too simple and where is the catch so, my question is: does anybody use it in production systems?

cc @bot

GitHub - Sergio0694/PolySharp: PolySharp provides generated, source-only polyfills for C# language features, to easily use all runtime-agnostic features downlevel. Add a reference, set your C# version to latest and have fun! 🚀

PolySharp provides generated, source-only polyfills for C# language features, to easily use all runtime-agnostic features downlevel. Add a reference, set your C# version to latest and have fun! 🚀 -...

GitHub