Skip to content

docs: remove TOC

docs: remove TOC #68

Triggered via pull request November 15, 2023 12:14
Status Success
Total duration 3m 5s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

18 warnings
test: AllMyLights/Json/ReferenceValidator.cs#L80
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '_' is not covered.
test: AllMyLights/Platforms/Linux/SystemdAutostartEntry.cs#L107
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
test: AllMyLights/Platforms/Windows/ConsoleWindow.cs#L18
This call site is reachable on all platforms. 'Console.Title.get' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
test: AllMyLights/Platforms/Windows/WindowsAutostartEntry.cs#L29
This call site is reachable on all platforms. 'Type.GetTypeFromProgID(string)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
test: AllMyLights/Platforms/Windows/TrayIcon.cs#L60
This call site is reachable on all platforms. 'Icon.ExtractAssociatedIcon(string)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
test: AllMyLights.Test/Connectors/ChromaClientTest.cs#L48
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: AllMyLights.Test/Transformations/JsonPathTransformationTest.cs#L44
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '""' is not covered.
test: AllMyLights.Test/Transformations/ColorTransformationTest.cs#L78
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '""' is not covered.
test: AllMyLights/Json/ReferenceValidator.cs#L80
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '_' is not covered.
test: AllMyLights/Platforms/Linux/SystemdAutostartEntry.cs#L107
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
test: AllMyLights/Json/ReferenceValidator.cs#L80
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '_' is not covered.
test: AllMyLights/Platforms/Windows/WindowsAutostartEntry.cs#L29
This call site is reachable on all platforms. 'Type.GetTypeFromProgID(string)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
test: AllMyLights/Platforms/Windows/TrayIcon.cs#L60
This call site is reachable on all platforms. 'Icon.ExtractAssociatedIcon(string)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
test: AllMyLights/Platforms/Windows/ConsoleWindow.cs#L18
This call site is reachable on all platforms. 'Console.Title.get' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
test: AllMyLights/Platforms/Linux/SystemdAutostartEntry.cs#L107
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
test: AllMyLights.Test/Connectors/ChromaClientTest.cs#L48
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: AllMyLights.Test/Transformations/JsonPathTransformationTest.cs#L44
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '""' is not covered.
test: AllMyLights.Test/Transformations/ColorTransformationTest.cs#L78
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern '""' is not covered.