aspnetcore/test/Microsoft.AspNet.Hosting.Tests
damianedwards 7441855c34 Don't use a GUID for request ID because it's slow:
- FastHttpRequestIdentifierFeature uses an incrementing long with an int seed
- Everything is lazy so no computer incurred if ID is not asked for
- Optimized routine to stringify the ID
- #306
2015-10-04 22:43:03 -07:00
..
Fakes
Internal Don't use a GUID for request ID because it's slow: 2015-10-04 22:43:03 -07:00
testroot
HostingEngineTests.cs Don't use a GUID for request ID because it's slow: 2015-10-04 22:43:03 -07:00
HostingUtilitiesTests.cs
HttpContextFactoryFacts.cs
Microsoft.AspNet.Hosting.Tests.xproj
StartupManagerTests.cs
WebHostBuilderTests.cs
project.json