Antelcat.FlatBuffers 1.0.0

dotnet add package Antelcat.FlatBuffers --version 1.0.0                
NuGet\Install-Package Antelcat.FlatBuffers -Version 1.0.0                
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="Antelcat.FlatBuffers" Version="1.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Antelcat.FlatBuffers --version 1.0.0                
#r "nuget: Antelcat.FlatBuffers, 1.0.0"                
#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 Antelcat.FlatBuffers as a Cake Addin
#addin nuget:?package=Antelcat.FlatBuffers&version=1.0.0

// Install Antelcat.FlatBuffers as a Cake Tool
#tool nuget:?package=Antelcat.FlatBuffers&version=1.0.0                

Antelcat.FlatBuffers

Auto generate class from .fbs files

Flatc download (Optional)

Flatc binary

Usage

in YourProject.csproj

<Project Sdk="Microsoft.NET.Sdk">
    
    <ItemGroup>
        
        <PackageReference Include="Antelcat.FlatBuffers" Version="*.*.*" />
        
        
        <AdditionalFiles Include="{path}/{to}/{your}/{fbs}.fbs"/>
    </ItemGroup>

</Project>

add .fbs files in to tag AdditionalFiles

then it will automated generate .cs files.

Arguments

specified string will be appended to arguments to flatc

[assembly:Antelcat.FlatBuffers.FlatcArguments("--cs-global-alias")]

Owns flatc?

if you already have flatc in your device.

[assembly:Antelcat.FlatBuffers.FlatcLocation("{path}/{to}/{your}/{flatc}")]

to use your local version of flatc

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.1

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Antelcat.FlatBuffers:

Package Downloads
Antelcat.MediasoupSharp

Cutting Edge WebRTC Video Conferencing ported to .NET from https://github.com/versatica/mediasoup/

GitHub repositories

This package is not used by any popular GitHub repositories.

collect into on generation