PolySharp 1.0.0
See the version list below for details.
dotnet add package PolySharp --version 1.0.0
NuGet\Install-Package PolySharp -Version 1.0.0
<PackageReference Include="PolySharp" Version="1.0.0" />
paket add PolySharp --version 1.0.0
#r "nuget: PolySharp, 1.0.0"
// Install PolySharp as a Cake Addin #addin nuget:?package=PolySharp&version=1.0.0 // Install PolySharp as a Cake Tool #tool nuget:?package=PolySharp&version=1.0.0
What is it? 🚀
PolySharp provides Source-only polyfills for C# language features, to easily use all runtime-agnostic features downlevel. The package is distributed as a source generator, so that it will automatically detect which polyfills are needed depending on the target framework and project in use: just add a reference to PolySharp, set your C# language version to latest, and have fun!
Documentation 📖
PolySharp includes the following polyfills:
- Nullability attributes (for nullable reference types):
[AllowNull]
[DisallowNull]
[DoesNotReturn]
[DoesNotReturnIf]
[MaybeNull]
[MaybeNullWhen]
[MemberNotNull]
[MemberNotNullWhen]
[NotNull]
[NotNullIfNotNull]
[NotNullWhen]
Index
andRange
(see indices and ranges)[UnscopedRef]
(see low-level struct improvements)- Required members (see required modifier)
[RequiredMember]
[SetsRequiredMembers]
[CompilerFeatureRequired]
(needed to support several features)[IsExternalInit]
(needed for init-only properties)[SkipLocalsInit]
(see docs)- Interpolated string handlers (see docs)
[InterpolatedStringHandler]
[InterpolatedStringHandlerArgument]
[CallerArgumentExpression]
(see docs)
To leverage them, make sure to bump your C# language version. You can do this by setting the <LangVersion>
MSBuild property in your project. For instance, by adding <LangVersion>11.0</LangVersion>
(or your desired C# version) to the first <PropertyGroup>
of your .csproj file. For more info on this, see here, but remember that you don't need to manually copy polyfills anymore: simply adding a reference to PolySharp will do this for you automatically.
Options ⚙️
PolySharp's generation can be configured through some MSBuild properties to set in consuming projects.
The following properties are available:
- "PolySharpUsePublicAccessibilityForGeneratedTypes": changes the accessibility of generated types from
internal
topublic
.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (27)
Showing the top 5 NuGet packages that depend on PolySharp:
Package | Downloads |
---|---|
AdaptiveCards.Templating
This library implements a JSON-to-JSON templating/data-binding engine. While it is designed to be used with Adaptive Cards, it is not dependent on Adaptive Cards and can therefore be used in many contexts and applications. |
|
TinyIpc
.NET inter process broadcast message bus. |
|
Freshdesk.Api
A lightweight wrapper around the Freshdesk REST API as described in https://developers.freshdesk.com/api |
|
TinyLogger
Tiny extendable logger that plugins into Microsoft.Extensions.Logging |
|
K4os.Xpovoc.Core
Simple job scheduler for .NET/.NET Core |
GitHub repositories (132)
Showing the top 5 popular GitHub repositories that depend on PolySharp:
Repository | Stars |
---|---|
files-community/Files
A modern file manager that helps users organize their files and folders.
|
|
restsharp/RestSharp
Simple REST and HTTP API Client for .NET
|
|
spectreconsole/spectre.console
A .NET library that makes it easier to create beautiful console applications.
|
|
unoplatform/uno
Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
|
|
lepoco/wpfui
WPF UI provides the Fluent experience in your known and loved WPF framework. Intuitive design, themes, navigation and new immersive controls. All natively and effortlessly.
|
Version | Downloads | Last updated |
---|---|---|
1.15.0 | 38,993 | 11/21/2024 |
1.14.1 | 2,215,202 | 12/18/2023 |
1.14.0 | 46,121 | 11/28/2023 |
1.13.2 | 700,182 | 5/16/2023 |
1.13.1 | 104,609 | 4/6/2023 |
1.12.1 | 350,141 | 1/21/2023 |
1.10.0 | 427,823 | 1/15/2023 |
1.9.0 | 2,332 | 1/14/2023 |
1.8.3 | 13,002 | 1/9/2023 |
1.8.2 | 189 | 1/8/2023 |
1.8.1 | 23,816 | 11/22/2022 |
1.8.0 | 848 | 11/16/2022 |
1.7.1 | 29,167 | 10/29/2022 |
1.7.0 | 173 | 10/28/2022 |
1.6.0 | 375 | 10/26/2022 |
1.5.0 | 169 | 10/26/2022 |
1.4.0 | 171 | 10/25/2022 |
1.3.0 | 337 | 10/23/2022 |
1.2.0 | 160 | 10/22/2022 |
1.1.0 | 158 | 10/22/2022 |
1.0.1 | 158 | 10/22/2022 |
1.0.0 | 4,649 | 10/22/2022 |