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

@@ -12,7 +12,7 @@ namespace Umbraco.Cms.Core.Telemetry.Models
/// Gets or sets the name of the installed package.
/// </summary>
[DataMember(Name = "name")]
public string Name { get; set; }
public string? Name { get; set; }
/// <summary>
/// Gets or sets the version of the installed package.