From e8c7f75422576ecf3953036e90e947b740bd0aaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 14:05:47 +0000 Subject: [PATCH 1/2] Bump the xunit group with 1 update Bumps Verify.XunitV3 from 31.20.0 to 31.24.1 --- updated-dependencies: - dependency-name: Verify.XunitV3 dependency-version: 31.24.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: xunit ... Signed-off-by: dependabot[bot] --- Tests/Approval.Tests/Approval.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Approval.Tests/Approval.Tests.csproj b/Tests/Approval.Tests/Approval.Tests.csproj index 47a7a71..920b88c 100644 --- a/Tests/Approval.Tests/Approval.Tests.csproj +++ b/Tests/Approval.Tests/Approval.Tests.csproj @@ -15,7 +15,7 @@ - + From e2026ab573780396271e76ee5cd1646aae228cdc Mon Sep 17 00:00:00 2001 From: Jonas Nyrup Date: Sun, 19 Jul 2026 15:35:01 +0200 Subject: [PATCH 2/2] Adhere to Verify conventions https://github.com/verifytests/verify#text-file-settings --- .editorconfig | 10 ++++++++++ .gitattributes | 3 +++ 2 files changed, 13 insertions(+) diff --git a/.editorconfig b/.editorconfig index 4918247..ad2fa2a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -392,3 +392,13 @@ dotnet_diagnostic.MA0047.severity = none # Use an overload of 'GetHashCode' that has a StringComparison parameter dotnet_diagnostic.MA0074.severity = none + +# Verify settings +[*.{received,verified}.txt] +charset = utf-8-bom +end_of_line = lf +indent_size = unset +indent_style = unset +insert_final_newline = false +tab_width = unset +trim_trailing_whitespace = false diff --git a/.gitattributes b/.gitattributes index 7c59b39..a0f2e69 100644 --- a/.gitattributes +++ b/.gitattributes @@ -63,3 +63,6 @@ #*.PDF diff=astextplain #*.rtf diff=astextplain #*.RTF diff=astextplain + +# Verify settings +*.verified.txt text eol=lf working-tree-encoding=UTF-8