* Make data type CRUD operations async using Attempt pattern * Refactor data type container management to its own service + add unit tests for it * Add compatability suppression for new interface methods and unit test changes
17 lines
980 B
XML
17 lines
980 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Suppressions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
<Suppression>
|
|
<DiagnosticId>CP0002</DiagnosticId>
|
|
<Target>M:Umbraco.Cms.Tests.Integration.Umbraco.Infrastructure.Services.DataTypeServiceTests.DataTypeService_Can_Persist_New_DataTypeDefinition</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.Services.LocalizationServiceTests.Can_Create_DictionaryItem_At_Root_With_Identity</Target>
|
|
<Left>lib/net7.0/Umbraco.Tests.Integration.dll</Left>
|
|
<Right>lib/net7.0/Umbraco.Tests.Integration.dll</Right>
|
|
<IsBaselineSuppression>true</IsBaselineSuppression>
|
|
</Suppression>
|
|
</Suppressions> |