diff --git a/.globalconfig b/.globalconfig index 9b0fca76..190c1183 100644 --- a/.globalconfig +++ b/.globalconfig @@ -6,4 +6,5 @@ global_level = 10 # Microsoft.CodeAnalysis.NetAnalyzers rules dotnet_diagnostic.CA1062.severity = silent dotnet_diagnostic.CA1724.severity = silent +dotnet_diagnostic.CA1848.severity = none dotnet_diagnostic.CA2007.severity = silent diff --git a/Hastlayer.SDK.sln b/Hastlayer.SDK.sln index 6fe4911b..723365d5 100644 --- a/Hastlayer.SDK.sln +++ b/Hastlayer.SDK.sln @@ -66,6 +66,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution NuGet.config = NuGet.config NuGetIcon.png = NuGetIcon.png Readme.md = Readme.md + .globalconfig = .globalconfig EndProjectSection EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Hast.Samples.Demo", "src\Samples\Hast.Samples.Demo\Hast.Samples.Demo.csproj", "{CBAC105A-E50F-4202-A647-CFD674E6C0F8}"