minor fixes
This commit is contained in:
@@ -22,6 +22,10 @@ public class InstallInfos : IActionSetInfos
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return JsonConvert.SerializeObject(this);
|
||||
return JsonConvert.SerializeObject(this, new JsonSerializerSettings
|
||||
{
|
||||
Formatting = Formatting.Indented,
|
||||
DefaultValueHandling = DefaultValueHandling.IgnoreAndPopulate,
|
||||
});
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user