Bump cross-spawn from 7.0.3 to 7.0.6 in /website #259
Annotations
2 errors and 10 warnings
|
Build
The operation was canceled.
|
Build:
Core/Functions/FalseDiscoveryRate.cs#L11
Add a 'protected' constructor or the 'static' keyword to the class declaration.
|
Build:
Core/IntervalTree/NodeData.cs#L6
When implementing IComparable<T>, you should also override Equals, <, >, <=, >=, ==, !=.
|
Build:
Core/Functions/ConsensusPeaks.cs#L64
Remove this unused 'fdr' local variable.
|
Build:
CLI/Export/Exporter.cs#L85
'Dispose' of 'writter'.
|
Build:
CLI/Export/Exporter.cs#L151
'Dispose' of 'writter'.
|
Build:
Core.Tests/Basic/TPeak.cs#L178
Change one instance of 'x' to a different value; comparing 'x' to itself always returns true.
|
Build:
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:
CLI.Tests/TmpMspc.cs#L156
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
CLI.Tests/TmpMspc.cs#L181
The variable 'output' is declared but never used
|
Build:
CLI.Tests/CLIOptions.cs#L67
Possible mistaken empty statement
|
Loading