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.
#:package Antelcat.FlatBuffers@25.2.10
#: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=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 | 351 | 4/6/2025 | |
| 25.1.24 | 216 | 4/6/2025 | |
| 1.0.0 | 242 | 11/14/2024 | |
| 1.0.0-preview9 | 220 | 10/19/2024 | |
| 1.0.0-preview8 | 217 | 10/18/2024 | |
| 1.0.0-preview7 | 162 | 10/17/2024 | |
| 1.0.0-preview5 | 174 | 10/17/2024 | |
| 1.0.0-preview4 | 173 | 10/17/2024 | |
| 1.0.0-preview3 | 183 | 10/17/2024 | |
| 1.0.0-preview2 | 164 | 10/17/2024 | |
| 1.0.0-preview1 | 171 | 10/17/2024 | |
| 0.1.0.3 | 209 | 10/16/2024 | |
| 0.1.0.2 | 211 | 10/16/2024 | |
| 0.1.0.1 | 204 | 10/16/2024 | |
| 0.1.0 | 194 | 10/16/2024 |
Update to 25.1.24