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.
<PackageVersion Include="Amplified.Technology.Avro.CodeGenerator" Version="0.0.24" />
                    
Directory.Packages.props
<PackageReference Include="Amplified.Technology.Avro.CodeGenerator" />
                    
Project file
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 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.
#:package Amplified.Technology.Avro.CodeGenerator@0.0.24
                    
#: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=Amplified.Technology.Avro.CodeGenerator&version=0.0.24
                    
Install as a Cake Addin
#tool nuget:?package=Amplified.Technology.Avro.CodeGenerator&version=0.0.24
                    
Install as a Cake Tool

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 518 1/16/2023
0.0.23 383 1/15/2023