Skip to content

Merge pull request #51 from sergiobarriel/feature/base64header #64

Merge pull request #51 from sergiobarriel/feature/base64header

Merge pull request #51 from sergiobarriel/feature/base64header #64

Triggered via push June 26, 2024 16:22
Status Success
Total duration 38s
Artifacts

run-tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

23 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/Responses/BlobReferenceCollection.cs#L7
Non-nullable property 'References' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/AzureStorageWrapper/AzureStorageWrapper/Responses/BlobReferenceCollection.cs#L8
Non-nullable property 'ContinuationToken' 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/Responses/BlobReference.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/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/Responses/BlobReference.cs#L12
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#L13
Non-nullable property 'SasUri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/AzureStorageWrapper/AzureStorageWrapper/Responses/BlobReference.cs#L16
Non-nullable property 'Metadata' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
build: src/AzureStorageWrapper/AzureStorageWrapper.Tests/Should/BaseShould.cs#L21
Cannot convert null literal to non-nullable reference type.
build: src/AzureStorageWrapper/AzureStorageWrapper.Tests/Startup.cs#L30
Possible null reference return.
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.
build: src/AzureStorageWrapper/AzureStorageWrapper.Tests/Should/Delete/DeleteBlobShould.cs#L10
Fixture argument 'azureStorageWrapper' does not have a fixture source (if it comes from a collection definition, ensure the definition is in the same assembly as the test) (https://xunit.net/xunit.analyzers/rules/xUnit1041)
build: src/AzureStorageWrapper/AzureStorageWrapper.Tests/Should/Download/DownloadBlobReferenceShould.cs#L12
Fixture argument 'azureStorageWrapper' does not have a fixture source (if it comes from a collection definition, ensure the definition is in the same assembly as the test) (https://xunit.net/xunit.analyzers/rules/xUnit1041)
build: src/AzureStorageWrapper/AzureStorageWrapper.Tests/Should/Download/DownloadBlobStreamShould.cs#L12
Fixture argument 'azureStorageWrapper' does not have a fixture source (if it comes from a collection definition, ensure the definition is in the same assembly as the test) (https://xunit.net/xunit.analyzers/rules/xUnit1041)
build: src/AzureStorageWrapper/AzureStorageWrapper.Tests/Should/Enumerate/EnumerateShould.cs#L12
Fixture argument 'azureStorageWrapper' does not have a fixture source (if it comes from a collection definition, ensure the definition is in the same assembly as the test) (https://xunit.net/xunit.analyzers/rules/xUnit1041)
build: src/AzureStorageWrapper/AzureStorageWrapper.Tests/Should/Download/DownloadBlobUriVariationsShould.cs#L11
Fixture argument 'azureStorageWrapper' does not have a fixture source (if it comes from a collection definition, ensure the definition is in the same assembly as the test) (https://xunit.net/xunit.analyzers/rules/xUnit1041)
build: src/AzureStorageWrapper/AzureStorageWrapper.Tests/Should/Upload/MetadataShould.cs#L10
Fixture argument 'azureStorageWrapper' does not have a fixture source (if it comes from a collection definition, ensure the definition is in the same assembly as the test) (https://xunit.net/xunit.analyzers/rules/xUnit1041)