Skip to content

Code style + small performance improvements #340

Code style + small performance improvements

Code style + small performance improvements #340

Triggered via pull request July 19, 2024 13:01
Status Success
Total duration 2m 41s
Artifacts

dotnet-test.yml

on: pull_request

Annotations

4 warnings
test: src/UniGetUI.Core.Tools/Tools.cs#L227
This call site is reachable on all platforms. 'WindowsIdentity.GetCurrent()' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
test: src/UniGetUI.Core.Tools/Tools.cs#L227
This call site is reachable on all platforms. 'WindowsPrincipal' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
test: src/UniGetUI.Core.Tools/Tools.cs#L227
This call site is reachable on all platforms. 'WindowsPrincipal.IsInRole(WindowsBuiltInRole)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
test: src/UniGetUI.Core.Tools/Tools.cs#L228
This call site is reachable on all platforms. 'WindowsBuiltInRole.Administrator' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)