Add buttons to readme #18
Annotations
20 warnings
Build:
models.cs#L93
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
models.cs#L95
Non-nullable property 'message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
waifuvault.cs#L34
Possible null reference argument for parameter 'buffer' in 'MemoryStream.MemoryStream(byte[] buffer)'.
|
Build:
waifuvault.cs#L35
Possible null reference argument for parameter 'fileName' in 'void MultipartFormDataContent.Add(HttpContent content, string name, string fileName)'.
|
Build:
tests/waifuvaultTests.cs#L110
Dereference of a possibly null reference.
|
Build:
waifuvault.cs#L106
Possible null reference return.
|
Build:
tests/waifuvaultTests.cs#L130
Dereference of a possibly null reference.
|
Build:
waifuvault.cs#L117
Converting null literal or possible null value to non-nullable type.
|
Build:
waifuvault.cs#L119
Dereference of a possibly null reference.
|
Build:
waifuvault.cs#L125
Dereference of a possibly null reference.
|
Test:
waifuvault.cs#L34
Possible null reference argument for parameter 'buffer' in 'MemoryStream.MemoryStream(byte[] buffer)'.
|
Test:
waifuvault.cs#L35
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:
tests/waifuvaultTests.cs#L130
Dereference of a possibly null reference.
|
Test:
waifuvault.cs#L106
Possible null reference return.
|
Test:
tests/waifuvaultTests.cs#L142
Converting null literal or possible null value to non-nullable type.
|
Test:
waifuvault.cs#L117
Converting null literal or possible null value to non-nullable type.
|
Test:
waifuvault.cs#L119
Dereference of a possibly null reference.
|
Test:
waifuvault.cs#L125
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