Skip to content

Bumping to .NET8 (#51) #84

Bumping to .NET8 (#51)

Bumping to .NET8 (#51) #84

Re-run triggered April 3, 2024 05:19
Status Cancelled
Total duration 2m 29s
Artifacts

release.yml

on: push
Matrix: test
Arius.Core - Publish NuGet package
0s
Arius.Core - Publish NuGet package
Arius.UI - Publish ClickOnce
0s
Arius.UI - Publish ClickOnce
Arius.Cli - Publish Docker image
0s
Arius.Cli - Publish Docker image
Arius - Create GitHub Release
0s
Arius - Create GitHub Release
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 20 warnings
Run Test Suite on windows-latest
The run was canceled by @woutervanranst.
Run Test Suite on windows-latest
The operation was canceled.
Run Test Suite on ubuntu-latest
The run was canceled by @woutervanranst.
Run Test Suite on ubuntu-latest
The operation was canceled.
Run Test Suite on windows-latest: src/Arius.Core/Extensions/PointerFileEntryEqualityComparer.cs#L10
Nullability of reference types in type of parameter 'x' of 'bool PointerFileEntryEqualityComparer.Equals(PointerFileEntry x, PointerFileEntry y)' doesn't match implicitly implemented member 'bool IEqualityComparer<PointerFileEntry>.Equals(PointerFileEntry? x, PointerFileEntry? y)' (possibly because of nullability attributes).
Run Test Suite on windows-latest: src/Arius.Core/Extensions/PointerFileEntryEqualityComparer.cs#L10
Nullability of reference types in type of parameter 'y' of 'bool PointerFileEntryEqualityComparer.Equals(PointerFileEntry x, PointerFileEntry y)' doesn't match implicitly implemented member 'bool IEqualityComparer<PointerFileEntry>.Equals(PointerFileEntry? x, PointerFileEntry? y)' (possibly because of nullability attributes).
Run Test Suite on windows-latest: src/Arius.Core/Facade/Facade.cs#L154
Cannot convert null literal to non-nullable reference type.
Run Test Suite on windows-latest: src/Arius.Core/Facade/Facade.cs#L163
Cannot convert null literal to non-nullable reference type.
Run Test Suite on windows-latest: src/Arius.Core/Services/FileSystemService.cs#L54
Cannot convert null literal to non-nullable reference type.
Run Test Suite on windows-latest: src/Arius.Core/Facade/Facade.cs#L42
Non-nullable field 'loggerFactory' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Run Test Suite on windows-latest: src/Arius.Core/Facade/Facade.cs#L68
Non-nullable field 'loggerFactory' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Run Test Suite on windows-latest: src/Arius.Core/Facade/Facade.cs#L68
Non-nullable field 'storageAccountOptions' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Run Test Suite on windows-latest: src/Arius.Core/Facade/Facade.cs#L114
Non-nullable field 'loggerFactory' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Run Test Suite on windows-latest: src/Arius.Core/Facade/Facade.cs#L114
Non-nullable property 'Repository' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run Test Suite on ubuntu-latest: src/Arius.Core/Extensions/PointerFileEntryEqualityComparer.cs#L10
Nullability of reference types in type of parameter 'x' of 'bool PointerFileEntryEqualityComparer.Equals(PointerFileEntry x, PointerFileEntry y)' doesn't match implicitly implemented member 'bool IEqualityComparer<PointerFileEntry>.Equals(PointerFileEntry? x, PointerFileEntry? y)' (possibly because of nullability attributes).
Run Test Suite on ubuntu-latest: src/Arius.Core/Extensions/PointerFileEntryEqualityComparer.cs#L10
Nullability of reference types in type of parameter 'y' of 'bool PointerFileEntryEqualityComparer.Equals(PointerFileEntry x, PointerFileEntry y)' doesn't match implicitly implemented member 'bool IEqualityComparer<PointerFileEntry>.Equals(PointerFileEntry? x, PointerFileEntry? y)' (possibly because of nullability attributes).
Run Test Suite on ubuntu-latest: src/Arius.Core/Facade/Facade.cs#L154
Cannot convert null literal to non-nullable reference type.
Run Test Suite on ubuntu-latest: src/Arius.Core/Facade/Facade.cs#L163
Cannot convert null literal to non-nullable reference type.
Run Test Suite on ubuntu-latest: src/Arius.Core/Services/FileSystemService.cs#L54
Cannot convert null literal to non-nullable reference type.
Run Test Suite on ubuntu-latest: src/Arius.Core/Commands/Restore/RestoreCommandBlocks.cs#L254
Possible null reference argument for parameter 'result' in 'void TaskCompletionSource<BinaryFile>.SetResult(BinaryFile result)'.
Run Test Suite on ubuntu-latest: src/Arius.Core/Services/FileService.cs#L51
Possible null reference return.
Run Test Suite on ubuntu-latest: src/Arius.Core/Services/FileService.cs#L66
Possible null reference return.
Run Test Suite on ubuntu-latest: src/Arius.Core/Services/FileService.cs#L80
Possible null reference return.
Run Test Suite on ubuntu-latest: src/Arius.Core/Services/FileService.cs#L89
Converting null literal or possible null value to non-nullable type.