Skip to content

Commit

Permalink
Suppressing breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Jan 3, 2025
1 parent c3b4c0f commit 41558c0
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions CompatibilitySuppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,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>
<DiagnosticId>CP0001</DiagnosticId>
<Target>T:Xunit.Abstractions.TestOutputHelperExtensions</Target>
<Left>lib/net8.0/Lombiq.Tests.dll</Left>
<Right>lib/net8.0/Lombiq.Tests.dll</Right>
<IsBaselineSuppression>true</IsBaselineSuppression>
Expand Down

0 comments on commit 41558c0

Please sign in to comment.