|
4 | 4 | global using System.Globalization;
|
5 | 5 | global using System.Linq;
|
6 | 6 | global using System.Net;
|
7 |
| -global using System.Net.Mime; |
8 | 7 | global using System.Text;
|
9 | 8 | global using System.Text.Json;
|
10 | 9 | global using System.Text.Json.Serialization;
|
|
17 | 16 | global using MediatR;
|
18 | 17 | global using Microsoft.AspNetCore.Authentication.JwtBearer;
|
19 | 18 | global using Microsoft.AspNetCore.Builder;
|
20 |
| -global using Microsoft.AspNetCore.Diagnostics.HealthChecks; |
21 | 19 | global using Microsoft.AspNetCore.Http;
|
22 | 20 | global using Microsoft.AspNetCore.Identity.UI.Services;
|
23 |
| -global using Microsoft.AspNetCore.Routing; |
24 |
| -global using Microsoft.Data.SqlClient; |
25 |
| -global using Microsoft.EntityFrameworkCore; |
26 | 21 | global using Microsoft.Extensions.Caching.Distributed;
|
27 | 22 | global using Microsoft.Extensions.Configuration;
|
28 | 23 | global using Microsoft.Extensions.DependencyInjection;
|
29 |
| -global using Microsoft.Extensions.Diagnostics.HealthChecks; |
30 | 24 | global using Microsoft.Extensions.Hosting;
|
31 | 25 | global using Microsoft.Extensions.Logging;
|
32 | 26 | global using Microsoft.Extensions.Options;
|
33 | 27 | global using Microsoft.Net.Http.Headers;
|
34 | 28 | global using Microsoft.OpenApi.Any;
|
35 | 29 | global using Microsoft.OpenApi.Models;
|
36 | 30 | global using MimeKit;
|
37 |
| -global using MySqlConnector; |
38 | 31 | global using NET6CustomLibrary.DateTime.Converters;
|
39 | 32 | global using NET6CustomLibrary.DateTime.TypeConverters;
|
40 |
| -global using NET6CustomLibrary.EFCore.Core; |
41 |
| -global using NET6CustomLibrary.EFCore.Core.Interfaces; |
42 |
| -global using NET6CustomLibrary.EFCore.Infrastructure.Interfaces; |
43 |
| -global using NET6CustomLibrary.EFCore.Infrastructure.Repository; |
44 |
| -global using NET6CustomLibrary.EFCoreTransaction.Core.Interfaces; |
45 |
| -global using NET6CustomLibrary.EFCoreTransaction.Infrastructure.Interfaces; |
46 | 33 | global using NET6CustomLibrary.ExceptionsMiddleware;
|
47 | 34 | global using NET6CustomLibrary.ExceptionsMiddleware.Exceptions;
|
48 | 35 | global using NET6CustomLibrary.MailKit.Options;
|
|
53 | 40 | global using NET6CustomLibrary.Serilog.Models;
|
54 | 41 | global using NET6CustomLibrary.Serilog.Services;
|
55 | 42 | global using NET6CustomLibrary.Validazione.Interfaces;
|
56 |
| -global using Npgsql; |
57 | 43 | global using RabbitMQ.Client;
|
58 | 44 | global using RabbitMQ.Client.Events;
|
59 | 45 | global using Serilog;
|
|
0 commit comments