mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
23 lines
745 B
C#
23 lines
745 B
C#
// Global using directives
|
|
|
|
global using System.Text;
|
|
global using System.Text.Json;
|
|
global using System.Text.Json.Serialization;
|
|
global using System.Text.RegularExpressions;
|
|
global using System.Xml.Linq;
|
|
global using Dapper;
|
|
global using LZStringCSharp;
|
|
global using MassTransit;
|
|
global using Microsoft.AspNetCore.Builder;
|
|
global using Microsoft.Extensions.DependencyInjection;
|
|
global using Microsoft.Extensions.DependencyInjection.Extensions;
|
|
global using Microsoft.Extensions.Logging;
|
|
global using Npgsql;
|
|
global using Quartz;
|
|
global using Producer.Crawlers;
|
|
global using Producer.Crawlers.Sites;
|
|
global using Producer.Interfaces;
|
|
global using Producer.Jobs;
|
|
global using Producer.Models;
|
|
global using Producer.Services;
|
|
global using Serilog; |