Skip to content

Commit 1ed094b

Browse files
authored
Merge pull request #256 from tathamoddie/nunit-vs-workaround
NUnit VS workaround
2 parents 397f411 + 446f91a commit 1ed094b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

TestHelpers.Tests/TestHelpers.Tests.csproj

Lines changed: 7 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' ">
@@ -29,4 +32,8 @@
2932
<PackageReference Include="nunit" Version="3.6.1" />
3033
</ItemGroup>
3134

35+
<ItemGroup>
36+
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
37+
</ItemGroup>
38+
3239
</Project>

0 commit comments

Comments
 (0)