|
|
|
|
global using System;
|
|
|
|
|
global using System.Linq;
|
|
|
|
|
global using System.Text;
|
|
|
|
|
global using System.Threading.Tasks;
|
|
|
|
|
global using System.Collections.Generic;
|
|
|
|
|
|
|
|
|
|
global using System.Net;
|
|
|
|
|
global using System.Net.Mime;
|
|
|
|
|
global using System.Net.Http;
|
|
|
|
|
global using System.Net.Http.Json;
|
|
|
|
|
global using System.Net.Http.Headers;
|
|
|
|
|
|
|
|
|
|
global using Xunit;
|
|
|
|
|
global using Xunit.Sdk;
|
|
|
|
|
global using Xunit.Abstractions;
|
|
|
|
|
global using Xunit.Extensions;
|
|
|
|
|
global using Xunit.Internal;
|
|
|
|
|
global using Xunit.Serialization;
|
|
|
|
|
|
|
|
|
|
global using Xunit.DependencyInjection;
|
|
|
|
|
global using Xunit.DependencyInjection.Logging;
|
|
|
|
|
|
|
|
|
|
global using HttpClientStudy.Model;
|
|
|
|
|
|
|
|
|
|
global using HttpClientStudy.Config;
|
|
|
|
|
|
|
|
|
|
global using HttpClientStudy.Core;
|
|
|
|
|
global using HttpClientStudy.Core.UseJson;
|
|
|
|
|
global using HttpClientStudy.Core.HttpRequests;
|
|
|
|
|
global using HttpClientStudy.Core.HttpResponses;
|
|
|
|
|
|
|
|
|
|
global using HttpClientStudy.Service;
|
|
|
|
|
|
|
|
|
|
global using HttpClientStudy.WebApp;
|
|
|
|
|
global using HttpClientStudy.WebApp.Models;
|
|
|
|
|
global using HttpClientStudy.WebApp.Controllers;
|