VOOZH about

URL: https://www.nuget.org/packages/GenHTTP.Modules.Protobuf/

⇱ NuGet Gallery | GenHTTP.Modules.Protobuf 10.5.3




👁 Image
GenHTTP.Modules.Protobuf 10.5.3

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package GenHTTP.Modules.Protobuf --version 10.5.3
 
 
NuGet\Install-Package GenHTTP.Modules.Protobuf -Version 10.5.3
 
 
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.5.3" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GenHTTP.Modules.Protobuf" Version="10.5.3" />
 
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.5.3
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: GenHTTP.Modules.Protobuf, 10.5.3"
 
 
#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.5.3
 
 
#: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.5.3
 
Install as a Cake Addin
#tool nuget:?package=GenHTTP.Modules.Protobuf&version=10.5.3
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

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 Versions Compatible and additional computed target framework versions.
.NET net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 is compatible.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 is compatible.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows 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
11.0.0-preview.18 45 6/10/2026
11.0.0-preview.17 46 6/10/2026
11.0.0-preview.16 51 6/8/2026
11.0.0-preview.15 54 6/4/2026
11.0.0-preview.14 53 6/4/2026
11.0.0-preview.13 56 6/4/2026
11.0.0-preview.12 54 6/2/2026
11.0.0-preview.11 57 5/29/2026
11.0.0-preview.10 60 5/28/2026
11.0.0-preview.9 62 5/28/2026
11.0.0-preview.8 54 5/26/2026
11.0.0-preview.7 61 5/19/2026
10.5.3 130 5/2/2026
10.5.2 125 4/30/2026
10.5.1 136 4/27/2026
10.5.0 147 2/17/2026
10.4.2 143 2/4/2026
10.4.1 148 2/2/2026
10.4.0 4,721 12/30/2025
10.3.0 347 12/19/2025
Loading failed