Skip to content

Refactor some test and uprade to 2.2.12 #52

Refactor some test and uprade to 2.2.12

Refactor some test and uprade to 2.2.12 #52

Triggered via pull request December 26, 2023 11:34
Status Success
Total duration 38s
Artifacts

run-tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

15 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: src/AzureStorageWrapper/AzureStorageWrapper/AzureStorageWrapperConfiguration.cs#L7
Non-nullable property '_connectionString' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/AzureStorageWrapper/AzureStorageWrapper/Commands/UploadStream.cs#L8
Non-nullable property 'Stream' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/AzureStorageWrapper/AzureStorageWrapper/Commands/UploadBytes.cs#L8
Non-nullable property 'Bytes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/AzureStorageWrapper/AzureStorageWrapper/Commands/UploadBlob.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/AzureStorageWrapper/AzureStorageWrapper/Commands/UploadBlob.cs#L9
Non-nullable property 'Extension' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/AzureStorageWrapper/AzureStorageWrapper/Commands/UploadBlob.cs#L9
Non-nullable property 'Container' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/AzureStorageWrapper/AzureStorageWrapper/Commands/DeleteBlob.cs#L8
Non-nullable property 'Uri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/AzureStorageWrapper/AzureStorageWrapper/Responses/BlobReference.cs#L8
Non-nullable property 'Container' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/AzureStorageWrapper/AzureStorageWrapper/Responses/BlobReference.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/AzureStorageWrapper/AzureStorageWrapper/Responses/BlobReference.cs#L11
Non-nullable property 'Extension' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/AzureStorageWrapper/AzureStorageWrapper.Tests/Startup.cs#L30
Possible null reference return.
build: src/AzureStorageWrapper/AzureStorageWrapper.Tests/Should/BaseShould.cs#L21
Cannot convert null literal to non-nullable reference type.
build: src/AzureStorageWrapper/AzureStorageWrapper.Tests/Should/BaseShould.cs#L30
Cannot convert null literal to non-nullable reference type.
build: src/AzureStorageWrapper/AzureStorageWrapper.Tests/Startup.cs#L40
Possible null reference return.