2026-02-03 11:34:58 -06:00
|
|
|
global using System.IdentityModel.Tokens.Jwt;
|
2026-02-01 06:13:08 -06:00
|
|
|
global using System.Net;
|
2026-02-03 21:03:41 -06:00
|
|
|
global using System.Net.Http.Headers;
|
2026-02-01 06:13:08 -06:00
|
|
|
global using System.Net.Http.Json;
|
2026-02-03 11:34:58 -06:00
|
|
|
global using System.Security.Claims;
|
|
|
|
|
global using System.Security.Cryptography;
|
2026-02-12 13:39:38 -06:00
|
|
|
global using System.Text;
|
|
|
|
|
global using System.Text.Json;
|
2026-02-01 06:13:08 -06:00
|
|
|
|
2026-02-03 21:03:41 -06:00
|
|
|
global using AwesomeAssertions.Execution;
|
|
|
|
|
global using AwesomeAssertions.Primitives;
|
2026-02-06 06:48:34 -06:00
|
|
|
|
2026-02-03 21:03:41 -06:00
|
|
|
global using FiscalOS.API.Tests.Assertions;
|
2026-02-01 04:23:12 -06:00
|
|
|
global using FiscalOS.API.Tests.Infra;
|
2026-02-02 13:33:23 -06:00
|
|
|
global using FiscalOS.Core.Authentication;
|
|
|
|
|
global using FiscalOS.Core.Identity;
|
2026-02-06 06:48:34 -06:00
|
|
|
global using FiscalOS.Core.Security;
|
2026-02-03 11:34:58 -06:00
|
|
|
global using FiscalOS.Infra.Authentication;
|
2026-02-02 04:49:00 -06:00
|
|
|
global using FiscalOS.Infra.Data;
|
2026-02-01 04:23:12 -06:00
|
|
|
|
|
|
|
|
global using Microsoft.AspNetCore.Hosting;
|
2026-02-01 06:13:08 -06:00
|
|
|
global using Microsoft.AspNetCore.Mvc;
|
2026-02-01 04:23:12 -06:00
|
|
|
global using Microsoft.AspNetCore.Mvc.Testing;
|
2026-02-02 04:49:00 -06:00
|
|
|
global using Microsoft.AspNetCore.TestHost;
|
2026-02-01 11:31:46 -06:00
|
|
|
global using Microsoft.EntityFrameworkCore;
|
|
|
|
|
global using Microsoft.Extensions.DependencyInjection;
|
2026-02-01 06:13:08 -06:00
|
|
|
global using Microsoft.Extensions.Logging;
|
2026-02-02 04:49:00 -06:00
|
|
|
global using Microsoft.Extensions.Options;
|
2026-02-03 11:34:58 -06:00
|
|
|
global using Microsoft.IdentityModel.Tokens;
|
2026-02-01 06:13:08 -06:00
|
|
|
|
2026-02-01 11:31:46 -06:00
|
|
|
global using Xunit.Sdk;
|