Skip to main content
Apache.Avro package icon

Apache.Avro

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.

Total Downloads
63.6M
63,620,089
Published
Sep 25, 2023
Latest stable version

Install

.NET CLI
dotnet add package Apache.Avro --version 1.11.3
Package Manager Console
Install-Package Apache.Avro -Version 1.11.3
PackageReference
<PackageReference Include="Apache.Avro" Version="1.11.3" />

Frameworks

.NETStandard2.0 .NETStandard2.1

Dependencies

Newtonsoft.Json
.NETStandard2.0
[10.0.3, )
System.CodeDom
.NETStandard2.0
[7.0.0, )
Newtonsoft.Json
.NETStandard2.1
[10.0.3, )
System.CodeDom
.NETStandard2.1
[7.0.0, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

Compatibility metadata lists 2 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.