Skip to content

Merge pull request #1 from ubden/main #1

Merge pull request #1 from ubden/main

Merge pull request #1 from ubden/main #1

Triggered via push January 10, 2025 21:58
Status Success
Total duration 2m 27s
Artifacts

test.yml

on: push
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#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/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/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/Forms/DialogForm.cs#L24
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/Forms/DialogForm.cs#L25
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/Forms/DialogForm.cs#L26
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
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.