tree: 10263ac25a1726c5b470f9f72b40ea9d21db3913 [path history] [tgz]
  1. src/
  2. .gitignore
  3. Avro.dox
  4. Avro.ruleset
  5. Avro.sln
  6. Avro.snk
  7. build.sh
  8. common.props
  9. LICENSE
  10. NOTICE
  11. README.md
  12. stylecop.json
lang/csharp/README.md

Avro C# Build Status NuGet Package

Avro

Install

Install the Apache.Avro package from NuGet:

Install-Package Apache.Avro

Build & Test

  1. Install .NET Core SDK 2.2+
  2. dotnet test

Notes

The LICENSE and NOTICE files in the lang/csharp source directory are used to build the binary distribution. The LICENSE.txt and NOTICE.txt information for the Avro C# source distribution is in the root directory.