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
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="Amplified.Technology.Avro.CodeGenerator" Version="0.0.24" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Amplified.Technology.Avro.CodeGenerator --version 0.0.24
#r "nuget: Amplified.Technology.Avro.CodeGenerator, 0.0.24"
#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.
// 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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.24 369 1/16/2023
0.0.23 271 1/15/2023