2024-04-10 01:28:38 -05:00
|
|
|
global using System.IO.Abstractions;
|
|
|
|
|
global using System.Net;
|
2024-04-12 19:33:56 -05:00
|
|
|
global using System.ServiceModel.Syndication;
|
|
|
|
|
global using System.Text;
|
|
|
|
|
global using System.Xml;
|
2024-04-10 01:28:38 -05:00
|
|
|
|
|
|
|
|
global using Blog.Posts;
|
|
|
|
|
|
2024-04-08 23:34:32 -05:00
|
|
|
global using FluentAssertions;
|
2024-04-10 01:28:38 -05:00
|
|
|
|
|
|
|
|
global using Microsoft.AspNetCore.Hosting;
|
2024-04-08 23:34:32 -05:00
|
|
|
global using Microsoft.AspNetCore.Hosting.Server;
|
2024-04-10 01:28:38 -05:00
|
|
|
global using Microsoft.AspNetCore.Mvc.Testing;
|
2024-04-08 23:34:32 -05:00
|
|
|
global using Microsoft.Extensions.DependencyInjection;
|
2024-04-10 01:28:38 -05:00
|
|
|
global using Microsoft.Extensions.Hosting;
|
2024-04-12 19:33:56 -05:00
|
|
|
global using Microsoft.Extensions.Logging;
|
2024-04-10 01:28:38 -05:00
|
|
|
global using Microsoft.Extensions.Options;
|
|
|
|
|
global using Microsoft.Playwright;
|
|
|
|
|
global using Microsoft.Playwright.NUnit;
|
|
|
|
|
|
|
|
|
|
global using Moq;
|
|
|
|
|
|
|
|
|
|
global using NUnit.Framework;
|