Kentico tag manager #2
Annotations
10 warnings
Build and Test:
src/Kentico.Xperience.TagManager/CustomTypes/Classes/TagManager/ChannelCodeSnippet/ChannelCodeSnippetInfo.generated.cs#L29
#warning: '"You will need to configure the type info."'
|
Build and Test:
src/Kentico.Xperience.TagManager/Admin/UIPages/CodeSnippetModelCreate.cs#L90
Change return type to 'void'; not a single caller uses the returned value. (https://rules.sonarsource.com/csharp/RSPEC-3241)
|
Build and Test:
src/Kentico.Xperience.TagManager/Controllers/GTMController.cs#L9
Rename class 'GTMController' to match pascal case naming rules, consider using 'GtmController'. (https://rules.sonarsource.com/csharp/RSPEC-101)
|
Build and Test:
tests/Kentico.Xperience.TagManager.Tests/UnitTest1.cs#L6
Add a nested comment explaining why this method is empty, throw a 'NotSupportedException' or complete the implementation. (https://rules.sonarsource.com/csharp/RSPEC-1186)
|
Build and Test:
examples/DancingGoat/Models/Reusable/Cafe/CafeViewModel.cs#L8
XML comment has badly formed XML -- 'A string literal was expected, but no opening quotation mark was found.'
|
Build and Test:
examples/DancingGoat/Models/WebPage/ArticlesSection/ArticlesSectionViewModel.cs#L8
XML comment has badly formed XML -- 'A string literal was expected, but no opening quotation mark was found.'
|
Build and Test:
examples/DancingGoat/Controllers/DancingGoatPrivacyController.cs#L127
'ConsentInfoExtensions.GetConsentText(ConsentInfo, string)' is obsolete: 'Use Task-based method override instead.'
|
Build and Test:
examples/DancingGoat/Models/ContentRepositoryBase.cs#L30
XML comment has a param tag for 'pageRetriever', but there is no parameter by that name
|
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/DataProtectionSamples/PersonalDataCollectors/SampleContactDataCollectorCore.cs#L420
All 'WriteConsents' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|