Skip to content

netcorepal/netcorepal-aspire

Repository files navigation

netcorepal-aspire

Release Build Preview Build NuGet NuGet Version MyGet Version GitHub license

面向 .NET Aspire 的托管扩展包集合:为常用基础设施提供 Aspire 托管封装,便于本地开发和容器编排。

已实现的 Aspire 托管扩展

包名 Release版本 Preview版本
NetCorePal.Aspire.Hosting.OpenGauss文档 NuGet NuGet Version
NetCorePal.Aspire.Hosting.DMDB文档 NuGet NuGet Version
NetCorePal.Aspire.Hosting.MongoDB文档 NuGet NuGet Version

本机快速验证

前置要求:已安装 .NET SDK;如需运行 Docker 集成测试,请先安装并启动 Docker(Docker Desktop / Linux Docker)。

Windows(PowerShell)

dotnet restore
dotnet build -c Release

# 运行全部测试(需要 Docker)
dotnet test -c Release

# 仅运行非 Docker 测试(跳过所有 [DockerFact])
$env:SKIP_DOCKER_TESTS = "1"
dotnet test -c Release
Remove-Item Env:SKIP_DOCKER_TESTS

macOS / Linux(bash)

dotnet restore
dotnet build -c Release

# 运行全部测试(需要 Docker)
dotnet test -c Release

# 仅运行非 Docker 测试(跳过所有 [DockerFact])
SKIP_DOCKER_TESTS=1 dotnet test -c Release

预览版源

https://www.myget.org/F/netcorepal/api/v3/index.json

贡献

欢迎贡献!请随时提交问题和拉取请求。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors