Meziantou.Polyfill
1.0.30
Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Meziantou.Polyfill --version 1.0.30
NuGet\Install-Package Meziantou.Polyfill -Version 1.0.30
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.30"> <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.30
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Meziantou.Polyfill, 1.0.30"
#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.30 // Install Meziantou.Polyfill as a Cake Tool #tool nuget:?package=Meziantou.Polyfill&version=1.0.30
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Meziantou.Polyfill
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
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 projectMeziantou.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 | 1,044 | 11/16/2024 |
1.0.41 | 1,311 | 11/13/2024 |
1.0.40 | 4,382 | 10/9/2024 |
1.0.39 | 11,165 | 7/2/2024 |
1.0.38 | 9,979 | 4/27/2024 |
1.0.37 | 2,808 | 3/21/2024 |
1.0.36 | 4,401 | 2/28/2024 |
1.0.35 | 616 | 2/21/2024 |
1.0.34 | 3,786 | 2/7/2024 |
1.0.33 | 1,612 | 1/13/2024 |
1.0.32 | 392 | 1/10/2024 |
1.0.31 | 6,377 | 12/2/2023 |
1.0.30 | 9,971 | 10/10/2023 |
1.0.29 | 353 | 10/7/2023 |
1.0.28 | 527 | 10/5/2023 |
1.0.27 | 2,718 | 9/5/2023 |
1.0.26 | 4,190 | 8/12/2023 |
1.0.25 | 755 | 8/7/2023 |
1.0.24 | 578 | 8/7/2023 |
1.0.23 | 271 | 8/7/2023 |
1.0.22 | 323 | 8/7/2023 |
1.0.21 | 498 | 8/2/2023 |
1.0.20 | 219 | 8/2/2023 |
1.0.19 | 207 | 8/2/2023 |
1.0.18 | 485 | 7/18/2023 |
1.0.17 | 3,367 | 7/16/2023 |
1.0.16 | 1,286 | 7/12/2023 |
1.0.15 | 192 | 7/12/2023 |
1.0.14 | 897 | 7/7/2023 |
1.0.13 | 220 | 7/7/2023 |
1.0.12 | 245 | 7/7/2023 |
1.0.11 | 523 | 6/25/2023 |
1.0.10 | 187 | 6/25/2023 |
1.0.9 | 195 | 6/25/2023 |
1.0.8 | 184 | 6/25/2023 |
1.0.7 | 156 | 6/25/2023 |
1.0.6 | 162 | 6/23/2023 |
1.0.5 | 183 | 6/9/2023 |
1.0.4 | 199 | 6/9/2023 |
1.0.3 | 191 | 6/8/2023 |
1.0.2 | 175 | 6/7/2023 |
1.0.1 | 1,007 | 6/7/2023 |
1.0.0 | 219 | 6/7/2023 |