fix: Resolve backend build errors - add RootNamespace, OutputType, GlobalUsings, and code analysis settings
This commit is contained in:
@@ -44,7 +44,7 @@ builder.Services.AddSingleton<IDbConnectionFactory, NpgsqlConnectionFactory>();
|
||||
builder.Services.AddSingleton<IOutboxWriter, DapperOutboxWriter>();
|
||||
builder.Services.AddSingleton<IInboxStore, DapperInboxStore>();
|
||||
builder.Services.AddSingleton<IJobRunRepository, DapperJobRunRepository>();
|
||||
builder.Services.AddSingleton<IClock, SystemClock>();
|
||||
builder.Services.AddSingleton<IClock, KArtSell.BuildingBlocks.Time.SystemClock>();
|
||||
|
||||
builder.Services.AddProblemDetails();
|
||||
builder.Services.AddFastEndpoints();
|
||||
|
||||
Reference in New Issue
Block a user