feat: added Sdn repo and added some initial tests
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
global using System.Net;
|
||||
global using System.Text;
|
||||
|
||||
global using Bogus;
|
||||
|
||||
global using FluentAssertions;
|
||||
|
||||
global using Microsoft.Data.Sqlite;
|
||||
global using Microsoft.EntityFrameworkCore;
|
||||
global using Microsoft.Extensions.Logging;
|
||||
global using Microsoft.Extensions.Options;
|
||||
|
||||
@@ -7,7 +14,8 @@ global using Moq;
|
||||
|
||||
global using RichardSzalay.MockHttp;
|
||||
|
||||
global using SanctionsSearch.Worker.Services;
|
||||
global using SanctionsSearch.Worker.Options;
|
||||
global using SanctionsSearch.Worker.Models;
|
||||
global using SanctionsSearch.Worker.Persistence;
|
||||
global using SanctionsSearch.Worker.Options;
|
||||
global using SanctionsSearch.Worker.Persistence;
|
||||
global using SanctionsSearch.Worker.Services;
|
||||
global using SanctionsSearch.Worker.Tests.Fakes;
|
||||
|
||||
Reference in New Issue
Block a user