Add code coverage metric

This commit is contained in:
Oleksandr Melnyk
2018-05-14 22:40:47 +03:00
parent 4d44f67192
commit 699d9e333d
4 changed files with 14 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
<PropertyGroup>
<IsPackable>false</IsPackable>
<TargetFramework>netcoreapp2.0</TargetFramework>
<DebugType>full</DebugType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize>

View File

@@ -9,6 +9,7 @@
<Optimize>false</Optimize>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>full</DebugType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Buffers" Version="$(SystemBuffers)" />