We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f17fe3 commit 003f3d8Copy full SHA for 003f3d8
1 file changed
Source/HttpsRichardy.Federation.WebApi/Usings.cs
@@ -34,7 +34,6 @@
34
35
global using HttpsRichardy.Federation.Application.Providers;
36
global using HttpsRichardy.Federation.Application.Services;
37
-
38
global using HttpsRichardy.Federation.Infrastructure.IoC.Extensions;
39
40
global using HttpsRichardy.Federation.WebApi.Extensions;
@@ -45,6 +44,7 @@
45
44
global using HttpsRichardy.Federation.WebApi.Constants;
46
47
global using HttpsRichardy.Internal.Essentials.Utilities;
48
49
global using HttpsRichardy.Dispatcher.Contracts;
+
50
global using Scalar.AspNetCore;
+global using FluentValidation.AspNetCore;
0 commit comments