Preparing V2.7 (slightly updating the design). #44
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/[email protected], actions/setup-dotnet@v1, WebFreak001/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Common/UAP/NativeMethods.txt#L8
Use the name of the enum that declares this constant: WIN32_ERROR
|
Common/UAP/NativeMethods.txt#L9
Use the name of the enum that declares this constant: WIN32_ERROR
|
Common/UAP/NativeMethods.txt#L8
Use the name of the enum that declares this constant: WIN32_ERROR
|
Common/UAP/NativeMethods.txt#L9
Use the name of the enum that declares this constant: WIN32_ERROR
|
Common/Net/WFP/Rules/CustomRule.cs#L20
Nullability of return type doesn't match overridden member (possibly because of nullability attributes).
|
Common/UI/ViewModels/LoggedConnection.cs#L24
Possible null reference argument for parameter 's' in 'int int.Parse(string s)'.
|
Common/UI/ViewModels/LoggedConnection.cs#L24
Possible null reference assignment.
|
Common/Config/Settings.cs#L84
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
Common/IO/Files/PathResolver.cs#L74
Possible null reference argument for parameter 'source' in 'KeyValuePair<string, string> Enumerable.FirstOrDefault<KeyValuePair<string, string>>(IEnumerable<KeyValuePair<string, string>> source, Func<KeyValuePair<string, string>, bool> predicate)'.
|
Common/Net/WFP/Rules/WSHRule.cs#L55
Possible null reference argument for parameter 'value' in 'bool bool.Parse(string value)'.
|
This job succeeded
Loading