Skip to content

Update README.md

Update README.md #4

Triggered via pull request January 11, 2025 12:42
@ubdenubden
synchronize #2
ubden:main
Status Success
Total duration 1m 16s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Test
The target framework 'net7.0-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
Test: CreamInstaller/Forms/SelectForm.cs#L44
Prefer comparing 'Count' to 0 rather than using 'Any()', both for clarity and for performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1860)
Test: CreamInstaller/Utility/ProgramData.cs#L148
Prefer comparing 'Count' to 0 rather than using 'Any()', both for clarity and for performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1860)
Test: CreamInstaller/Utility/ProgramData.cs#L165
Prefer the generic overload 'Newtonsoft.Json.JsonConvert.DeserializeObject<T>(string)' instead of 'Newtonsoft.Json.JsonConvert.DeserializeObject(string, System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
Test: CreamInstaller/Utility/ProgramData.cs#L105
Prefer the generic overload 'Newtonsoft.Json.JsonConvert.DeserializeObject<T>(string)' instead of 'Newtonsoft.Json.JsonConvert.DeserializeObject(string, System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
Test: CreamInstaller/Utility/ProgramData.cs#L135
Prefer the generic overload 'Newtonsoft.Json.JsonConvert.DeserializeObject<T>(string)' instead of 'Newtonsoft.Json.JsonConvert.DeserializeObject(string, System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
Test: CreamInstaller/Components/CustomTreeView.cs#L192
Prefer comparing 'Count' to 0 rather than using 'Any()', both for clarity and for performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1860)
Test: CreamInstaller/Platforms/Steam/SteamCMD.cs#L203
Use 'string.IndexOf(char)' instead of 'string.IndexOf(string)' when you have a string with a single char (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1865)
Test: CreamInstaller/Platforms/Steam/SteamCMD.cs#L204
Use 'string.LastIndexOf(char)' instead of 'string.LastIndexOf(string)' when you have a string with a single char (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1865)
Test: CreamInstaller/Platforms/Paradox/ParadoxLauncher.cs#L52
Prefer comparing 'Count' to 0 rather than using 'Any()', both for clarity and for performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1860)
Test
The target framework 'net7.0-windows' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.