Skip to content

Bump brace-expansion from 1.1.11 to 1.1.12 in /website #305

Bump brace-expansion from 1.1.11 to 1.1.12 in /website

Bump brace-expansion from 1.1.11 to 1.1.12 in /website #305

Triggered via pull request July 30, 2025 18:08
Status Success
Total duration 4m 32s
Artifacts

build.yml

on: pull_request
Matrix: build
Pack and Push NuGet Package
1m 41s
Pack and Push NuGet Package
Fit to window
Zoom out
Zoom in

Annotations

42 warnings and 2 notices
Build and Test on ubuntu-latest: CLI.Tests/CLIOptions.cs#L79
Possible mistaken empty statement
Build and Test on ubuntu-latest: CLI.Tests/CLIOptions.cs#L67
Possible mistaken empty statement
Build and Test on ubuntu-latest: CLI.Tests/TmpMspc.cs#L181
The variable 'output' is declared but never used
Build and Test on ubuntu-latest: CLI.Tests/TmpMspc.cs#L156
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test on ubuntu-latest: Core.Tests/Basic/TPeak.cs#L178
Change one instance of 'x' to a different value; comparing 'x' to itself always returns true. (https://rules.sonarsource.com/csharp/RSPEC-1764)
Build and Test on ubuntu-latest: CLI/Export/Exporter.cs#L151
'Dispose' of 'writter'. (https://rules.sonarsource.com/csharp/RSPEC-2930)
Build and Test on ubuntu-latest: CLI/Export/Exporter.cs#L85
'Dispose' of 'writter'. (https://rules.sonarsource.com/csharp/RSPEC-2930)
Build and Test on ubuntu-latest: Core/Functions/ConsensusPeaks.cs#L64
Remove this unused 'fdr' local variable. (https://rules.sonarsource.com/csharp/RSPEC-1481)
Build and Test on ubuntu-latest: Core/IntervalTree/NodeData.cs#L6
When implementing IComparable<T>, you should also override Equals, <, >, <=, >=, ==, !=. (https://rules.sonarsource.com/csharp/RSPEC-1210)
Build and Test on ubuntu-latest: Core/Functions/FalseDiscoveryRate.cs#L11
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
Build and Test on macos-latest: CLI.Tests/CLIOptions.cs#L67
Possible mistaken empty statement
Build and Test on macos-latest: CLI.Tests/TmpMspc.cs#L181
The variable 'output' is declared but never used
Build and Test on macos-latest: CLI.Tests/TmpMspc.cs#L156
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test on macos-latest: Benchmark/Program.cs#L13
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 and Test on macos-latest: Core.Tests/Basic/TPeak.cs#L178
Change one instance of 'x' to a different value; comparing 'x' to itself always returns true. (https://rules.sonarsource.com/csharp/RSPEC-1764)
Build and Test on macos-latest: CLI/Export/Exporter.cs#L151
'Dispose' of 'writter'. (https://rules.sonarsource.com/csharp/RSPEC-2930)
Build and Test on macos-latest: CLI/Export/Exporter.cs#L85
'Dispose' of 'writter'. (https://rules.sonarsource.com/csharp/RSPEC-2930)
Build and Test on macos-latest: Core/Functions/ConsensusPeaks.cs#L64
Remove this unused 'fdr' local variable. (https://rules.sonarsource.com/csharp/RSPEC-1481)
Build and Test on macos-latest: Core/Functions/FalseDiscoveryRate.cs#L11
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
Build and Test on macos-latest: Core/IntervalTree/NodeData.cs#L6
When implementing IComparable<T>, you should also override Equals, <, >, <=, >=, ==, !=. (https://rules.sonarsource.com/csharp/RSPEC-1210)
Build and Test on windows-latest: CLI.Tests/CLIOptions.cs#L79
Possible mistaken empty statement
Build and Test on windows-latest: CLI.Tests/CLIOptions.cs#L67
Possible mistaken empty statement
Build and Test on windows-latest: CLI.Tests/TmpMspc.cs#L156
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Build and Test on windows-latest: Benchmark/Program.cs#L13
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 and Test on windows-latest: Core.Tests/Basic/TPeak.cs#L178
Change one instance of 'x' to a different value; comparing 'x' to itself always returns true. (https://rules.sonarsource.com/csharp/RSPEC-1764)
Build and Test on windows-latest: CLI/Export/Exporter.cs#L151
'Dispose' of 'writter'. (https://rules.sonarsource.com/csharp/RSPEC-2930)
Build and Test on windows-latest: CLI/Export/Exporter.cs#L85
'Dispose' of 'writter'. (https://rules.sonarsource.com/csharp/RSPEC-2930)
Build and Test on windows-latest: Core/Functions/ConsensusPeaks.cs#L64
Remove this unused 'fdr' local variable. (https://rules.sonarsource.com/csharp/RSPEC-1481)
Build and Test on windows-latest: Core/IntervalTree/NodeData.cs#L6
When implementing IComparable<T>, you should also override Equals, <, >, <=, >=, ==, !=. (https://rules.sonarsource.com/csharp/RSPEC-1210)
Build and Test on windows-latest: Core/Functions/FalseDiscoveryRate.cs#L11
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
Pack and Push NuGet Package
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "System.CommandLine
Pack and Push NuGet Package
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "System.CommandLine
Pack and Push NuGet Package: CLI.Tests/CLIOptions.cs#L79
Possible mistaken empty statement
Pack and Push NuGet Package: CLI.Tests/CLIOptions.cs#L67
Possible mistaken empty statement
Pack and Push NuGet Package: CLI.Tests/TmpMspc.cs#L156
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Pack and Push NuGet Package: Benchmark/Program.cs#L13
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.
Pack and Push NuGet Package: Core.Tests/Basic/TPeak.cs#L178
Change one instance of 'x' to a different value; comparing 'x' to itself always returns true. (https://rules.sonarsource.com/csharp/RSPEC-1764)
Pack and Push NuGet Package: CLI/Export/Exporter.cs#L151
'Dispose' of 'writter'. (https://rules.sonarsource.com/csharp/RSPEC-2930)
Pack and Push NuGet Package: CLI/Export/Exporter.cs#L85
'Dispose' of 'writter'. (https://rules.sonarsource.com/csharp/RSPEC-2930)
Pack and Push NuGet Package: Core/Functions/ConsensusPeaks.cs#L64
Remove this unused 'fdr' local variable. (https://rules.sonarsource.com/csharp/RSPEC-1481)
Pack and Push NuGet Package: Core/IntervalTree/NodeData.cs#L6
When implementing IComparable<T>, you should also override Equals, <, >, <=, >=, ==, !=. (https://rules.sonarsource.com/csharp/RSPEC-1210)
Pack and Push NuGet Package: Core/Functions/FalseDiscoveryRate.cs#L11
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
Build and Test on macos-latest
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
Build and Test on macos-latest
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520