Fix some of the build errors after merge

This commit is contained in:
Nikolaj Geisle
2022-03-17 09:14:12 +01:00
parent 214bcceffc
commit 34471e35ce
25 changed files with 99 additions and 91 deletions

View File

@@ -30,5 +30,5 @@ public class ConnectionStrings
set => _connectionString = value.ReplaceDataDirectoryPlaceholder();
}
public string ProviderName { get; set; } = DefaultProviderName;
public string? ProviderName { get; set; } = DefaultProviderName;
}