Skip to content

Use .NET 8.0

Use .NET 8.0 #534

Re-run triggered September 24, 2024 02:01
Status Failure
Total duration 3m 30s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 14 warnings
Build
Ahead-of-time compilation is not supported for the target framework.
Build
Process completed with exit code 1.
Test
Resource not accessible by integration
Test
Resource not accessible by integration
Test
Resource not accessible by integration
Build
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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, dorny/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, dorny/[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/
Test: src/gsudo/Tokens/TokenProvider.cs#L122
Unreachable code detected
Test: src/gsudo/Helpers/ServiceHelper.cs#L53
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Test: src/gsudo/ProcessHosts/AttachedConsoleHost.cs#L38
The variable 'ex' is declared but never used
Test: src/gsudo/ProcessRenderers/TokenSwitchRenderer.cs#L64
The variable 'ex' is declared but never used
Test: src/gsudo/InputParameters.cs#L32
The property name 'IntegrityLevel' is confusing given the existence of method 'GetIntegrityLevel'. Rename or remove one of these members. (https://docs.microsoft.com/visualstudio/code-quality/ca1721-property-names-should-not-match-get-methods)
Test: src/gsudo/AppSettings/PathPrecedenceSetting.cs#L60
Specify marshaling for P/Invoke string arguments (https://docs.microsoft.com/visualstudio/code-quality/ca2101-specify-marshaling-for-p-invoke-string-arguments)
Test: src/gsudo/Commands/StatusCommand.cs#L99
In method 'GetJsonValue', replace the call to 'ToLowerInvariant' with 'ToUpperInvariant'. (https://docs.microsoft.com/visualstudio/code-quality/ca1308-normalize-strings-to-uppercase)
Test: src/gsudo/Commands/ServiceCommand.cs#L64
Consider calling ConfigureAwait on the awaited task (https://docs.microsoft.com/visualstudio/code-quality/ca2007-do-not-directly-await-task)
Test: src/gsudo/Helpers/UACWindowFocusHelper.cs#L10
Specify marshaling for P/Invoke string arguments (https://docs.microsoft.com/visualstudio/code-quality/ca2101-specify-marshaling-for-p-invoke-string-arguments)
Test: src/gsudo/Helpers/UACWindowFocusHelper.cs#L35
FocusUacWindow calls SetForegroundWindow but does not use the HRESULT or error code that the method returns. This could lead to unexpected behavior in error conditions or low-resource situations. Use the result in a conditional statement, assign the result to a variable, or pass it as an argument to another method. (https://docs.microsoft.com/visualstudio/code-quality/ca1806-do-not-ignore-method-results)