diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 685f26f..784d5f9 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -44,14 +44,14 @@ "rollForward": false }, "demaconsulting.reviewmark": { - "version": "1.2.0", + "version": "1.3.1", "commands": [ "reviewmark" ], "rollForward": false }, "demaconsulting.fileassert": { - "version": "0.4.0", + "version": "0.5.1", "commands": [ "fileassert" ], diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a89b246..63e335e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -326,7 +326,8 @@ jobs: strategy: matrix: - os: [windows-latest, ubuntu-latest, macos-latest] + # macOS 26 is not currently supported by GHDL + os: [windows-latest, ubuntu-latest] dotnet-version: ['8.x', '9.x', '10.x'] steps: diff --git a/docs/reqstream/ots/fileassert.yaml b/docs/reqstream/ots/fileassert.yaml index 28ec231..2567b2c 100644 --- a/docs/reqstream/ots/fileassert.yaml +++ b/docs/reqstream/ots/fileassert.yaml @@ -23,7 +23,7 @@ sections: are run, catching missing outputs as a build-breaking condition. tags: [ots] tests: - - FileAssert_Exists + - FileAssert_File - id: VHDLTest-OTS-FileAssert-Contains title: FileAssert shall verify that generated output files contain expected content during CI pipeline execution. @@ -33,7 +33,7 @@ sections: generated documentation are present without requiring exact baseline matching. tags: [ots] tests: - - FileAssert_Contains + - FileAssert_Text - id: VHDLTest-OTS-FileAssert-Validate title: FileAssert shall provide a self-validation mode that exercises its built-in test suite and writes TRX results. @@ -45,5 +45,5 @@ sections: tags: [ots] tests: - FileAssert_Results - - FileAssert_Exists - - FileAssert_Contains + - FileAssert_File + - FileAssert_Text diff --git a/src/DEMAConsulting.VHDLTest/DEMAConsulting.VHDLTest.csproj b/src/DEMAConsulting.VHDLTest/DEMAConsulting.VHDLTest.csproj index e45704d..fc27b1f 100644 --- a/src/DEMAConsulting.VHDLTest/DEMAConsulting.VHDLTest.csproj +++ b/src/DEMAConsulting.VHDLTest/DEMAConsulting.VHDLTest.csproj @@ -49,14 +49,14 @@ - + - + diff --git a/test/DEMAConsulting.VHDLTest.Tests/DEMAConsulting.VHDLTest.Tests.csproj b/test/DEMAConsulting.VHDLTest.Tests/DEMAConsulting.VHDLTest.Tests.csproj index 138efa0..80cc9a4 100644 --- a/test/DEMAConsulting.VHDLTest.Tests/DEMAConsulting.VHDLTest.Tests.csproj +++ b/test/DEMAConsulting.VHDLTest.Tests/DEMAConsulting.VHDLTest.Tests.csproj @@ -30,7 +30,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all