|
|
@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
// [CA1506] '<Main>$' is coupled with '54' different types from '34' different namespaces. Rewrite or refactor the code
|
|
|
|
|
|
|
|
// to decrease its class coupling below '41'.
|
|
|
|
|
|
|
|
#pragma warning disable CA1506
|
|
|
|
|
|
|
|
|
|
|
|
using System.IO.Abstractions;
|
|
|
|
using System.IO.Abstractions;
|
|
|
|
using Autofac.Extensions.DependencyInjection;
|
|
|
|
using Autofac.Extensions.DependencyInjection;
|
|
|
|
using MudBlazor.Services;
|
|
|
|
using MudBlazor.Services;
|
|
|
|