mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 19:50:49 +08:00 
			
		
		
		
	Rough first go at test coverage. Might need tidying up.
This commit is contained in:
		@@ -14,6 +14,11 @@
 | 
			
		||||
    <GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
 | 
			
		||||
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
 | 
			
		||||
    <DebugType>full</DebugType>
 | 
			
		||||
    <DebugSymbols>True</DebugSymbols>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <ProjectReference Include="..\..\src\Ocelot\Ocelot.csproj" />
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
@@ -24,7 +29,7 @@
 | 
			
		||||
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0-preview-20170106-08" />
 | 
			
		||||
    <PackageReference Include="xunit.runner.visualstudio" Version="2.2.0-beta5-build1225" />
 | 
			
		||||
    <PackageReference Include="xunit.runner.visualstudio" Version="2.3.0-beta1-build1309" />
 | 
			
		||||
    <PackageReference Include="Microsoft.AspNetCore.Authentication.OAuth" Version="1.1.1" />
 | 
			
		||||
    <PackageReference Include="Microsoft.AspNetCore.Cryptography.KeyDerivation" Version="1.1.1" />
 | 
			
		||||
    <PackageReference Include="Microsoft.AspNetCore.Http" Version="1.1.1" />
 | 
			
		||||
@@ -43,7 +48,7 @@
 | 
			
		||||
    <PackageReference Include="Moq" Version="4.6.38-alpha" />
 | 
			
		||||
    <PackageReference Include="Shouldly" Version="2.8.2" />
 | 
			
		||||
    <PackageReference Include="TestStack.BDDfy" Version="4.3.2" />
 | 
			
		||||
    <PackageReference Include="xunit" Version="2.2.0-beta5-build3474" />
 | 
			
		||||
    <PackageReference Include="xunit" Version="2.3.0-beta1-build3642" />
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
 | 
			
		||||
</Project>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user