Bump framework version #31
Annotations
21 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
models.cs#L230
Non-nullable property 'description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
models.cs#L222
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
models.cs#L224
Non-nullable property 'message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
models.cs#L153
Non-nullable property 'type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
models.cs#L156
Non-nullable property 'value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
waifuvault.cs#L204
Possible null reference argument for parameter 'buffer' in 'MemoryStream.MemoryStream(byte[] buffer)'.
|
build:
waifuvault.cs#L205
Possible null reference argument for parameter 'fileName' in 'void MultipartFormDataContent.Add(HttpContent content, string name, string fileName)'.
|
build:
waifuvault.cs#L280
Possible null reference return.
|
build:
waifuvault.cs#L291
Converting null literal or possible null value to non-nullable type.
|
build:
waifuvault.cs#L293
Dereference of a possibly null reference.
|
build:
models.cs#L222
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
models.cs#L224
Non-nullable property 'message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
models.cs#L230
Non-nullable property 'description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
models.cs#L153
Non-nullable property 'type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
models.cs#L156
Non-nullable property 'value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
tests/waifuvaultTests.cs#L217
Dereference of a possibly null reference.
|
build:
tests/waifuvaultTests.cs#L239
Dereference of a possibly null reference.
|
build:
tests/waifuvaultTests.cs#L253
Converting null literal or possible null value to non-nullable type.
|
build:
tests/waifuvaultTests.cs#L273
Dereference of a possibly null reference.
|
build:
tests/waifuvaultTests.cs#L277
Converting null literal or possible null value to non-nullable type.
|