Skip to content

Tidy code, Finish README, bump version #9

Tidy code, Finish README, bump version

Tidy code, Finish README, bump version #9

Triggered via push March 21, 2024 02:29
Status Success
Total duration 28s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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.