Apache.Avro
1.7.7.2
Details
Advisory: https://github.com/advisories/GHSA-868x-rg4c-cjqg | Severity: high |
dotnet add package Apache.Avro --version 1.7.7.2
NuGet\Install-Package Apache.Avro -Version 1.7.7.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Apache.Avro" Version="1.7.7.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Apache.Avro" Version="1.7.7.2" />
<PackageReference Include="Apache.Avro" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Apache.Avro --version 1.7.7.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Apache.Avro, 1.7.7.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Apache.Avro@1.7.7.2
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Apache.Avro&version=1.7.7.2
#tool nuget:?package=Apache.Avro&version=1.7.7.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- log4net (>= 1.2.10)
- Newtonsoft.Json (>= 3.5.0)
GitHub repositories (14)
Showing the top 14 popular GitHub repositories that depend on Apache.Avro:
Repository | Stars |
---|---|
Azure/azure-sdk-for-net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
|
|
googleapis/google-cloud-dotnet
Google Cloud Client Libraries for .NET
|
|
GoogleCloudPlatform/dotnet-docs-samples
.NET code samples used on https://cloud.google.com
|
|
Farfetch/kafkaflow
Apache Kafka .NET Framework to create applications simple to use and extend.
|
|
Azure/Industrial-IoT
Azure Industrial IoT Platform
|
|
zarusz/SlimMessageBus
Lightweight message bus interface for .NET (pub/sub and request-response) with transport plugins for popular message brokers.
|
|
cloudevents/sdk-csharp
CSharp SDK for CloudEvents
|
|
serverlessworkflow/synapse
Serverless Workflow Management System (WFMS)
|
|
apache/pulsar-dotpulsar
The official .NET client library for Apache Pulsar
|
|
Raiffeisen-DGTL/ViennaNET
Framework for quickly creating enterprise microservices on .NET https://habr.com/ru/company/raiffeisenbank/blog/494830/
|
|
thangchung/northwind-dotnet
A full-stack .NET 6 Microservices build on Minimal APIs and C# 10
|
|
confluentinc/confluent-kafka-dotnet
Confluent's Apache Kafka .NET client
|
|
aws-powertools/powertools-lambda-dotnet
Powertools is a developer toolkit to implement Serverless best practices and increase developer velocity.
|
|
AdrianStrugala/AvroConvert
Rapid Avro serializer for C# .NET
|
re