Skip to content

UNIT TEST TRYOUTS

UNIT TEST TRYOUTS #318

Triggered via push August 27, 2024 04:33
Status Failure
Total duration 52s
Artifacts

core-test.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 3 warnings
Run Test Suite on ubuntu-latest: src/Arius.Core.Infrastructure/Repositories/StateDbRepositoryFactory.cs#L44
Argument 2: cannot convert from 'System.IO.Abstractions.IDirectoryInfo' to 'System.IO.DirectoryInfo'
Run Test Suite on ubuntu-latest
Process completed with exit code 1.
Run Test Suite on windows-latest
The job was canceled because "ubuntu-latest" failed.
Run Test Suite on windows-latest
The operation was canceled.
Run Test Suite on ubuntu-latest: src/Arius.Core.Domain/PointerFileEntry.cs#L7
Non-nullable property 'HashValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Run Test Suite on ubuntu-latest: src/Arius.Core.Domain/PointerFileEntry.cs#L12
Non-nullable property 'RelativeName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Run Test Suite on ubuntu-latest: src/Arius.Core.Infrastructure/Storage/Azure/AzureStorageAccount.cs#L33
The EnumeratorCancellationAttribute applied to parameter 'cancellationToken' will have no effect. The attribute is only effective on a parameter of type CancellationToken in an async-iterator method returning IAsyncEnumerable