Skip to content

Add constructor to options, add test for args builder #17

Add constructor to options, add test for args builder

Add constructor to options, add test for args builder #17

Triggered via push April 3, 2024 13:39
Status Success
Total duration 38s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
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: 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#L106
Possible null reference return.
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.
build: tests/waifuvaultTests.cs#L110
Dereference of a possibly null reference.
build: tests/waifuvaultTests.cs#L130
Dereference of a possibly null reference.
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: waifuvault.cs#L106
Possible null reference return.
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.
build: tests/waifuvaultTests.cs#L110
Dereference of a possibly null reference.
build: tests/waifuvaultTests.cs#L130
Dereference of a possibly null reference.