Senparc.Xncf.Sandbox.Abstractions 0.2.0

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

Senparc.Xncf.Sandbox 契约与集成事件抽象

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.
  • net10.0

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Senparc.Xncf.Sandbox.Abstractions:

Package Downloads
Senparc.Xncf.XncfBuilder

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

Senparc.Xncf.Sandbox

NCF 独立沙箱编排:Docker/Wasm 快速创建与销毁实验环境

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.2.0 206 8/23/2026
0.2.0-preview2 146 8/14/2026

[2026-08-13] v0.1.0-preview1 发布沙箱契约包,供宿主与 Sandbox 模块共享 Session/Runtime 抽象
     1、提供 SandboxSessionInfo、RuntimeKind、SessionStatus 与模板键契约
     2、作为 Senparc.Xncf.Sandbox 的 NuGet 依赖独立发布,避免消费者还原失败
     [2026-08-15] v0.2.0 增加 NCF 预览沙箱跨模块契约
     1、提供预览启动/停止请求、状态信息和安全配置抽象,支持 XncfBuilder 与 Sandbox 解耦协作
     2、新增固定模板键和受控依赖恢复网络约束,避免将预览能力暴露为任意 Shell 执行
     3、新增 JupyterCsharp 模板键,支持 C# Jupyter 沙箱跨模块识别
     4、SandboxSessionInfo 增加 IsTtlUnlimited,标识永久保持会话
     5、新增 C# Jupyter 模板键、预览工作区契约和永久 TTL 状态标识