Fix build args test #22
Annotations
20 warnings
Build:
waifuvault.cs#L45
Possible null reference argument for parameter 'buffer' in 'MemoryStream.MemoryStream(byte[] buffer)'.
|
Build:
waifuvault.cs#L46
Possible null reference argument for parameter 'fileName' in 'void MultipartFormDataContent.Add(HttpContent content, string name, string fileName)'.
|
Build:
waifuvault.cs#L121
Possible null reference return.
|
Build:
models.cs#L90
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
models.cs#L92
Non-nullable property 'message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
waifuvault.cs#L132
Converting null literal or possible null value to non-nullable type.
|
Build:
waifuvault.cs#L134
Dereference of a possibly null reference.
|
Build:
waifuvault.cs#L140
Dereference of a possibly null reference.
|
Build:
tests/waifuvaultTests.cs#L110
Dereference of a possibly null reference.
|
Build:
tests/waifuvaultTests.cs#L130
Dereference of a possibly null reference.
|
Test:
waifuvault.cs#L45
Possible null reference argument for parameter 'buffer' in 'MemoryStream.MemoryStream(byte[] buffer)'.
|
Test:
waifuvault.cs#L46
Possible null reference argument for parameter 'fileName' in 'void MultipartFormDataContent.Add(HttpContent content, string name, string fileName)'.
|
Test:
tests/waifuvaultTests.cs#L110
Dereference of a possibly null reference.
|
Test:
waifuvault.cs#L121
Possible null reference return.
|
Test:
tests/waifuvaultTests.cs#L130
Dereference of a possibly null reference.
|
Test:
tests/waifuvaultTests.cs#L142
Converting null literal or possible null value to non-nullable type.
|
Test:
waifuvault.cs#L132
Converting null literal or possible null value to non-nullable type.
|
Test:
waifuvault.cs#L134
Dereference of a possibly null reference.
|
Test:
waifuvault.cs#L140
Dereference of a possibly null reference.
|
Test:
tests/waifuvaultTests.cs#L172
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading