chore(deps): bump actions/checkout from 4 to 6 #86
Annotations
10 warnings
|
Build:
src/Arius.Core/Shared/StateRepositories/StateRepository.cs#L190
Nullable value type may be null.
|
|
Build:
src/Arius.Core/Features/Commands/Archive/ArchiveCommandHandler.cs#L386
Dereference of a possibly null reference.
|
|
Build:
src/Arius.Core/Shared/FileSystem/ZioExtensions.cs#L52
Cannot convert null literal to non-nullable reference type.
|
|
Build:
src/Arius.Core/Features/Commands/Archive/ArchiveCommandHandler.cs#L152
The variable 'ex' is declared but never used
|
|
Build:
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)
|
|
Build:
src/Arius.Core/Features/Commands/Restore/RestoreCommandHandler.cs#L77
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.
|
|
Build:
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.
|
|
Build:
src/Arius.Core/Shared/Storage/AzureBlobStorageAccount.cs#L27
The variable 'e' is declared but never used
|
|
Build:
src/Arius.Core/Shared/Storage/EncryptedCompressedStorage.cs#L87
The variable 'e' is declared but never used
|
|
Build:
src/Arius.Core/Shared/FileSystem/Models.cs#L80
'FilePair.Length' hides inherited member 'FileEntry.Length'. Use the new keyword if hiding was intended.
|
Loading