Rough first go at test coverage. Might need tidying up.

This commit is contained in:
Philip Wood
2017-05-06 17:53:44 +01:00
parent f0205758ba
commit 0507806aae
5 changed files with 83 additions and 11 deletions

View File

@ -20,6 +20,11 @@
<Authors>Tom Pallister</Authors>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>full</DebugType>
<DebugSymbols>True</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Server.IISIntegration" Version="1.1.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="1.1.1" />