From 897ad74f8daf80cb6534580178cea3c62aa99947 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 22:17:55 +0000 Subject: [PATCH 1/2] Bump the nuget-dependencies group with 4 updates Bumps demaconsulting.fileassert from 0.4.0 to 0.5.1 Bumps demaconsulting.reviewmark from 1.2.0 to 1.3.1 Bumps Microsoft.NET.Test.Sdk from 18.6.0 to 18.7.0 Bumps Polyfill from 10.10.0 to 10.11.1 --- updated-dependencies: - dependency-name: demaconsulting.fileassert dependency-version: 0.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-dependencies - dependency-name: demaconsulting.reviewmark dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-dependencies - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-dependencies - dependency-name: Polyfill dependency-version: 10.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-dependencies ... Signed-off-by: dependabot[bot] --- .config/dotnet-tools.json | 4 ++-- .../DemaConsulting.TemplateDotNetLibrary.csproj | 2 +- .../DemaConsulting.TemplateDotNetLibrary.Tests.csproj | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 53a729d..337f9ec 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -51,13 +51,13 @@ ] }, "demaconsulting.reviewmark": { - "version": "1.2.0", + "version": "1.3.1", "commands": [ "reviewmark" ] }, "demaconsulting.fileassert": { - "version": "0.4.0", + "version": "0.5.1", "commands": [ "fileassert" ] diff --git a/src/DemaConsulting.TemplateDotNetLibrary/DemaConsulting.TemplateDotNetLibrary.csproj b/src/DemaConsulting.TemplateDotNetLibrary/DemaConsulting.TemplateDotNetLibrary.csproj index 2258eee..1bcf106 100644 --- a/src/DemaConsulting.TemplateDotNetLibrary/DemaConsulting.TemplateDotNetLibrary.csproj +++ b/src/DemaConsulting.TemplateDotNetLibrary/DemaConsulting.TemplateDotNetLibrary.csproj @@ -49,7 +49,7 @@ - + diff --git a/test/DemaConsulting.TemplateDotNetLibrary.Tests/DemaConsulting.TemplateDotNetLibrary.Tests.csproj b/test/DemaConsulting.TemplateDotNetLibrary.Tests/DemaConsulting.TemplateDotNetLibrary.Tests.csproj index 602fe7f..c8627e7 100644 --- a/test/DemaConsulting.TemplateDotNetLibrary.Tests/DemaConsulting.TemplateDotNetLibrary.Tests.csproj +++ b/test/DemaConsulting.TemplateDotNetLibrary.Tests/DemaConsulting.TemplateDotNetLibrary.Tests.csproj @@ -36,7 +36,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + From 76042e46f52660c0cd2651d61c5784ebaed2b07e Mon Sep 17 00:00:00 2001 From: Malcolm Nixon Date: Mon, 29 Jun 2026 20:25:12 -0400 Subject: [PATCH 2/2] Update FileAssert self-validation test names Update Template-OTS-FileAssert requirement tests to match the new self-validation test names in FileAssert, selecting only the tests relevant to proving document validation against acceptance criteria. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- docs/reqstream/ots/fileassert.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/reqstream/ots/fileassert.yaml b/docs/reqstream/ots/fileassert.yaml index 5596256..130f6a7 100644 --- a/docs/reqstream/ots/fileassert.yaml +++ b/docs/reqstream/ots/fileassert.yaml @@ -19,5 +19,7 @@ sections: tags: [ots] tests: - FileAssert_Results - - FileAssert_Exists - - FileAssert_Contains + - FileAssert_File + - FileAssert_Text + - FileAssert_Html + - FileAssert_Pdf