Nullverweise warnings bereinigt
This commit is contained in:
@@ -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; } = "";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user