This repository was archived by the owner on Jun 28, 2026. It is now read-only.
chore(deps): bump dorny/test-reporter from 2 to 3 - #89
Open
dependabot[bot] wants to merge 1 commit into
Open
Annotations
3 errors and 11 warnings
|
|
|
|
|
|
|
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/
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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)
|
|
src/Arius.Core/Shared/FileSystem/ZioExtensions.cs#L52
Cannot convert null literal to non-nullable reference type.
|
|
src/Arius.Core/Shared/Storage/AzureBlobStorageAccount.cs#L27
The variable 'e' is declared but never used
|
|
src/Arius.Core/Shared/Storage/EncryptedCompressedStorage.cs#L115
The variable 'e' is declared but never used
|
|
src/Arius.Core/Shared/Storage/EncryptedCompressedStorage.cs#L81
Dereference of a possibly null reference.
|
|
src/Arius.Core/Shared/FileSystem/Models.cs#L80
'FilePair.Length' hides inherited member 'FileEntry.Length'. Use the new keyword if hiding was intended.
|
The logs for this run have expired and are no longer available.
Loading