Fix up to Macros in Core project

This commit is contained in:
Nikolaj Geisle
2022-01-13 09:27:37 +01:00
parent 521023372b
commit b6d5465b49
110 changed files with 537 additions and 451 deletions

View File

@@ -82,7 +82,7 @@ namespace Umbraco.Cms.Core.IO
/// <returns>
/// <see cref="Stream"/>.
/// </returns>
Stream OpenFile(string path);
Stream? OpenFile(string path);
/// <summary>
/// Deletes the specified file.