Skip to content

Commit

Permalink
Enable xUnit.net diagnostic messages
Browse files Browse the repository at this point in the history
  • Loading branch information
0xced committed Apr 27, 2024
1 parent 2fcb918 commit 9f88be0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/Chisel.Tests/Chisel.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.8" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
<Content Include="xunit.runner.json" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>

<ItemGroup>
<Reference Include="NuGet.Frameworks" HintPath="$([MSBuild]::NormalizePath('$(MSBuildExtensionsPath)', 'NuGet.Frameworks.dll'))" />
<Reference Include="NuGet.ProjectModel" HintPath="$([MSBuild]::NormalizePath('$(MSBuildExtensionsPath)', 'NuGet.ProjectModel.dll'))" />
Expand Down
4 changes: 4 additions & 0 deletions tests/Chisel.Tests/xunit.runner.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"$schema": "https://xunit.net/schema/current/xunit.runner.schema.json",
"diagnosticMessages": true
}

0 comments on commit 9f88be0

Please sign in to comment.