go.encoding 1.23.1.6

dotnet add package go.encoding --version 1.23.1.6
                    
NuGet\Install-Package go.encoding -Version 1.23.1.6
                    
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="go.encoding" Version="1.23.1.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="go.encoding" Version="1.23.1.6" />
                    
Directory.Packages.props
<PackageReference Include="go.encoding" />
                    
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 go.encoding --version 1.23.1.6
                    
#r "nuget: go.encoding, 1.23.1.6"
                    
#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 go.encoding@1.23.1.6
                    
#: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=go.encoding&version=1.23.1.6
                    
Install as a Cake Addin
#tool nuget:?package=go.encoding&version=1.23.1.6
                    
Install as a Cake Tool

go.encoding

C# package converted from the Go standard library by go2cs.

Tests Docs Source Source

Package encoding defines interfaces shared by other packages that convert data to and from byte-level and textual representations. Packages that check for these interfaces include encoding/gob, encoding/json, and encoding/xml. As a result, implementing an interface once can make a type useful in multiple encodings. Standard types that implement these interfaces include time.Time and net.IP. The interfaces come in pairs that produce and consume encoded data.

Adding encoding/decoding methods to existing types may constitute a breaking change, as they can be used for serialization in communicating with programs written with different library versions. The policy for packages maintained by the Go project is to only allow the addition of marshaling functions if no existing, reasonable marshaling exists.


Copyright 2009 The Go Authors. All rights reserved. This C# package is converted from Go standard library source; use of that source is governed by a BSD-style license that can be found in the LICENSE file. The go2cs conversion itself is distributed under the MIT license.

Product Compatible and additional computed target framework versions.
.NET 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 was computed.  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 (5)

Showing the top 5 NuGet packages that depend on go.encoding:

Package Downloads
go.encoding.json

encoding.json (net9.0 - Release) -- C# project converted from Go source

go.flag

flag (net9.0 - Release) -- C# project converted from Go source

go.log.slog

log.slog (net9.0 - Release) -- C# project converted from Go source

go.encoding.gob

encoding.gob (net9.0 - Release) -- C# project converted from Go source

go.encoding.xml

encoding.xml (net9.0 - Release) -- C# project converted from Go source

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.23.1.6 8 8/11/2026
1.23.1.5 166 8/9/2026
1.23.1.4 191 8/8/2026
1.23.1.3 357 8/4/2026
1.23.1.2 394 7/27/2026
1.23.1.1 437 7/14/2026