Nullverweise warnings bereinigt

This commit is contained in:
2023-08-08 11:58:09 +02:00
parent 4af2bae8cd
commit ee6eb210b7
22 changed files with 125 additions and 102 deletions

View File

@@ -21,6 +21,6 @@ namespace ConsoleApp3.DataContracts
/// <value>This information is not visible for you</value>
[DataMember(Name = "hidden", EmitDefaultValue = false)]
[JsonProperty(PropertyName = "hidden")]
public string Hidden { get; set; }
public string Hidden { get; set; } = "";
}
}