Merge pull request #30 from Kentico/feat/Bump_to_v2.0.0 #38
Annotations
10 warnings
Build and Test:
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)
|
Build and Test:
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)
|
Build and Test:
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)
|
Build and Test:
examples/DancingGoat/DataProtectionSamples/PersonalDataCollectors/SampleContactDataCollectorCore.cs#L420
All 'WriteConsents' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|
Build and Test:
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)
|
Build and Test:
examples/DancingGoat/Helpers/TagHelpers/LanguageLinkTagHelper.cs#L85
Loop should be simplified by calling Select(queryParam => queryParam.Key)) (https://rules.sonarsource.com/csharp/RSPEC-3267)
|
Build and Test:
examples/DancingGoat/Helpers/Generators/DataProtection/FormConsentGenerator.cs#L105
'formBuilderConfiguration
|
Build and Test:
examples/DancingGoat/Helpers/Generators/DataProtection/FormConsentGenerator.cs#L105
'formBuilderConfiguration
|
Build and Test:
examples/DancingGoat/Helpers/Generators/DataProtection/FormConsentGenerator.cs#L105
'formBuilderConfiguration
|
Build and Test:
examples/DancingGoat/Helpers/AreaRestrictionHelper.cs#L22
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
|