fix: Resolve backend build errors - add RootNamespace, OutputType, GlobalUsings, and code analysis settings
ci / backend (push) Failing after 1s
ci / static (push) Failing after 5s
ci / frontend (push) Failing after 6s

This commit is contained in:
2026-08-02 05:30:00 +09:00
parent 50db649b5c
commit 87705c1f6a
14 changed files with 19 additions and 3 deletions
@@ -9,7 +9,7 @@ public sealed class Endpoint : EndpointWithoutRequest<Response>
{
Get("/internal/v1/model-operations/plan");
Roles("Quant", "Risk", "System", "Auditor");
Description(x => x.WithTags("ModelOperations"));
Tags("ModelOperations");
}
public override Task HandleAsync(CancellationToken ct)