From 648935994fe3f23809aaf15ec3e2ece6de330837 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sun, 2 Aug 2026 21:34:14 +0000
Subject: [PATCH 1/2] chore(deps): update dependency verify.tunit to 31.28.0
---
Directory.Packages.props | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 73b6a759..d00436a7 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -34,7 +34,7 @@
-
+
From f462e5699a9d5499560b05483f785d95e41fc915 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20St=C3=BChmer?=
Date: Mon, 3 Aug 2026 21:19:27 +0200
Subject: [PATCH 2/2] fix(tests): align DotNet6_0 verify snapshot encoding with
other target frameworks
The TestFailedException raised by the tunit package update surfaced a pre-existing
encoding mismatch: the DotNet6_0 snapshots lacked the UTF-8 BOM and had a trailing
newline, while DotNet8_0/9_0/10_0 snapshots have the BOM and no trailing newline.
---
...dName=PublicApi_without_or_invalid_parameters.verified.txt | 4 ++--
...eters_methodName=PublicApi_without_parameters.verified.txt | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/_snapshots/DotNet6_0/PublicApiAttributeTests.PublicApi_without_or_invalid_parameters_methodName=PublicApi_without_or_invalid_parameters.verified.txt b/tests/_snapshots/DotNet6_0/PublicApiAttributeTests.PublicApi_without_or_invalid_parameters_methodName=PublicApi_without_or_invalid_parameters.verified.txt
index 95b59248..01562758 100644
--- a/tests/_snapshots/DotNet6_0/PublicApiAttributeTests.PublicApi_without_or_invalid_parameters_methodName=PublicApi_without_or_invalid_parameters.verified.txt
+++ b/tests/_snapshots/DotNet6_0/PublicApiAttributeTests.PublicApi_without_or_invalid_parameters_methodName=PublicApi_without_or_invalid_parameters.verified.txt
@@ -1,5 +1,5 @@
-[
+[
{
TestCategory: PublicApi
}
-]
+]
\ No newline at end of file
diff --git a/tests/_snapshots/DotNet6_0/PublicApiAttributeTests.PublicApi_without_or_invalid_parameters_methodName=PublicApi_without_parameters.verified.txt b/tests/_snapshots/DotNet6_0/PublicApiAttributeTests.PublicApi_without_or_invalid_parameters_methodName=PublicApi_without_parameters.verified.txt
index 95b59248..01562758 100644
--- a/tests/_snapshots/DotNet6_0/PublicApiAttributeTests.PublicApi_without_or_invalid_parameters_methodName=PublicApi_without_parameters.verified.txt
+++ b/tests/_snapshots/DotNet6_0/PublicApiAttributeTests.PublicApi_without_or_invalid_parameters_methodName=PublicApi_without_parameters.verified.txt
@@ -1,5 +1,5 @@
-[
+[
{
TestCategory: PublicApi
}
-]
+]
\ No newline at end of file