chore: rename Arius.Core.New to Arius.Core #3
Annotations
2 errors and 11 warnings
|
|
src/Arius.Core.Domain/Storage/StateVersion.cs#L50
'DateTimeStateVersion.FromUtcNow()' hides inherited member 'StateVersion.FromUtcNow()'. Use the new keyword if hiding was intended.
|
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.
|
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.
|
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.
|
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.
|
src/Arius.Core.Infrastructure/Storage/LocalFileSystem/PointerFileSerializer.cs#L26
Nullable value type may be null.
|
src/Arius.Core.Infrastructure/Storage/LocalFileSystem/PointerFileSerializer.cs#L26
Nullable value type may be null.
|
src/Arius.Core.Infrastructure/Storage/LocalFileSystem/PointerFileSerializer.cs#L51
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
src/Arius.Core.Infrastructure/Storage/LocalFileSystem/PointerFileSerializer.cs#L80
Dereference of a possibly null reference.
|
src/Arius.Core.Infrastructure/Repositories/SqliteStateDatabaseContext.cs#L20
Non-nullable property 'Hash' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
The logs for this run have expired and are no longer available.
Loading