Skip to content

Commit 1cf16ce

Browse files
committed
Explicitly build full PDB format for unit test project
Workaround for nunit/nunit3-vs-adapter#296, to allow tests to be discovered in VS Test Explorer
1 parent 397f411 commit 1cf16ce

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

TestHelpers.Tests/TestHelpers.Tests.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
<RootNamespace>System.IO.Abstractions.TestingHelpers.Tests</RootNamespace>
1111
<AssemblyOriginatorKeyFile>../StrongName.snk</AssemblyOriginatorKeyFile>
1212
<IsPackable>false</IsPackable>
13+
14+
<!-- Workaround for https://github.com/nunit/nunit3-vs-adapter/issues/296 -->
15+
<DebugType>Full</DebugType>
1316
</PropertyGroup>
1417

1518
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

0 commit comments

Comments
 (0)