Skip to content

Update installer with version and file versions #7

Update installer with version and file versions

Update installer with version and file versions #7

Triggered via push March 2, 2024 06:19
Status Failure
Total duration 4m 37s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 13 warnings
build: src/OpenSpartan.Workshop.Installer.Bundle/Bundle.wxs#L6
The identifier 'NetFxNetCoreSearch:SearchForDotNet8' could not be found. Ensure you have typed the reference correctly and that all the necessary inputs are provided to the linker.
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, microsoft/setup-msbuild@v1.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: src/OpenSpartan.Workshop.Installer.Bundle/Bundle.wxs#L35
The ExePackage/@DetectCondition attribute or child element ArpEntry is recommended so the package is only installed when absent.
build: src/OpenSpartan.Workshop/Shared/Observable.cs#L4
Rename namespace OpenSpartan.Workshop.Shared so that it no longer conflicts with the reserved language keyword 'Shared'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
build: src/OpenSpartan.Workshop/App.xaml.cs#L62
Modify 'LoadSettings' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
build: src/OpenSpartan.Workshop/Data/DataHandler.cs#L60
Modify 'SetWALJournalingMode' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
build: src/OpenSpartan.Workshop/Data/DataHandler.cs#L93
Modify 'BootstrapDatabase' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
build: src/OpenSpartan.Workshop/Data/MedalMatchesSource.cs#L32
Make 'MedalMatchesSource' sealed (a breaking change if this class has previously shipped), implement the method non-explicitly, or implement a new method that exposes the functionality of 'CommunityToolkit.Common.Collections.IIncrementalSource<OpenSpartan.Workshop.Models.MatchTableEntity>.GetPagedItemsAsync' and is visible to derived classes (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1033)
build: src/OpenSpartan.Workshop/Data/DataHandler.cs#L153
Modify 'InsertServiceRecordEntry' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
build: src/OpenSpartan.Workshop/Data/DataHandler.cs#L186
Modify 'GetMatchIds' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
build: src/OpenSpartan.Workshop/Data/DataHandler.cs#L222
Modify 'GetOperationResponseBody' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
build: src/OpenSpartan.Workshop/Data/Extensions.cs#L45
Modify 'BootstrapTable' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
build: src/OpenSpartan.Workshop/Data/DataHandler.cs#L278
Modify 'GetMatchesInternal' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)