Platform.Converters
0.1.0
See the version list below for details.
dotnet add package Platform.Converters --version 0.1.0
NuGet\Install-Package Platform.Converters -Version 0.1.0
<PackageReference Include="Platform.Converters" Version="0.1.0" />
paket add Platform.Converters --version 0.1.0
#r "nuget: Platform.Converters, 0.1.0"
// Install Platform.Converters as a Cake Addin #addin nuget:?package=Platform.Converters&version=0.1.0 // Install Platform.Converters as a Cake Tool #tool nuget:?package=Platform.Converters&version=0.1.0
LinksPlatform's Platform.Converters Class Library
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 is compatible. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.7.1
- Platform.Reflection (>= 0.3.2)
-
.NETStandard 2.0
- Platform.Reflection (>= 0.3.2)
-
.NETStandard 2.1
- Platform.Reflection (>= 0.3.2)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Platform.Converters:
Package | Downloads |
---|---|
Platform.Numbers
LinksPlatform's Platform.Numbers Class Library |
|
Platform.Data.Doublets.Json
LinksPlatform's Platform.Data.Doublets.Json Class Library |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.4.0 | 1,498 | 12/15/2022 |
0.3.2 | 6,289 | 2/14/2022 |
0.3.1 | 9,040 | 8/5/2021 |
0.3.0 | 1,390 | 8/3/2021 |
0.2.1 | 7,715 | 4/3/2020 |
0.2.0 | 4,829 | 2/23/2020 |
0.1.0 | 2,850 | 11/9/2019 |
0.0.8 | 2,542 | 11/7/2019 |
0.0.7 | 1,484 | 10/29/2019 |
0.0.6 | 2,463 | 9/13/2019 |
0.0.5 | 1,659 | 9/2/2019 |
0.0.4 | 2,389 | 8/15/2019 |
0.0.3 | 1,566 | 8/13/2019 |
0.0.2 | 2,285 | 7/26/2019 |
0.0.1 | 2,089 | 7/18/2019 |
Platform.Reflection dependency updated from 0.3.1 to 0.3.2.
Obsolete To classes removed.
New implementation of Conversion from an object that is faster than .NET version because method selection is done at compile-time and fewer additional checks performed.
ConverterBase.ConvertAndUnbox method renamed to ConvertFromObject.
Added GetMethodForConversionToTargetType and LoadDefault methods to ConverterBase abstract class.
Refactoring, performance optimizations.
This release is not backward compatible with the previous 0.0.8 release.