Merge pull request #968 from DFE-Digital/tests/247109/fix-dpv-bugs #3860
Annotations
10 warnings
Build web app
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
Build web app:
src/Dfe.PlanTech.Domain/Content/Interfaces/IRichTextContent.cs#L40
Reduce the number of generic parameters in the 'IRichTextContent' interface to no more than the 2 authorized. (https://rules.sonarsource.com/csharp/RSPEC-2436)
|
Build web app:
src/Dfe.PlanTech.Domain/Questionnaire/Interfaces/IRecommendationSection.cs#L7
Reduce the number of generic parameters in the 'IRecommendationSection' interface to no more than the 2 authorized. (https://rules.sonarsource.com/csharp/RSPEC-2436)
|
Build web app:
src/Dfe.PlanTech.Domain/Questionnaire/Interfaces/ISubTopicRecommendation.cs#L7
Reduce the number of generic parameters in the 'ISubTopicRecommendation' interface to no more than the 2 authorized. (https://rules.sonarsource.com/csharp/RSPEC-2436)
|
Build web app:
src/Dfe.PlanTech.Domain/Content/Models/Options/TextRendererOptions.cs#L22
Use PascalCase for named placeholders. (https://rules.sonarsource.com/csharp/RSPEC-6678)
|
Build web app:
src/Dfe.PlanTech.Application/Persistence/Interfaces/IContentRepository.cs#L37
All 'GetEntities' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|
Build web app:
src/Dfe.PlanTech.Application/Content/Queries/GetPageQuery.cs#L56
Use PascalCase for named placeholders. (https://rules.sonarsource.com/csharp/RSPEC-6678)
|
Build web app:
src/Dfe.PlanTech.Application/Content/Queries/GetPageQuery.cs#L74
Use PascalCase for named placeholders. (https://rules.sonarsource.com/csharp/RSPEC-6678)
|
Build web app:
src/Dfe.PlanTech.Application/Content/Queries/GetContentSupportPageQuery.cs#L28
Use PascalCase for named placeholders. (https://rules.sonarsource.com/csharp/RSPEC-6678)
|
Build web app:
src/Dfe.PlanTech.Application/Submissions/Queries/GetSubmissionStatusesQuery.cs#L60
Extract this nested ternary operation into an independent statement. (https://rules.sonarsource.com/csharp/RSPEC-3358)
|
Loading