more build errors in Core
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Umbraco.Cms.Core.Persistence
|
||||
/// <summary>
|
||||
/// Gets entities.
|
||||
/// </summary>
|
||||
IEnumerable<TEntity>? GetMany(params TId[]? ids);
|
||||
IEnumerable<TEntity> GetMany(params TId[]? ids);
|
||||
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether an entity exists.
|
||||
|
||||
@@ -16,7 +16,7 @@ namespace Umbraco.Cms.Core.Persistence
|
||||
/// </summary>
|
||||
/// <param name="field">The field to alias.</param>
|
||||
/// <param name="alias">The alias.</param>
|
||||
public static object Alias(object? field, string alias) => field;
|
||||
public static object? Alias(object? field, string alias) => field;
|
||||
|
||||
/// <summary>
|
||||
/// Produces Sql text.
|
||||
|
||||
Reference in New Issue
Block a user