Skip to content

Feature/tag filtering #13

Feature/tag filtering

Feature/tag filtering #13

Triggered via pull request August 19, 2024 12:54
Status Failure
Total duration 57s
Artifacts

code-pr-check.yml

on: pull_request
Build and run unit tests
39s
Build and run unit tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
Build and run unit tests: tests/Dfe.ContentSupport.Web.Tests/Services/ModelMapperTests.cs#L25
'ContentSupportPage' does not contain a definition for 'Sys'
Build and run unit tests: tests/Dfe.ContentSupport.Web.Tests/Services/ModelMapperTests.cs#L29
'ContentSupportPage' does not contain a definition for 'Sys'
Build and run unit tests: tests/Dfe.ContentSupport.Web.Tests/Services/ModelMapperTests.cs#L33
'ContentSupportPage' does not contain a definition for 'Sys'
Build and run unit tests: tests/Dfe.ContentSupport.Web.Tests/Services/ModelMapperTests.cs#L135
'Target' does not contain a definition for 'Sys'
Build and run unit tests: tests/Dfe.ContentSupport.Web.Tests/Services/ContentServiceTests.cs#L22
'ContentSupportPage' does not contain a definition for 'Sys'
Build and run unit tests: tests/Dfe.ContentSupport.Web.Tests/Services/ContentServiceTests.cs#L23
'ContentSupportPage' does not contain a definition for 'Sys'
Build and run unit tests: tests/Dfe.ContentSupport.Web.Tests/Services/ContentServiceTests.cs#L24
'ContentSupportPage' does not contain a definition for 'Sys'
Build and run unit tests
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 and run unit tests: src/Dfe.ContentSupport.Web/Models/Heading.cs#L8
'Heading.Title' hides inherited member 'ContentBase.Title'. Use the new keyword if hiding was intended.
Build and run unit tests: src/Dfe.ContentSupport.Web/Models/Heading.cs#L9
'Heading.Subtitle' hides inherited member 'ContentBase.Subtitle'. Use the new keyword if hiding was intended.
Build and run unit tests: src/Dfe.ContentSupport.Web/Models/Mapped/Custom/CustomAccordion.cs#L17
'CustomAccordion.Title' hides inherited member 'CsContentItem.Title'. Use the new keyword if hiding was intended.
Build and run unit tests: src/Dfe.ContentSupport.Web/Models/Mapped/Custom/CustomAttachment.cs#L16
'CustomAttachment.Title' hides inherited member 'CsContentItem.Title'. Use the new keyword if hiding was intended.
Build and run unit tests: src/Dfe.ContentSupport.Web/Models/Mapped/Custom/CustomCard.cs#L18
'CustomCard.Title' hides inherited member 'CsContentItem.Title'. Use the new keyword if hiding was intended.
Build and run unit tests: src/Dfe.ContentSupport.Web/Models/Mapped/Standard/EmbeddedAsset.cs#L17
'EmbeddedAsset.Title' hides inherited member 'CsContentItem.Title'. Use the new keyword if hiding was intended.
Build and run unit tests: src/Dfe.ContentSupport.Web/Models/Target.cs#L9
'Target.Fields' hides inherited member 'Entry<ContentBase>.Fields'. Use the new keyword if hiding was intended.
Build and run unit tests: src/Dfe.ContentSupport.Web/Models/Target.cs#L10
'Target.Title' hides inherited member 'ContentBase.Title'. Use the new keyword if hiding was intended.
Build and run unit tests: tests/Dfe.ContentSupport.Web.Tests/Models/Mapped/Custom/CustomAccordionTests.cs#L49
Cannot convert null literal to non-nullable reference type.