More work on nullable reference types

This commit is contained in:
Nikolaj Geisle
2022-03-31 14:35:23 +02:00
parent 2460c82e02
commit 4571ecb0e3
88 changed files with 388 additions and 340 deletions

View File

@@ -67,7 +67,7 @@ namespace Umbraco.Cms.Web.BackOffice.Install
var umbracoPath = Url.GetBackOfficeUrl();
if (_runtime.Level == RuntimeLevel.Run)
return Redirect(umbracoPath);
return Redirect(umbracoPath!);
// TODO: Update for package migrations
if (_runtime.Level == RuntimeLevel.Upgrade)