# Conflicts: # build/azure-pipelines.yml # src/Umbraco.Web.BackOffice/Controllers/ContentController.cs # src/Umbraco.Web.UI.Client/package-lock.json # src/Umbraco.Web.UI.Client/package.json # tests/Umbraco.Tests.AcceptanceTest/package-lock.json
32 lines
1.7 KiB
XML
32 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- https://learn.microsoft.com/en-us/dotnet/fundamentals/package-validation/diagnostic-ids -->
|
|
<Suppressions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
<Suppression>
|
|
<DiagnosticId>CP0001</DiagnosticId>
|
|
<Target>T:Umbraco.Cms.Tests.Integration.Umbraco.Infrastructure.Services.ContentServiceTests</Target>
|
|
<Left>lib/net6.0/Umbraco.Tests.Integration.dll</Left>
|
|
<Right>lib/net6.0/Umbraco.Tests.Integration.dll</Right>
|
|
<IsBaselineSuppression>true</IsBaselineSuppression>
|
|
</Suppression>
|
|
<Suppression>
|
|
<DiagnosticId>CP0001</DiagnosticId>
|
|
<Target>T:Umbraco.Cms.Tests.Integration.Umbraco.Infrastructure.Services.ContentServiceTests</Target>
|
|
<Left>lib/net7.0/Umbraco.Tests.Integration.dll</Left>
|
|
<Right>lib/net7.0/Umbraco.Tests.Integration.dll</Right>
|
|
<IsBaselineSuppression>true</IsBaselineSuppression>
|
|
</Suppression>
|
|
<Suppression>
|
|
<DiagnosticId>CP0002</DiagnosticId>
|
|
<Target>M:Umbraco.Cms.Tests.Integration.Umbraco.Infrastructure.Persistence.Repositories.MediaRepositoryTest.QueryMedia_ContentTypeAliasFilter</Target>
|
|
<Left>lib/net6.0/Umbraco.Tests.Integration.dll</Left>
|
|
<Right>lib/net6.0/Umbraco.Tests.Integration.dll</Right>
|
|
<IsBaselineSuppression>true</IsBaselineSuppression>
|
|
</Suppression>
|
|
<Suppression>
|
|
<DiagnosticId>CP0002</DiagnosticId>
|
|
<Target>M:Umbraco.Cms.Tests.Integration.Umbraco.Infrastructure.Persistence.Repositories.MediaRepositoryTest.QueryMedia_ContentTypeAliasFilter</Target>
|
|
<Left>lib/net7.0/Umbraco.Tests.Integration.dll</Left>
|
|
<Right>lib/net7.0/Umbraco.Tests.Integration.dll</Right>
|
|
<IsBaselineSuppression>true</IsBaselineSuppression>
|
|
</Suppression>
|
|
</Suppressions> |