Skip to content

Commit

Permalink
Allowing breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Dec 22, 2024
1 parent f690981 commit 87f3641
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CompatibilitySuppressions.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- https://learn.microsoft.com/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:Xunit.Abstractions.TestOutputHelperExtensions.WriteLineTimestamped(Xunit.Abstractions.ITestOutputHelper,System.String,System.Object[])</Target>
<Left>lib/net8.0/Lombiq.Tests.dll</Left>
<Right>lib/net8.0/Lombiq.Tests.dll</Right>
<IsBaselineSuppression>true</IsBaselineSuppression>
</Suppression>
<Suppression>
<DiagnosticId>CP0002</DiagnosticId>
<Target>M:Xunit.Abstractions.TestOutputHelperExtensions.WriteLineTimestampedAndDebug(Xunit.Abstractions.ITestOutputHelper,System.String,System.Object[])</Target>
<Left>lib/net8.0/Lombiq.Tests.dll</Left>
<Right>lib/net8.0/Lombiq.Tests.dll</Right>
<IsBaselineSuppression>true</IsBaselineSuppression>
</Suppression>
<Suppression>
<DiagnosticId>CP0002</DiagnosticId>
<Target>M:Xunit.Abstractions.TestOutputHelperExtensions.WriteOutputTimestampedAndDebug(Xunit.Abstractions.ITestOutputHelper,System.String,System.String)</Target>
<Left>lib/net8.0/Lombiq.Tests.dll</Left>
<Right>lib/net8.0/Lombiq.Tests.dll</Right>
<IsBaselineSuppression>true</IsBaselineSuppression>
</Suppression>
</Suppressions>

0 comments on commit 87f3641

Please sign in to comment.