Started using nullable reference types..

This commit is contained in:
Bjarke Berg
2021-12-16 13:44:20 +01:00
parent 11eaf176a9
commit 2ec92057c5
192 changed files with 752 additions and 723 deletions

View File

@@ -7,8 +7,8 @@ namespace Umbraco.Extensions
{
public static class GlobalSettingsExtensions
{
private static string _mvcArea;
private static string _backOfficePath;
private static string? _mvcArea;
private static string? _backOfficePath;
/// <summary>
/// Returns the absolute path for the Umbraco back office