Meziantou.Polyfill 1.0.31

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Meziantou.Polyfill --version 1.0.31
NuGet\Install-Package Meziantou.Polyfill -Version 1.0.31
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Meziantou.Polyfill" Version="1.0.31">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Meziantou.Polyfill --version 1.0.31
#r "nuget: Meziantou.Polyfill, 1.0.31"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Meziantou.Polyfill as a Cake Addin
#addin nuget:?package=Meziantou.Polyfill&version=1.0.31

// Install Meziantou.Polyfill as a Cake Tool
#tool nuget:?package=Meziantou.Polyfill&version=1.0.31

Meziantou.Polyfill

NuGet

Source Generator that adds polyfill methods and types. This helps working with multi-targeted projects.

Read more about the project: Polyfills in .NET to ease multi-targeting

Installation

dotnet add package Meziantou.Polyfill

Then, you should see the generated types in the solution explorer

Generated files in the Visual Studio's Solution Explorer

Customization

You can configure which polyfills should be generated by editing the .csproj file and adding the following properties:

<PropertyGroup>
  
  
  <MeziantouPolyfill_IncludedPolyfills>T:Type1|T:Type2|M:Member1</MeziantouPolyfill_IncludedPolyfills>
  <MeziantouPolyfill_ExcludedPolyfills>M:System.Diagnostics.</MeziantouPolyfill_ExcludedPolyfills>

  
  <EmitCompilerGeneratedFiles>True</EmitCompilerGeneratedFiles>
  <CompilerGeneratedFilesOutputPath>$(BaseIntermediateOutputPath)\GeneratedFiles</CompilerGeneratedFilesOutputPath>
</PropertyGroup>

Contribution

How to add a new polyfill
  • Create a new file named <xml documentation id>.cs in the project Meziantou.Polyfill.Editor
  • Run Meziantou.Polyfill.Generator

Notes:

  • All files must be self contained. Use a file class if needed.
  • If you need to generate a file only when another polyfill is generated, add // when <xml documentation id> in the file
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (5)

Showing the top 5 popular GitHub repositories that depend on Meziantou.Polyfill:

Repository Stars
riok/mapperly
A .NET source generator for generating object mappings. No runtime reflection.
bUnit-dev/bUnit
bUnit is a testing library for Blazor components that make tests look, feel, and runs like regular unit tests. bUnit makes it easy to render and control a component under test’s life-cycle, pass parameter and inject services into it, trigger event handlers, and verify the rendered markup from the component using a built-in semantic HTML comparer.
meziantou/Meziantou.Analyzer
A Roslyn analyzer to enforce some good practices in C#.
meziantou/Meziantou.Framework
minio/minio-dotnet
MinIO Client SDK for .NET
Version Downloads Last updated
1.0.38 440 4/27/2024
1.0.37 2,094 3/21/2024
1.0.36 4,206 2/28/2024
1.0.35 568 2/21/2024
1.0.34 2,782 2/7/2024
1.0.33 1,547 1/13/2024
1.0.32 371 1/10/2024
1.0.31 6,309 12/2/2023
1.0.30 9,819 10/10/2023
1.0.29 321 10/7/2023
1.0.28 491 10/5/2023
1.0.27 2,608 9/5/2023
1.0.26 4,148 8/12/2023
1.0.25 722 8/7/2023
1.0.24 562 8/7/2023
1.0.23 243 8/7/2023
1.0.22 294 8/7/2023
1.0.21 473 8/2/2023
1.0.20 192 8/2/2023
1.0.19 182 8/2/2023
1.0.18 456 7/18/2023
1.0.17 3,339 7/16/2023
1.0.16 1,256 7/12/2023
1.0.15 162 7/12/2023
1.0.14 884 7/7/2023
1.0.13 206 7/7/2023
1.0.12 212 7/7/2023
1.0.11 494 6/25/2023
1.0.10 159 6/25/2023
1.0.9 169 6/25/2023
1.0.8 157 6/25/2023
1.0.7 130 6/25/2023
1.0.6 137 6/23/2023
1.0.5 157 6/9/2023
1.0.4 174 6/9/2023
1.0.3 164 6/8/2023
1.0.2 149 6/7/2023
1.0.1 978 6/7/2023
1.0.0 177 6/7/2023