Upgrade to .NET 9 #610
Annotations
10 warnings
Code-Quality:
BenchmarkMockNet/Rocks/Mocks.cs#L4
'RockCreateAttribute<IThing>' is obsolete: 'This attribute will be removed in 9.0.0. Please use RockAttribute instead.'
|
Code-Quality:
BenchmarkMockNet/All.cs#L33
'RockCreateAttribute<>' is obsolete: 'This attribute will be removed in 9.0.0. Please use RockAttribute instead.'
|
Code-Quality:
BenchmarkMockNet/MockingBenchmark.cs#L8
Convert this 'abstract' class to an interface. (https://rules.sonarsource.com/csharp/RSPEC-1694)
|
Code-Quality:
BenchmarkMockNet/MockingBenchmark.cs#L21
Convert this 'abstract' class to an interface. (https://rules.sonarsource.com/csharp/RSPEC-1694)
|
Code-Quality:
BenchmarkMockNet/Program.cs#L11
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
|
Code-Quality:
BenchmarkMockNet/Report.cs#L59
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
|
Code-Quality:
BenchmarkMockNet/Report.cs#L43
Indexing at 0 should be used instead of the "Enumerable" extension method "First" (https://rules.sonarsource.com/csharp/RSPEC-6608)
|
Code-Quality:
BenchmarkMockNet/Report.cs#L47
Indexing at Count-1 should be used instead of the "Enumerable" extension method "Last" (https://rules.sonarsource.com/csharp/RSPEC-6608)
|
Code-Quality:
BenchmarkMockNet/Rocks/Mocks.cs#L4
'RockCreateAttribute<IThing>' is obsolete: 'This attribute will be removed in 9.0.0. Please use RockAttribute instead.'
|
Code-Quality:
BenchmarkMockNet/All.cs#L33
'RockCreateAttribute<>' is obsolete: 'This attribute will be removed in 9.0.0. Please use RockAttribute instead.'
|