Platform.Helpers
0.1.1
Install-Package Platform.Helpers -Version 0.1.1
dotnet add package Platform.Helpers --version 0.1.1
<PackageReference Include="Platform.Helpers" Version="0.1.1" />
paket add Platform.Helpers --version 0.1.1
#r "nuget: Platform.Helpers, 0.1.1"
// Install Platform.Helpers as a Cake Addin
#addin nuget:?package=Platform.Helpers&version=0.1.1
// Install Platform.Helpers as a Cake Tool
#tool nuget:?package=Platform.Helpers&version=0.1.1
LinksPlatform's Platform.Helpers Class Library
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Platform.Reflection (>= 0.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|
Exceptions are now correctly ignored.
Platform.Reflection dependency updated from 0.0.2 to 0.0.3.
Global.Scope moved to Scope.Global.
Counter.Count is now property, not field.
SetterBase.Result is now property, not field.
Default classes are static now.
New namespace Platform.Helpers.Scopes:
Scope, Scope<TInclude> and Use<T> classes moved here.
New namespace Platform.Helpers.Singletons:
Default, Default<T>, Global, Singleton, Singleton<T> classes and structs moved here.
Issues fixes.