Amplified.Technology.Avro.CodeGenerator
0.0.24
dotnet add package Amplified.Technology.Avro.CodeGenerator --version 0.0.24
NuGet\Install-Package Amplified.Technology.Avro.CodeGenerator -Version 0.0.24
<PackageReference Include="Amplified.Technology.Avro.CodeGenerator" Version="0.0.24" />
paket add Amplified.Technology.Avro.CodeGenerator --version 0.0.24
#r "nuget: Amplified.Technology.Avro.CodeGenerator, 0.0.24"
// Install Amplified.Technology.Avro.CodeGenerator as a Cake Addin #addin nuget:?package=Amplified.Technology.Avro.CodeGenerator&version=0.0.24 // Install Amplified.Technology.Avro.CodeGenerator as a Cake Tool #tool nuget:?package=Amplified.Technology.Avro.CodeGenerator&version=0.0.24
Avro.CodeGenerator
This source code generator will use Apache.Avro avrogen to create C# classes for all files with extension '.avro' marked with Build Action 'C# analyzer additional file'.
The output file will be placed alongside the .avro file with the name template {avrofilename}.g.cs.
Generated files will not be overwritten once created to allow for additional changes. To regenerate the avro class, the previous generated file must be deleted and a rebuild triggered.
The avro name and namespace properties will be maintained, however the generated class will receive the namesapce according to the folder structure and containing assembly.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- Apache.Avro (>= 1.11.1)
- Microsoft.CodeAnalysis (>= 4.4.0)
- Microsoft.CodeAnalysis.CSharp (>= 4.4.0)
- System.Text.Json (>= 7.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.