diff --git a/src/BSData.GalleryDashboard/Program.cs b/src/BSData.GalleryDashboard/Program.cs index e1117e0..3a03acc 100644 --- a/src/BSData.GalleryDashboard/Program.cs +++ b/src/BSData.GalleryDashboard/Program.cs @@ -1,3 +1,5 @@ +#pragma warning disable CA1852 + using Microsoft.AspNetCore.Components.Web; using Microsoft.AspNetCore.Components.WebAssembly.Hosting;