Skip to content

Bumping to .net8

Bumping to .net8 #90

Re-run triggered April 5, 2024 13:27
Status Failure
Total duration 19m 12s
Artifacts

release.yml

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

Annotations

1 error and 34 warnings
Arius.UI - Publish ClickOnce
Process completed with exit code 1.
Run Test Suite on ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/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 ubuntu-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/Facade/Facade.cs#L255
Possible null reference return.
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 windows-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/Services/FileService.cs#L51
Possible null reference return.
Run Test Suite on windows-latest: src/Arius.Core/Services/FileService.cs#L66
Possible null reference return.
Run Test Suite on windows-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 windows-latest: src/Arius.Core/Services/FileService.cs#L80
Possible null reference return.
Run Test Suite on windows-latest: src/Arius.Core/Services/FileService.cs#L89
Converting null literal or possible null value to non-nullable type.
Arius.Core - Publish NuGet package
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Arius.Core - Publish NuGet package: 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).
Arius.Core - Publish NuGet package: 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).
Arius.Core - Publish NuGet package: src/Arius.Core/Facade/Facade.cs#L154
Cannot convert null literal to non-nullable reference type.
Arius.Core - Publish NuGet package: src/Arius.Core/Facade/Facade.cs#L163
Cannot convert null literal to non-nullable reference type.
Arius.Core - Publish NuGet package: src/Arius.Core/Services/FileSystemService.cs#L54
Cannot convert null literal to non-nullable reference type.
Arius.Core - Publish NuGet package: 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.
Arius.Core - Publish NuGet package: 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.
Arius.Core - Publish NuGet package: src/Arius.Core/Facade/Facade.cs#L255
Possible null reference return.
Arius.Core - Publish NuGet package: src/Arius.Core/Facade/Facade.cs#L273
Possible null reference argument for parameter 'source' in 'IAsyncEnumerable<string> AsyncEnumerable.Select<string, string>(IAsyncEnumerable<string> source, Func<string, string> selector)'.
Arius.Cli - Publish Docker image
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.