Google.Protobuf 4.0.0-rc1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of Google.Protobuf.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Google.Protobuf --version 4.0.0-rc1
NuGet\Install-Package Google.Protobuf -Version 4.0.0-rc1
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="Google.Protobuf" Version="4.0.0-rc1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Google.Protobuf --version 4.0.0-rc1
#r "nuget: Google.Protobuf, 4.0.0-rc1"
#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 Google.Protobuf as a Cake Addin
#addin nuget:?package=Google.Protobuf&version=4.0.0-rc1&prerelease

// Install Google.Protobuf as a Cake Tool
#tool nuget:?package=Google.Protobuf&version=4.0.0-rc1&prerelease
  • Dropped support for netstandard1.0 (replaced by support for netstandard1.1). This was required to modernize the parsing stack to use the Span<byte> type internally. (#7351)
  • Add ParseFrom(ReadOnlySequence<byte>) method to enable GC friendly parsing with reduced allocations and buffer copies. (#7351)
  • Add support for serialization directly to a IBufferWriter<byte> or to a Span<byte> to enable GC friendly serialization. The new API is available as extension methods on the IMessage type. (#7576)
  • Add GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE define to make generated code compatible with old C# compilers (pre-roslyn compilers from .NET framework and old versions of mono) that do not support ref structs. Users that are still on a legacy stack that does not support C# 7.2 compiler might need to use the new define in their projects to be able to build the newly generated code. (#7490)
  • Due to the major overhaul of parsing and serialization internals (#7351 and #7576), it is recommended to regenerate your generated code to achieve the best performance (the legacy generated code will still work, but might incur a slight performance penalty).
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 netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.1 is compatible.  netstandard1.2 was computed.  netstandard1.3 was computed.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  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 tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wpa81 was computed. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 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 (1.3K)

Showing the top 5 NuGet packages that depend on Google.Protobuf:

Package Downloads
MySql.Data The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

MySql.Data.MySqlClient .Net Core Class Library

Google.Api.CommonProtos The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Common Protocol Buffer messages for Google APIs

Grpc.AspNetCore The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

gRPC meta-package for ASP.NET Core

OpenTelemetry.Exporter.OpenTelemetryProtocol The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

OpenTelemetry protocol exporter for OpenTelemetry .NET

Microsoft.Azure.WebJobs.Extensions.ServiceBus The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Microsoft Azure WebJobs SDK ServiceBus Extension

GitHub repositories (223)

Showing the top 5 popular GitHub repositories that depend on Google.Protobuf:

Repository Stars
2dust/v2rayN
A GUI client for Windows, support Xray core and v2fly core and others
shadowsocks/shadowsocks-windows
A C# port of shadowsocks
leiurayer/downkyi
哔哩下载姬downkyi,哔哩哔哩网站视频下载工具,支持批量下载,支持8K、HDR、杜比视界,提供工具箱(音视频提取、去水印等)。
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
rocksdanister/lively
Free and open-source software that allows users to set animated desktop wallpapers and screensavers powered by WinUI 3.
Version Downloads Last updated
3.26.1 5,265 3/27/2024
3.26.0 125,563 3/13/2024
3.26.0-rc3 2,203 2/29/2024
3.26.0-rc2 3,221 2/6/2024
3.26.0-rc1 6,139 1/25/2024
3.25.3 649,419 2/15/2024
3.25.2 1,879,961 1/10/2024
3.25.1 2,562,544 11/15/2023
3.25.0 1,090,355 11/1/2023
3.25.0-rc2 4,331 10/18/2023
3.25.0-rc1 1,852 10/16/2023
3.24.4 1,172,785 10/4/2023
3.24.3 3,538,962 9/7/2023
3.24.2 877,652 8/25/2023
3.24.1 404,517 8/18/2023
3.24.0 2,152,663 8/8/2023
3.24.0-rc3 9,586 8/1/2023
3.24.0-rc2 5,732 7/18/2023
3.24.0-rc1 6,036 7/11/2023
3.23.4 2,985,761 7/6/2023
3.23.3 5,930,767 6/14/2023
3.23.2 1,188,103 5/26/2023
3.23.1 5,191,252 5/17/2023
3.23.0 5,049,244 5/8/2023
3.23.0-rc3 2,737 5/5/2023
3.23.0-rc2 4,227 4/28/2023
3.22.5 2,801,240 5/10/2023
3.22.4 160,537 5/4/2023
3.22.3 1,624,979 4/13/2023
3.22.1 2,793,508 3/7/2023
3.22.0 7,151,376 2/16/2023
3.22.0-rc3 11,228 2/10/2023
3.22.0-rc2 19,664 2/2/2023
3.22.0-rc1 2,328 1/31/2023
3.21.12 6,357,489 12/15/2022
3.21.11 901,970 12/8/2022
3.21.10 541,891 11/30/2022
3.21.9 12,082,892 10/26/2022
3.21.8 1,464,388 10/18/2022
3.21.7 6,640,564 9/29/2022
3.21.6 1,835,279 9/14/2022
3.21.5 9,203,595 8/9/2022
3.21.4 707,263 7/26/2022
3.21.3 418,043 7/21/2022
3.21.2 2,805,805 6/27/2022
3.21.1 2,042,551 5/27/2022
3.21.0 9,983,853 5/26/2022
3.21.0-rc2 4,592 5/19/2022
3.21.0-rc1 5,179 5/11/2022
3.20.3 65,979 9/29/2022
3.20.2 13,959 9/14/2022
3.20.1 2,913,946 4/21/2022
3.20.1-rc1 45,144 4/6/2022
3.20.0 1,786,415 4/1/2022
3.20.0-rc2 12,078 3/16/2022
3.20.0-rc1 7,002 3/4/2022
3.19.6 317,746 9/29/2022
3.19.5 179,903 9/13/2022
3.19.4 45,425,382 1/28/2022
3.19.3 2,105,419 1/11/2022
3.19.2 1,162,534 1/5/2022
3.19.1 6,950,925 10/29/2021
3.19.0 860,611 10/20/2021
3.19.0-rc2 2,664 10/19/2021
3.19.0-rc1 4,999 10/16/2021
3.18.3 57,638 9/14/2022
3.18.2 5,784 1/5/2022
3.18.1 5,470,422 10/5/2021
3.18.0 12,082,571 9/15/2021
3.18.0-rc2 6,902 8/30/2021
3.18.0-rc1 5,675 8/26/2021
3.17.3 7,051,829 6/8/2021
3.17.2 958,539 5/25/2021
3.17.1 105,095 5/24/2021
3.17.0 727,118 5/13/2021
3.17.0-rc2 2,336 5/11/2021
3.17.0-rc1 6,924 5/7/2021
3.16.0 704,034 5/7/2021
3.16.0-rc2 3,065 5/5/2021
3.16.0-rc1 170,220 4/6/2021
3.15.8 20,145,379 4/8/2021
3.15.7 413,319 4/2/2021
3.15.6 1,738,231 3/11/2021
3.15.5 10,398,749 3/5/2021
3.15.4 85,629 3/3/2021
3.15.3 619,129 2/25/2021
3.15.2 298,231 2/23/2021
3.15.1 153,350 2/20/2021
3.15.0 8,772,958 2/18/2021
3.15.0-rc2 2,614 2/17/2021
3.15.0-rc1 5,604 2/6/2021
3.14.0 18,547,164 11/13/2020
3.14.0-rc3 3,093 11/12/2020
3.14.0-rc2 2,994 11/11/2020
3.14.0-rc1 8,074 11/6/2020
3.13.0 14,848,199 8/14/2020
3.13.0-rc3 2,427 8/14/2020
3.12.4 561,537 7/28/2020
3.12.3 3,095,376 6/4/2020
3.12.2 1,553,042 5/27/2020
3.12.1 443,264 5/20/2020
3.12.0 241,831 5/15/2020
3.12.0-rc2 2,939 5/12/2020
3.12.0-rc1 7,756 5/4/2020
3.11.4 15,680,421 2/16/2020
3.11.3 1,224,710 2/3/2020
3.11.2 6,037,397 12/13/2019
3.11.1 606,172 12/3/2019
3.11.0-rc2 8,871 11/22/2019
3.11.0-rc1 3,261 11/20/2019
3.10.1 1,554,577 10/29/2019
3.10.0 3,894,886 10/3/2019
3.10.0-rc1 21,355 9/10/2019
3.9.2 298,625 9/23/2019
3.9.1 2,001,329 8/5/2019
3.9.0-rc1 19,567 6/26/2019
3.8.0 8,859,420 5/28/2019
3.8.0-rc.1 3,997 5/8/2019
3.7.0 26,189,735 3/5/2019
3.7.0-rc.3 2,177 2/28/2019
3.7.0-rc.2 4,627 2/7/2019
3.6.1 30,519,453 8/10/2018
3.6.0 1,289,798 6/21/2018
3.5.1 15,467,332 12/21/2017
3.5.0 93,905 12/1/2017
3.4.1 1,113,900 9/14/2017
3.4.0 326,303 8/23/2017
3.3.0 3,483,146 5/4/2017
3.2.0 805,386 1/30/2017
3.2.0-rc2 3,305 1/19/2017
3.2.0-rc1 2,973 1/18/2017
3.1.0 704,329 9/27/2016
3.0.0 988,913 8/11/2016
3.0.0-beta4 203,761 7/20/2016
3.0.0-beta3 104,584 5/16/2016
3.0.0-beta2 63,656 1/7/2016
3.0.0-alpha4 47,768 8/27/2015

C# proto3 support