Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the PolySharp package for polyfills #1364

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 13, 2023

  1. Use the PolySharp package for polyfills

    [PolySharp][1] provides generated, source-only polyfills for C# language features, to easily use all runtime-agnostic features downlevel.
    
    This replaces the need for the `Nullable` package and we can get rid of the manually added `IsExternalInit` polyfill.
    
    Also, while I was touching the csproj and props file I standardised the way to import dev dependencies with the PrivateAssets="all" attribute.
    
    [1]: https://github.com/Sergio0694/PolySharp/
    0xced committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    458d5ff View commit details
    Browse the repository at this point in the history