Fix game version parsing (#30) #244
Annotations
10 errors and 3 warnings
BeatSaberModManager/Services/Implementations/BeatSaber/BeatMods/BeatModsModInstaller.cs#L22
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0300)
|
BeatSaberModManager/Services/Implementations/BeatSaber/BeatMods/BeatModsModInstaller.cs#L21
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0300)
|
BeatSaberModManager/Services/Implementations/BeatSaber/BeatMods/BeatModsModProvider.cs#L23
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0300)
|
BeatSaberModManager/Services/Implementations/BeatSaber/BeatSaver/BeatSaverMapInstaller.cs#L152
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0300)
|
BeatSaberModManager/Views/Localization/LocalizationManager.cs#L81
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0300)
|
BeatSaberModManager/Models/Implementations/Progress/ProgressInfo.cs#L31
Use block body for method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0022)
|
BeatSaberModManager/Models/Implementations/Settings/AppSettings.cs#L50
Collection initialization can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0028)
|
BeatSaberModManager/Models/Implementations/Progress/ProgressInfo.cs#L34
Use block body for method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0022)
|
BeatSaberModManager/Models/Implementations/Progress/ProgressInfo.cs#L42
Use block body for operator (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0024)
|
BeatSaberModManager/Models/Implementations/Progress/ProgressInfo.cs#L50
Use block body for operator (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0024)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
BSIPA-Linux/src/Program.cs#L103
'System.Reflection.Assembly.Location' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
|
BSIPA-Linux/src/Program.cs#L92
Using member 'System.Reflection.Assembly.LoadFile(String)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Types and members the loaded assembly depends on might be removed.
|
This job failed
Loading