Add nullability to core project

This commit is contained in:
Nikolaj Geisle
2022-02-09 13:24:35 +01:00
parent 936dd38c55
commit b75eae01f3
259 changed files with 1219 additions and 1112 deletions

View File

@@ -22,7 +22,7 @@ namespace Umbraco.Cms.Core.Models.PublishedContent
/// </summary>
/// <param name="alias">The model type alias.</param>
/// <returns>A List{T} of the strongly-typed model, exposed as an IList.</returns>
IList CreateModelList(string alias);
IList? CreateModelList(string alias);
/// <summary>
/// Maps a CLR type that may contain model types, to an actual CLR type.