Antelcat.FlatBuffers
25.2.10
dotnet add package Antelcat.FlatBuffers --version 25.2.10
NuGet\Install-Package Antelcat.FlatBuffers -Version 25.2.10
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="25.2.10" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Antelcat.FlatBuffers" Version="25.2.10" />
<PackageReference Include="Antelcat.FlatBuffers" />
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 Antelcat.FlatBuffers --version 25.2.10
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Antelcat.FlatBuffers, 25.2.10"
#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.
#addin nuget:?package=Antelcat.FlatBuffers&version=25.2.10
#tool nuget:?package=Antelcat.FlatBuffers&version=25.2.10
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 | |
---|---|---|---|
25.2.10 | 105 | 4/6/2025 | |
25.1.24 | 81 | 4/6/2025 | |
1.0.0 | 146 | 11/14/2024 | |
1.0.0-preview9 | 137 | 10/19/2024 | |
1.0.0-preview8 | 137 | 10/18/2024 | |
1.0.0-preview7 | 90 | 10/17/2024 | |
1.0.0-preview5 | 82 | 10/17/2024 | |
1.0.0-preview4 | 87 | 10/17/2024 | |
1.0.0-preview3 | 85 | 10/17/2024 | |
1.0.0-preview2 | 87 | 10/17/2024 | |
1.0.0-preview1 | 90 | 10/17/2024 | |
0.1.0.3 | 116 | 10/16/2024 | |
0.1.0.2 | 112 | 10/16/2024 | |
0.1.0.1 | 113 | 10/16/2024 | |
0.1.0 | 115 | 10/16/2024 |
Update to 25.1.24