process graphics element yaml files with scriban (#2410)
* add content rating to media item template * process graphics element yaml files with scriban
This commit is contained in:
@@ -58,6 +58,8 @@ public class FakeLocalFileSystem : ILocalFileSystem
|
||||
|
||||
public Unit EmptyFolder(string folder) => Unit.Default;
|
||||
public Task<string> ReadAllText(string path) => throw new NotImplementedException();
|
||||
public Task<string[]> ReadAllLines(string path) => throw new NotImplementedException();
|
||||
|
||||
public Task<byte[]> ReadAllBytes(string path) => TestBytes.AsTask();
|
||||
|
||||
private static List<DirectoryInfo> Split(DirectoryInfo path)
|
||||
|
||||
Reference in New Issue
Block a user