Skip to content

update scripts, setting auto hotfix from pipeline #55

update scripts, setting auto hotfix from pipeline

update scripts, setting auto hotfix from pipeline #55

Triggered via push November 6, 2024 12:02
Status Failure
Total duration 2m 23s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Test E2E
Process completed with exit code 1.
Test E2E: examples/DancingGoat/DataProtectionSamples/PersonalDataCollectors/SampleContactDataCollectorCore.cs#L121
Private classes which are not derived in the current assembly should be marked as 'sealed'. (https://rules.sonarsource.com/csharp/RSPEC-3260)
Test E2E: examples/DancingGoat/DataProtectionSamples/PersonalDataCollectors/SampleContactDataCollectorCore.cs#L420
All 'WriteConsents' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
Test E2E: examples/DancingGoat/Components/Widgets/CTAButton/CTAButtonWidgetProperties.cs#L11
Rename class 'CTAButtonWidgetProperties' to match pascal case naming rules, consider using 'CtaButtonWidgetProperties'. (https://rules.sonarsource.com/csharp/RSPEC-101)
Test E2E: examples/DancingGoat/Components/Widgets/CTAButton/CTAButtonWidgetViewModel.cs#L6
Rename class 'CTAButtonWidgetViewModel' to match pascal case naming rules, consider using 'CtaButtonWidgetViewModel'. (https://rules.sonarsource.com/csharp/RSPEC-101)
Test E2E: examples/DancingGoat/Resources/SharedResources.cs#L3
Remove this empty class, write its code or make it an "interface". (https://rules.sonarsource.com/csharp/RSPEC-2094)
Test E2E: examples/DancingGoat/DataProtectionSamples/PersonalDataCollectors/Writers/HumanReadablePersonalDataWriter.cs#L179
Add a nested comment explaining why this method is empty, throw a 'NotSupportedException' or complete the implementation. (https://rules.sonarsource.com/csharp/RSPEC-1186)
Test E2E: examples/DancingGoat/DataProtectionSamples/PersonalDataCollectors/SampleContactDataCollectorCore.cs#L536
Indexing at 0 should be used instead of the "Enumerable" extension method "First" (https://rules.sonarsource.com/csharp/RSPEC-6608)
Test E2E: examples/DancingGoat/Models/ContentRepositoryBase.cs#L34
Change the visibility of this constructor to 'protected'. (https://rules.sonarsource.com/csharp/RSPEC-3442)
Test E2E: examples/DancingGoat/Models/ContentRepositoryBase.cs#L151
Extract the assignment of 'cacheSettings.Cached' from this expression. (https://rules.sonarsource.com/csharp/RSPEC-1121)
Test E2E: examples/DancingGoat/Helpers/TagHelpers/LanguageLinkTagHelper.cs#L85
Loop should be simplified by calling Select(queryParam => queryParam.Key)) (https://rules.sonarsource.com/csharp/RSPEC-3267)