FlatSharp 4.0.2

Suggested Alternatives

FlatSharp.Compiler

Additional Details

FlatSharp 7+ use the compiler instead of runtime code generation.

There is a newer version of this package available.
See the version list below for details.
dotnet add package FlatSharp --version 4.0.2
NuGet\Install-Package FlatSharp -Version 4.0.2
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="FlatSharp" Version="4.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FlatSharp --version 4.0.2
#r "nuget: FlatSharp, 4.0.2"
#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 FlatSharp as a Cake Addin
#addin nuget:?package=FlatSharp&version=4.0.2

// Install FlatSharp as a Cake Tool
#tool nuget:?package=FlatSharp&version=4.0.2

FlatSharp is an idiomatic C# implementation of the FlatBuffer serialization format. Use attributes to declare your data contracts!

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on FlatSharp:

Package Downloads
Fantome.Libraries.League

Library for Parsing and Editing file formats from League of Legends

Osrm.HttpApiClient

Simple HTTP API client for OSRM server. Supports FlatBuffers as well.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.3.5 7,805 11/4/2022
6.3.3 4,045 10/1/2022
6.3.2 1,168 9/21/2022
6.3.1 15,146 4/26/2022
6.3.0 454 4/24/2022
6.2.1 1,398 3/15/2022
6.2.0 1,912 2/17/2022
6.1.1 483 2/7/2022
6.1.0 476 2/4/2022
6.0.5 1,479 1/6/2022
6.0.4 936 12/16/2021
6.0.3 313 12/14/2021
6.0.2 692 12/8/2021
6.0.1 646 12/6/2021
6.0.0 15,033 9/18/2021
6.0.0-beta3 212 9/16/2021
6.0.0-beta2 216 9/13/2021
6.0.0-beta1 227 9/13/2021
5.7.1 3,559 8/26/2021
5.7.0 462 8/24/2021
5.6.0 482 7/27/2021
5.5.0 458 7/1/2021
5.4.1 415 6/22/2021
5.4.0 423 6/9/2021
5.3.1 509 5/30/2021
5.3.0 439 5/23/2021
5.2.1 1,092 5/7/2021
5.2.0 1,287 4/12/2021
5.1.0 1,268 3/18/2021
5.0.1 457 3/14/2021
5.0.0 1,600 3/10/2021
4.2.4 21,004 2/22/2021
4.2.3 1,312 2/16/2021
4.2.2 372 2/14/2021
4.2.1 377 2/14/2021
4.2.0 371 2/14/2021
4.1.0 1,714 10/17/2020
4.0.2 688 10/11/2020
4.0.1 450 10/8/2020
4.0.0 495 10/7/2020
3.3.1 7,961 9/7/2020
3.3.0 579 8/20/2020
3.2.0 789 7/30/2020
3.1.1 490 7/28/2020
3.1.0 556 7/27/2020
3.0.0 1,669 3/30/2020
2.1.0 3,445 2/9/2020
2.0.0 497 2/2/2020
1.2.0 492 1/30/2020
1.1.0 726 1/26/2020
1.0.0 3,401 4/16/2019
0.1.3 1,131 11/11/2018
0.1.2 1,017 10/15/2018
0.1.1 1,060 10/15/2018
0.1.0 1,036 10/14/2018

v4.0.0 release: Major performance improvements, Indexed Vector support, nullable scalars.