MSPack.Processor.Core
0.5.1
dotnet add package MSPack.Processor.Core --version 0.5.1
NuGet\Install-Package MSPack.Processor.Core -Version 0.5.1
<PackageReference Include="MSPack.Processor.Core" Version="0.5.1" />
paket add MSPack.Processor.Core --version 0.5.1
#r "nuget: MSPack.Processor.Core, 0.5.1"
// Install MSPack.Processor.Core as a Cake Addin #addin nuget:?package=MSPack.Processor.Core&version=0.5.1 // Install MSPack.Processor.Core as a Cake Tool #tool nuget:?package=MSPack.Processor.Core&version=0.5.1
Package Description
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 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. 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. |
-
.NETStandard 2.0
- Mono.Cecil (>= 0.11.2)
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 |
---|---|---|
0.5.1 | 536 | 3/17/2020 |
0.5.0 | 433 | 3/10/2020 |
0.4.3 | 473 | 3/6/2020 |
0.4.2 | 433 | 3/6/2020 |
0.4.1 | 458 | 3/5/2020 |
0.4.0 | 546 | 3/5/2020 |
0.3.2 | 453 | 3/1/2020 |
0.3.0 | 525 | 2/28/2020 |
0.2.1 | 454 | 2/28/2020 |
0.2.0 | 471 | 2/28/2020 |
0.1.3 | 473 | 2/27/2020 |
0.1.2 | 443 | 2/26/2020 |
0.1.1 | 455 | 2/26/2020 |
0.1.0 | 448 | 2/26/2020 |
0.0.0 | 506 | 2/29/2020 |
0.5.1 : Loosen the restriction of generic formatter. Now generic type variation definition does not require MSPack.Annotation package.
0.5.0 : When deserialize string-key type, it uses embedded specialized automaton now.
0.4.4 : Fix => When struct type was assigned as generic type argument, it threw errors. Now fixed.
0.4.3 : Minor update => Do not need to involve ReadOnlySpan<T> type in your source code when you include MessagePack dlls into definition dlls.
0.4.2 : Fix => Union now correctly deserialize struct type.
0.4.1 : Fix => IntKey Generic Struct behaviour.
0.4.0 : Supports Generic Class/Struct Formatter.
0.3.2 : Fix => When MessagePackFormatterAttribute constructor has values, it throwed exception.
0.3.1 : See Release Notes of MSPack.Processor.CLI
0.3.0 : API update => CodeGenerator class now implements System.IDisposable interface.
0.2.1 : Minor API update. Add NopReportHook,
0.2.0 : API update => -t option now -i & new -d option(for performance purpose).
0.1.3 : Fix => IgnoresAccessChecksToAttribute generator
0.1.2 : Fix => Unverifiable ctor is instance method.
0.1.1 : First trial of enabling private access.
0.1.0 : Initial Commit.