ワンクリックで
dotnet-build-bff
Compile the BFF project to verify the `Microscope.Boilerplate.Clients.BFF` project builds successfully.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Compile the BFF project to verify the `Microscope.Boilerplate.Clients.BFF` project builds successfully.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Stop and remove development Docker containers started by `docker-compose` to tear down local dependencies.
Start development dependency services with `docker-compose` (PostgreSQL, Keycloak, DAB) for local testing.
Launch the .NET Aspire orchestrator to start the full local application stack and its dependencies for development.
Publish .NET projects targeting linux-arm64 to produce ARM64-compatible container images (Apple Silicon).
Publish .NET projects using the container publish profile to produce Docker images for services.
Build the entire Microscope.Boilerplate solution locally to verify compilation and produce build outputs.
| name | dotnet-build-bff |
| description | Compile the BFF project to verify the `Microscope.Boilerplate.Clients.BFF` project builds successfully. |
Build the BFF service project.
dotnet build src/Clients/Microscope.Boilerplate.Clients.BFF/Microscope.Boilerplate.Clients.BFF.csproj
Compile the BFF service only
Success/failure with error details