Wrap error deserializer #5
Annotations
10 warnings
Build:
waifuvault.cs#L191
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
waifuvault.cs#L193
Non-nullable property 'message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
waifuvault.cs#L33
Possible null reference argument for parameter 'buffer' in 'MemoryStream.MemoryStream(byte[] buffer)'.
|
Build:
waifuvault.cs#L34
Possible null reference argument for parameter 'fileName' in 'void MultipartFormDataContent.Add(HttpContent content, string name, string fileName)'.
|
Build:
waifuvault.cs#L58
Possible null reference argument for parameter 'value' in 'KeyValuePair<string, string>.KeyValuePair(string key, string value)'.
|
Build:
waifuvault.cs#L59
Possible null reference argument for parameter 'value' in 'KeyValuePair<string, string>.KeyValuePair(string key, string value)'.
|
Build:
waifuvault.cs#L60
Possible null reference argument for parameter 'value' in 'KeyValuePair<string, string>.KeyValuePair(string key, string value)'.
|
Build:
waifuvault.cs#L101
Possible null reference return.
|
Build:
waifuvault.cs#L112
Converting null literal or possible null value to non-nullable type.
|
Build:
waifuvault.cs#L114
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading