Sekiban.Dcb.Templates
0.1.3
dotnet new install Sekiban.Dcb.Templates::0.1.3
This package contains a .NET Template Package you can call from the shell/command line.
Sekiban Dcb Templates
Sekiban Dcb (Distributed Consistent Bus) 向けの .NET Aspire + Orleans スターターテンプレートを提供します。
インストール
dotnet new install Sekiban.Dcb.Templates
利用可能なテンプレート
1. Dcb Orleans Aspire テンプレート
dotnet new sekiban-dcb-orleans -n YourProjectName
含まれるもの:
- .NET 9.0 + Aspire 9.4 AppHost
- Orleans クラスタ (Azure Storage / Queue / Tables / Blobs)
- PostgreSQL (PgAdmin 付き) + マイグレーション基本形
- Sekiban Dcb Orleans/Postgres 連携
- Web フロント (Blazor Server) + API Service
- ServiceDefaults (共通設定) / Unit Test プロジェクト
生成後の手順
dotnet restore
AppHost 実行:
dotnet run --project YourProjectName.AppHost
Secrets 設定 (Postgres パスワード例)
{
"Parameters:postgres-password": "your_strong_password"
}
参照
- Sekiban リポジトリ: https://github.com/J-Tech-Japan/Sekiban
- .NET Aspire: https://learn.microsoft.com/dotnet/aspire
- Orleans: https://learn.microsoft.com/dotnet/orleans
-
net9.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.