实施轨道

公开记录项

此处说明当前公开记录、证据路径和支持边界。

  • 记录 UAIX-IMPL-2452
  • 小路 /zh-cn/implementations/dotnet-nuget/
  • 使用 规范公共记录

文件状态

公共标准页面 作为当前公共标准记录的一部分在 UAIX 上发布
代码
UAIX-IMPL-2452
表面
实施轨道
使用权
公开且可链接

如何使用本页

此处说明当前公开记录、证据路径和支持边界。

What this page is for

This page gives .NET and C# implementers one UAIX.org-owned place to find the current UAI-1 package name, download location, install commands, and authority boundary. UAIX.org remains the public authority for UAI-1. Protocol5.com is the package and NuGet distribution surface.

Package identity

Install

Use the package ID below when your NuGet source is configured for the Protocol5 package file or an internal package mirror.

公开记录项
dotnet add package Protocol5.UAI.CSharp --version 1.0.0
nuget install Protocol5.UAI.CSharp -Version 1.0.0
Install-Package Protocol5.UAI.CSharp -Version 1.0.0

If you download the .nupkg directly, add it to a local or organization NuGet source first, then install by package ID and version from that source.

Minimal ASP.NET Core shape

公开记录项
using Protocol5.UAI;

var builder = WebApplication.CreateBuilder(args);
builder.Services.AddProtocol5UaiWebsiteSupport(options =>
{
    options.默认Culture = "en-US";
});

var app = builder.Build();
app.UseProtocol5UaiWebsiteSupport();
app.Run();

Authority boundary

  • Use UAI-1, 模式, 注册表, 示例, and the 验证器 as the public standards record.
  • Use Protocol5 pages for package downloads, C# implementation notes, compatibility mirrors, and package-side examples.
  • Do not cite Protocol5 as standards authority, registry authority, validator authority, roadmap authority, governance authority, certification, endorsement, SDK program, or CLI support.
  • Keep release evidence attached to the relevant .NET 桥接轨道, 变更日志, and News entry before making public support claims.

When to use it

Use this package when a .NET or ASP.NET Core project needs package-level help publishing, rendering, validating, or mirroring UAI-1 implementation assets while still sending public standards claims back to UAIX.org.

下一步 step

Open the Protocol5 package hub for the current download, then return to the .NET 桥接轨道 and 验证器 to keep the implementation evidence attached to the public UAI-1 record.