Skip to content

Commit d7fb8f4

Browse files
feature(#12): this commit adds a global usage directive to the “Idempwanna.Core.Attributes” namespace, enabling reuse throughout the project
1 parent 848841b commit d7fb8f4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,11 @@
3737
global using HttpsRichardy.Federation.Sdk.Extensions;
3838
global using HttpsRichardy.Federation.Sdk.Contracts.Errors;
3939

40-
global using Scalar.AspNetCore;
4140
global using Serilog;
4241
global using Serilog.Context;
42+
43+
global using Scalar.AspNetCore;
4344
global using FluentValidation.AspNetCore;
45+
4446
global using Idempwanna.Core.Configuration;
47+
global using Idempwanna.Core.Attributes;

0 commit comments

Comments
 (0)