Skip to content

Bump MSTest.TestAdapter (#40) #63

Bump MSTest.TestAdapter (#40)

Bump MSTest.TestAdapter (#40) #63

Triggered via push February 22, 2024 13:09
Status Cancelled
Total duration 4m 15s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
buildAndTest
Canceling since a higher priority waiting request for 'Build-refs/heads/main' exists
buildAndTest
The operation was canceled.
buildAndTest: src/WebExtensions.Net.Generator/Repositories/TypeRepository.cs#L22
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
buildAndTest: src/WebExtensions.Net.Generator/FilesManager.cs#L97
Change this condition so that it does not always evaluate to 'False'. (https://rules.sonarsource.com/csharp/RSPEC-2589)
buildAndTest: src/WebExtensions.Net.Generator/FilesManager.cs#L119
Change this condition so that it does not always evaluate to 'False'. (https://rules.sonarsource.com/csharp/RSPEC-2589)
buildAndTest: src/WebExtensions.Net.Generator/EntitiesRegistration/AnonymousTypeRegistrar.cs#L29
Use a StringBuilder instead. (https://rules.sonarsource.com/csharp/RSPEC-1643)
buildAndTest: src/WebExtensions.Net.Generator/EntitiesRegistration/AnonymousTypeRegistrar.cs#L54
"Find" method should be used instead of the "FirstOrDefault" extension method. (https://rules.sonarsource.com/csharp/RSPEC-6602)
buildAndTest: src/WebExtensions.Net.Generator/EntitiesRegistration/AnonymousTypeProcessor.cs#L272
Refactor this method to reduce its Cognitive Complexity from 24 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
buildAndTest: src/WebExtensions.Net.Generator/ClrTypeTranslators/EnumPropertyDefinitionTranslator.cs#L24
Remove this array creation and simply pass the elements. (https://rules.sonarsource.com/csharp/RSPEC-3878)
buildAndTest: src/WebExtensions.Net.Generator/CodeGeneration/CodeConverters/ApiPropertyCodeConverter.cs#L15
Refactor this method to reduce its Cognitive Complexity from 21 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
buildAndTest: src/WebExtensions.Net/Generated/DeclarativeNetRequest/Condition.cs#L77
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
buildAndTest: src/WebExtensions.Net/Generated/IWebExtensionsApi.cs#L54
Do not forget to remove this deprecated code someday. (https://rules.sonarsource.com/csharp/RSPEC-1133)