Skip to content

Commit 00a9b01

Browse files
tests: this commit introduces new global usings to the project, expanding the scope of usings available throughout the project.
1 parent c211575 commit 00a9b01

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Boundaries/Comanda.Payments/Tests/Usings.cs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,19 @@
22
global using Microsoft.Extensions.DependencyInjection;
33

44
global using Comanda.Payments.WebApi;
5+
global using Comanda.Payments.Domain.Aggregates;
6+
global using Comanda.Payments.Domain.Filtering;
7+
global using Comanda.Payments.Domain.Concepts;
8+
9+
global using Comanda.Payments.Infrastructure.Constants;
10+
global using Comanda.Payments.Infrastructure.Pipelines;
11+
12+
global using HttpsRichardy.Internal.Essentials.Concepts;
13+
global using HttpsRichardy.Internal.Essentials.Utilities;
514

615
global using MongoDB.Driver;
16+
global using MongoDB.Bson;
17+
global using MongoDB.Bson.Serialization;
18+
719
global using DotNet.Testcontainers.Builders;
820
global using DotNet.Testcontainers.Containers;

0 commit comments

Comments
 (0)