Skip to content

shader stuff + new exception handler #394

shader stuff + new exception handler

shader stuff + new exception handler #394

Triggered via push January 10, 2024 15:50
Status Success
Total duration 1m 45s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: StoreLib/StoreLib/Services/FE3Handler.cs#L55
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.
build: StoreLib/StoreLib/Services/DisplayCatalogHandler.cs#L183
Unreachable code detected
build: StoreLib/StoreLib/Services/DisplayCatalogHandler.cs#L174
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.
build: JiayiInstaller/Util.cs#L46
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)
build: JiayiInstaller/Uninstaller.cs#L20
This call site is reachable on all platforms. 'Registry.CurrentUser' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: JiayiInstaller/Util.cs#L48
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)
build: JiayiInstaller/Util.cs#L47
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)
build: JiayiInstaller/Util.cs#L48
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)
build: JiayiInstaller/Uninstaller.cs#L20
This call site is reachable on all platforms. 'RegistryKey.DeleteSubKey(string, bool)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: JiayiInstaller/Uninstaller.cs#L17
This call site is reachable on all platforms. 'Registry.ClassesRoot' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)