Skip to content

Revert "deepseek rewrite" #8

Revert "deepseek rewrite"

Revert "deepseek rewrite" #8

Triggered via push February 8, 2025 12:19
Status Failure
Total duration 1m 12s
Artifacts

ci-core.yml

on: push
CI Build and Test
1m 4s
CI Build and Test
Fit to window
Zoom out
Zoom in

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#L51
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.