Skip to content

Commit

Permalink
Breaking change suppressions
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Nov 11, 2024
1 parent 960313c commit 77eadb0
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?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>CP0002</DiagnosticId>
<Target>M:Lombiq.Hosting.Tenants.IdleTenantManagement.Tests.UI.Extensions.IdleTenantManagementExtensions.AssertAppLogsWithIdleCheckAsync(Lombiq.Tests.UI.Services.IWebApplicationInstance)</Target>
<Left>lib/net8.0/Lombiq.Hosting.Tenants.IdleTenantManagement.Tests.UI.dll</Left>
<Right>lib/net8.0/Lombiq.Hosting.Tenants.IdleTenantManagement.Tests.UI.dll</Right>
<IsBaselineSuppression>true</IsBaselineSuppression>
</Suppression>
<Suppression>
<DiagnosticId>CP0002</DiagnosticId>
<Target>M:Lombiq.Hosting.Tenants.IdleTenantManagement.Tests.UI.Extensions.IdleTenantManagementExtensions.SetMaxIdleMinutesAndLoggingForUITest(Lombiq.Tests.UI.Services.OrchardCoreUITestExecutorConfiguration)</Target>
<Left>lib/net8.0/Lombiq.Hosting.Tenants.IdleTenantManagement.Tests.UI.dll</Left>
<Right>lib/net8.0/Lombiq.Hosting.Tenants.IdleTenantManagement.Tests.UI.dll</Right>
<IsBaselineSuppression>true</IsBaselineSuppression>
</Suppression>
</Suppressions>

0 comments on commit 77eadb0

Please sign in to comment.