Skip to content

Fix example cases to Camel, bump version #3

Fix example cases to Camel, bump version

Fix example cases to Camel, bump version #3

Triggered via push March 18, 2024 14:53
Status Success
Total duration 30s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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.