Update to 1.0.1 release. #5
Annotations
13 warnings
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/.
|
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 installer file:
src/OpenSpartan.Workshop.Installer.Bundle/Bundle.wxs#L38
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#L40
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
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/App.xaml.cs#L53
Consider calling ConfigureAwait on the awaited task (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2007)
|
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/DataHandler.cs#L46
Review if the query string passed to 'string SqliteCommand.CommandText' in 'SetWALJournalingMode', accepts any user input (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2100)
|
Build:
src/OpenSpartan.Workshop/Data/DataHandler.cs#L117
Review if the query string passed to 'string SqliteCommand.CommandText' in 'SetupIndices', accepts any user input (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2100)
|
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)
|
The logs for this run have expired and are no longer available.
Loading