chore: Disable warning CA1506 in Program.cs

gui
Robert Dailey 2 years ago
parent 5db22529ff
commit c0bc714739

@ -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 Autofac.Extensions.DependencyInjection;
using MudBlazor.Services;

Loading…
Cancel
Save