Update API to handle one time download #14
Annotations
21 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: dorny/paths-filter@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
waifuvault.cs#L212
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
waifuvault.cs#L214
Non-nullable property 'message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
waifuvault.cs#L35
Possible null reference argument for parameter 'buffer' in 'MemoryStream.MemoryStream(byte[] buffer)'.
|
build:
waifuvault.cs#L36
Possible null reference argument for parameter 'fileName' in 'void MultipartFormDataContent.Add(HttpContent content, string name, string fileName)'.
|
build:
waifuvault.cs#L107
Possible null reference return.
|
build:
waifuvault.cs#L118
Converting null literal or possible null value to non-nullable type.
|
build:
waifuvault.cs#L120
Dereference of a possibly null reference.
|
build:
waifuvault.cs#L126
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:
waifuvault.cs#L212
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
waifuvault.cs#L214
Non-nullable property 'message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
waifuvault.cs#L35
Possible null reference argument for parameter 'buffer' in 'MemoryStream.MemoryStream(byte[] buffer)'.
|
build:
waifuvault.cs#L36
Possible null reference argument for parameter 'fileName' in 'void MultipartFormDataContent.Add(HttpContent content, string name, string fileName)'.
|
build:
waifuvault.cs#L107
Possible null reference return.
|
build:
waifuvault.cs#L118
Converting null literal or possible null value to non-nullable type.
|
build:
waifuvault.cs#L120
Dereference of a possibly null reference.
|
build:
waifuvault.cs#L126
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.
|