Best.Avro
1.9.0.9
Install-Package Best.Avro -Version 1.9.0.9
dotnet add package Best.Avro --version 1.9.0.9
<PackageReference Include="Best.Avro" Version="1.9.0.9" />
paket add Best.Avro --version 1.9.0.9
#r "nuget: Best.Avro, 1.9.0.9"
// Install Best.Avro as a Cake Addin
#addin nuget:?package=Best.Avro&version=1.9.0.9
// Install Best.Avro as a Cake Tool
#tool nuget:?package=Best.Avro&version=1.9.0.9
Avro provides:
Rich data structures.
A compact, fast, binary data format.
A container file, to store persistent data.
Remote procedure call (RPC).
Simple integration with dynamic languages. Code generation is not required to read or write data files nor to use or implement RPC protocols. Code generation as an optional optimization, only worth implementing for statically typed languages.
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 | net40 net403 net45 net451 net452 net46 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 |
-
.NETFramework 4.0
- Newtonsoft.Json (>= 3.5.8)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 3.5.8)
- System.CodeDom (>= 4.4.0)
- System.Reflection (>= 4.3.0)
- System.Reflection.Emit.ILGeneration (>= 4.3.0)
- System.Reflection.Emit.Lightweight (>= 4.3.0)
-
.NETStandard 2.1
- Newtonsoft.Json (>= 3.5.8)
- System.CodeDom (>= 4.4.0)
- System.Reflection (>= 4.3.0)
- System.Reflection.Emit.ILGeneration (>= 4.3.0)
- System.Reflection.Emit.Lightweight (>= 4.3.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Best.Avro:
Package | Downloads |
---|---|
Best.EntLib.LogPlatform
Best.EntLib.LogPlatform NLog target lib |
|
Best.AvroEx
Best.Avro extentions lib for .NET Core and .NET 4.6+ |
GitHub repositories
This package is not used by any popular GitHub repositories.