Skip to content

Commit dcccc34

Browse files
feature(#6): this commit introduces global usings so that the using directive does not have to be repeated throughout the project
1 parent f7e6043 commit dcccc34

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • Boundaries/Comanda.Orchestrator/Source/Comanda.Orchestrator.WebApi

Boundaries/Comanda.Orchestrator/Source/Comanda.Orchestrator.WebApi/Usings.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
global using Comanda.Orchestrator.WebApi.Extensions;
2222
global using Comanda.Orchestrator.WebApi.Constants;
2323
global using Comanda.Orchestrator.WebApi.Middlewares;
24+
global using Comanda.Orchestrator.WebApi.Interceptors;
2425
global using Comanda.Orchestrator.WebApi.Providers;
2526

2627
global using Comanda.Orchestrator.Application.Payloads.Payments;
@@ -38,5 +39,6 @@
3839

3940
global using Scalar.AspNetCore;
4041
global using Serilog;
42+
global using Serilog.Context;
4143
global using FluentValidation.AspNetCore;
4244

0 commit comments

Comments
 (0)