Skip to content

Commit

Permalink
Temporarily adding package validation suppression file
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed May 15, 2024
1 parent 003d6f5 commit 803e87f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Lombiq.Tests.UI/CompatibilitySuppressions.xml
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>CP0001</DiagnosticId>
<Target>T:Lombiq.Tests.UI.Extensions.BasicOrchardFeaturesTestingUITestContextExtensions</Target>
<Left>lib/net8.0/Lombiq.Tests.UI.dll</Left>
<Right>lib/net8.0/Lombiq.Tests.UI.dll</Right>
<IsBaselineSuppression>true</IsBaselineSuppression>
</Suppression>
<Suppression>
<DiagnosticId>CP0002</DiagnosticId>
<Target>M:Lombiq.Tests.UI.Services.AtataFactory.StartAtataScopeAsync(Xunit.Abstractions.ITestOutputHelper,System.Uri,Lombiq.Tests.UI.Services.OrchardCoreUITestExecutorConfiguration)</Target>
<Left>lib/net8.0/Lombiq.Tests.UI.dll</Left>
<Right>lib/net8.0/Lombiq.Tests.UI.dll</Right>
<IsBaselineSuppression>true</IsBaselineSuppression>
</Suppression>
</Suppressions>

0 comments on commit 803e87f

Please sign in to comment.