feat: refactor to proper app + write tests
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
global using System.ComponentModel;
|
||||
global using System.Reflection;
|
||||
|
||||
global using BGR.Console.Common;
|
||||
global using BGR.Console.Removal;
|
||||
global using BGR.Console.Removal.ImageSharp;
|
||||
global using BGR.Console.Removal.Models;
|
||||
global using BGR.Console.Removal.Onnx;
|
||||
global using BGR.Console.Resources;
|
||||
global using BGR.Console.Logging;
|
||||
|
||||
global using Microsoft.Extensions.DependencyInjection;
|
||||
global using Microsoft.Extensions.Hosting;
|
||||
@@ -20,4 +24,5 @@ global using SixLabors.ImageSharp.Formats.Png;
|
||||
global using SixLabors.ImageSharp.PixelFormats;
|
||||
global using SixLabors.ImageSharp.Processing;
|
||||
|
||||
global using Spectre.Console.Cli;
|
||||
global using Spectre.Console;
|
||||
global using Spectre.Console.Cli;
|
||||
Reference in New Issue
Block a user