Skip to content

Update target framework from 6.0 to 9.0 #284

Update target framework from 6.0 to 9.0

Update target framework from 6.0 to 9.0 #284

Triggered via pull request February 1, 2025 14:52
Status Success
Total duration 2m 1s
Artifacts

build.yml

on: pull_request
Matrix: env-specific
Fit to window
Zoom out
Zoom in

Annotations

30 warnings
env-specific (macos-latest, 9.0.x): Core/Functions/FalseDiscoveryRate.cs#L11
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
env-specific (macos-latest, 9.0.x): Core/IntervalTree/NodeData.cs#L6
When implementing IComparable<T>, you should also override Equals, <, >, <=, >=, ==, !=. (https://rules.sonarsource.com/csharp/RSPEC-1210)
env-specific (macos-latest, 9.0.x): Core/Functions/ConsensusPeaks.cs#L64
Remove this unused 'fdr' local variable. (https://rules.sonarsource.com/csharp/RSPEC-1481)
env-specific (macos-latest, 9.0.x): CLI/Export/Exporter.cs#L85
'Dispose' of 'writter'. (https://rules.sonarsource.com/csharp/RSPEC-2930)
env-specific (macos-latest, 9.0.x): CLI/Export/Exporter.cs#L151
'Dispose' of 'writter'. (https://rules.sonarsource.com/csharp/RSPEC-2930)
env-specific (macos-latest, 9.0.x): 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)
env-specific (macos-latest, 9.0.x): 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.
env-specific (macos-latest, 9.0.x): CLI.Tests/TmpMspc.cs#L156
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
env-specific (macos-latest, 9.0.x): CLI.Tests/CLIOptions.cs#L67
Possible mistaken empty statement
env-specific (macos-latest, 9.0.x): CLI.Tests/CLIOptions.cs#L79
Possible mistaken empty statement
env-specific (ubuntu-latest, 9.0.x): Core/Functions/FalseDiscoveryRate.cs#L11
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
env-specific (ubuntu-latest, 9.0.x): Core/IntervalTree/NodeData.cs#L6
When implementing IComparable<T>, you should also override Equals, <, >, <=, >=, ==, !=. (https://rules.sonarsource.com/csharp/RSPEC-1210)
env-specific (ubuntu-latest, 9.0.x): Core/Functions/ConsensusPeaks.cs#L64
Remove this unused 'fdr' local variable. (https://rules.sonarsource.com/csharp/RSPEC-1481)
env-specific (ubuntu-latest, 9.0.x): CLI/Export/Exporter.cs#L85
'Dispose' of 'writter'. (https://rules.sonarsource.com/csharp/RSPEC-2930)
env-specific (ubuntu-latest, 9.0.x): CLI/Export/Exporter.cs#L151
'Dispose' of 'writter'. (https://rules.sonarsource.com/csharp/RSPEC-2930)
env-specific (ubuntu-latest, 9.0.x): 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)
env-specific (ubuntu-latest, 9.0.x): 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.
env-specific (ubuntu-latest, 9.0.x): CLI.Tests/TmpMspc.cs#L156
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
env-specific (ubuntu-latest, 9.0.x): CLI.Tests/TmpMspc.cs#L181
The variable 'output' is declared but never used
env-specific (ubuntu-latest, 9.0.x): CLI.Tests/CLIOptions.cs#L67
Possible mistaken empty statement
env-specific (windows-latest, 9.0.x): Core/Functions/FalseDiscoveryRate.cs#L11
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
env-specific (windows-latest, 9.0.x): Core/IntervalTree/NodeData.cs#L6
When implementing IComparable<T>, you should also override Equals, <, >, <=, >=, ==, !=. (https://rules.sonarsource.com/csharp/RSPEC-1210)
env-specific (windows-latest, 9.0.x): Core/Functions/ConsensusPeaks.cs#L64
Remove this unused 'fdr' local variable. (https://rules.sonarsource.com/csharp/RSPEC-1481)
env-specific (windows-latest, 9.0.x): CLI/Export/Exporter.cs#L85
'Dispose' of 'writter'. (https://rules.sonarsource.com/csharp/RSPEC-2930)
env-specific (windows-latest, 9.0.x): CLI/Export/Exporter.cs#L151
'Dispose' of 'writter'. (https://rules.sonarsource.com/csharp/RSPEC-2930)
env-specific (windows-latest, 9.0.x): 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)
env-specific (windows-latest, 9.0.x): 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.
env-specific (windows-latest, 9.0.x): CLI.Tests/TmpMspc.cs#L156
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
env-specific (windows-latest, 9.0.x): CLI.Tests/TmpMspc.cs#L181
The variable 'output' is declared but never used
env-specific (windows-latest, 9.0.x): CLI.Tests/CLIOptions.cs#L67
Possible mistaken empty statement