Fixing more errors with nullable reference types

This commit is contained in:
Nikolaj Geisle
2022-02-24 09:24:56 +01:00
parent a8cf6ee127
commit ed13237177
186 changed files with 1737 additions and 1389 deletions

View File

@@ -85,7 +85,7 @@ namespace Umbraco.Cms.Core.Scoping
/// <summary>
/// Creates an instance of <see cref="IQuery{T}"/>
/// </summary>
IQuery<T> CreateQuery<T>();
IQuery<T>? CreateQuery<T>();
#if DEBUG_SCOPES