Nate McMaster
c10ac85cf2
Add fixes for problems discovered by xunit.analyzers ( #1999 )
...
* Add fixes to tests for problems discovered by xunit.analyzers 0.6.1
* PR feedback. Add comments about why we have a #pragma
2017-08-16 09:37:49 -07:00
David Fowler
5c775073a4
Initial bedrock refactoring ( #1995 )
...
- Added Protocols.Abstractions
- IConnectionHandler.OnConnection takes an IFeatureCollection instead of
IConnectionInfo
- Removed IConnectionContext and IConnectionInformation replaced with
IConnectionTransportFeature
- Updated FrameConnectionContext and FrameContext to have the relevant
state instead of flowing the ConnectionInformation.
- Updated tests
2017-08-16 00:02:48 -07:00
Stephen Halter
02028b65c7
Stop using ConcurrentBag in tests for complex types ( #1990 )
...
dotnet/corefx#23068
2017-08-11 16:30:03 -07:00
Nate McMaster
d3fb5e76f1
Remove dependency on a custom task to detect when compiling on macOS ( #1987 )
...
MSBuild.IsOSPlatform is new to MSBuild 15.3 and can be used to determine when we are building on macOS.
2017-08-09 16:48:02 -07:00
Pavel Krymets
659fa967a1
Consume corefxlab packages and private build of C# compiler ( #1976 )
2017-08-07 13:58:19 -07:00
Cesar Blum Silveira
d68f8165e1
Disable test ConnectionClosedWhenResponseDoesNotSatisfyMinimumDataRate on Linux.
2017-08-04 17:45:07 -07:00
Nate McMaster
6584a8b5fd
Shorten folder names
...
Remove the Microsoft.AspNetCore.Server prefix from csproj and their folders. This is required to help us avoid max path issues on Windows.
2017-07-28 11:11:55 -07:00