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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Antelcat.FlatBuffers
Auto generate class from .fbs
files
Flatc download (Optional)
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.
Version | Downloads | Last updated | |
---|---|---|---|
1.0.0 | 7 | 11/14/2024 | |
1.0.0-preview9 | 113 | 10/19/2024 | |
1.0.0-preview8 | 116 | 10/18/2024 | |
1.0.0-preview7 | 71 | 10/17/2024 | |
1.0.0-preview5 | 61 | 10/17/2024 | |
1.0.0-preview4 | 63 | 10/17/2024 | |
1.0.0-preview3 | 61 | 10/17/2024 | |
1.0.0-preview2 | 63 | 10/17/2024 | |
1.0.0-preview1 | 64 | 10/17/2024 | |
0.1.0.3 | 91 | 10/16/2024 | |
0.1.0.2 | 87 | 10/16/2024 | |
0.1.0.1 | 90 | 10/16/2024 | |
0.1.0 | 93 | 10/16/2024 |
collect into on generation