cleaning and linting #956
Annotations
10 errors and 13 warnings
src/benchCurrent/DummyBench.cs#L19
The namespace 'benchCurrent' already contains a definition for 'BackTrackBench'
|
src/benchCurrent/DummyBench.cs#L16
Duplicate 'MemoryDiagnoser' attribute
|
src/benchCurrent/DummyBench.cs#L18
Duplicate 'Config' attribute
|
src/benchCurrent/DummyBench.cs#L36
Type 'BackTrackBench' already defines a member called 'Setup' with the same parameter types
|
src/benchCurrent/DummyBench.cs#L65
Type 'BackTrackBench' already defines a member called 'TestBackTrack' with the same parameter types
|
src/benchCurrent/DummyBench.cs#L25
Type 'BackTrackBench.Config' already defines a member called 'Config' with the same parameter types
|
src/benchCurrent/DummyBench.cs#L19
The namespace 'benchCurrent' already contains a definition for 'BackTrackBench'
|
src/benchCurrent/DummyBench.cs#L16
Duplicate 'MemoryDiagnoser' attribute
|
src/benchCurrent/DummyBench.cs#L18
Duplicate 'Config' attribute
|
src/benchCurrent/DummyBench.cs#L36
Type 'BackTrackBench' already defines a member called 'Setup' with the same parameter types
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/sly/lexer/LexerPosition.cs#L10
'LexerPosition' defines operator == or operator != but does not override Object.Equals(object o)
|
src/sly/lexer/LexerPosition.cs#L10
'LexerPosition' defines operator == or operator != but does not override Object.Equals(object o)
|
src/sly/lexer/LexerPosition.cs#L10
'LexerPosition' defines operator == or operator != but does not override Object.GetHashCode()
|
src/sly/lexer/LexerPosition.cs#L10
'LexerPosition' defines operator == or operator != but does not override Object.GetHashCode()
|
src/sly/lexer/LexerPosition.cs#L10
'LexerPosition' defines operator == or operator != but does not override Object.Equals(object o)
|
src/sly/lexer/LexerPosition.cs#L10
'LexerPosition' defines operator == or operator != but does not override Object.GetHashCode()
|
src/sly/lexer/LexerPosition.cs#L10
'LexerPosition' defines operator == or operator != but does not override Object.Equals(object o)
|
src/sly/lexer/LexerPosition.cs#L10
'LexerPosition' defines operator == or operator != but does not override Object.GetHashCode()
|
src/bench/JsonParserBench.cs#L37
'JobExtensions.With(Job, IToolchain)' is obsolete: 'This method will soon be removed, please start using .WithToolchain instead'
|
src/bench/JsonParserBench.cs#L38
'ManualConfig.Add(params Job[])' is obsolete: 'This method will soon be removed, please start using .AddJob() instead.'
|
|
This job failed
Loading