V10: fix build warnings nucache (#12500)
* Run code cleanup * Finish dotnet format and manual cleanup * Fix according to review Co-authored-by: Zeegaan <nge@umbraco.dk>
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
namespace Umbraco.Cms.Infrastructure.PublishedCache.DataSource;
|
||||
|
||||
namespace Umbraco.Cms.Infrastructure.PublishedCache.DataSource
|
||||
public interface IDictionaryOfPropertyDataSerializer
|
||||
{
|
||||
public interface IDictionaryOfPropertyDataSerializer
|
||||
{
|
||||
IDictionary<string, PropertyData[]> ReadFrom(Stream stream);
|
||||
void WriteTo(IDictionary<string, PropertyData[]> value, Stream stream);
|
||||
}
|
||||
IDictionary<string, PropertyData[]> ReadFrom(Stream stream);
|
||||
|
||||
void WriteTo(IDictionary<string, PropertyData[]> value, Stream stream);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user