Update to .NET 8.0 and refactor tests #51
Annotations
17 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/IntelOrca.OpenLauncher.Core/Build.cs#L36
Nullability of reference types in type of parameter 'other' of 'int Build.CompareTo(Build other)' doesn't match implicitly implemented member 'int IComparable<Build>.CompareTo(Build? other)' (possibly because of nullability attributes).
|
src/IntelOrca.OpenLauncher.Core/BuildAsset.cs#L120
Nullability of reference types in type of parameter 'x' of 'int BuildAssetComparer.Compare(BuildAsset x, BuildAsset y)' doesn't match implicitly implemented member 'int IComparer<BuildAsset>.Compare(BuildAsset? x, BuildAsset? y)' (possibly because of nullability attributes).
|
src/IntelOrca.OpenLauncher.Core/BuildAsset.cs#L120
Nullability of reference types in type of parameter 'y' of 'int BuildAssetComparer.Compare(BuildAsset x, BuildAsset y)' doesn't match implicitly implemented member 'int IComparer<BuildAsset>.Compare(BuildAsset? x, BuildAsset? y)' (possibly because of nullability attributes).
|
src/IntelOrca.OpenLauncher.Core/Shell.cs#L29
Dereference of a possibly null reference.
|
src/IntelOrca.OpenLauncher.Core/InstallService.cs#L81
Dereference of a possibly null reference.
|
Found version-specific or distribution-specific runtime identifier(s): win7-x64, win7-x86. Affected libraries: Avalonia.Angle.Windows.Natives. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
|
src/IntelOrca.OpenLauncher.Core/Build.cs#L36
Nullability of reference types in type of parameter 'other' of 'int Build.CompareTo(Build other)' doesn't match implicitly implemented member 'int IComparable<Build>.CompareTo(Build? other)' (possibly because of nullability attributes).
|
src/IntelOrca.OpenLauncher.Core/BuildAsset.cs#L120
Nullability of reference types in type of parameter 'x' of 'int BuildAssetComparer.Compare(BuildAsset x, BuildAsset y)' doesn't match implicitly implemented member 'int IComparer<BuildAsset>.Compare(BuildAsset? x, BuildAsset? y)' (possibly because of nullability attributes).
|
src/IntelOrca.OpenLauncher.Core/BuildAsset.cs#L120
Nullability of reference types in type of parameter 'y' of 'int BuildAssetComparer.Compare(BuildAsset x, BuildAsset y)' doesn't match implicitly implemented member 'int IComparer<BuildAsset>.Compare(BuildAsset? x, BuildAsset? y)' (possibly because of nullability attributes).
|
src/IntelOrca.OpenLauncher.Core/Shell.cs#L29
Dereference of a possibly null reference.
|
src/IntelOrca.OpenLauncher.Core/Build.cs#L36
Nullability of reference types in type of parameter 'other' of 'int Build.CompareTo(Build other)' doesn't match implicitly implemented member 'int IComparable<Build>.CompareTo(Build? other)' (possibly because of nullability attributes).
|
src/IntelOrca.OpenLauncher.Core/BuildAsset.cs#L120
Nullability of reference types in type of parameter 'x' of 'int BuildAssetComparer.Compare(BuildAsset x, BuildAsset y)' doesn't match implicitly implemented member 'int IComparer<BuildAsset>.Compare(BuildAsset? x, BuildAsset? y)' (possibly because of nullability attributes).
|
src/IntelOrca.OpenLauncher.Core/BuildAsset.cs#L120
Nullability of reference types in type of parameter 'y' of 'int BuildAssetComparer.Compare(BuildAsset x, BuildAsset y)' doesn't match implicitly implemented member 'int IComparer<BuildAsset>.Compare(BuildAsset? x, BuildAsset? y)' (possibly because of nullability attributes).
|
src/IntelOrca.OpenLauncher.Core/Shell.cs#L29
Dereference of a possibly null reference.
|
src/IntelOrca.OpenLauncher.Core/InstallService.cs#L81
Dereference of a possibly null reference.
|
This job succeeded
Loading