Merge pull request #6 from waifuvault/bucket #25
Annotations
20 warnings
waifuvault.cs#L82
Possible null reference argument for parameter 'buffer' in 'MemoryStream.MemoryStream(byte[] buffer)'.
|
waifuvault.cs#L83
Possible null reference argument for parameter 'fileName' in 'void MultipartFormDataContent.Add(HttpContent content, string name, string fileName)'.
|
tests/waifuvaultTests.cs#L123
Dereference of a possibly null reference.
|
models.cs#L107
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
models.cs#L109
Non-nullable property 'message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
tests/waifuvaultTests.cs#L143
Dereference of a possibly null reference.
|
waifuvault.cs#L158
Possible null reference return.
|
tests/waifuvaultTests.cs#L155
Converting null literal or possible null value to non-nullable type.
|
waifuvault.cs#L169
Converting null literal or possible null value to non-nullable type.
|
waifuvault.cs#L171
Dereference of a possibly null reference.
|
models.cs#L107
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
models.cs#L109
Non-nullable property 'message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
waifuvault.cs#L82
Possible null reference argument for parameter 'buffer' in 'MemoryStream.MemoryStream(byte[] buffer)'.
|
waifuvault.cs#L83
Possible null reference argument for parameter 'fileName' in 'void MultipartFormDataContent.Add(HttpContent content, string name, string fileName)'.
|
tests/waifuvaultTests.cs#L123
Dereference of a possibly null reference.
|
waifuvault.cs#L158
Possible null reference return.
|
tests/waifuvaultTests.cs#L143
Dereference of a possibly null reference.
|
waifuvault.cs#L169
Converting null literal or possible null value to non-nullable type.
|
waifuvault.cs#L171
Dereference of a possibly null reference.
|
waifuvault.cs#L177
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading