From 87f364163e83c1f3eabee1bc76ac7ff647e6c5e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Sun, 22 Dec 2024 02:24:33 +0100 Subject: [PATCH] Allowing breaking changes --- CompatibilitySuppressions.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 CompatibilitySuppressions.xml diff --git a/CompatibilitySuppressions.xml b/CompatibilitySuppressions.xml new file mode 100644 index 0000000..ffcc0bf --- /dev/null +++ b/CompatibilitySuppressions.xml @@ -0,0 +1,25 @@ + + + + + CP0002 + M:Xunit.Abstractions.TestOutputHelperExtensions.WriteLineTimestamped(Xunit.Abstractions.ITestOutputHelper,System.String,System.Object[]) + lib/net8.0/Lombiq.Tests.dll + lib/net8.0/Lombiq.Tests.dll + true + + + CP0002 + M:Xunit.Abstractions.TestOutputHelperExtensions.WriteLineTimestampedAndDebug(Xunit.Abstractions.ITestOutputHelper,System.String,System.Object[]) + lib/net8.0/Lombiq.Tests.dll + lib/net8.0/Lombiq.Tests.dll + true + + + CP0002 + M:Xunit.Abstractions.TestOutputHelperExtensions.WriteOutputTimestampedAndDebug(Xunit.Abstractions.ITestOutputHelper,System.String,System.String) + lib/net8.0/Lombiq.Tests.dll + lib/net8.0/Lombiq.Tests.dll + true + + \ No newline at end of file