Datasets now serialize/save and deserialize/load properly. Created a test in the CLI project
This commit is contained in:
@@ -2,5 +2,7 @@ namespace SzLib;
|
||||
|
||||
public interface ISzFileManager
|
||||
{
|
||||
public string DataPath {get; set;}
|
||||
public string DataPath {get;}
|
||||
|
||||
public bool SaveFile(string path, string fileContent);
|
||||
}
|
||||
Reference in New Issue
Block a user