Skip to content

Switch to pnpm

Switch to pnpm #1205

Triggered via push November 6, 2023 22:58
Status Failure
Total duration 3m 37s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build_node
Process completed with exit code 1.
build_net: XOutput.Core/External/ProcessHelper.cs#L9
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
build_net: XOutput.Core/Versioning/GithubVersionGetter.cs#L15
Refactor your code not to use hardcoded absolute paths or URIs. (https://rules.sonarsource.com/csharp/RSPEC-1075)
build_net: XOutput.Core/DependencyInjection/ApplicationContext.cs#L121
Remove the unused private method 'ResolveEnumerableType'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
build_net: XOutput.Core/Resources/AssemblyResourceManager.cs#L10
All 'GetResourceStream' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
build_net: XOutput.Core/DependencyInjection/ApplicationContext.cs#L101
Make sure that this accessibility bypass is safe here. (https://rules.sonarsource.com/csharp/RSPEC-3011)
build_net: XOutput.Core/External/CommandRunner.cs#L17
Make sure the "PATH" used to find this command includes only what you intend. (https://rules.sonarsource.com/csharp/RSPEC-4036)
build_net: XOutput.Core/Configuration/ConfigurationManager.cs#L85
Loops should be simplified using the "Where" LINQ method (https://rules.sonarsource.com/csharp/RSPEC-3267)
build_net: XOutput.Core/Notifications/NotificationService.cs#L30
Use 'Guid.NewGuid()' or 'Guid.Empty' or add arguments to this GUID instantiation. (https://rules.sonarsource.com/csharp/RSPEC-4581)
build_net: XOutput.Core/Notifications/NotificationService.cs#L47
Refactor the containing loop to do more than one iteration. (https://rules.sonarsource.com/csharp/RSPEC-1751)
build_net: XOutput.Core/Versioning/Version.cs#L29
Refactor this method to reduce its Cognitive Complexity from 21 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)