NK
https://stackoverflow.com/questions/52639795/jsonserializationexception-unable-to-find-a-constructor-on-xamarin-android-wit
https://github.com/xamarin/xamarin-macios/issues/3144
А как исправить у себя в проекте не понимаю.
Size: a a a
NK
К🇦
VK
АА
К🇦
АА
К🇦
К🇦
АА
АА
БК
KA
К🇦
public IdentityProblemDetails(string type = default(string), string title = default(string), int? status = default(int?), string detail = default(string), string instance = default(string), List<IdentityError> identityErrors = default(List<IdentityError>)) : base()
{
this.Type = type;
this.Title = title;
this.Status = status;
this.Detail = detail;
this.Instance = instance;
this.IdentityErrors = identityErrors;
}
К🇦
[DataContract(Name = "IdentityProblemDetails")]
public partial class IdentityProblemDetails : Dictionary<String, Object>, IEquatable<IdentityProblemDetails>, IValidatableObject
KA
public IdentityProblemDetails(string type = default(string), string title = default(string), int? status = default(int?), string detail = default(string), string instance = default(string), List<IdentityError> identityErrors = default(List<IdentityError>)) : base()
{
this.Type = type;
this.Title = title;
this.Status = status;
this.Detail = detail;
this.Instance = instance;
this.IdentityErrors = identityErrors;
}
К🇦
YK
KA
Н