Senparc.Xncf.XncfBuilder.Abstractions 0.1.4-preview5

Prefix Reserved
This is a prerelease version of Senparc.Xncf.XncfBuilder.Abstractions.
dotnet add package Senparc.Xncf.XncfBuilder.Abstractions --version 0.1.4-preview5
                    
NuGet\Install-Package Senparc.Xncf.XncfBuilder.Abstractions -Version 0.1.4-preview5
                    
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="Senparc.Xncf.XncfBuilder.Abstractions" Version="0.1.4-preview5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Senparc.Xncf.XncfBuilder.Abstractions" Version="0.1.4-preview5" />
                    
Directory.Packages.props
<PackageReference Include="Senparc.Xncf.XncfBuilder.Abstractions" />
                    
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 Senparc.Xncf.XncfBuilder.Abstractions --version 0.1.4-preview5
                    
#r "nuget: Senparc.Xncf.XncfBuilder.Abstractions, 0.1.4-preview5"
                    
#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 Senparc.Xncf.XncfBuilder.Abstractions@0.1.4-preview5
                    
#: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=Senparc.Xncf.XncfBuilder.Abstractions&version=0.1.4-preview5&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Senparc.Xncf.XncfBuilder.Abstractions&version=0.1.4-preview5&prerelease
                    
Install as a Cake Tool

Senparc.Xncf.XncfBuilder.Abstractions

Senparc.Xncf.XncfBuilder.Abstractions contains the cross-module contracts used by XNCF Builder's module-inventory exchange.

Features

  • Immutable inventory item and request/response event records.
  • A waiter abstraction for correlating an inventory request with its asynchronous response.
  • No dependency on the builder UI or generated module implementation.

Installation

<PackageReference Include="Senparc.Xncf.XncfBuilder.Abstractions" Version="0.26.0-preview3" />

Key API

  • XncfModuleInventoryItem describes an installed or available module.
  • XncfModulesInventoryRequestEvent starts an inventory request.
  • XncfModulesInventoryResponseEvent carries installed and not-installed module results.
  • IXncfModulesInventoryRequestWaiter.RegisterRequest(...), TrySetResult(...), and WaitForResponseAsync(...) manage correlation and timeout handling.

Use the contracts with a compatible NCF IEventBus. Keep request IDs unique, enforce caller authorization before returning inventory, and do not expose filesystem paths or secrets in inventory data.

Product Compatible and additional computed target framework versions.
.NET 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 Senparc.Xncf.XncfBuilder.Abstractions:

Package Downloads
Senparc.Xncf.XncfBuilder

Senparc.Xncf.XncfBuilder 快速生成 XNCF 模块基础程序代码

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.4-preview5 163 8/12/2026
0.1.3-preview4 80 8/8/2026
0.1.2-preview3 90 8/3/2026
0.1.1-preview2 119 7/26/2026
0.1.0-preview1 247 6/17/2026

v0.1.0 创世
     [2026-07-26] v0.1.1-preview2 Dependency update from Senparc.Ncf.Shared.Abstractions to 0.3.0-preview2
     1、Dependency update from Senparc.Ncf.Shared.Abstractions to 0.3.0-preview2
     [2026-08-04] v0.1.2-preview3 Dependency update from Senparc.Ncf.Shared.Abstractions to 0.4.0-preview3
     [2026-08-08] v0.1.3-preview4 Dependency update from Senparc.Ncf.Shared.Abstractions to 0.5.0-preview4
     [2026-08-13] v0.1.4-preview5 Dependency update from Senparc.Ncf.Shared.Abstractions to 0.6.0-preview5