mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
* update rtn to 025 * Implement movie / show type parsing * switch to RTN in collectors * ensure env for pythonnet is loaded, and that requirements copy for qbit * version bump
16 lines
547 B
C#
16 lines
547 B
C#
// Global using directives
|
|
|
|
global using System.Text.Json;
|
|
global using MassTransit;
|
|
global using MassTransit.Mediator;
|
|
global using Microsoft.AspNetCore.Builder;
|
|
global using Microsoft.Extensions.DependencyInjection;
|
|
global using SharedContracts.Configuration;
|
|
global using SharedContracts.Dapper;
|
|
global using SharedContracts.Extensions;
|
|
global using SharedContracts.Models;
|
|
global using SharedContracts.Requests;
|
|
global using StackExchange.Redis;
|
|
global using TorrentConsumer.Extensions;
|
|
global using TorrentConsumer.Features.TorrentIngestion;
|