Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit b98b4e7

Browse files
committed
Refactoring
1 parent 242a543 commit b98b4e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/NET6CustomLibrary/GlobalUsings.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
global using System.Threading.Tasks;
1313
global using FluentValidation;
1414
global using FluentValidation.Results;
15+
global using HealthChecks.UI.Client;
1516
global using MailKit.Net.Smtp;
1617
global using MailKit.Security;
1718
global using MediatR;
@@ -55,4 +56,4 @@
5556
global using RabbitMQ.Client;
5657
global using RabbitMQ.Client.Events;
5758
global using Serilog;
58-
global using Swashbuckle.AspNetCore.SwaggerGen;
59+
global using Swashbuckle.AspNetCore.SwaggerGen;

0 commit comments

Comments
 (0)