Fix example cases to Camel, bump version #3
Annotations
6 warnings
build:
waifuvault.cs#L169
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
waifuvault.cs#L171
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#L84
Possible null reference return.
|
build:
waifuvault.cs#L97
Dereference of a possibly null reference.
|