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"
}

参照

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

Version Downloads Last Updated
0.1.3 253 9/15/2025
0.1.2 110 9/14/2025
0.1.1 158 9/4/2025
0.1.0 150 9/3/2025