Enabled nullable checks and fix nullability warnings.

This commit is contained in:
2023-05-22 03:25:56 +02:00
parent 9050b3796d
commit 2a474aac0a
27 changed files with 160 additions and 117 deletions

View File

@@ -1,7 +1,4 @@
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Server.Kestrel.Core;
using Microsoft.Extensions.DependencyInjection;
using VAR.WebFormsCore.Code;
namespace VAR.WebFormsCore.TestWebApp