PolySharp icon indicating copy to clipboard operation
PolySharp copied to clipboard

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! 🚀

Results 23 PolySharp issues
Sort by recently updated
recently updated
newest added

In the Readme is states "Note: use on .NET Framework 3.5 is particularly limited due to shortcomings of the BCL there. In particular, the System.Range type will not be generated...

### Description (optional) Add an extension to `KeyValuePair` that mirrors https://learn.microsoft.com/en-US/dotnet/api/system.collections.generic.keyvaluepair-2.deconstruct?view=net-7.0 ### Rationale The extension allows for KeyValuePairs to be deconstructed in scenarios such as ```cs foreach ((var k, var...

As documented [in nuget](https://learn.microsoft.com/en-us/nuget/reference/msbuild-targets) you can provide not only the repo URL, type and commit, but also the branch. But this information is not populated by default by the SourceLink...