From ba86ba12732b3290eaa74936950a370966b41ac5 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Thu, 16 Apr 2026 02:22:56 +1000 Subject: v0.10a --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 6d8f727..913b3e5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,3 +2,6 @@ # CS8618: Non-nullable field must contain a non-null value when exiting constructor. Consider declaring as nullable. dotnet_diagnostic.CS8618.severity = silent + +# ASP0000: Do not call 'IServiceCollection.BuildServiceProvider' in 'ConfigureServices' +dotnet_diagnostic.ASP0000.severity = silent -- cgit v1.3