Norman Gillis

Results 1 issues of Norman Gillis

In my model I have the following definied: **[DefaultValue(null)] public int? MyAttrId { get; set; }** When swagger is opened the generated json shows as **"MyAttrid" : 0** I had...