This repository was archived by the owner on Dec 19, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +1
-8
lines changed
Microsoft.AspNetCore.Hosting
Microsoft.AspNetCore.TestHost
Microsoft.AspNetCore.Hosting.Tests
Microsoft.AspNetCore.TestHost.Tests Expand file tree Collapse file tree 6 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 12
12
using Microsoft . AspNetCore . Hosting . Server ;
13
13
using Microsoft . AspNetCore . Hosting . Startup ;
14
14
using Microsoft . AspNetCore . Http ;
15
- using Microsoft . AspNetCore . Http . Internal ;
16
15
using Microsoft . Extensions . Configuration ;
17
16
using Microsoft . Extensions . DependencyInjection ;
18
17
using Microsoft . Extensions . Logging ;
Original file line number Diff line number Diff line change 4
4
using System . IO ;
5
5
using Microsoft . AspNetCore . Http ;
6
6
using Microsoft . AspNetCore . Http . Features ;
7
- using Microsoft . AspNetCore . Http . Internal ;
8
7
9
8
namespace Microsoft . AspNetCore . TestHost
10
9
{
Original file line number Diff line number Diff line change 6
6
using System . Threading . Tasks ;
7
7
using Microsoft . AspNetCore . Http ;
8
8
using Microsoft . AspNetCore . Http . Features ;
9
- using Microsoft . AspNetCore . Http . Internal ;
10
9
11
10
namespace Microsoft . AspNetCore . TestHost
12
11
{
Original file line number Diff line number Diff line change 10
10
using Microsoft . AspNetCore . Hosting . Server ;
11
11
using Microsoft . AspNetCore . Http ;
12
12
using Microsoft . AspNetCore . Http . Features ;
13
- using Microsoft . AspNetCore . Http . Internal ;
14
13
using Microsoft . Extensions . Configuration ;
15
14
using Microsoft . Extensions . DependencyInjection ;
16
15
using Microsoft . Extensions . Logging ;
Original file line number Diff line number Diff line change 5
5
using System . IO ;
6
6
using System . Linq ;
7
7
using System . Net . Http ;
8
- using System . Text ;
9
8
using System . Threading ;
10
9
using System . Threading . Tasks ;
11
10
using Microsoft . AspNetCore . Builder ;
12
11
using Microsoft . AspNetCore . Hosting ;
13
12
using Microsoft . AspNetCore . Hosting . Internal ;
14
13
using Microsoft . AspNetCore . Hosting . Server ;
15
14
using Microsoft . AspNetCore . Http ;
16
- using Microsoft . AspNetCore . Http . Internal ;
17
15
using Microsoft . AspNetCore . Http . Features ;
18
16
using Microsoft . AspNetCore . Testing . xunit ;
19
17
using Microsoft . Extensions . DependencyInjection ;
Original file line number Diff line number Diff line change 11
11
using Microsoft . AspNetCore . Hosting ;
12
12
using Microsoft . AspNetCore . Http ;
13
13
using Microsoft . AspNetCore . Http . Features ;
14
- using Microsoft . AspNetCore . Http . Internal ;
15
14
using Microsoft . AspNetCore . Testing . xunit ;
16
15
using Microsoft . Extensions . DependencyInjection ;
17
- using Microsoft . Extensions . Logging ;
18
16
using Microsoft . Extensions . DiagnosticAdapter ;
17
+ using Microsoft . Extensions . Logging ;
19
18
using Xunit ;
20
19
21
20
namespace Microsoft . AspNetCore . TestHost
You can’t perform that action at this time.
0 commit comments