Revert "deepseek rewrite" #8
Annotations
2 errors and 10 warnings
CI Build and Test
Process completed with exit code 1.
|
CI Build and Test
Failed test were found and 'fail-on-error' option is set to true
|
CI Build and Test:
src/Arius.Core.Domain/Storage/StateVersion.cs#L47
'DateTimeStateVersion.FromUtcNow()' hides inherited member 'StateVersion.FromUtcNow()'. Use the new keyword if hiding was intended.
|
CI Build and Test:
src/Arius.Core.Infrastructure/Storage/LocalFileSystem/File.cs#L194
The member 'PointerFileWithHash.GetPointerFileWithHash()' does not hide an accessible member. The new keyword is not required.
|
CI Build and Test:
src/Arius.Core.Infrastructure/Storage/LocalFileSystem/File.cs#L195
The member 'PointerFileWithHash.GetBinaryFileWithHash()' does not hide an accessible member. The new keyword is not required.
|
CI Build and Test:
src/Arius.Core.Infrastructure/Storage/LocalFileSystem/File.cs#L233
The member 'BinaryFileWithHash.GetPointerFileWithHash()' does not hide an accessible member. The new keyword is not required.
|
CI Build and Test:
src/Arius.Core.Infrastructure/Storage/LocalFileSystem/File.cs#L234
The member 'BinaryFileWithHash.GetBinaryFileWithHash()' does not hide an accessible member. The new keyword is not required.
|
CI Build and Test:
src/Arius.Core.Infrastructure/Storage/LocalFileSystem/PointerFileSerializer.cs#L26
Nullable value type may be null.
|
CI Build and Test:
src/Arius.Core.Infrastructure/Storage/LocalFileSystem/PointerFileSerializer.cs#L26
Nullable value type may be null.
|
CI Build and Test:
src/Arius.Core.Infrastructure/Storage/LocalFileSystem/PointerFileSerializer.cs#L51
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
CI Build and Test:
src/Arius.Core.Infrastructure/Storage/LocalFileSystem/PointerFileSerializer.cs#L80
Dereference of a possibly null reference.
|
CI Build and Test:
src/Arius.Core.Infrastructure/Storage/LocalFileSystem/PointerFileSerializer.cs#L84
The variable 'e' is declared but never used
|