chore(deps): bump dorny/test-reporter from 2 to 3 #89
Annotations
3 errors and 11 warnings
|
📊 Upload Coverage to Codecov
Codecov: Failed to properly create commit: The process 'D:\a\_actions\codecov\codecov-action\v4\dist\codecov.exe' failed with exit code 1
|
|
📄 Publish Test Report
Failed test were found and 'fail-on-error' option is set to true
|
|
🧪 Run Arius.Explorer & Core Tests
Process completed with exit code 1.
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: codecov/codecov-action@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🧪 Run Arius.Explorer & Core Tests:
src/Arius.Core/Shared/StateRepositories/Models.cs#L19
Non-nullable property 'Hash' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
🧪 Run Arius.Explorer & Core Tests:
src/Arius.Core/Shared/StateRepositories/Models.cs#L14
Non-nullable property 'PointerFileEntries' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
🧪 Run Arius.Explorer & Core Tests:
src/Arius.Core/Shared/StateRepositories/Models.cs#L8
Non-nullable property 'Hash' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
🧪 Run Arius.Explorer & Core Tests:
src/Arius.Core/Features/Queries/PointerFileEntries/PointerFileEntriesQueryHandler.cs#L126
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
|
🧪 Run Arius.Explorer & Core Tests:
src/Arius.Core/Shared/Crypto/CryptoExtensions.cs#L95
'Rfc2898DeriveBytes.Rfc2898DeriveBytes(string, byte[], int, HashAlgorithmName)' is obsolete: 'The constructors on Rfc2898DeriveBytes are obsolete. Use the static Pbkdf2 method instead.' (https://aka.ms/dotnet-warnings/SYSLIB0060)
|
|
🧪 Run Arius.Explorer & Core Tests:
src/Arius.Core/Shared/FileSystem/ZioExtensions.cs#L52
Cannot convert null literal to non-nullable reference type.
|
|
🧪 Run Arius.Explorer & Core Tests:
src/Arius.Core/Shared/Storage/AzureBlobStorageAccount.cs#L27
The variable 'e' is declared but never used
|
|
🧪 Run Arius.Explorer & Core Tests:
src/Arius.Core/Shared/Storage/EncryptedCompressedStorage.cs#L115
The variable 'e' is declared but never used
|
|
🧪 Run Arius.Explorer & Core Tests:
src/Arius.Core/Shared/Storage/EncryptedCompressedStorage.cs#L81
Dereference of a possibly null reference.
|
|
🧪 Run Arius.Explorer & Core Tests:
src/Arius.Core/Shared/FileSystem/Models.cs#L80
'FilePair.Length' hides inherited member 'FileEntry.Length'. Use the new keyword if hiding was intended.
|
Loading