Meziantou.Polyfill 1.0.29

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.29                
NuGet\Install-Package Meziantou.Polyfill -Version 1.0.29                
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.29">
  <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.29                
#r "nuget: Meziantou.Polyfill, 1.0.29"                
#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.29

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

Meziantou.Polyfill

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

You can use the following MSBuild properties to configure which polyfills are generated:

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

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 (6)

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.42 21,218 11/16/2024
1.0.41 1,630 11/13/2024
1.0.40 5,120 10/9/2024
1.0.39 14,583 7/2/2024
1.0.38 10,432 4/27/2024
1.0.37 2,879 3/21/2024
1.0.36 4,467 2/28/2024
1.0.35 683 2/21/2024
1.0.34 4,419 2/7/2024
1.0.33 1,681 1/13/2024
1.0.32 454 1/10/2024
1.0.31 6,441 12/2/2023
1.0.30 10,126 10/10/2023
1.0.29 360 10/7/2023
1.0.28 536 10/5/2023
1.0.27 2,732 9/5/2023
1.0.26 4,201 8/12/2023
1.0.25 775 8/7/2023
1.0.24 587 8/7/2023
1.0.23 280 8/7/2023
1.0.22 332 8/7/2023
1.0.21 504 8/2/2023
1.0.20 225 8/2/2023
1.0.19 213 8/2/2023
1.0.18 493 7/18/2023
1.0.17 3,374 7/16/2023
1.0.16 1,293 7/12/2023
1.0.15 198 7/12/2023
1.0.14 904 7/7/2023
1.0.13 227 7/7/2023
1.0.12 260 7/7/2023
1.0.11 531 6/25/2023
1.0.10 195 6/25/2023
1.0.9 203 6/25/2023
1.0.8 192 6/25/2023
1.0.7 163 6/25/2023
1.0.6 169 6/23/2023
1.0.5 200 6/9/2023
1.0.4 211 6/9/2023
1.0.3 203 6/8/2023
1.0.2 185 6/7/2023
1.0.1 1,018 6/7/2023
1.0.0 230 6/7/2023