GenHTTP.Modules.Protobuf 10.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package GenHTTP.Modules.Protobuf --version 10.1.1
                    
NuGet\Install-Package GenHTTP.Modules.Protobuf -Version 10.1.1
                    
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="GenHTTP.Modules.Protobuf" Version="10.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GenHTTP.Modules.Protobuf" Version="10.1.1" />
                    
Directory.Packages.props
<PackageReference Include="GenHTTP.Modules.Protobuf" />
                    
Project file
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 GenHTTP.Modules.Protobuf --version 10.1.1
                    
#r "nuget: GenHTTP.Modules.Protobuf, 10.1.1"
                    
#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 GenHTTP.Modules.Protobuf@10.1.1
                    
#: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=GenHTTP.Modules.Protobuf&version=10.1.1
                    
Install as a Cake Addin
#tool nuget:?package=GenHTTP.Modules.Protobuf&version=10.1.1
                    
Install as a Cake Tool

GenHTTP.Modules.Protobuf

This package adds protobuf serialization support to GenHTTP applications.

using GenHTTP.Engine.Internal;

using GenHTTP.Modules.Conversion;
using GenHTTP.Modules.Layouting;
using GenHTTP.Modules.Practices;
using GenHTTP.Modules.Protobuf;
using GenHTTP.Modules.Webservices;

var serialization = Serialization.Default()
                                 .AddProtobuf();

var app = Layout.Create()
                .AddService<...>("...", serializers: serialization);

await Host.Create()
          .Handler(app)
          .Defaults()
          .Console()
          .RunAsync();
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on GenHTTP.Modules.Protobuf:

Package Downloads
GenHTTP.Testing

Provides testing support for GenHTTP projects

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.2.0 134 12/11/2025
10.1.2 431 12/10/2025
10.1.1 156 11/28/2025
10.1.0 405 11/20/2025
10.0.0 332 11/11/2025
9.8.0 265 7/9/2025
9.7.0 187 2/27/2025
9.6.2 181 1/31/2025
9.6.0 252 1/22/2025
9.5.0 179 1/10/2025
9.4.0 219 12/20/2024
9.3.0 197 12/11/2024
9.2.0 185 11/29/2024
9.1.0 201 11/22/2024
9.0.0 213 11/13/2024
8.6.0 283 7/1/2024
8.5.0 170 6/4/2024
8.4.0 169 5/28/2024
8.3.0 194 4/23/2024
8.2.0 182 3/12/2024
8.1.1 178 2/26/2024
8.1.0 241 1/4/2024
8.0.0 250 11/23/2023
7.0.0 237 7/3/2023