Started using nullable reference types..
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Umbraco.Cms.Tests.Common.Extensions
|
||||
/// Set property values by alias with an anonymous object.
|
||||
/// </summary>
|
||||
/// <remarks>Does not support variants.</remarks>
|
||||
public static void PropertyValues(this IContentBase content, object value, string culture = null, string segment = null)
|
||||
public static void PropertyValues(this IContentBase content, object value, string? culture = null, string? segment = null)
|
||||
{
|
||||
if (value == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user