Tidy code, Finish README, bump version #9
Annotations
8 warnings
build:
waifuvault.cs#L196
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
waifuvault.cs#L198
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#L105
Possible null reference return.
|
build:
waifuvault.cs#L116
Converting null literal or possible null value to non-nullable type.
|
build:
waifuvault.cs#L118
Dereference of a possibly null reference.
|
build:
waifuvault.cs#L124
Dereference of a possibly null reference.
|