面向 .NET Aspire 的托管扩展包集合:为常用基础设施提供 Aspire 托管封装,便于本地开发和容器编排。
| 包名 | Release版本 | Preview版本 |
|---|---|---|
| NetCorePal.Aspire.Hosting.OpenGauss(文档) | ||
| NetCorePal.Aspire.Hosting.DMDB(文档) | ||
| NetCorePal.Aspire.Hosting.MongoDB(文档) |
前置要求:已安装 .NET SDK;如需运行 Docker 集成测试,请先安装并启动 Docker(Docker Desktop / Linux Docker)。
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_TESTSdotnet restore
dotnet build -c Release
# 运行全部测试(需要 Docker)
dotnet test -c Release
# 仅运行非 Docker 测试(跳过所有 [DockerFact])
SKIP_DOCKER_TESTS=1 dotnet test -c Releasehttps://www.myget.org/F/netcorepal/api/v3/index.json
欢迎贡献!请随时提交问题和拉取请求。