Info
Version: | 13.0.1 |
Author(s): | Microsoft |
Last Update: | Wednesday, October 2, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/microsoft/bond/ |
NuGet Url: | https://www.nuget.org/packages/Bond.CSharp |
Install
Install-Package Bond.CSharp
dotnet add package Bond.CSharp
paket add Bond.CSharp
Bond.CSharp Download (Unzip the "nupkg" after downloading)
Dependencies
- Bond.Core.CSharp(>= 9.0.3 && <= 9.0.3)
- Bond.Runtime.CSharp(>= 9.0.3 && <= 9.0.3)
Tags
It supports cross-language serialization/deserialization and powerful generic mechanisms for efficiently manipulating data.
Bond is published on GitHub at https://github.com/microsoft/bond/
The C# documentation is available at https://microsoft.github.io/bond/manual/bond_cs.html
This package rolls up the other Bond C# packages and includes the code generator (gbc) and MSBuild targets. If you need finer control of dependencies (e.g., excluding Bond's JSON support to get rid of a NewtonSoft.JSON dependency), you'll need to add the smaller packages individually.