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

@@ -8,6 +8,6 @@ namespace Umbraco.Cms.Web.Common.ModelsBuilder
{
public interface IModelsBuilderDashboardProvider
{
string GetUrl();
string? GetUrl();
}
}