From 0ef9993f46bff1ea7a9c4cc7c9fa6f603d065d20 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Mon, 19 Nov 2018 21:12:01 -0800 Subject: [PATCH] Reorganize source code in preparation to move into aspnet/AspNetCore Prior to reorganization, this source code was found in https://github.com/aspnet/http/tree/d142d58eb43626961117136c51993d51dfb7371d --- .appveyor.yml | 17 - .gitattributes | 52 --- .github/ISSUE_TEMPLATE.md | 3 - .gitignore | 32 -- .travis.yml | 27 -- CONTRIBUTING.md | 4 - Directory.Build.props | 20 -- Directory.Build.targets | 7 - HttpAbstractions.sln | 303 ------------------ LICENSE.txt | 14 - NuGet.config | 7 - NuGetPackageVerifier.json | 7 - README.md | 15 - build.cmd | 2 - build.sh | 8 - build/Key.snk | Bin 596 -> 0 bytes build/dependencies.props | 37 --- build/repo.props | 15 - build/sources.props | 17 - korebuild-lock.txt | 2 - korebuild.json | 4 - run.cmd | 2 - run.ps1 | 196 ----------- run.sh | 231 ------------- samples/SampleApp/SampleApp.csproj | 13 - src/Directory.Build.props | 7 - .../src}/AuthenticateResult.cs | 0 .../AuthenticationHttpContextExtensions.cs | 0 .../src}/AuthenticationOptions.cs | 0 .../src}/AuthenticationProperties.cs | 0 .../src}/AuthenticationScheme.cs | 0 .../src}/AuthenticationSchemeBuilder.cs | 0 .../src}/AuthenticationTicket.cs | 0 .../src}/AuthenticationToken.cs | 0 .../src}/IAuthenticationFeature.cs | 0 .../src}/IAuthenticationHandler.cs | 0 .../src}/IAuthenticationHandlerProvider.cs | 0 .../src}/IAuthenticationRequestHandler.cs | 0 .../src}/IAuthenticationSchemeProvider.cs | 0 .../src}/IAuthenticationService.cs | 0 .../src}/IAuthenticationSignInHandler.cs | 0 .../src}/IAuthenticationSignOutHandler.cs | 0 .../src}/IClaimsTransformation.cs | 0 ...NetCore.Authentication.Abstractions.csproj | 9 +- .../src}/TokenExtensions.cs | 0 .../src}/baseline.netcore.json | 0 ...ticationCoreServiceCollectionExtensions.cs | 0 .../src}/AuthenticationFeature.cs | 0 .../src}/AuthenticationHandlerProvider.cs | 0 .../src}/AuthenticationSchemeProvider.cs | 0 .../src}/AuthenticationService.cs | 0 ...soft.AspNetCore.Authentication.Core.csproj | 6 +- .../src}/NoopClaimsTransformation.cs | 0 .../src}/baseline.netcore.json | 0 .../test}/AuthenticationPropertiesTests.cs | 0 .../AuthenticationSchemeProviderTests.cs | 0 .../test}/AuthenticationServiceTests.cs | 0 ...AspNetCore.Authentication.Core.Test.csproj | 12 + .../test}/TokenExtensionTests.cs | 0 .../Headers/src}/BaseHeaderParser.cs | 0 .../Headers/src}/CacheControlHeaderValue.cs | 0 .../src}/ContentDispositionHeaderValue.cs | 0 ...ispositionHeaderValueIdentityExtensions.cs | 0 .../Headers/src}/ContentRangeHeaderValue.cs | 0 .../Headers/src}/CookieHeaderParser.cs | 0 .../Headers/src}/CookieHeaderValue.cs | 0 .../Headers/src}/DateTimeFormatter.cs | 0 .../Headers/src}/EntityTagHeaderValue.cs | 0 .../Headers/src}/GenericHeaderParser.cs | 0 .../Headers/src}/HeaderNames.cs | 0 .../Headers/src}/HeaderQuality.cs | 0 .../Headers/src}/HeaderUtilities.cs | 0 .../Headers/src}/HttpHeaderParser.cs | 0 .../Headers/src}/HttpParseResult.cs | 0 .../Headers/src}/HttpRuleParser.cs | 0 .../Headers/src}/MediaTypeHeaderValue.cs | 0 .../src}/MediaTypeHeaderValueComparer.cs | 0 .../src}/Microsoft.Net.Http.Headers.csproj | 4 +- .../Headers/src}/NameValueHeaderValue.cs | 0 .../Headers/src}/ObjectCollection.cs | 0 .../Headers/src}/Properties/AssemblyInfo.cs | 0 .../Headers/src}/RangeConditionHeaderValue.cs | 0 .../Headers/src}/RangeHeaderValue.cs | 0 .../Headers/src}/RangeItemHeaderValue.cs | 0 .../Headers/src}/SameSiteMode.cs | 0 .../Headers/src}/SetCookieHeaderValue.cs | 0 .../src}/StringWithQualityHeaderValue.cs | 0 .../StringWithQualityHeaderValueComparer.cs | 0 .../Headers/src}/baseline.netcore.json | 0 .../test}/CacheControlHeaderValueTest.cs | 0 .../ContentDispositionHeaderValueTest.cs | 0 .../test}/ContentRangeHeaderValueTest.cs | 0 .../Headers/test}/CookieHeaderValueTest.cs | 0 .../Http/Headers/test}/DateParserTest.cs | 0 .../Headers/test}/EntityTagHeaderValueTest.cs | 0 .../Http/Headers/test}/HeaderUtilitiesTest.cs | 0 .../MediaTypeHeaderValueComparerTests.cs | 0 .../Headers/test}/MediaTypeHeaderValueTest.cs | 0 .../Microsoft.Net.Http.Headers.Tests.csproj | 2 +- .../Headers/test}/NameValueHeaderValueTest.cs | 0 .../test}/RangeConditionHeaderValueTest.cs | 0 .../Headers/test}/RangeHeaderValueTest.cs | 0 .../Headers/test}/RangeItemHeaderValueTest.cs | 0 .../Headers/test}/SetCookieHeaderValueTest.cs | 0 ...tringWithQualityHeaderValueComparerTest.cs | 0 .../test}/StringWithQualityHeaderValueTest.cs | 0 .../src}/Authentication/AuthenticateInfo.cs | 0 .../AuthenticationDescription.cs | 0 .../Authentication/AuthenticationManager.cs | 0 .../AuthenticationProperties.cs | 0 .../Http.Abstractions/src}/ConnectionInfo.cs | 0 .../Http.Abstractions/src}/CookieBuilder.cs | 0 .../src}/CookieSecurePolicy.cs | 0 .../Extensions/HeaderDictionaryExtensions.cs | 0 .../HttpResponseWritingExtensions.cs | 0 .../src}/Extensions/MapExtensions.cs | 0 .../src}/Extensions/MapMiddleware.cs | 0 .../src}/Extensions/MapOptions.cs | 0 .../src}/Extensions/MapWhenExtensions.cs | 0 .../src}/Extensions/MapWhenMiddleware.cs | 0 .../src}/Extensions/MapWhenOptions.cs | 0 .../src}/Extensions/RunExtensions.cs | 0 .../src}/Extensions/UseExtensions.cs | 0 .../Extensions/UseMiddlewareExtensions.cs | 0 .../src}/Extensions/UsePathBaseExtensions.cs | 0 .../src}/Extensions/UsePathBaseMiddleware.cs | 0 .../src}/Extensions/UseWhenExtensions.cs | 0 .../Http.Abstractions/src}/FragmentString.cs | 0 .../Http.Abstractions/src}/HostString.cs | 0 .../Http.Abstractions/src}/HttpContext.cs | 0 .../Http.Abstractions/src}/HttpMethods.cs | 0 .../Http.Abstractions/src}/HttpRequest.cs | 0 .../Http.Abstractions/src}/HttpResponse.cs | 0 .../src}/IApplicationBuilder.cs | 0 .../src}/IHttpContextAccessor.cs | 0 .../src}/IHttpContextFactory.cs | 0 .../Http.Abstractions/src}/IMiddleware.cs | 0 .../src}/IMiddlewareFactory.cs | 0 .../src}/Internal/HeaderSegment.cs | 0 .../src}/Internal/HeaderSegmentCollection.cs | 0 .../src}/Internal/HostStringHelper.cs | 0 .../src}/Internal/ParsingHelpers.cs | 0 .../src}/Internal/PathStringHelper.cs | 0 ...rosoft.AspNetCore.Http.Abstractions.csproj | 9 +- .../Http.Abstractions/src}/PathString.cs | 0 .../src}/Properties/AssemblyInfo.cs | 0 .../src}/Properties/Resources.Designer.cs | 0 .../Http.Abstractions/src}/QueryString.cs | 0 .../Http.Abstractions/src}/RequestDelegate.cs | 0 .../Http.Abstractions/src}/Resources.resx | 0 .../Http.Abstractions/src}/StatusCodes.cs | 0 .../src}/WebSocketManager.cs | 0 .../src}/baseline.netcore.json | 0 .../test}/CookieBuilderTests.cs | 0 .../test}/FragmentStringTests.cs | 0 .../Http.Abstractions/test}/HostStringTest.cs | 0 .../HttpResponseWritingExtensionsTests.cs | 0 .../test}/MapPathMiddlewareTests.cs | 0 .../test}/MapPredicateMiddlewareTests.cs | 0 ....AspNetCore.Http.Abstractions.Tests.csproj | 2 +- .../test}/PathStringTests.cs | 0 .../test}/QueryStringTests.cs | 0 .../test}/UseMiddlewareTest.cs | 0 .../test}/UsePathBaseExtensionsTests.cs | 0 .../test}/UseWhenExtensionsTests.cs | 0 .../src}/HeaderDictionaryTypeExtensions.cs | 0 .../src}/HttpRequestMultipartExtensions.cs | 0 ...icrosoft.AspNetCore.Http.Extensions.csproj | 18 ++ .../Http.Extensions/src}/QueryBuilder.cs | 0 .../Http.Extensions/src}/RequestHeaders.cs | 0 .../src}/ResponseExtensions.cs | 0 .../Http.Extensions/src}/ResponseHeaders.cs | 0 .../src}/SendFileResponseExtensions.cs | 0 .../Http.Extensions/src}/SessionExtensions.cs | 0 .../src}/StreamCopyOperation.cs | 0 .../Http.Extensions/src}/UriHelper.cs | 0 .../src}/baseline.netcore.json | 0 .../HeaderDictionaryTypeExtensionsTest.cs | 0 ...ft.AspNetCore.Http.Extensions.Tests.csproj | 13 + .../test}/QueryBuilderTests.cs | 0 .../test}/ResponseExtensionTests.cs | 0 .../test}/SendFileResponseExtensionsTests.cs | 0 .../Http.Extensions/test}/UriHelperTests.cs | 0 .../Authentication/AuthenticateContext.cs | 0 .../src}/Authentication/ChallengeBehavior.cs | 0 .../src}/Authentication/ChallengeContext.cs | 0 .../Authentication/DescribeSchemesContext.cs | 0 .../Authentication/IAuthenticationHandler.cs | 0 .../IHttpAuthenticationFeature.cs | 0 .../src}/Authentication/SignInContext.cs | 0 .../src}/Authentication/SignOutContext.cs | 0 .../Http.Features/src}/CookieOptions.cs | 0 .../Http.Features/src}/FeatureCollection.cs | 0 .../Http.Features/src}/FeatureReference.cs | 0 .../Http.Features/src}/FeatureReferences.cs | 0 .../Http.Features/src}/IFeatureCollection.cs | 0 .../Http.Features/src}/IFormCollection.cs | 0 .../Http.Features/src}/IFormFeature.cs | 0 .../Http.Features/src}/IFormFile.cs | 0 .../Http.Features/src}/IFormFileCollection.cs | 0 .../Http.Features/src}/IHeaderDictionary.cs | 0 .../src}/IHttpBodyControlFeature.cs | 0 .../src}/IHttpBufferingFeature.cs | 0 .../src}/IHttpConnectionFeature.cs | 0 .../src}/IHttpMaxRequestBodySizeFeature.cs | 0 .../Http.Features/src}/IHttpRequestFeature.cs | 0 .../src}/IHttpRequestIdentifierFeature.cs | 0 .../src}/IHttpRequestLifetimeFeature.cs | 0 .../src}/IHttpResponseFeature.cs | 0 .../src}/IHttpSendFileFeature.cs | 0 .../Http.Features/src}/IHttpUpgradeFeature.cs | 0 .../src}/IHttpWebSocketFeature.cs | 0 .../Http.Features/src}/IItemsFeature.cs | 0 .../Http.Features/src}/IQueryCollection.cs | 0 .../Http.Features/src}/IQueryFeature.cs | 0 .../src}/IRequestCookieCollection.cs | 0 .../src}/IRequestCookiesFeature.cs | 0 .../Http.Features/src}/IResponseCookies.cs | 0 .../src}/IResponseCookiesFeature.cs | 0 .../src}/IServiceProvidersFeature.cs | 0 .../Http.Features/src}/ISession.cs | 0 .../Http.Features/src}/ISessionFeature.cs | 0 .../src}/ITlsConnectionFeature.cs | 0 .../src}/ITlsTokenBindingFeature.cs | 0 .../src}/ITrackingConsentFeature.cs | 0 .../Microsoft.AspNetCore.Http.Features.csproj | 2 +- .../Http.Features/src}/SameSiteMode.cs | 0 .../src}/WebSocketAcceptContext.cs | 0 .../Http.Features/src}/baseline.netcore.json | 0 .../Authentication/AuthenticateContextTest.cs | 0 .../test}/FeatureCollectionTests.cs | 0 .../Http/Http.Features/test}/IThing.cs | 0 ...soft.AspNetCore.Http.Features.Tests.csproj | 2 +- .../Http/Http.Features/test}/Thing.cs | 0 .../DefaultAuthenticationManager.cs | 0 .../Http/src}/DefaultHttpContext.cs | 0 .../Extensions/HttpRequestRewindExtensions.cs | 0 .../HttpAuthenticationFeature.cs | 0 .../src}/Features/DefaultSessionFeature.cs | 0 .../Http/src}/Features/FormFeature.cs | 0 .../Http/src}/Features/FormOptions.cs | 0 .../src}/Features/HttpConnectionFeature.cs | 0 .../Http/src}/Features/HttpRequestFeature.cs | 0 .../Features/HttpRequestIdentifierFeature.cs | 0 .../Features/HttpRequestLifetimeFeature.cs | 0 .../Http/src}/Features/HttpResponseFeature.cs | 0 .../Http/src}/Features/ItemsFeature.cs | 0 .../Http/src}/Features/QueryFeature.cs | 0 .../src}/Features/RequestCookiesFeature.cs | 0 .../src}/Features/ResponseCookiesFeature.cs | 0 .../src}/Features/ServiceProvidersFeature.cs | 0 .../src}/Features/TlsConnectionFeature.cs | 0 .../Http/src}/FormCollection.cs | 0 .../Http/src}/HeaderDictionary.cs | 0 .../Http/src}/HttpContextAccessor.cs | 0 .../Http/src}/HttpContextFactory.cs | 0 .../src}/HttpServiceCollectionExtensions.cs | 0 .../Http/src}/Internal/ApplicationBuilder.cs | 0 .../Http/src}/Internal/BindingAddress.cs | 0 .../Http/src}/Internal/BufferingHelper.cs | 0 .../Http/src}/Internal/Constants.cs | 0 .../src}/Internal/DefaultConnectionInfo.cs | 0 .../Http/src}/Internal/DefaultHttpRequest.cs | 0 .../Http/src}/Internal/DefaultHttpResponse.cs | 0 .../src}/Internal/DefaultWebSocketManager.cs | 0 .../Http/src}/Internal/FormFile.cs | 0 .../Http/src}/Internal/FormFileCollection.cs | 0 .../Http/src}/Internal/ItemsDictionary.cs | 0 .../Http/src}/Internal/QueryCollection.cs | 0 .../Http/src}/Internal/ReferenceReadStream.cs | 0 .../src}/Internal/RequestCookieCollection.cs | 0 .../Http/src}/Internal/ResponseCookies.cs | 0 .../Http/src/Microsoft.AspNetCore.Http.csproj | 21 ++ .../Http/src}/MiddlewareFactory.cs | 0 .../Http/src}/RequestFormReaderExtensions.cs | 0 .../Http/src}/baseline.netcore.json | 0 .../DefaultAuthenticationManagerTests.cs | 0 .../Http/test}/DefaultHttpContextTests.cs | 0 .../test}/Features/FakeResponseFeature.cs | 0 .../Http/test}/Features/FormFeatureTests.cs | 0 .../HttpRequestIdentifierFeatureTests.cs | 0 .../test}/Features/NonSeekableReadStream.cs | 0 .../Http/test}/Features/QueryFeatureTests.cs | 0 .../Http/Http/test}/HeaderDictionaryTests.cs | 0 .../Http/test}/HttpContextFactoryTests.cs | 0 .../HttpServiceCollectionExtensionsTests.cs | 0 .../test}/Internal/ApplicationBuilderTests.cs | 0 .../test}/Internal/BindingAddressTests.cs | 0 .../test}/Internal/BufferingHelperTests.cs | 0 .../test}/Internal/DefaultHttpRequestTests.cs | 0 .../Internal/DefaultHttpResponseTests.cs | 0 .../Microsoft.AspNetCore.Http.Tests.csproj | 12 + .../test}/RequestCookiesCollectionTests.cs | 0 .../Http/Http/test}/ResponseCookiesTest.cs | 0 .../Owin/src}/DictionaryStringArrayWrapper.cs | 0 .../src}/DictionaryStringValuesWrapper.cs | 0 .../Owin/src}/IOwinEnvironmentFeature.cs | 0 .../src}/Microsoft.AspNetCore.Owin.csproj | 2 +- .../Owin/src}/OwinConstants.cs | 0 .../Owin/src}/OwinEnvironment.cs | 0 .../Owin/src}/OwinEnvironmentFeature.cs | 0 .../Owin/src}/OwinExtensions.cs | 0 .../Owin/src}/OwinFeatureCollection.cs | 0 .../Owin/src}/Utilities.cs | 0 .../WebSockets/OwinWebSocketAcceptAdapter.cs | 0 .../WebSockets/OwinWebSocketAcceptContext.cs | 0 .../src}/WebSockets/OwinWebSocketAdapter.cs | 0 .../src}/WebSockets/WebSocketAcceptAdapter.cs | 0 .../Owin/src}/WebSockets/WebSocketAdapter.cs | 0 .../Owin/src}/baseline.netcore.json | 0 .../Microsoft.AspNetCore.Owin.Tests.csproj | 13 + .../Http/Owin/test}/OwinEnvironmentTests.cs | 0 .../Http/Owin/test}/OwinExtensionTests.cs | 0 .../Owin/test}/OwinFeatureCollectionTests.cs | 0 src/Http/README.md | 6 + .../WebUtilities/src}/Base64UrlTextEncoder.cs | 0 .../WebUtilities/src}/BufferedReadStream.cs | 0 .../src}/FileBufferingReadStream.cs | 0 .../WebUtilities/src}/FileMultipartSection.cs | 0 .../WebUtilities/src}/FormMultipartSection.cs | 0 .../WebUtilities/src}/FormReader.cs | 0 .../src}/HttpRequestStreamReader.cs | 0 .../src}/HttpResponseStreamWriter.cs | 0 .../WebUtilities/src}/KeyValueAccumulator.cs | 0 .../Microsoft.AspNetCore.WebUtilities.csproj | 9 +- .../WebUtilities/src}/MultipartBoundary.cs | 0 .../WebUtilities/src}/MultipartReader.cs | 0 .../src}/MultipartReaderStream.cs | 0 .../WebUtilities/src}/MultipartSection.cs | 0 .../MultipartSectionConverterExtensions.cs | 0 .../src}/MultipartSectionStreamExtensions.cs | 0 .../src}/Properties/AssemblyInfo.cs | 0 .../WebUtilities/src}/QueryHelpers.cs | 0 .../WebUtilities/src}/ReasonPhrases.cs | 0 .../WebUtilities/src}/Resources.Designer.cs | 0 .../WebUtilities/src}/Resources.resx | 0 .../src}/StreamHelperExtensions.cs | 0 .../WebUtilities/src}/baseline.netcore.json | 0 .../test}/FileBufferingReadStreamTests.cs | 0 .../WebUtilities/test}/FormReaderAsyncTest.cs | 0 .../WebUtilities/test}/FormReaderTests.cs | 0 .../test}/HttpRequestStreamReaderTest.cs | 0 .../test}/HttpResponseStreamWriterTest.cs | 0 ...osoft.AspNetCore.WebUtilities.Tests.csproj | 2 +- .../test}/MultipartReaderTests.cs | 0 .../test}/NonSeekableReadStream.cs | 0 .../WebUtilities/test}/QueryHelpersTests.cs | 0 .../WebUtilities/test}/WebEncodersTests.cs | 0 .../samples}/SampleApp/PooledHttpContext.cs | 0 .../SampleApp/PooledHttpContextFactory.cs | 0 .../Http/samples}/SampleApp/Program.cs | 0 src/Http/samples/SampleApp/SampleApp.csproj | 13 + ...icrosoft.AspNetCore.Http.Extensions.csproj | 21 -- .../Microsoft.AspNetCore.Http.csproj | 24 -- test/Directory.Build.props | 20 -- ...AspNetCore.Authentication.Core.Test.csproj | 15 - ...ft.AspNetCore.Http.Extensions.Tests.csproj | 16 - .../Microsoft.AspNetCore.Http.Tests.csproj | 15 - .../Microsoft.AspNetCore.Owin.Tests.csproj | 16 - version.props | 12 - 360 files changed, 128 insertions(+), 1210 deletions(-) delete mode 100644 .appveyor.yml delete mode 100644 .gitattributes delete mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 .gitignore delete mode 100644 .travis.yml delete mode 100644 CONTRIBUTING.md delete mode 100644 Directory.Build.props delete mode 100644 Directory.Build.targets delete mode 100644 HttpAbstractions.sln delete mode 100644 LICENSE.txt delete mode 100644 NuGet.config delete mode 100644 NuGetPackageVerifier.json delete mode 100644 README.md delete mode 100644 build.cmd delete mode 100755 build.sh delete mode 100644 build/Key.snk delete mode 100644 build/dependencies.props delete mode 100644 build/repo.props delete mode 100644 build/sources.props delete mode 100644 korebuild-lock.txt delete mode 100644 korebuild.json delete mode 100644 run.cmd delete mode 100644 run.ps1 delete mode 100755 run.sh delete mode 100644 samples/SampleApp/SampleApp.csproj delete mode 100644 src/Directory.Build.props rename src/{Microsoft.AspNetCore.Authentication.Abstractions => Http/Authentication.Abstractions/src}/AuthenticateResult.cs (100%) rename src/{Microsoft.AspNetCore.Authentication.Abstractions => Http/Authentication.Abstractions/src}/AuthenticationHttpContextExtensions.cs (100%) rename src/{Microsoft.AspNetCore.Authentication.Abstractions => Http/Authentication.Abstractions/src}/AuthenticationOptions.cs (100%) rename src/{Microsoft.AspNetCore.Authentication.Abstractions => Http/Authentication.Abstractions/src}/AuthenticationProperties.cs (100%) rename src/{Microsoft.AspNetCore.Authentication.Abstractions => Http/Authentication.Abstractions/src}/AuthenticationScheme.cs (100%) rename src/{Microsoft.AspNetCore.Authentication.Abstractions => Http/Authentication.Abstractions/src}/AuthenticationSchemeBuilder.cs (100%) rename src/{Microsoft.AspNetCore.Authentication.Abstractions => Http/Authentication.Abstractions/src}/AuthenticationTicket.cs (100%) rename src/{Microsoft.AspNetCore.Authentication.Abstractions => Http/Authentication.Abstractions/src}/AuthenticationToken.cs (100%) rename src/{Microsoft.AspNetCore.Authentication.Abstractions => Http/Authentication.Abstractions/src}/IAuthenticationFeature.cs (100%) rename src/{Microsoft.AspNetCore.Authentication.Abstractions => Http/Authentication.Abstractions/src}/IAuthenticationHandler.cs (100%) rename src/{Microsoft.AspNetCore.Authentication.Abstractions => Http/Authentication.Abstractions/src}/IAuthenticationHandlerProvider.cs (100%) rename src/{Microsoft.AspNetCore.Authentication.Abstractions => Http/Authentication.Abstractions/src}/IAuthenticationRequestHandler.cs (100%) rename src/{Microsoft.AspNetCore.Authentication.Abstractions => Http/Authentication.Abstractions/src}/IAuthenticationSchemeProvider.cs (100%) rename src/{Microsoft.AspNetCore.Authentication.Abstractions => Http/Authentication.Abstractions/src}/IAuthenticationService.cs (100%) rename src/{Microsoft.AspNetCore.Authentication.Abstractions => Http/Authentication.Abstractions/src}/IAuthenticationSignInHandler.cs (100%) rename src/{Microsoft.AspNetCore.Authentication.Abstractions => Http/Authentication.Abstractions/src}/IAuthenticationSignOutHandler.cs (100%) rename src/{Microsoft.AspNetCore.Authentication.Abstractions => Http/Authentication.Abstractions/src}/IClaimsTransformation.cs (100%) rename src/{Microsoft.AspNetCore.Authentication.Abstractions => Http/Authentication.Abstractions/src}/Microsoft.AspNetCore.Authentication.Abstractions.csproj (53%) rename src/{Microsoft.AspNetCore.Authentication.Abstractions => Http/Authentication.Abstractions/src}/TokenExtensions.cs (100%) rename src/{Microsoft.AspNetCore.Authentication.Abstractions => Http/Authentication.Abstractions/src}/baseline.netcore.json (100%) rename src/{Microsoft.AspNetCore.Authentication.Core => Http/Authentication.Core/src}/AuthenticationCoreServiceCollectionExtensions.cs (100%) rename src/{Microsoft.AspNetCore.Authentication.Core => Http/Authentication.Core/src}/AuthenticationFeature.cs (100%) rename src/{Microsoft.AspNetCore.Authentication.Core => Http/Authentication.Core/src}/AuthenticationHandlerProvider.cs (100%) rename src/{Microsoft.AspNetCore.Authentication.Core => Http/Authentication.Core/src}/AuthenticationSchemeProvider.cs (100%) rename src/{Microsoft.AspNetCore.Authentication.Core => Http/Authentication.Core/src}/AuthenticationService.cs (100%) rename src/{Microsoft.AspNetCore.Authentication.Core => Http/Authentication.Core/src}/Microsoft.AspNetCore.Authentication.Core.csproj (58%) rename src/{Microsoft.AspNetCore.Authentication.Core => Http/Authentication.Core/src}/NoopClaimsTransformation.cs (100%) rename src/{Microsoft.AspNetCore.Authentication.Core => Http/Authentication.Core/src}/baseline.netcore.json (100%) rename {test/Microsoft.AspNetCore.Authentication.Core.Test => src/Http/Authentication.Core/test}/AuthenticationPropertiesTests.cs (100%) rename {test/Microsoft.AspNetCore.Authentication.Core.Test => src/Http/Authentication.Core/test}/AuthenticationSchemeProviderTests.cs (100%) rename {test/Microsoft.AspNetCore.Authentication.Core.Test => src/Http/Authentication.Core/test}/AuthenticationServiceTests.cs (100%) create mode 100644 src/Http/Authentication.Core/test/Microsoft.AspNetCore.Authentication.Core.Test.csproj rename {test/Microsoft.AspNetCore.Authentication.Core.Test => src/Http/Authentication.Core/test}/TokenExtensionTests.cs (100%) rename src/{Microsoft.Net.Http.Headers => Http/Headers/src}/BaseHeaderParser.cs (100%) rename src/{Microsoft.Net.Http.Headers => Http/Headers/src}/CacheControlHeaderValue.cs (100%) rename src/{Microsoft.Net.Http.Headers => Http/Headers/src}/ContentDispositionHeaderValue.cs (100%) rename src/{Microsoft.Net.Http.Headers => Http/Headers/src}/ContentDispositionHeaderValueIdentityExtensions.cs (100%) rename src/{Microsoft.Net.Http.Headers => Http/Headers/src}/ContentRangeHeaderValue.cs (100%) rename src/{Microsoft.Net.Http.Headers => Http/Headers/src}/CookieHeaderParser.cs (100%) rename src/{Microsoft.Net.Http.Headers => Http/Headers/src}/CookieHeaderValue.cs (100%) rename src/{Microsoft.Net.Http.Headers => Http/Headers/src}/DateTimeFormatter.cs (100%) rename src/{Microsoft.Net.Http.Headers => Http/Headers/src}/EntityTagHeaderValue.cs (100%) rename src/{Microsoft.Net.Http.Headers => Http/Headers/src}/GenericHeaderParser.cs (100%) rename src/{Microsoft.Net.Http.Headers => Http/Headers/src}/HeaderNames.cs (100%) rename src/{Microsoft.Net.Http.Headers => Http/Headers/src}/HeaderQuality.cs (100%) rename src/{Microsoft.Net.Http.Headers => Http/Headers/src}/HeaderUtilities.cs (100%) rename src/{Microsoft.Net.Http.Headers => Http/Headers/src}/HttpHeaderParser.cs (100%) rename src/{Microsoft.Net.Http.Headers => Http/Headers/src}/HttpParseResult.cs (100%) rename src/{Microsoft.Net.Http.Headers => Http/Headers/src}/HttpRuleParser.cs (100%) rename src/{Microsoft.Net.Http.Headers => Http/Headers/src}/MediaTypeHeaderValue.cs (100%) rename src/{Microsoft.Net.Http.Headers => Http/Headers/src}/MediaTypeHeaderValueComparer.cs (100%) rename src/{Microsoft.Net.Http.Headers => Http/Headers/src}/Microsoft.Net.Http.Headers.csproj (66%) rename src/{Microsoft.Net.Http.Headers => Http/Headers/src}/NameValueHeaderValue.cs (100%) rename src/{Microsoft.Net.Http.Headers => Http/Headers/src}/ObjectCollection.cs (100%) rename src/{Microsoft.Net.Http.Headers => Http/Headers/src}/Properties/AssemblyInfo.cs (100%) rename src/{Microsoft.Net.Http.Headers => Http/Headers/src}/RangeConditionHeaderValue.cs (100%) rename src/{Microsoft.Net.Http.Headers => Http/Headers/src}/RangeHeaderValue.cs (100%) rename src/{Microsoft.Net.Http.Headers => Http/Headers/src}/RangeItemHeaderValue.cs (100%) rename src/{Microsoft.Net.Http.Headers => Http/Headers/src}/SameSiteMode.cs (100%) rename src/{Microsoft.Net.Http.Headers => Http/Headers/src}/SetCookieHeaderValue.cs (100%) rename src/{Microsoft.Net.Http.Headers => Http/Headers/src}/StringWithQualityHeaderValue.cs (100%) rename src/{Microsoft.Net.Http.Headers => Http/Headers/src}/StringWithQualityHeaderValueComparer.cs (100%) rename src/{Microsoft.Net.Http.Headers => Http/Headers/src}/baseline.netcore.json (100%) rename {test/Microsoft.Net.Http.Headers.Tests => src/Http/Headers/test}/CacheControlHeaderValueTest.cs (100%) rename {test/Microsoft.Net.Http.Headers.Tests => src/Http/Headers/test}/ContentDispositionHeaderValueTest.cs (100%) rename {test/Microsoft.Net.Http.Headers.Tests => src/Http/Headers/test}/ContentRangeHeaderValueTest.cs (100%) rename {test/Microsoft.Net.Http.Headers.Tests => src/Http/Headers/test}/CookieHeaderValueTest.cs (100%) rename {test/Microsoft.Net.Http.Headers.Tests => src/Http/Headers/test}/DateParserTest.cs (100%) rename {test/Microsoft.Net.Http.Headers.Tests => src/Http/Headers/test}/EntityTagHeaderValueTest.cs (100%) rename {test/Microsoft.Net.Http.Headers.Tests => src/Http/Headers/test}/HeaderUtilitiesTest.cs (100%) rename {test/Microsoft.Net.Http.Headers.Tests => src/Http/Headers/test}/MediaTypeHeaderValueComparerTests.cs (100%) rename {test/Microsoft.Net.Http.Headers.Tests => src/Http/Headers/test}/MediaTypeHeaderValueTest.cs (100%) rename {test/Microsoft.Net.Http.Headers.Tests => src/Http/Headers/test}/Microsoft.Net.Http.Headers.Tests.csproj (62%) rename {test/Microsoft.Net.Http.Headers.Tests => src/Http/Headers/test}/NameValueHeaderValueTest.cs (100%) rename {test/Microsoft.Net.Http.Headers.Tests => src/Http/Headers/test}/RangeConditionHeaderValueTest.cs (100%) rename {test/Microsoft.Net.Http.Headers.Tests => src/Http/Headers/test}/RangeHeaderValueTest.cs (100%) rename {test/Microsoft.Net.Http.Headers.Tests => src/Http/Headers/test}/RangeItemHeaderValueTest.cs (100%) rename {test/Microsoft.Net.Http.Headers.Tests => src/Http/Headers/test}/SetCookieHeaderValueTest.cs (100%) rename {test/Microsoft.Net.Http.Headers.Tests => src/Http/Headers/test}/StringWithQualityHeaderValueComparerTest.cs (100%) rename {test/Microsoft.Net.Http.Headers.Tests => src/Http/Headers/test}/StringWithQualityHeaderValueTest.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/Authentication/AuthenticateInfo.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/Authentication/AuthenticationDescription.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/Authentication/AuthenticationManager.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/Authentication/AuthenticationProperties.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/ConnectionInfo.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/CookieBuilder.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/CookieSecurePolicy.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/Extensions/HeaderDictionaryExtensions.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/Extensions/HttpResponseWritingExtensions.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/Extensions/MapExtensions.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/Extensions/MapMiddleware.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/Extensions/MapOptions.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/Extensions/MapWhenExtensions.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/Extensions/MapWhenMiddleware.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/Extensions/MapWhenOptions.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/Extensions/RunExtensions.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/Extensions/UseExtensions.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/Extensions/UseMiddlewareExtensions.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/Extensions/UsePathBaseExtensions.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/Extensions/UsePathBaseMiddleware.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/Extensions/UseWhenExtensions.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/FragmentString.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/HostString.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/HttpContext.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/HttpMethods.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/HttpRequest.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/HttpResponse.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/IApplicationBuilder.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/IHttpContextAccessor.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/IHttpContextFactory.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/IMiddleware.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/IMiddlewareFactory.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/Internal/HeaderSegment.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/Internal/HeaderSegmentCollection.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/Internal/HostStringHelper.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/Internal/ParsingHelpers.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/Internal/PathStringHelper.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/Microsoft.AspNetCore.Http.Abstractions.csproj (61%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/PathString.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/Properties/AssemblyInfo.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/Properties/Resources.Designer.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/QueryString.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/RequestDelegate.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/Resources.resx (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/StatusCodes.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/WebSocketManager.cs (100%) rename src/{Microsoft.AspNetCore.Http.Abstractions => Http/Http.Abstractions/src}/baseline.netcore.json (100%) rename {test/Microsoft.AspNetCore.Http.Abstractions.Tests => src/Http/Http.Abstractions/test}/CookieBuilderTests.cs (100%) rename {test/Microsoft.AspNetCore.Http.Abstractions.Tests => src/Http/Http.Abstractions/test}/FragmentStringTests.cs (100%) rename {test/Microsoft.AspNetCore.Http.Abstractions.Tests => src/Http/Http.Abstractions/test}/HostStringTest.cs (100%) rename {test/Microsoft.AspNetCore.Http.Abstractions.Tests => src/Http/Http.Abstractions/test}/HttpResponseWritingExtensionsTests.cs (100%) rename {test/Microsoft.AspNetCore.Http.Abstractions.Tests => src/Http/Http.Abstractions/test}/MapPathMiddlewareTests.cs (100%) rename {test/Microsoft.AspNetCore.Http.Abstractions.Tests => src/Http/Http.Abstractions/test}/MapPredicateMiddlewareTests.cs (100%) rename {test/Microsoft.AspNetCore.Http.Abstractions.Tests => src/Http/Http.Abstractions/test}/Microsoft.AspNetCore.Http.Abstractions.Tests.csproj (63%) rename {test/Microsoft.AspNetCore.Http.Abstractions.Tests => src/Http/Http.Abstractions/test}/PathStringTests.cs (100%) rename {test/Microsoft.AspNetCore.Http.Abstractions.Tests => src/Http/Http.Abstractions/test}/QueryStringTests.cs (100%) rename {test/Microsoft.AspNetCore.Http.Abstractions.Tests => src/Http/Http.Abstractions/test}/UseMiddlewareTest.cs (100%) rename {test/Microsoft.AspNetCore.Http.Abstractions.Tests => src/Http/Http.Abstractions/test}/UsePathBaseExtensionsTests.cs (100%) rename {test/Microsoft.AspNetCore.Http.Abstractions.Tests => src/Http/Http.Abstractions/test}/UseWhenExtensionsTests.cs (100%) rename src/{Microsoft.AspNetCore.Http.Extensions => Http/Http.Extensions/src}/HeaderDictionaryTypeExtensions.cs (100%) rename src/{Microsoft.AspNetCore.Http.Extensions => Http/Http.Extensions/src}/HttpRequestMultipartExtensions.cs (100%) create mode 100644 src/Http/Http.Extensions/src/Microsoft.AspNetCore.Http.Extensions.csproj rename src/{Microsoft.AspNetCore.Http.Extensions => Http/Http.Extensions/src}/QueryBuilder.cs (100%) rename src/{Microsoft.AspNetCore.Http.Extensions => Http/Http.Extensions/src}/RequestHeaders.cs (100%) rename src/{Microsoft.AspNetCore.Http.Extensions => Http/Http.Extensions/src}/ResponseExtensions.cs (100%) rename src/{Microsoft.AspNetCore.Http.Extensions => Http/Http.Extensions/src}/ResponseHeaders.cs (100%) rename src/{Microsoft.AspNetCore.Http.Extensions => Http/Http.Extensions/src}/SendFileResponseExtensions.cs (100%) rename src/{Microsoft.AspNetCore.Http.Extensions => Http/Http.Extensions/src}/SessionExtensions.cs (100%) rename src/{Microsoft.AspNetCore.Http.Extensions => Http/Http.Extensions/src}/StreamCopyOperation.cs (100%) rename src/{Microsoft.AspNetCore.Http.Extensions => Http/Http.Extensions/src}/UriHelper.cs (100%) rename src/{Microsoft.AspNetCore.Http.Extensions => Http/Http.Extensions/src}/baseline.netcore.json (100%) rename {test/Microsoft.AspNetCore.Http.Extensions.Tests => src/Http/Http.Extensions/test}/HeaderDictionaryTypeExtensionsTest.cs (100%) create mode 100644 src/Http/Http.Extensions/test/Microsoft.AspNetCore.Http.Extensions.Tests.csproj rename {test/Microsoft.AspNetCore.Http.Extensions.Tests => src/Http/Http.Extensions/test}/QueryBuilderTests.cs (100%) rename {test/Microsoft.AspNetCore.Http.Extensions.Tests => src/Http/Http.Extensions/test}/ResponseExtensionTests.cs (100%) rename {test/Microsoft.AspNetCore.Http.Extensions.Tests => src/Http/Http.Extensions/test}/SendFileResponseExtensionsTests.cs (100%) rename {test/Microsoft.AspNetCore.Http.Extensions.Tests => src/Http/Http.Extensions/test}/UriHelperTests.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/Authentication/AuthenticateContext.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/Authentication/ChallengeBehavior.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/Authentication/ChallengeContext.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/Authentication/DescribeSchemesContext.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/Authentication/IAuthenticationHandler.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/Authentication/IHttpAuthenticationFeature.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/Authentication/SignInContext.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/Authentication/SignOutContext.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/CookieOptions.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/FeatureCollection.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/FeatureReference.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/FeatureReferences.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/IFeatureCollection.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/IFormCollection.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/IFormFeature.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/IFormFile.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/IFormFileCollection.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/IHeaderDictionary.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/IHttpBodyControlFeature.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/IHttpBufferingFeature.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/IHttpConnectionFeature.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/IHttpMaxRequestBodySizeFeature.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/IHttpRequestFeature.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/IHttpRequestIdentifierFeature.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/IHttpRequestLifetimeFeature.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/IHttpResponseFeature.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/IHttpSendFileFeature.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/IHttpUpgradeFeature.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/IHttpWebSocketFeature.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/IItemsFeature.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/IQueryCollection.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/IQueryFeature.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/IRequestCookieCollection.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/IRequestCookiesFeature.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/IResponseCookies.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/IResponseCookiesFeature.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/IServiceProvidersFeature.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/ISession.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/ISessionFeature.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/ITlsConnectionFeature.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/ITlsTokenBindingFeature.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/ITrackingConsentFeature.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/Microsoft.AspNetCore.Http.Features.csproj (76%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/SameSiteMode.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/WebSocketAcceptContext.cs (100%) rename src/{Microsoft.AspNetCore.Http.Features => Http/Http.Features/src}/baseline.netcore.json (100%) rename {test/Microsoft.AspNetCore.Http.Features.Tests => src/Http/Http.Features/test}/Authentication/AuthenticateContextTest.cs (100%) rename {test/Microsoft.AspNetCore.Http.Features.Tests => src/Http/Http.Features/test}/FeatureCollectionTests.cs (100%) rename {test/Microsoft.AspNetCore.Http.Features.Tests => src/Http/Http.Features/test}/IThing.cs (100%) rename {test/Microsoft.AspNetCore.Http.Features.Tests => src/Http/Http.Features/test}/Microsoft.AspNetCore.Http.Features.Tests.csproj (59%) rename {test/Microsoft.AspNetCore.Http.Features.Tests => src/Http/Http.Features/test}/Thing.cs (100%) rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/Authentication/DefaultAuthenticationManager.cs (100%) rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/DefaultHttpContext.cs (100%) rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/Extensions/HttpRequestRewindExtensions.cs (100%) rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/Features/Authentication/HttpAuthenticationFeature.cs (100%) rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/Features/DefaultSessionFeature.cs (100%) rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/Features/FormFeature.cs (100%) rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/Features/FormOptions.cs (100%) rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/Features/HttpConnectionFeature.cs (100%) rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/Features/HttpRequestFeature.cs (100%) rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/Features/HttpRequestIdentifierFeature.cs (100%) rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/Features/HttpRequestLifetimeFeature.cs (100%) rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/Features/HttpResponseFeature.cs (100%) rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/Features/ItemsFeature.cs (100%) rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/Features/QueryFeature.cs (100%) rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/Features/RequestCookiesFeature.cs (100%) rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/Features/ResponseCookiesFeature.cs (100%) rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/Features/ServiceProvidersFeature.cs (100%) rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/Features/TlsConnectionFeature.cs (100%) rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/FormCollection.cs (100%) rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/HeaderDictionary.cs (100%) rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/HttpContextAccessor.cs (100%) rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/HttpContextFactory.cs (100%) rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/HttpServiceCollectionExtensions.cs (100%) rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/Internal/ApplicationBuilder.cs (100%) rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/Internal/BindingAddress.cs (100%) rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/Internal/BufferingHelper.cs (100%) rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/Internal/Constants.cs (100%) rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/Internal/DefaultConnectionInfo.cs (100%) rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/Internal/DefaultHttpRequest.cs (100%) rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/Internal/DefaultHttpResponse.cs (100%) rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/Internal/DefaultWebSocketManager.cs (100%) rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/Internal/FormFile.cs (100%) rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/Internal/FormFileCollection.cs (100%) rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/Internal/ItemsDictionary.cs (100%) rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/Internal/QueryCollection.cs (100%) rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/Internal/ReferenceReadStream.cs (100%) rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/Internal/RequestCookieCollection.cs (100%) rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/Internal/ResponseCookies.cs (100%) create mode 100644 src/Http/Http/src/Microsoft.AspNetCore.Http.csproj rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/MiddlewareFactory.cs (100%) rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/RequestFormReaderExtensions.cs (100%) rename src/{Microsoft.AspNetCore.Http => Http/Http/src}/baseline.netcore.json (100%) rename {test/Microsoft.AspNetCore.Http.Tests => src/Http/Http/test}/Authentication/DefaultAuthenticationManagerTests.cs (100%) rename {test/Microsoft.AspNetCore.Http.Tests => src/Http/Http/test}/DefaultHttpContextTests.cs (100%) rename {test/Microsoft.AspNetCore.Http.Tests => src/Http/Http/test}/Features/FakeResponseFeature.cs (100%) rename {test/Microsoft.AspNetCore.Http.Tests => src/Http/Http/test}/Features/FormFeatureTests.cs (100%) rename {test/Microsoft.AspNetCore.Http.Tests => src/Http/Http/test}/Features/HttpRequestIdentifierFeatureTests.cs (100%) rename {test/Microsoft.AspNetCore.Http.Tests => src/Http/Http/test}/Features/NonSeekableReadStream.cs (100%) rename {test/Microsoft.AspNetCore.Http.Tests => src/Http/Http/test}/Features/QueryFeatureTests.cs (100%) rename {test/Microsoft.AspNetCore.Http.Tests => src/Http/Http/test}/HeaderDictionaryTests.cs (100%) rename {test/Microsoft.AspNetCore.Http.Tests => src/Http/Http/test}/HttpContextFactoryTests.cs (100%) rename {test/Microsoft.AspNetCore.Http.Tests => src/Http/Http/test}/HttpServiceCollectionExtensionsTests.cs (100%) rename {test/Microsoft.AspNetCore.Http.Tests => src/Http/Http/test}/Internal/ApplicationBuilderTests.cs (100%) rename {test/Microsoft.AspNetCore.Http.Tests => src/Http/Http/test}/Internal/BindingAddressTests.cs (100%) rename {test/Microsoft.AspNetCore.Http.Tests => src/Http/Http/test}/Internal/BufferingHelperTests.cs (100%) rename {test/Microsoft.AspNetCore.Http.Tests => src/Http/Http/test}/Internal/DefaultHttpRequestTests.cs (100%) rename {test/Microsoft.AspNetCore.Http.Tests => src/Http/Http/test}/Internal/DefaultHttpResponseTests.cs (100%) create mode 100644 src/Http/Http/test/Microsoft.AspNetCore.Http.Tests.csproj rename {test/Microsoft.AspNetCore.Http.Tests => src/Http/Http/test}/RequestCookiesCollectionTests.cs (100%) rename {test/Microsoft.AspNetCore.Http.Tests => src/Http/Http/test}/ResponseCookiesTest.cs (100%) rename src/{Microsoft.AspNetCore.Owin => Http/Owin/src}/DictionaryStringArrayWrapper.cs (100%) rename src/{Microsoft.AspNetCore.Owin => Http/Owin/src}/DictionaryStringValuesWrapper.cs (100%) rename src/{Microsoft.AspNetCore.Owin => Http/Owin/src}/IOwinEnvironmentFeature.cs (100%) rename src/{Microsoft.AspNetCore.Owin => Http/Owin/src}/Microsoft.AspNetCore.Owin.csproj (83%) rename src/{Microsoft.AspNetCore.Owin => Http/Owin/src}/OwinConstants.cs (100%) rename src/{Microsoft.AspNetCore.Owin => Http/Owin/src}/OwinEnvironment.cs (100%) rename src/{Microsoft.AspNetCore.Owin => Http/Owin/src}/OwinEnvironmentFeature.cs (100%) rename src/{Microsoft.AspNetCore.Owin => Http/Owin/src}/OwinExtensions.cs (100%) rename src/{Microsoft.AspNetCore.Owin => Http/Owin/src}/OwinFeatureCollection.cs (100%) rename src/{Microsoft.AspNetCore.Owin => Http/Owin/src}/Utilities.cs (100%) rename src/{Microsoft.AspNetCore.Owin => Http/Owin/src}/WebSockets/OwinWebSocketAcceptAdapter.cs (100%) rename src/{Microsoft.AspNetCore.Owin => Http/Owin/src}/WebSockets/OwinWebSocketAcceptContext.cs (100%) rename src/{Microsoft.AspNetCore.Owin => Http/Owin/src}/WebSockets/OwinWebSocketAdapter.cs (100%) rename src/{Microsoft.AspNetCore.Owin => Http/Owin/src}/WebSockets/WebSocketAcceptAdapter.cs (100%) rename src/{Microsoft.AspNetCore.Owin => Http/Owin/src}/WebSockets/WebSocketAdapter.cs (100%) rename src/{Microsoft.AspNetCore.Owin => Http/Owin/src}/baseline.netcore.json (100%) create mode 100644 src/Http/Owin/test/Microsoft.AspNetCore.Owin.Tests.csproj rename {test/Microsoft.AspNetCore.Owin.Tests => src/Http/Owin/test}/OwinEnvironmentTests.cs (100%) rename {test/Microsoft.AspNetCore.Owin.Tests => src/Http/Owin/test}/OwinExtensionTests.cs (100%) rename {test/Microsoft.AspNetCore.Owin.Tests => src/Http/Owin/test}/OwinFeatureCollectionTests.cs (100%) create mode 100644 src/Http/README.md rename src/{Microsoft.AspNetCore.WebUtilities => Http/WebUtilities/src}/Base64UrlTextEncoder.cs (100%) rename src/{Microsoft.AspNetCore.WebUtilities => Http/WebUtilities/src}/BufferedReadStream.cs (100%) rename src/{Microsoft.AspNetCore.WebUtilities => Http/WebUtilities/src}/FileBufferingReadStream.cs (100%) rename src/{Microsoft.AspNetCore.WebUtilities => Http/WebUtilities/src}/FileMultipartSection.cs (100%) rename src/{Microsoft.AspNetCore.WebUtilities => Http/WebUtilities/src}/FormMultipartSection.cs (100%) rename src/{Microsoft.AspNetCore.WebUtilities => Http/WebUtilities/src}/FormReader.cs (100%) rename src/{Microsoft.AspNetCore.WebUtilities => Http/WebUtilities/src}/HttpRequestStreamReader.cs (100%) rename src/{Microsoft.AspNetCore.WebUtilities => Http/WebUtilities/src}/HttpResponseStreamWriter.cs (100%) rename src/{Microsoft.AspNetCore.WebUtilities => Http/WebUtilities/src}/KeyValueAccumulator.cs (100%) rename src/{Microsoft.AspNetCore.WebUtilities => Http/WebUtilities/src}/Microsoft.AspNetCore.WebUtilities.csproj (56%) rename src/{Microsoft.AspNetCore.WebUtilities => Http/WebUtilities/src}/MultipartBoundary.cs (100%) rename src/{Microsoft.AspNetCore.WebUtilities => Http/WebUtilities/src}/MultipartReader.cs (100%) rename src/{Microsoft.AspNetCore.WebUtilities => Http/WebUtilities/src}/MultipartReaderStream.cs (100%) rename src/{Microsoft.AspNetCore.WebUtilities => Http/WebUtilities/src}/MultipartSection.cs (100%) rename src/{Microsoft.AspNetCore.WebUtilities => Http/WebUtilities/src}/MultipartSectionConverterExtensions.cs (100%) rename src/{Microsoft.AspNetCore.WebUtilities => Http/WebUtilities/src}/MultipartSectionStreamExtensions.cs (100%) rename src/{Microsoft.AspNetCore.WebUtilities => Http/WebUtilities/src}/Properties/AssemblyInfo.cs (100%) rename src/{Microsoft.AspNetCore.WebUtilities => Http/WebUtilities/src}/QueryHelpers.cs (100%) rename src/{Microsoft.AspNetCore.WebUtilities => Http/WebUtilities/src}/ReasonPhrases.cs (100%) rename src/{Microsoft.AspNetCore.WebUtilities => Http/WebUtilities/src}/Resources.Designer.cs (100%) rename src/{Microsoft.AspNetCore.WebUtilities => Http/WebUtilities/src}/Resources.resx (100%) rename src/{Microsoft.AspNetCore.WebUtilities => Http/WebUtilities/src}/StreamHelperExtensions.cs (100%) rename src/{Microsoft.AspNetCore.WebUtilities => Http/WebUtilities/src}/baseline.netcore.json (100%) rename {test/Microsoft.AspNetCore.WebUtilities.Tests => src/Http/WebUtilities/test}/FileBufferingReadStreamTests.cs (100%) rename {test/Microsoft.AspNetCore.WebUtilities.Tests => src/Http/WebUtilities/test}/FormReaderAsyncTest.cs (100%) rename {test/Microsoft.AspNetCore.WebUtilities.Tests => src/Http/WebUtilities/test}/FormReaderTests.cs (100%) rename {test/Microsoft.AspNetCore.WebUtilities.Tests => src/Http/WebUtilities/test}/HttpRequestStreamReaderTest.cs (100%) rename {test/Microsoft.AspNetCore.WebUtilities.Tests => src/Http/WebUtilities/test}/HttpResponseStreamWriterTest.cs (100%) rename {test/Microsoft.AspNetCore.WebUtilities.Tests => src/Http/WebUtilities/test}/Microsoft.AspNetCore.WebUtilities.Tests.csproj (59%) rename {test/Microsoft.AspNetCore.WebUtilities.Tests => src/Http/WebUtilities/test}/MultipartReaderTests.cs (100%) rename {test/Microsoft.AspNetCore.WebUtilities.Tests => src/Http/WebUtilities/test}/NonSeekableReadStream.cs (100%) rename {test/Microsoft.AspNetCore.WebUtilities.Tests => src/Http/WebUtilities/test}/QueryHelpersTests.cs (100%) rename {test/Microsoft.AspNetCore.WebUtilities.Tests => src/Http/WebUtilities/test}/WebEncodersTests.cs (100%) rename {samples => src/Http/samples}/SampleApp/PooledHttpContext.cs (100%) rename {samples => src/Http/samples}/SampleApp/PooledHttpContextFactory.cs (100%) rename {samples => src/Http/samples}/SampleApp/Program.cs (100%) create mode 100644 src/Http/samples/SampleApp/SampleApp.csproj delete mode 100644 src/Microsoft.AspNetCore.Http.Extensions/Microsoft.AspNetCore.Http.Extensions.csproj delete mode 100644 src/Microsoft.AspNetCore.Http/Microsoft.AspNetCore.Http.csproj delete mode 100644 test/Directory.Build.props delete mode 100644 test/Microsoft.AspNetCore.Authentication.Core.Test/Microsoft.AspNetCore.Authentication.Core.Test.csproj delete mode 100644 test/Microsoft.AspNetCore.Http.Extensions.Tests/Microsoft.AspNetCore.Http.Extensions.Tests.csproj delete mode 100644 test/Microsoft.AspNetCore.Http.Tests/Microsoft.AspNetCore.Http.Tests.csproj delete mode 100644 test/Microsoft.AspNetCore.Owin.Tests/Microsoft.AspNetCore.Owin.Tests.csproj delete mode 100644 version.props diff --git a/.appveyor.yml b/.appveyor.yml deleted file mode 100644 index 4eea96ab69..0000000000 --- a/.appveyor.yml +++ /dev/null @@ -1,17 +0,0 @@ -init: -- git config --global core.autocrlf true -branches: - only: - - dev - - /^release\/.*$/ - - /^(.*\/)?ci-.*$/ -build_script: -- ps: .\run.ps1 default-build -clone_depth: 1 -environment: - global: - DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true - DOTNET_CLI_TELEMETRY_OPTOUT: 1 -test: 'off' -deploy: 'off' -os: Visual Studio 2017 diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index c2f0f84273..0000000000 --- a/.gitattributes +++ /dev/null @@ -1,52 +0,0 @@ -*.doc diff=astextplain -*.DOC diff=astextplain -*.docx diff=astextplain -*.DOCX diff=astextplain -*.dot diff=astextplain -*.DOT diff=astextplain -*.pdf diff=astextplain -*.PDF diff=astextplain -*.rtf diff=astextplain -*.RTF diff=astextplain - -*.jpg binary -*.png binary -*.gif binary - -*.cs text=auto diff=csharp -*.vb text=auto -*.resx text=auto -*.c text=auto -*.cpp text=auto -*.cxx text=auto -*.h text=auto -*.hxx text=auto -*.py text=auto -*.rb text=auto -*.java text=auto -*.html text=auto -*.htm text=auto -*.css text=auto -*.scss text=auto -*.sass text=auto -*.less text=auto -*.js text=auto -*.lisp text=auto -*.clj text=auto -*.sql text=auto -*.php text=auto -*.lua text=auto -*.m text=auto -*.asm text=auto -*.erl text=auto -*.fs text=auto -*.fsx text=auto -*.hs text=auto - -*.csproj text=auto -*.vbproj text=auto -*.fsproj text=auto -*.dbproj text=auto -*.sln text=auto eol=crlf - -*.sh eol=lf \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 101a084f0a..0000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,3 +0,0 @@ -THIS ISSUE TRACKER IS CLOSED - please log new issues here: https://github.com/aspnet/Home/issues - -For information about this change, see https://github.com/aspnet/Announcements/issues/283 diff --git a/.gitignore b/.gitignore deleted file mode 100644 index d5717b3f3f..0000000000 --- a/.gitignore +++ /dev/null @@ -1,32 +0,0 @@ -[Oo]bj/ -[Bb]in/ -TestResults/ -.nuget/ -_ReSharper.*/ -packages/ -artifacts/ -PublishProfiles/ -*.user -*.suo -*.cache -*.docstates -_ReSharper.* -nuget.exe -*net45.csproj -*net451.csproj -*k10.csproj -*.psess -*.vsp -*.pidb -*.userprefs -*DS_Store -*.ncrunchsolution -*.*sdf -*.ipch -*.sln.ide -project.lock.json -.build/ -.testPublish/ -/.vs/ -.vscode/ -global.json diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 64bdbb4441..0000000000 --- a/.travis.yml +++ /dev/null @@ -1,27 +0,0 @@ -language: csharp -sudo: false -dist: trusty -env: - global: - - DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true - - DOTNET_CLI_TELEMETRY_OPTOUT: 1 -mono: none -os: -- linux -- osx -osx_image: xcode8.2 -addons: - apt: - packages: - - libunwind8 -branches: - only: - - dev - - /^release\/.*$/ - - /^(.*\/)?ci-.*$/ -before_install: -- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; ln -s - /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/; ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib - /usr/local/lib/; fi -script: -- ./build.sh diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 64ff041d5c..0000000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,4 +0,0 @@ -Contributing -====== - -Information on contributing to this repo is in the [Contributing Guide](https://github.com/aspnet/Home/blob/dev/CONTRIBUTING.md) in the Home repo. diff --git a/Directory.Build.props b/Directory.Build.props deleted file mode 100644 index e2aa6a105b..0000000000 --- a/Directory.Build.props +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - Microsoft ASP.NET Core - https://github.com/aspnet/HttpAbstractions - git - $(MSBuildThisFileDirectory) - $(MSBuildThisFileDirectory)build\Key.snk - true - true - true - - diff --git a/Directory.Build.targets b/Directory.Build.targets deleted file mode 100644 index 53b3f6e1da..0000000000 --- a/Directory.Build.targets +++ /dev/null @@ -1,7 +0,0 @@ - - - $(MicrosoftNETCoreApp20PackageVersion) - $(MicrosoftNETCoreApp21PackageVersion) - $(NETStandardLibrary20PackageVersion) - - diff --git a/HttpAbstractions.sln b/HttpAbstractions.sln deleted file mode 100644 index fc578eb8a3..0000000000 --- a/HttpAbstractions.sln +++ /dev/null @@ -1,303 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.26730.10 -MinimumVisualStudioVersion = 15.0.26730.03 -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A5A15F1C-885A-452A-A731-B0173DDBD913}" - ProjectSection(SolutionItems) = preProject - src\Directory.Build.props = src\Directory.Build.props - EndProjectSection -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{F31FF137-390C-49BF-A3BD-7C6ED3597C21}" - ProjectSection(SolutionItems) = preProject - test\Directory.Build.props = test\Directory.Build.props - EndProjectSection -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{982F09D8-621E-4872-BA7B-BBDEA47D1EFD}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Http", "src\Microsoft.AspNetCore.Http\Microsoft.AspNetCore.Http.csproj", "{BCF0F967-8753-4438-BD07-AADCA9CE509A}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Http.Abstractions", "src\Microsoft.AspNetCore.Http.Abstractions\Microsoft.AspNetCore.Http.Abstractions.csproj", "{22071333-15BA-4D16-A1D5-4D5B1A83FBDD}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Http.Features", "src\Microsoft.AspNetCore.Http.Features\Microsoft.AspNetCore.Http.Features.csproj", "{D9128247-8F97-48B8-A863-F1F21A029FCE}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Http.Tests", "test\Microsoft.AspNetCore.Http.Tests\Microsoft.AspNetCore.Http.Tests.csproj", "{AA99AF26-F7B1-4A6B-A922-5C25539F6391}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Http.Features.Tests", "test\Microsoft.AspNetCore.Http.Features.Tests\Microsoft.AspNetCore.Http.Features.Tests.csproj", "{C5D2BAE1-E182-48A0-AA74-1AF14B782BF7}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Http.Abstractions.Tests", "test\Microsoft.AspNetCore.Http.Abstractions.Tests\Microsoft.AspNetCore.Http.Abstractions.Tests.csproj", "{F16692B8-9F38-4DCA-A582-E43172B989C6}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Owin", "src\Microsoft.AspNetCore.Owin\Microsoft.AspNetCore.Owin.csproj", "{59BED991-F207-48ED-B24C-0A1D9C986C01}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Owin.Tests", "test\Microsoft.AspNetCore.Owin.Tests\Microsoft.AspNetCore.Owin.Tests.csproj", "{16219571-3268-4D12-8689-12B7163DBA13}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Http.Extensions", "src\Microsoft.AspNetCore.Http.Extensions\Microsoft.AspNetCore.Http.Extensions.csproj", "{CCC4363E-81E2-4058-94DD-00494E9E992A}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Http.Extensions.Tests", "test\Microsoft.AspNetCore.Http.Extensions.Tests\Microsoft.AspNetCore.Http.Extensions.Tests.csproj", "{AE25EF21-7F91-4B86-B73E-AF746821D339}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.WebUtilities", "src\Microsoft.AspNetCore.WebUtilities\Microsoft.AspNetCore.WebUtilities.csproj", "{A2FB7838-0031-4FAD-BA3E-83C30B3AF406}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.WebUtilities.Tests", "test\Microsoft.AspNetCore.WebUtilities.Tests\Microsoft.AspNetCore.WebUtilities.Tests.csproj", "{93C10E50-BCBB-4D8E-9492-D46E1396225B}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Net.Http.Headers", "src\Microsoft.Net.Http.Headers\Microsoft.Net.Http.Headers.csproj", "{60AA2FDB-8121-4826-8D00-9A143FEFAF66}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Net.Http.Headers.Tests", "test\Microsoft.Net.Http.Headers.Tests\Microsoft.Net.Http.Headers.Tests.csproj", "{E6BB7AD1-BD10-4A23-B780-F4A86ADF00D1}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleApp", "samples\SampleApp\SampleApp.csproj", "{1D0764B4-1DEB-4232-A714-D4B7E846918A}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C6C48D5F-B289-4150-A6FC-77A5C7064BCE}" - ProjectSection(SolutionItems) = preProject - .travis.yml = .travis.yml - appveyor.yml = appveyor.yml - build.cmd = build.cmd - build.ps1 = build.ps1 - build.sh = build.sh - Directory.Build.props = Directory.Build.props - Directory.Build.targets = Directory.Build.targets - NuGet.config = NuGet.config - README.md = README.md - version.xml = version.xml - EndProjectSection -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{ED7BCAC5-2796-44BD-9954-7C248263BC8B}" - ProjectSection(SolutionItems) = preProject - build\dependencies.props = build\dependencies.props - build\Key.snk = build\Key.snk - EndProjectSection -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Authentication.Abstractions", "src\Microsoft.AspNetCore.Authentication.Abstractions\Microsoft.AspNetCore.Authentication.Abstractions.csproj", "{3D8C9A87-5DFB-4EC0-9CB6-174AD3B33852}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Authentication.Core", "src\Microsoft.AspNetCore.Authentication.Core\Microsoft.AspNetCore.Authentication.Core.csproj", "{73CA3145-91BD-4DA5-BC74-40008DE7EA98}" -EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AspNetCore.Authentication.Core.Test", "test\Microsoft.AspNetCore.Authentication.Core.Test\Microsoft.AspNetCore.Authentication.Core.Test.csproj", "{A85950C5-2794-47E2-8EAA-05A1DC7C6DA7}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Debug|Mixed Platforms = Debug|Mixed Platforms - Debug|x86 = Debug|x86 - Release|Any CPU = Release|Any CPU - Release|Mixed Platforms = Release|Mixed Platforms - Release|x86 = Release|x86 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {BCF0F967-8753-4438-BD07-AADCA9CE509A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {BCF0F967-8753-4438-BD07-AADCA9CE509A}.Debug|Any CPU.Build.0 = Debug|Any CPU - {BCF0F967-8753-4438-BD07-AADCA9CE509A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {BCF0F967-8753-4438-BD07-AADCA9CE509A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {BCF0F967-8753-4438-BD07-AADCA9CE509A}.Debug|x86.ActiveCfg = Debug|Any CPU - {BCF0F967-8753-4438-BD07-AADCA9CE509A}.Release|Any CPU.ActiveCfg = Release|Any CPU - {BCF0F967-8753-4438-BD07-AADCA9CE509A}.Release|Any CPU.Build.0 = Release|Any CPU - {BCF0F967-8753-4438-BD07-AADCA9CE509A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {BCF0F967-8753-4438-BD07-AADCA9CE509A}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {BCF0F967-8753-4438-BD07-AADCA9CE509A}.Release|x86.ActiveCfg = Release|Any CPU - {22071333-15BA-4D16-A1D5-4D5B1A83FBDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {22071333-15BA-4D16-A1D5-4D5B1A83FBDD}.Debug|Any CPU.Build.0 = Debug|Any CPU - {22071333-15BA-4D16-A1D5-4D5B1A83FBDD}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {22071333-15BA-4D16-A1D5-4D5B1A83FBDD}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {22071333-15BA-4D16-A1D5-4D5B1A83FBDD}.Debug|x86.ActiveCfg = Debug|Any CPU - {22071333-15BA-4D16-A1D5-4D5B1A83FBDD}.Release|Any CPU.ActiveCfg = Release|Any CPU - {22071333-15BA-4D16-A1D5-4D5B1A83FBDD}.Release|Any CPU.Build.0 = Release|Any CPU - {22071333-15BA-4D16-A1D5-4D5B1A83FBDD}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {22071333-15BA-4D16-A1D5-4D5B1A83FBDD}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {22071333-15BA-4D16-A1D5-4D5B1A83FBDD}.Release|x86.ActiveCfg = Release|Any CPU - {D9128247-8F97-48B8-A863-F1F21A029FCE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {D9128247-8F97-48B8-A863-F1F21A029FCE}.Debug|Any CPU.Build.0 = Debug|Any CPU - {D9128247-8F97-48B8-A863-F1F21A029FCE}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {D9128247-8F97-48B8-A863-F1F21A029FCE}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {D9128247-8F97-48B8-A863-F1F21A029FCE}.Debug|x86.ActiveCfg = Debug|Any CPU - {D9128247-8F97-48B8-A863-F1F21A029FCE}.Release|Any CPU.ActiveCfg = Release|Any CPU - {D9128247-8F97-48B8-A863-F1F21A029FCE}.Release|Any CPU.Build.0 = Release|Any CPU - {D9128247-8F97-48B8-A863-F1F21A029FCE}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {D9128247-8F97-48B8-A863-F1F21A029FCE}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {D9128247-8F97-48B8-A863-F1F21A029FCE}.Release|x86.ActiveCfg = Release|Any CPU - {AA99AF26-F7B1-4A6B-A922-5C25539F6391}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {AA99AF26-F7B1-4A6B-A922-5C25539F6391}.Debug|Any CPU.Build.0 = Debug|Any CPU - {AA99AF26-F7B1-4A6B-A922-5C25539F6391}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {AA99AF26-F7B1-4A6B-A922-5C25539F6391}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {AA99AF26-F7B1-4A6B-A922-5C25539F6391}.Debug|x86.ActiveCfg = Debug|Any CPU - {AA99AF26-F7B1-4A6B-A922-5C25539F6391}.Release|Any CPU.ActiveCfg = Release|Any CPU - {AA99AF26-F7B1-4A6B-A922-5C25539F6391}.Release|Any CPU.Build.0 = Release|Any CPU - {AA99AF26-F7B1-4A6B-A922-5C25539F6391}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {AA99AF26-F7B1-4A6B-A922-5C25539F6391}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {AA99AF26-F7B1-4A6B-A922-5C25539F6391}.Release|x86.ActiveCfg = Release|Any CPU - {C5D2BAE1-E182-48A0-AA74-1AF14B782BF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {C5D2BAE1-E182-48A0-AA74-1AF14B782BF7}.Debug|Any CPU.Build.0 = Debug|Any CPU - {C5D2BAE1-E182-48A0-AA74-1AF14B782BF7}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {C5D2BAE1-E182-48A0-AA74-1AF14B782BF7}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {C5D2BAE1-E182-48A0-AA74-1AF14B782BF7}.Debug|x86.ActiveCfg = Debug|Any CPU - {C5D2BAE1-E182-48A0-AA74-1AF14B782BF7}.Release|Any CPU.ActiveCfg = Release|Any CPU - {C5D2BAE1-E182-48A0-AA74-1AF14B782BF7}.Release|Any CPU.Build.0 = Release|Any CPU - {C5D2BAE1-E182-48A0-AA74-1AF14B782BF7}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {C5D2BAE1-E182-48A0-AA74-1AF14B782BF7}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {C5D2BAE1-E182-48A0-AA74-1AF14B782BF7}.Release|x86.ActiveCfg = Release|Any CPU - {F16692B8-9F38-4DCA-A582-E43172B989C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {F16692B8-9F38-4DCA-A582-E43172B989C6}.Debug|Any CPU.Build.0 = Debug|Any CPU - {F16692B8-9F38-4DCA-A582-E43172B989C6}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {F16692B8-9F38-4DCA-A582-E43172B989C6}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {F16692B8-9F38-4DCA-A582-E43172B989C6}.Debug|x86.ActiveCfg = Debug|Any CPU - {F16692B8-9F38-4DCA-A582-E43172B989C6}.Release|Any CPU.ActiveCfg = Release|Any CPU - {F16692B8-9F38-4DCA-A582-E43172B989C6}.Release|Any CPU.Build.0 = Release|Any CPU - {F16692B8-9F38-4DCA-A582-E43172B989C6}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {F16692B8-9F38-4DCA-A582-E43172B989C6}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {F16692B8-9F38-4DCA-A582-E43172B989C6}.Release|x86.ActiveCfg = Release|Any CPU - {59BED991-F207-48ED-B24C-0A1D9C986C01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {59BED991-F207-48ED-B24C-0A1D9C986C01}.Debug|Any CPU.Build.0 = Debug|Any CPU - {59BED991-F207-48ED-B24C-0A1D9C986C01}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {59BED991-F207-48ED-B24C-0A1D9C986C01}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {59BED991-F207-48ED-B24C-0A1D9C986C01}.Debug|x86.ActiveCfg = Debug|Any CPU - {59BED991-F207-48ED-B24C-0A1D9C986C01}.Release|Any CPU.ActiveCfg = Release|Any CPU - {59BED991-F207-48ED-B24C-0A1D9C986C01}.Release|Any CPU.Build.0 = Release|Any CPU - {59BED991-F207-48ED-B24C-0A1D9C986C01}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {59BED991-F207-48ED-B24C-0A1D9C986C01}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {59BED991-F207-48ED-B24C-0A1D9C986C01}.Release|x86.ActiveCfg = Release|Any CPU - {16219571-3268-4D12-8689-12B7163DBA13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {16219571-3268-4D12-8689-12B7163DBA13}.Debug|Any CPU.Build.0 = Debug|Any CPU - {16219571-3268-4D12-8689-12B7163DBA13}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {16219571-3268-4D12-8689-12B7163DBA13}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {16219571-3268-4D12-8689-12B7163DBA13}.Debug|x86.ActiveCfg = Debug|Any CPU - {16219571-3268-4D12-8689-12B7163DBA13}.Release|Any CPU.ActiveCfg = Release|Any CPU - {16219571-3268-4D12-8689-12B7163DBA13}.Release|Any CPU.Build.0 = Release|Any CPU - {16219571-3268-4D12-8689-12B7163DBA13}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {16219571-3268-4D12-8689-12B7163DBA13}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {16219571-3268-4D12-8689-12B7163DBA13}.Release|x86.ActiveCfg = Release|Any CPU - {CCC4363E-81E2-4058-94DD-00494E9E992A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {CCC4363E-81E2-4058-94DD-00494E9E992A}.Debug|Any CPU.Build.0 = Debug|Any CPU - {CCC4363E-81E2-4058-94DD-00494E9E992A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {CCC4363E-81E2-4058-94DD-00494E9E992A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {CCC4363E-81E2-4058-94DD-00494E9E992A}.Debug|x86.ActiveCfg = Debug|Any CPU - {CCC4363E-81E2-4058-94DD-00494E9E992A}.Release|Any CPU.ActiveCfg = Release|Any CPU - {CCC4363E-81E2-4058-94DD-00494E9E992A}.Release|Any CPU.Build.0 = Release|Any CPU - {CCC4363E-81E2-4058-94DD-00494E9E992A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {CCC4363E-81E2-4058-94DD-00494E9E992A}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {CCC4363E-81E2-4058-94DD-00494E9E992A}.Release|x86.ActiveCfg = Release|Any CPU - {AE25EF21-7F91-4B86-B73E-AF746821D339}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {AE25EF21-7F91-4B86-B73E-AF746821D339}.Debug|Any CPU.Build.0 = Debug|Any CPU - {AE25EF21-7F91-4B86-B73E-AF746821D339}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {AE25EF21-7F91-4B86-B73E-AF746821D339}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {AE25EF21-7F91-4B86-B73E-AF746821D339}.Debug|x86.ActiveCfg = Debug|Any CPU - {AE25EF21-7F91-4B86-B73E-AF746821D339}.Release|Any CPU.ActiveCfg = Release|Any CPU - {AE25EF21-7F91-4B86-B73E-AF746821D339}.Release|Any CPU.Build.0 = Release|Any CPU - {AE25EF21-7F91-4B86-B73E-AF746821D339}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {AE25EF21-7F91-4B86-B73E-AF746821D339}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {AE25EF21-7F91-4B86-B73E-AF746821D339}.Release|x86.ActiveCfg = Release|Any CPU - {A2FB7838-0031-4FAD-BA3E-83C30B3AF406}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A2FB7838-0031-4FAD-BA3E-83C30B3AF406}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A2FB7838-0031-4FAD-BA3E-83C30B3AF406}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {A2FB7838-0031-4FAD-BA3E-83C30B3AF406}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {A2FB7838-0031-4FAD-BA3E-83C30B3AF406}.Debug|x86.ActiveCfg = Debug|Any CPU - {A2FB7838-0031-4FAD-BA3E-83C30B3AF406}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A2FB7838-0031-4FAD-BA3E-83C30B3AF406}.Release|Any CPU.Build.0 = Release|Any CPU - {A2FB7838-0031-4FAD-BA3E-83C30B3AF406}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {A2FB7838-0031-4FAD-BA3E-83C30B3AF406}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {A2FB7838-0031-4FAD-BA3E-83C30B3AF406}.Release|x86.ActiveCfg = Release|Any CPU - {93C10E50-BCBB-4D8E-9492-D46E1396225B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {93C10E50-BCBB-4D8E-9492-D46E1396225B}.Debug|Any CPU.Build.0 = Debug|Any CPU - {93C10E50-BCBB-4D8E-9492-D46E1396225B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {93C10E50-BCBB-4D8E-9492-D46E1396225B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {93C10E50-BCBB-4D8E-9492-D46E1396225B}.Debug|x86.ActiveCfg = Debug|Any CPU - {93C10E50-BCBB-4D8E-9492-D46E1396225B}.Release|Any CPU.ActiveCfg = Release|Any CPU - {93C10E50-BCBB-4D8E-9492-D46E1396225B}.Release|Any CPU.Build.0 = Release|Any CPU - {93C10E50-BCBB-4D8E-9492-D46E1396225B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {93C10E50-BCBB-4D8E-9492-D46E1396225B}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {93C10E50-BCBB-4D8E-9492-D46E1396225B}.Release|x86.ActiveCfg = Release|Any CPU - {60AA2FDB-8121-4826-8D00-9A143FEFAF66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {60AA2FDB-8121-4826-8D00-9A143FEFAF66}.Debug|Any CPU.Build.0 = Debug|Any CPU - {60AA2FDB-8121-4826-8D00-9A143FEFAF66}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {60AA2FDB-8121-4826-8D00-9A143FEFAF66}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {60AA2FDB-8121-4826-8D00-9A143FEFAF66}.Debug|x86.ActiveCfg = Debug|Any CPU - {60AA2FDB-8121-4826-8D00-9A143FEFAF66}.Debug|x86.Build.0 = Debug|Any CPU - {60AA2FDB-8121-4826-8D00-9A143FEFAF66}.Release|Any CPU.ActiveCfg = Release|Any CPU - {60AA2FDB-8121-4826-8D00-9A143FEFAF66}.Release|Any CPU.Build.0 = Release|Any CPU - {60AA2FDB-8121-4826-8D00-9A143FEFAF66}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {60AA2FDB-8121-4826-8D00-9A143FEFAF66}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {60AA2FDB-8121-4826-8D00-9A143FEFAF66}.Release|x86.ActiveCfg = Release|Any CPU - {60AA2FDB-8121-4826-8D00-9A143FEFAF66}.Release|x86.Build.0 = Release|Any CPU - {E6BB7AD1-BD10-4A23-B780-F4A86ADF00D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {E6BB7AD1-BD10-4A23-B780-F4A86ADF00D1}.Debug|Any CPU.Build.0 = Debug|Any CPU - {E6BB7AD1-BD10-4A23-B780-F4A86ADF00D1}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {E6BB7AD1-BD10-4A23-B780-F4A86ADF00D1}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {E6BB7AD1-BD10-4A23-B780-F4A86ADF00D1}.Debug|x86.ActiveCfg = Debug|Any CPU - {E6BB7AD1-BD10-4A23-B780-F4A86ADF00D1}.Debug|x86.Build.0 = Debug|Any CPU - {E6BB7AD1-BD10-4A23-B780-F4A86ADF00D1}.Release|Any CPU.ActiveCfg = Release|Any CPU - {E6BB7AD1-BD10-4A23-B780-F4A86ADF00D1}.Release|Any CPU.Build.0 = Release|Any CPU - {E6BB7AD1-BD10-4A23-B780-F4A86ADF00D1}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {E6BB7AD1-BD10-4A23-B780-F4A86ADF00D1}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {E6BB7AD1-BD10-4A23-B780-F4A86ADF00D1}.Release|x86.ActiveCfg = Release|Any CPU - {E6BB7AD1-BD10-4A23-B780-F4A86ADF00D1}.Release|x86.Build.0 = Release|Any CPU - {1D0764B4-1DEB-4232-A714-D4B7E846918A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {1D0764B4-1DEB-4232-A714-D4B7E846918A}.Debug|Any CPU.Build.0 = Debug|Any CPU - {1D0764B4-1DEB-4232-A714-D4B7E846918A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {1D0764B4-1DEB-4232-A714-D4B7E846918A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {1D0764B4-1DEB-4232-A714-D4B7E846918A}.Debug|x86.ActiveCfg = Debug|Any CPU - {1D0764B4-1DEB-4232-A714-D4B7E846918A}.Debug|x86.Build.0 = Debug|Any CPU - {1D0764B4-1DEB-4232-A714-D4B7E846918A}.Release|Any CPU.ActiveCfg = Release|Any CPU - {1D0764B4-1DEB-4232-A714-D4B7E846918A}.Release|Any CPU.Build.0 = Release|Any CPU - {1D0764B4-1DEB-4232-A714-D4B7E846918A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {1D0764B4-1DEB-4232-A714-D4B7E846918A}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {1D0764B4-1DEB-4232-A714-D4B7E846918A}.Release|x86.ActiveCfg = Release|Any CPU - {1D0764B4-1DEB-4232-A714-D4B7E846918A}.Release|x86.Build.0 = Release|Any CPU - {3D8C9A87-5DFB-4EC0-9CB6-174AD3B33852}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {3D8C9A87-5DFB-4EC0-9CB6-174AD3B33852}.Debug|Any CPU.Build.0 = Debug|Any CPU - {3D8C9A87-5DFB-4EC0-9CB6-174AD3B33852}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {3D8C9A87-5DFB-4EC0-9CB6-174AD3B33852}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {3D8C9A87-5DFB-4EC0-9CB6-174AD3B33852}.Debug|x86.ActiveCfg = Debug|Any CPU - {3D8C9A87-5DFB-4EC0-9CB6-174AD3B33852}.Debug|x86.Build.0 = Debug|Any CPU - {3D8C9A87-5DFB-4EC0-9CB6-174AD3B33852}.Release|Any CPU.ActiveCfg = Release|Any CPU - {3D8C9A87-5DFB-4EC0-9CB6-174AD3B33852}.Release|Any CPU.Build.0 = Release|Any CPU - {3D8C9A87-5DFB-4EC0-9CB6-174AD3B33852}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {3D8C9A87-5DFB-4EC0-9CB6-174AD3B33852}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {3D8C9A87-5DFB-4EC0-9CB6-174AD3B33852}.Release|x86.ActiveCfg = Release|Any CPU - {3D8C9A87-5DFB-4EC0-9CB6-174AD3B33852}.Release|x86.Build.0 = Release|Any CPU - {73CA3145-91BD-4DA5-BC74-40008DE7EA98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {73CA3145-91BD-4DA5-BC74-40008DE7EA98}.Debug|Any CPU.Build.0 = Debug|Any CPU - {73CA3145-91BD-4DA5-BC74-40008DE7EA98}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {73CA3145-91BD-4DA5-BC74-40008DE7EA98}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {73CA3145-91BD-4DA5-BC74-40008DE7EA98}.Debug|x86.ActiveCfg = Debug|Any CPU - {73CA3145-91BD-4DA5-BC74-40008DE7EA98}.Debug|x86.Build.0 = Debug|Any CPU - {73CA3145-91BD-4DA5-BC74-40008DE7EA98}.Release|Any CPU.ActiveCfg = Release|Any CPU - {73CA3145-91BD-4DA5-BC74-40008DE7EA98}.Release|Any CPU.Build.0 = Release|Any CPU - {73CA3145-91BD-4DA5-BC74-40008DE7EA98}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {73CA3145-91BD-4DA5-BC74-40008DE7EA98}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {73CA3145-91BD-4DA5-BC74-40008DE7EA98}.Release|x86.ActiveCfg = Release|Any CPU - {73CA3145-91BD-4DA5-BC74-40008DE7EA98}.Release|x86.Build.0 = Release|Any CPU - {A85950C5-2794-47E2-8EAA-05A1DC7C6DA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A85950C5-2794-47E2-8EAA-05A1DC7C6DA7}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A85950C5-2794-47E2-8EAA-05A1DC7C6DA7}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU - {A85950C5-2794-47E2-8EAA-05A1DC7C6DA7}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU - {A85950C5-2794-47E2-8EAA-05A1DC7C6DA7}.Debug|x86.ActiveCfg = Debug|Any CPU - {A85950C5-2794-47E2-8EAA-05A1DC7C6DA7}.Debug|x86.Build.0 = Debug|Any CPU - {A85950C5-2794-47E2-8EAA-05A1DC7C6DA7}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A85950C5-2794-47E2-8EAA-05A1DC7C6DA7}.Release|Any CPU.Build.0 = Release|Any CPU - {A85950C5-2794-47E2-8EAA-05A1DC7C6DA7}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU - {A85950C5-2794-47E2-8EAA-05A1DC7C6DA7}.Release|Mixed Platforms.Build.0 = Release|Any CPU - {A85950C5-2794-47E2-8EAA-05A1DC7C6DA7}.Release|x86.ActiveCfg = Release|Any CPU - {A85950C5-2794-47E2-8EAA-05A1DC7C6DA7}.Release|x86.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(NestedProjects) = preSolution - {BCF0F967-8753-4438-BD07-AADCA9CE509A} = {A5A15F1C-885A-452A-A731-B0173DDBD913} - {22071333-15BA-4D16-A1D5-4D5B1A83FBDD} = {A5A15F1C-885A-452A-A731-B0173DDBD913} - {D9128247-8F97-48B8-A863-F1F21A029FCE} = {A5A15F1C-885A-452A-A731-B0173DDBD913} - {AA99AF26-F7B1-4A6B-A922-5C25539F6391} = {F31FF137-390C-49BF-A3BD-7C6ED3597C21} - {C5D2BAE1-E182-48A0-AA74-1AF14B782BF7} = {F31FF137-390C-49BF-A3BD-7C6ED3597C21} - {F16692B8-9F38-4DCA-A582-E43172B989C6} = {F31FF137-390C-49BF-A3BD-7C6ED3597C21} - {59BED991-F207-48ED-B24C-0A1D9C986C01} = {A5A15F1C-885A-452A-A731-B0173DDBD913} - {16219571-3268-4D12-8689-12B7163DBA13} = {F31FF137-390C-49BF-A3BD-7C6ED3597C21} - {CCC4363E-81E2-4058-94DD-00494E9E992A} = {A5A15F1C-885A-452A-A731-B0173DDBD913} - {AE25EF21-7F91-4B86-B73E-AF746821D339} = {F31FF137-390C-49BF-A3BD-7C6ED3597C21} - {A2FB7838-0031-4FAD-BA3E-83C30B3AF406} = {A5A15F1C-885A-452A-A731-B0173DDBD913} - {93C10E50-BCBB-4D8E-9492-D46E1396225B} = {F31FF137-390C-49BF-A3BD-7C6ED3597C21} - {60AA2FDB-8121-4826-8D00-9A143FEFAF66} = {A5A15F1C-885A-452A-A731-B0173DDBD913} - {E6BB7AD1-BD10-4A23-B780-F4A86ADF00D1} = {F31FF137-390C-49BF-A3BD-7C6ED3597C21} - {1D0764B4-1DEB-4232-A714-D4B7E846918A} = {982F09D8-621E-4872-BA7B-BBDEA47D1EFD} - {ED7BCAC5-2796-44BD-9954-7C248263BC8B} = {C6C48D5F-B289-4150-A6FC-77A5C7064BCE} - {3D8C9A87-5DFB-4EC0-9CB6-174AD3B33852} = {A5A15F1C-885A-452A-A731-B0173DDBD913} - {73CA3145-91BD-4DA5-BC74-40008DE7EA98} = {A5A15F1C-885A-452A-A731-B0173DDBD913} - {A85950C5-2794-47E2-8EAA-05A1DC7C6DA7} = {F31FF137-390C-49BF-A3BD-7C6ED3597C21} - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {D9A9994D-F09F-4209-861B-4A9036485D1F} - EndGlobalSection -EndGlobal diff --git a/LICENSE.txt b/LICENSE.txt deleted file mode 100644 index 7b2956ecee..0000000000 --- a/LICENSE.txt +++ /dev/null @@ -1,14 +0,0 @@ -Copyright (c) .NET Foundation and Contributors - -All rights reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); you may not use -this file except in compliance with the License. You may obtain a copy of the -License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software distributed -under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR -CONDITIONS OF ANY KIND, either express or implied. See the License for the -specific language governing permissions and limitations under the License. diff --git a/NuGet.config b/NuGet.config deleted file mode 100644 index e32bddfd51..0000000000 --- a/NuGet.config +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/NuGetPackageVerifier.json b/NuGetPackageVerifier.json deleted file mode 100644 index b153ab1515..0000000000 --- a/NuGetPackageVerifier.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "Default": { - "rules": [ - "DefaultCompositeRule" - ] - } -} \ No newline at end of file diff --git a/README.md b/README.md deleted file mode 100644 index a66e3a23e8..0000000000 --- a/README.md +++ /dev/null @@ -1,15 +0,0 @@ -HttpAbstractions -================ - -| AppVeyor | Travis | -| ---- | ---- -| [![AppVeyor](https://ci.appveyor.com/api/projects/status/8civi9t457oc7rf8/branch/dev?svg=true)](https://ci.appveyor.com/project/aspnetci/HttpAbstractions/branch/dev) | [![Travis](https://travis-ci.org/aspnet/HttpAbstractions.svg?branch=dev)](https://travis-ci.org/aspnet/HttpAbstractions) | - -Contains HTTP abstractions for ASP.NET Core such as `HttpContext`, `HttpRequest`, `HttpResponse` and `RequestDelegate`. - -It also contains `IApplicationBuilder` and extensions to create and compose your application's pipeline. - -This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://github.com/aspnet/home) repo. - - - diff --git a/build.cmd b/build.cmd deleted file mode 100644 index c0050bda12..0000000000 --- a/build.cmd +++ /dev/null @@ -1,2 +0,0 @@ -@ECHO OFF -PowerShell -NoProfile -NoLogo -ExecutionPolicy unrestricted -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';& '%~dp0run.ps1' default-build %*; exit $LASTEXITCODE" diff --git a/build.sh b/build.sh deleted file mode 100755 index 98a4b22765..0000000000 --- a/build.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash - -set -euo pipefail -DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" - -# Call "sync" between "chmod" and execution to prevent "text file busy" error in Docker (aufs) -chmod +x "$DIR/run.sh"; sync -"$DIR/run.sh" default-build "$@" diff --git a/build/Key.snk b/build/Key.snk deleted file mode 100644 index e10e4889c125d3120cd9e81582243d70f7cbb806..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 596 zcmV-a0;~N80ssI2Bme+XQ$aES1ONa50098=Iw=HCsnz~#iVhm& zj%TU(_THUee?3yHBjk$37ysB?i5#7WD$={H zV4B!OxRPrb|8)HPg~A}8P>^=#y<)56#=E&NzcjOtPK~<4n6GHt=K$ro*T(lhby_@U zEk(hLzk1H)0yXj{A_5>fk-TgNoP|q6(tP2xo8zt8i%212CWM#AeCd?`hS|4~L({h~Moo(~vy&3Z z1uI}`fd^*>o=rwbAGymj6RM^pZm(*Kfhs+Y1#`-2JPWZMK8@;ZWCk2+9bX4YP);~fj-BU*R zQPvWv$89!{Rl9wM+zR>_TSkn^voYxA?2G iKnV#iZ6Ah`K>b=@=IjYJXrxL124zR(38)nxe+&q_$QXwJ diff --git a/build/dependencies.props b/build/dependencies.props deleted file mode 100644 index 6e61a4cb93..0000000000 --- a/build/dependencies.props +++ /dev/null @@ -1,37 +0,0 @@ - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - - - - 2.1.3-rtm-15802 - 2.0.0 - 2.1.2 - 15.6.1 - 4.7.49 - 2.0.3 - 4.5.0 - 4.5.0 - 0.8.0 - 2.3.1 - 2.4.0-beta.1.build3945 - - - - - - - - 2.1.0 - 2.1.1 - 2.1.1 - 2.1.1 - 2.1.1 - 2.1.1 - 2.1.1 - 2.1.1 - 2.1.1 - 2.1.1 - - \ No newline at end of file diff --git a/build/repo.props b/build/repo.props deleted file mode 100644 index dab1601c88..0000000000 --- a/build/repo.props +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - Internal.AspNetCore.Universe.Lineup - 2.1.0-rc1-* - https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json - - - - - - - diff --git a/build/sources.props b/build/sources.props deleted file mode 100644 index 9215df9751..0000000000 --- a/build/sources.props +++ /dev/null @@ -1,17 +0,0 @@ - - - - - $(DotNetRestoreSources) - - $(RestoreSources); - https://dotnet.myget.org/F/dotnet-core/api/v3/index.json; - https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json; - https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json; - - - $(RestoreSources); - https://api.nuget.org/v3/index.json; - - - diff --git a/korebuild-lock.txt b/korebuild-lock.txt deleted file mode 100644 index 251c227c83..0000000000 --- a/korebuild-lock.txt +++ /dev/null @@ -1,2 +0,0 @@ -version:2.1.3-rtm-15802 -commithash:a7c08b45b440a7d2058a0aa1eaa3eb6ba811976a diff --git a/korebuild.json b/korebuild.json deleted file mode 100644 index 678d8bb948..0000000000 --- a/korebuild.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/release/2.1/tools/korebuild.schema.json", - "channel": "release/2.1" -} diff --git a/run.cmd b/run.cmd deleted file mode 100644 index d52d5c7e68..0000000000 --- a/run.cmd +++ /dev/null @@ -1,2 +0,0 @@ -@ECHO OFF -PowerShell -NoProfile -NoLogo -ExecutionPolicy unrestricted -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';& '%~dp0run.ps1' %*; exit $LASTEXITCODE" diff --git a/run.ps1 b/run.ps1 deleted file mode 100644 index 27dcf848f8..0000000000 --- a/run.ps1 +++ /dev/null @@ -1,196 +0,0 @@ -#!/usr/bin/env powershell -#requires -version 4 - -<# -.SYNOPSIS -Executes KoreBuild commands. - -.DESCRIPTION -Downloads korebuild if required. Then executes the KoreBuild command. To see available commands, execute with `-Command help`. - -.PARAMETER Command -The KoreBuild command to run. - -.PARAMETER Path -The folder to build. Defaults to the folder containing this script. - -.PARAMETER Channel -The channel of KoreBuild to download. Overrides the value from the config file. - -.PARAMETER DotNetHome -The directory where .NET Core tools will be stored. - -.PARAMETER ToolsSource -The base url where build tools can be downloaded. Overrides the value from the config file. - -.PARAMETER Update -Updates KoreBuild to the latest version even if a lock file is present. - -.PARAMETER ConfigFile -The path to the configuration file that stores values. Defaults to korebuild.json. - -.PARAMETER ToolsSourceSuffix -The Suffix to append to the end of the ToolsSource. Useful for query strings in blob stores. - -.PARAMETER Arguments -Arguments to be passed to the command - -.NOTES -This function will create a file $PSScriptRoot/korebuild-lock.txt. This lock file can be committed to source, but does not have to be. -When the lockfile is not present, KoreBuild will create one using latest available version from $Channel. - -The $ConfigFile is expected to be an JSON file. It is optional, and the configuration values in it are optional as well. Any options set -in the file are overridden by command line parameters. - -.EXAMPLE -Example config file: -```json -{ - "$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/dev/tools/korebuild.schema.json", - "channel": "dev", - "toolsSource": "https://aspnetcore.blob.core.windows.net/buildtools" -} -``` -#> -[CmdletBinding(PositionalBinding = $false)] -param( - [Parameter(Mandatory = $true, Position = 0)] - [string]$Command, - [string]$Path = $PSScriptRoot, - [Alias('c')] - [string]$Channel, - [Alias('d')] - [string]$DotNetHome, - [Alias('s')] - [string]$ToolsSource, - [Alias('u')] - [switch]$Update, - [string]$ConfigFile, - [string]$ToolsSourceSuffix, - [Parameter(ValueFromRemainingArguments = $true)] - [string[]]$Arguments -) - -Set-StrictMode -Version 2 -$ErrorActionPreference = 'Stop' - -# -# Functions -# - -function Get-KoreBuild { - - $lockFile = Join-Path $Path 'korebuild-lock.txt' - - if (!(Test-Path $lockFile) -or $Update) { - Get-RemoteFile "$ToolsSource/korebuild/channels/$Channel/latest.txt" $lockFile $ToolsSourceSuffix - } - - $version = Get-Content $lockFile | Where-Object { $_ -like 'version:*' } | Select-Object -first 1 - if (!$version) { - Write-Error "Failed to parse version from $lockFile. Expected a line that begins with 'version:'" - } - $version = $version.TrimStart('version:').Trim() - $korebuildPath = Join-Paths $DotNetHome ('buildtools', 'korebuild', $version) - - if (!(Test-Path $korebuildPath)) { - Write-Host -ForegroundColor Magenta "Downloading KoreBuild $version" - New-Item -ItemType Directory -Path $korebuildPath | Out-Null - $remotePath = "$ToolsSource/korebuild/artifacts/$version/korebuild.$version.zip" - - try { - $tmpfile = Join-Path ([IO.Path]::GetTempPath()) "KoreBuild-$([guid]::NewGuid()).zip" - Get-RemoteFile $remotePath $tmpfile $ToolsSourceSuffix - if (Get-Command -Name 'Expand-Archive' -ErrorAction Ignore) { - # Use built-in commands where possible as they are cross-plat compatible - Expand-Archive -Path $tmpfile -DestinationPath $korebuildPath - } - else { - # Fallback to old approach for old installations of PowerShell - Add-Type -AssemblyName System.IO.Compression.FileSystem - [System.IO.Compression.ZipFile]::ExtractToDirectory($tmpfile, $korebuildPath) - } - } - catch { - Remove-Item -Recurse -Force $korebuildPath -ErrorAction Ignore - throw - } - finally { - Remove-Item $tmpfile -ErrorAction Ignore - } - } - - return $korebuildPath -} - -function Join-Paths([string]$path, [string[]]$childPaths) { - $childPaths | ForEach-Object { $path = Join-Path $path $_ } - return $path -} - -function Get-RemoteFile([string]$RemotePath, [string]$LocalPath, [string]$RemoteSuffix) { - if ($RemotePath -notlike 'http*') { - Copy-Item $RemotePath $LocalPath - return - } - - $retries = 10 - while ($retries -gt 0) { - $retries -= 1 - try { - Invoke-WebRequest -UseBasicParsing -Uri $($RemotePath + $RemoteSuffix) -OutFile $LocalPath - return - } - catch { - Write-Verbose "Request failed. $retries retries remaining" - } - } - - Write-Error "Download failed: '$RemotePath'." -} - -# -# Main -# - -# Load configuration or set defaults - -$Path = Resolve-Path $Path -if (!$ConfigFile) { $ConfigFile = Join-Path $Path 'korebuild.json' } - -if (Test-Path $ConfigFile) { - try { - $config = Get-Content -Raw -Encoding UTF8 -Path $ConfigFile | ConvertFrom-Json - if ($config) { - if (!($Channel) -and (Get-Member -Name 'channel' -InputObject $config)) { [string] $Channel = $config.channel } - if (!($ToolsSource) -and (Get-Member -Name 'toolsSource' -InputObject $config)) { [string] $ToolsSource = $config.toolsSource} - } - } - catch { - Write-Warning "$ConfigFile could not be read. Its settings will be ignored." - Write-Warning $Error[0] - } -} - -if (!$DotNetHome) { - $DotNetHome = if ($env:DOTNET_HOME) { $env:DOTNET_HOME } ` - elseif ($env:USERPROFILE) { Join-Path $env:USERPROFILE '.dotnet'} ` - elseif ($env:HOME) {Join-Path $env:HOME '.dotnet'}` - else { Join-Path $PSScriptRoot '.dotnet'} -} - -if (!$Channel) { $Channel = 'dev' } -if (!$ToolsSource) { $ToolsSource = 'https://aspnetcore.blob.core.windows.net/buildtools' } - -# Execute - -$korebuildPath = Get-KoreBuild -Import-Module -Force -Scope Local (Join-Path $korebuildPath 'KoreBuild.psd1') - -try { - Set-KoreBuildSettings -ToolsSource $ToolsSource -DotNetHome $DotNetHome -RepoPath $Path -ConfigFile $ConfigFile - Invoke-KoreBuildCommand $Command @Arguments -} -finally { - Remove-Module 'KoreBuild' -ErrorAction Ignore -} diff --git a/run.sh b/run.sh deleted file mode 100755 index 834961fc3a..0000000000 --- a/run.sh +++ /dev/null @@ -1,231 +0,0 @@ -#!/usr/bin/env bash - -set -euo pipefail - -# -# variables -# - -RESET="\033[0m" -RED="\033[0;31m" -YELLOW="\033[0;33m" -MAGENTA="\033[0;95m" -DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -[ -z "${DOTNET_HOME:-}" ] && DOTNET_HOME="$HOME/.dotnet" -verbose=false -update=false -repo_path="$DIR" -channel='' -tools_source='' -tools_source_suffix='' - -# -# Functions -# -__usage() { - echo "Usage: $(basename "${BASH_SOURCE[0]}") command [options] [[--] ...]" - echo "" - echo "Arguments:" - echo " command The command to be run." - echo " ... Arguments passed to the command. Variable number of arguments allowed." - echo "" - echo "Options:" - echo " --verbose Show verbose output." - echo " -c|--channel The channel of KoreBuild to download. Overrides the value from the config file.." - echo " --config-file The path to the configuration file that stores values. Defaults to korebuild.json." - echo " -d|--dotnet-home The directory where .NET Core tools will be stored. Defaults to '\$DOTNET_HOME' or '\$HOME/.dotnet." - echo " --path The directory to build. Defaults to the directory containing the script." - echo " -s|--tools-source|-ToolsSource The base url where build tools can be downloaded. Overrides the value from the config file." - echo " --tools-source-suffix|-ToolsSourceSuffix The suffix to append to tools-source. Useful for query strings." - echo " -u|--update Update to the latest KoreBuild even if the lock file is present." - echo "" - echo "Description:" - echo " This function will create a file \$DIR/korebuild-lock.txt. This lock file can be committed to source, but does not have to be." - echo " When the lockfile is not present, KoreBuild will create one using latest available version from \$channel." - - if [[ "${1:-}" != '--no-exit' ]]; then - exit 2 - fi -} - -get_korebuild() { - local version - local lock_file="$repo_path/korebuild-lock.txt" - if [ ! -f "$lock_file" ] || [ "$update" = true ]; then - __get_remote_file "$tools_source/korebuild/channels/$channel/latest.txt" "$lock_file" "$tools_source_suffix" - fi - version="$(grep 'version:*' -m 1 "$lock_file")" - if [[ "$version" == '' ]]; then - __error "Failed to parse version from $lock_file. Expected a line that begins with 'version:'" - return 1 - fi - version="$(echo "${version#version:}" | sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//')" - local korebuild_path="$DOTNET_HOME/buildtools/korebuild/$version" - - { - if [ ! -d "$korebuild_path" ]; then - mkdir -p "$korebuild_path" - local remote_path="$tools_source/korebuild/artifacts/$version/korebuild.$version.zip" - tmpfile="$(mktemp)" - echo -e "${MAGENTA}Downloading KoreBuild ${version}${RESET}" - if __get_remote_file "$remote_path" "$tmpfile" "$tools_source_suffix"; then - unzip -q -d "$korebuild_path" "$tmpfile" - fi - rm "$tmpfile" || true - fi - - source "$korebuild_path/KoreBuild.sh" - } || { - if [ -d "$korebuild_path" ]; then - echo "Cleaning up after failed installation" - rm -rf "$korebuild_path" || true - fi - return 1 - } -} - -__error() { - echo -e "${RED}error: $*${RESET}" 1>&2 -} - -__warn() { - echo -e "${YELLOW}warning: $*${RESET}" -} - -__machine_has() { - hash "$1" > /dev/null 2>&1 - return $? -} - -__get_remote_file() { - local remote_path=$1 - local local_path=$2 - local remote_path_suffix=$3 - - if [[ "$remote_path" != 'http'* ]]; then - cp "$remote_path" "$local_path" - return 0 - fi - - local failed=false - if __machine_has wget; then - wget --tries 10 --quiet -O "$local_path" "${remote_path}${remote_path_suffix}" || failed=true - else - failed=true - fi - - if [ "$failed" = true ] && __machine_has curl; then - failed=false - curl --retry 10 -sSL -f --create-dirs -o "$local_path" "${remote_path}${remote_path_suffix}" || failed=true - fi - - if [ "$failed" = true ]; then - __error "Download failed: $remote_path" 1>&2 - return 1 - fi -} - -# -# main -# - -command="${1:-}" -shift - -while [[ $# -gt 0 ]]; do - case $1 in - -\?|-h|--help) - __usage --no-exit - exit 0 - ;; - -c|--channel|-Channel) - shift - channel="${1:-}" - [ -z "$channel" ] && __usage - ;; - --config-file|-ConfigFile) - shift - config_file="${1:-}" - [ -z "$config_file" ] && __usage - if [ ! -f "$config_file" ]; then - __error "Invalid value for --config-file. $config_file does not exist." - exit 1 - fi - ;; - -d|--dotnet-home|-DotNetHome) - shift - DOTNET_HOME="${1:-}" - [ -z "$DOTNET_HOME" ] && __usage - ;; - --path|-Path) - shift - repo_path="${1:-}" - [ -z "$repo_path" ] && __usage - ;; - -s|--tools-source|-ToolsSource) - shift - tools_source="${1:-}" - [ -z "$tools_source" ] && __usage - ;; - --tools-source-suffix|-ToolsSourceSuffix) - shift - tools_source_suffix="${1:-}" - [ -z "$tools_source_suffix" ] && __usage - ;; - -u|--update|-Update) - update=true - ;; - --verbose|-Verbose) - verbose=true - ;; - --) - shift - break - ;; - *) - break - ;; - esac - shift -done - -if ! __machine_has unzip; then - __error 'Missing required command: unzip' - exit 1 -fi - -if ! __machine_has curl && ! __machine_has wget; then - __error 'Missing required command. Either wget or curl is required.' - exit 1 -fi - -[ -z "${config_file:-}" ] && config_file="$repo_path/korebuild.json" -if [ -f "$config_file" ]; then - if __machine_has jq ; then - if jq '.' "$config_file" >/dev/null ; then - config_channel="$(jq -r 'select(.channel!=null) | .channel' "$config_file")" - config_tools_source="$(jq -r 'select(.toolsSource!=null) | .toolsSource' "$config_file")" - else - __warn "$config_file is invalid JSON. Its settings will be ignored." - fi - elif __machine_has python ; then - if python -c "import json,codecs;obj=json.load(codecs.open('$config_file', 'r', 'utf-8-sig'))" >/dev/null ; then - config_channel="$(python -c "import json,codecs;obj=json.load(codecs.open('$config_file', 'r', 'utf-8-sig'));print(obj['channel'] if 'channel' in obj else '')")" - config_tools_source="$(python -c "import json,codecs;obj=json.load(codecs.open('$config_file', 'r', 'utf-8-sig'));print(obj['toolsSource'] if 'toolsSource' in obj else '')")" - else - __warn "$config_file is invalid JSON. Its settings will be ignored." - fi - else - __warn 'Missing required command: jq or pyton. Could not parse the JSON file. Its settings will be ignored.' - fi - - [ ! -z "${config_channel:-}" ] && channel="$config_channel" - [ ! -z "${config_tools_source:-}" ] && tools_source="$config_tools_source" -fi - -[ -z "$channel" ] && channel='dev' -[ -z "$tools_source" ] && tools_source='https://aspnetcore.blob.core.windows.net/buildtools' - -get_korebuild -set_korebuildsettings "$tools_source" "$DOTNET_HOME" "$repo_path" "$config_file" -invoke_korebuild_command "$command" "$@" diff --git a/samples/SampleApp/SampleApp.csproj b/samples/SampleApp/SampleApp.csproj deleted file mode 100644 index 0447897f43..0000000000 --- a/samples/SampleApp/SampleApp.csproj +++ /dev/null @@ -1,13 +0,0 @@ - - - - netcoreapp2.1;net461 - Exe - - - - - - - - diff --git a/src/Directory.Build.props b/src/Directory.Build.props deleted file mode 100644 index 4b89a431e7..0000000000 --- a/src/Directory.Build.props +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/src/Microsoft.AspNetCore.Authentication.Abstractions/AuthenticateResult.cs b/src/Http/Authentication.Abstractions/src/AuthenticateResult.cs similarity index 100% rename from src/Microsoft.AspNetCore.Authentication.Abstractions/AuthenticateResult.cs rename to src/Http/Authentication.Abstractions/src/AuthenticateResult.cs diff --git a/src/Microsoft.AspNetCore.Authentication.Abstractions/AuthenticationHttpContextExtensions.cs b/src/Http/Authentication.Abstractions/src/AuthenticationHttpContextExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Authentication.Abstractions/AuthenticationHttpContextExtensions.cs rename to src/Http/Authentication.Abstractions/src/AuthenticationHttpContextExtensions.cs diff --git a/src/Microsoft.AspNetCore.Authentication.Abstractions/AuthenticationOptions.cs b/src/Http/Authentication.Abstractions/src/AuthenticationOptions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Authentication.Abstractions/AuthenticationOptions.cs rename to src/Http/Authentication.Abstractions/src/AuthenticationOptions.cs diff --git a/src/Microsoft.AspNetCore.Authentication.Abstractions/AuthenticationProperties.cs b/src/Http/Authentication.Abstractions/src/AuthenticationProperties.cs similarity index 100% rename from src/Microsoft.AspNetCore.Authentication.Abstractions/AuthenticationProperties.cs rename to src/Http/Authentication.Abstractions/src/AuthenticationProperties.cs diff --git a/src/Microsoft.AspNetCore.Authentication.Abstractions/AuthenticationScheme.cs b/src/Http/Authentication.Abstractions/src/AuthenticationScheme.cs similarity index 100% rename from src/Microsoft.AspNetCore.Authentication.Abstractions/AuthenticationScheme.cs rename to src/Http/Authentication.Abstractions/src/AuthenticationScheme.cs diff --git a/src/Microsoft.AspNetCore.Authentication.Abstractions/AuthenticationSchemeBuilder.cs b/src/Http/Authentication.Abstractions/src/AuthenticationSchemeBuilder.cs similarity index 100% rename from src/Microsoft.AspNetCore.Authentication.Abstractions/AuthenticationSchemeBuilder.cs rename to src/Http/Authentication.Abstractions/src/AuthenticationSchemeBuilder.cs diff --git a/src/Microsoft.AspNetCore.Authentication.Abstractions/AuthenticationTicket.cs b/src/Http/Authentication.Abstractions/src/AuthenticationTicket.cs similarity index 100% rename from src/Microsoft.AspNetCore.Authentication.Abstractions/AuthenticationTicket.cs rename to src/Http/Authentication.Abstractions/src/AuthenticationTicket.cs diff --git a/src/Microsoft.AspNetCore.Authentication.Abstractions/AuthenticationToken.cs b/src/Http/Authentication.Abstractions/src/AuthenticationToken.cs similarity index 100% rename from src/Microsoft.AspNetCore.Authentication.Abstractions/AuthenticationToken.cs rename to src/Http/Authentication.Abstractions/src/AuthenticationToken.cs diff --git a/src/Microsoft.AspNetCore.Authentication.Abstractions/IAuthenticationFeature.cs b/src/Http/Authentication.Abstractions/src/IAuthenticationFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Authentication.Abstractions/IAuthenticationFeature.cs rename to src/Http/Authentication.Abstractions/src/IAuthenticationFeature.cs diff --git a/src/Microsoft.AspNetCore.Authentication.Abstractions/IAuthenticationHandler.cs b/src/Http/Authentication.Abstractions/src/IAuthenticationHandler.cs similarity index 100% rename from src/Microsoft.AspNetCore.Authentication.Abstractions/IAuthenticationHandler.cs rename to src/Http/Authentication.Abstractions/src/IAuthenticationHandler.cs diff --git a/src/Microsoft.AspNetCore.Authentication.Abstractions/IAuthenticationHandlerProvider.cs b/src/Http/Authentication.Abstractions/src/IAuthenticationHandlerProvider.cs similarity index 100% rename from src/Microsoft.AspNetCore.Authentication.Abstractions/IAuthenticationHandlerProvider.cs rename to src/Http/Authentication.Abstractions/src/IAuthenticationHandlerProvider.cs diff --git a/src/Microsoft.AspNetCore.Authentication.Abstractions/IAuthenticationRequestHandler.cs b/src/Http/Authentication.Abstractions/src/IAuthenticationRequestHandler.cs similarity index 100% rename from src/Microsoft.AspNetCore.Authentication.Abstractions/IAuthenticationRequestHandler.cs rename to src/Http/Authentication.Abstractions/src/IAuthenticationRequestHandler.cs diff --git a/src/Microsoft.AspNetCore.Authentication.Abstractions/IAuthenticationSchemeProvider.cs b/src/Http/Authentication.Abstractions/src/IAuthenticationSchemeProvider.cs similarity index 100% rename from src/Microsoft.AspNetCore.Authentication.Abstractions/IAuthenticationSchemeProvider.cs rename to src/Http/Authentication.Abstractions/src/IAuthenticationSchemeProvider.cs diff --git a/src/Microsoft.AspNetCore.Authentication.Abstractions/IAuthenticationService.cs b/src/Http/Authentication.Abstractions/src/IAuthenticationService.cs similarity index 100% rename from src/Microsoft.AspNetCore.Authentication.Abstractions/IAuthenticationService.cs rename to src/Http/Authentication.Abstractions/src/IAuthenticationService.cs diff --git a/src/Microsoft.AspNetCore.Authentication.Abstractions/IAuthenticationSignInHandler.cs b/src/Http/Authentication.Abstractions/src/IAuthenticationSignInHandler.cs similarity index 100% rename from src/Microsoft.AspNetCore.Authentication.Abstractions/IAuthenticationSignInHandler.cs rename to src/Http/Authentication.Abstractions/src/IAuthenticationSignInHandler.cs diff --git a/src/Microsoft.AspNetCore.Authentication.Abstractions/IAuthenticationSignOutHandler.cs b/src/Http/Authentication.Abstractions/src/IAuthenticationSignOutHandler.cs similarity index 100% rename from src/Microsoft.AspNetCore.Authentication.Abstractions/IAuthenticationSignOutHandler.cs rename to src/Http/Authentication.Abstractions/src/IAuthenticationSignOutHandler.cs diff --git a/src/Microsoft.AspNetCore.Authentication.Abstractions/IClaimsTransformation.cs b/src/Http/Authentication.Abstractions/src/IClaimsTransformation.cs similarity index 100% rename from src/Microsoft.AspNetCore.Authentication.Abstractions/IClaimsTransformation.cs rename to src/Http/Authentication.Abstractions/src/IClaimsTransformation.cs diff --git a/src/Microsoft.AspNetCore.Authentication.Abstractions/Microsoft.AspNetCore.Authentication.Abstractions.csproj b/src/Http/Authentication.Abstractions/src/Microsoft.AspNetCore.Authentication.Abstractions.csproj similarity index 53% rename from src/Microsoft.AspNetCore.Authentication.Abstractions/Microsoft.AspNetCore.Authentication.Abstractions.csproj rename to src/Http/Authentication.Abstractions/src/Microsoft.AspNetCore.Authentication.Abstractions.csproj index 234ff58f3f..bfb6e8e9ed 100644 --- a/src/Microsoft.AspNetCore.Authentication.Abstractions/Microsoft.AspNetCore.Authentication.Abstractions.csproj +++ b/src/Http/Authentication.Abstractions/src/Microsoft.AspNetCore.Authentication.Abstractions.csproj @@ -9,12 +9,9 @@ - - - - - - + + + \ No newline at end of file diff --git a/src/Microsoft.AspNetCore.Authentication.Abstractions/TokenExtensions.cs b/src/Http/Authentication.Abstractions/src/TokenExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Authentication.Abstractions/TokenExtensions.cs rename to src/Http/Authentication.Abstractions/src/TokenExtensions.cs diff --git a/src/Microsoft.AspNetCore.Authentication.Abstractions/baseline.netcore.json b/src/Http/Authentication.Abstractions/src/baseline.netcore.json similarity index 100% rename from src/Microsoft.AspNetCore.Authentication.Abstractions/baseline.netcore.json rename to src/Http/Authentication.Abstractions/src/baseline.netcore.json diff --git a/src/Microsoft.AspNetCore.Authentication.Core/AuthenticationCoreServiceCollectionExtensions.cs b/src/Http/Authentication.Core/src/AuthenticationCoreServiceCollectionExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Authentication.Core/AuthenticationCoreServiceCollectionExtensions.cs rename to src/Http/Authentication.Core/src/AuthenticationCoreServiceCollectionExtensions.cs diff --git a/src/Microsoft.AspNetCore.Authentication.Core/AuthenticationFeature.cs b/src/Http/Authentication.Core/src/AuthenticationFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Authentication.Core/AuthenticationFeature.cs rename to src/Http/Authentication.Core/src/AuthenticationFeature.cs diff --git a/src/Microsoft.AspNetCore.Authentication.Core/AuthenticationHandlerProvider.cs b/src/Http/Authentication.Core/src/AuthenticationHandlerProvider.cs similarity index 100% rename from src/Microsoft.AspNetCore.Authentication.Core/AuthenticationHandlerProvider.cs rename to src/Http/Authentication.Core/src/AuthenticationHandlerProvider.cs diff --git a/src/Microsoft.AspNetCore.Authentication.Core/AuthenticationSchemeProvider.cs b/src/Http/Authentication.Core/src/AuthenticationSchemeProvider.cs similarity index 100% rename from src/Microsoft.AspNetCore.Authentication.Core/AuthenticationSchemeProvider.cs rename to src/Http/Authentication.Core/src/AuthenticationSchemeProvider.cs diff --git a/src/Microsoft.AspNetCore.Authentication.Core/AuthenticationService.cs b/src/Http/Authentication.Core/src/AuthenticationService.cs similarity index 100% rename from src/Microsoft.AspNetCore.Authentication.Core/AuthenticationService.cs rename to src/Http/Authentication.Core/src/AuthenticationService.cs diff --git a/src/Microsoft.AspNetCore.Authentication.Core/Microsoft.AspNetCore.Authentication.Core.csproj b/src/Http/Authentication.Core/src/Microsoft.AspNetCore.Authentication.Core.csproj similarity index 58% rename from src/Microsoft.AspNetCore.Authentication.Core/Microsoft.AspNetCore.Authentication.Core.csproj rename to src/Http/Authentication.Core/src/Microsoft.AspNetCore.Authentication.Core.csproj index 38a6951f6c..c10bfb3656 100644 --- a/src/Microsoft.AspNetCore.Authentication.Core/Microsoft.AspNetCore.Authentication.Core.csproj +++ b/src/Http/Authentication.Core/src/Microsoft.AspNetCore.Authentication.Core.csproj @@ -10,9 +10,9 @@ - - - + + + diff --git a/src/Microsoft.AspNetCore.Authentication.Core/NoopClaimsTransformation.cs b/src/Http/Authentication.Core/src/NoopClaimsTransformation.cs similarity index 100% rename from src/Microsoft.AspNetCore.Authentication.Core/NoopClaimsTransformation.cs rename to src/Http/Authentication.Core/src/NoopClaimsTransformation.cs diff --git a/src/Microsoft.AspNetCore.Authentication.Core/baseline.netcore.json b/src/Http/Authentication.Core/src/baseline.netcore.json similarity index 100% rename from src/Microsoft.AspNetCore.Authentication.Core/baseline.netcore.json rename to src/Http/Authentication.Core/src/baseline.netcore.json diff --git a/test/Microsoft.AspNetCore.Authentication.Core.Test/AuthenticationPropertiesTests.cs b/src/Http/Authentication.Core/test/AuthenticationPropertiesTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.Authentication.Core.Test/AuthenticationPropertiesTests.cs rename to src/Http/Authentication.Core/test/AuthenticationPropertiesTests.cs diff --git a/test/Microsoft.AspNetCore.Authentication.Core.Test/AuthenticationSchemeProviderTests.cs b/src/Http/Authentication.Core/test/AuthenticationSchemeProviderTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.Authentication.Core.Test/AuthenticationSchemeProviderTests.cs rename to src/Http/Authentication.Core/test/AuthenticationSchemeProviderTests.cs diff --git a/test/Microsoft.AspNetCore.Authentication.Core.Test/AuthenticationServiceTests.cs b/src/Http/Authentication.Core/test/AuthenticationServiceTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.Authentication.Core.Test/AuthenticationServiceTests.cs rename to src/Http/Authentication.Core/test/AuthenticationServiceTests.cs diff --git a/src/Http/Authentication.Core/test/Microsoft.AspNetCore.Authentication.Core.Test.csproj b/src/Http/Authentication.Core/test/Microsoft.AspNetCore.Authentication.Core.Test.csproj new file mode 100644 index 0000000000..4819703197 --- /dev/null +++ b/src/Http/Authentication.Core/test/Microsoft.AspNetCore.Authentication.Core.Test.csproj @@ -0,0 +1,12 @@ + + + + $(StandardTestTfms) + + + + + + + + diff --git a/test/Microsoft.AspNetCore.Authentication.Core.Test/TokenExtensionTests.cs b/src/Http/Authentication.Core/test/TokenExtensionTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.Authentication.Core.Test/TokenExtensionTests.cs rename to src/Http/Authentication.Core/test/TokenExtensionTests.cs diff --git a/src/Microsoft.Net.Http.Headers/BaseHeaderParser.cs b/src/Http/Headers/src/BaseHeaderParser.cs similarity index 100% rename from src/Microsoft.Net.Http.Headers/BaseHeaderParser.cs rename to src/Http/Headers/src/BaseHeaderParser.cs diff --git a/src/Microsoft.Net.Http.Headers/CacheControlHeaderValue.cs b/src/Http/Headers/src/CacheControlHeaderValue.cs similarity index 100% rename from src/Microsoft.Net.Http.Headers/CacheControlHeaderValue.cs rename to src/Http/Headers/src/CacheControlHeaderValue.cs diff --git a/src/Microsoft.Net.Http.Headers/ContentDispositionHeaderValue.cs b/src/Http/Headers/src/ContentDispositionHeaderValue.cs similarity index 100% rename from src/Microsoft.Net.Http.Headers/ContentDispositionHeaderValue.cs rename to src/Http/Headers/src/ContentDispositionHeaderValue.cs diff --git a/src/Microsoft.Net.Http.Headers/ContentDispositionHeaderValueIdentityExtensions.cs b/src/Http/Headers/src/ContentDispositionHeaderValueIdentityExtensions.cs similarity index 100% rename from src/Microsoft.Net.Http.Headers/ContentDispositionHeaderValueIdentityExtensions.cs rename to src/Http/Headers/src/ContentDispositionHeaderValueIdentityExtensions.cs diff --git a/src/Microsoft.Net.Http.Headers/ContentRangeHeaderValue.cs b/src/Http/Headers/src/ContentRangeHeaderValue.cs similarity index 100% rename from src/Microsoft.Net.Http.Headers/ContentRangeHeaderValue.cs rename to src/Http/Headers/src/ContentRangeHeaderValue.cs diff --git a/src/Microsoft.Net.Http.Headers/CookieHeaderParser.cs b/src/Http/Headers/src/CookieHeaderParser.cs similarity index 100% rename from src/Microsoft.Net.Http.Headers/CookieHeaderParser.cs rename to src/Http/Headers/src/CookieHeaderParser.cs diff --git a/src/Microsoft.Net.Http.Headers/CookieHeaderValue.cs b/src/Http/Headers/src/CookieHeaderValue.cs similarity index 100% rename from src/Microsoft.Net.Http.Headers/CookieHeaderValue.cs rename to src/Http/Headers/src/CookieHeaderValue.cs diff --git a/src/Microsoft.Net.Http.Headers/DateTimeFormatter.cs b/src/Http/Headers/src/DateTimeFormatter.cs similarity index 100% rename from src/Microsoft.Net.Http.Headers/DateTimeFormatter.cs rename to src/Http/Headers/src/DateTimeFormatter.cs diff --git a/src/Microsoft.Net.Http.Headers/EntityTagHeaderValue.cs b/src/Http/Headers/src/EntityTagHeaderValue.cs similarity index 100% rename from src/Microsoft.Net.Http.Headers/EntityTagHeaderValue.cs rename to src/Http/Headers/src/EntityTagHeaderValue.cs diff --git a/src/Microsoft.Net.Http.Headers/GenericHeaderParser.cs b/src/Http/Headers/src/GenericHeaderParser.cs similarity index 100% rename from src/Microsoft.Net.Http.Headers/GenericHeaderParser.cs rename to src/Http/Headers/src/GenericHeaderParser.cs diff --git a/src/Microsoft.Net.Http.Headers/HeaderNames.cs b/src/Http/Headers/src/HeaderNames.cs similarity index 100% rename from src/Microsoft.Net.Http.Headers/HeaderNames.cs rename to src/Http/Headers/src/HeaderNames.cs diff --git a/src/Microsoft.Net.Http.Headers/HeaderQuality.cs b/src/Http/Headers/src/HeaderQuality.cs similarity index 100% rename from src/Microsoft.Net.Http.Headers/HeaderQuality.cs rename to src/Http/Headers/src/HeaderQuality.cs diff --git a/src/Microsoft.Net.Http.Headers/HeaderUtilities.cs b/src/Http/Headers/src/HeaderUtilities.cs similarity index 100% rename from src/Microsoft.Net.Http.Headers/HeaderUtilities.cs rename to src/Http/Headers/src/HeaderUtilities.cs diff --git a/src/Microsoft.Net.Http.Headers/HttpHeaderParser.cs b/src/Http/Headers/src/HttpHeaderParser.cs similarity index 100% rename from src/Microsoft.Net.Http.Headers/HttpHeaderParser.cs rename to src/Http/Headers/src/HttpHeaderParser.cs diff --git a/src/Microsoft.Net.Http.Headers/HttpParseResult.cs b/src/Http/Headers/src/HttpParseResult.cs similarity index 100% rename from src/Microsoft.Net.Http.Headers/HttpParseResult.cs rename to src/Http/Headers/src/HttpParseResult.cs diff --git a/src/Microsoft.Net.Http.Headers/HttpRuleParser.cs b/src/Http/Headers/src/HttpRuleParser.cs similarity index 100% rename from src/Microsoft.Net.Http.Headers/HttpRuleParser.cs rename to src/Http/Headers/src/HttpRuleParser.cs diff --git a/src/Microsoft.Net.Http.Headers/MediaTypeHeaderValue.cs b/src/Http/Headers/src/MediaTypeHeaderValue.cs similarity index 100% rename from src/Microsoft.Net.Http.Headers/MediaTypeHeaderValue.cs rename to src/Http/Headers/src/MediaTypeHeaderValue.cs diff --git a/src/Microsoft.Net.Http.Headers/MediaTypeHeaderValueComparer.cs b/src/Http/Headers/src/MediaTypeHeaderValueComparer.cs similarity index 100% rename from src/Microsoft.Net.Http.Headers/MediaTypeHeaderValueComparer.cs rename to src/Http/Headers/src/MediaTypeHeaderValueComparer.cs diff --git a/src/Microsoft.Net.Http.Headers/Microsoft.Net.Http.Headers.csproj b/src/Http/Headers/src/Microsoft.Net.Http.Headers.csproj similarity index 66% rename from src/Microsoft.Net.Http.Headers/Microsoft.Net.Http.Headers.csproj rename to src/Http/Headers/src/Microsoft.Net.Http.Headers.csproj index 106a568d18..80b0f49989 100644 --- a/src/Microsoft.Net.Http.Headers/Microsoft.Net.Http.Headers.csproj +++ b/src/Http/Headers/src/Microsoft.Net.Http.Headers.csproj @@ -10,8 +10,8 @@ - - + + diff --git a/src/Microsoft.Net.Http.Headers/NameValueHeaderValue.cs b/src/Http/Headers/src/NameValueHeaderValue.cs similarity index 100% rename from src/Microsoft.Net.Http.Headers/NameValueHeaderValue.cs rename to src/Http/Headers/src/NameValueHeaderValue.cs diff --git a/src/Microsoft.Net.Http.Headers/ObjectCollection.cs b/src/Http/Headers/src/ObjectCollection.cs similarity index 100% rename from src/Microsoft.Net.Http.Headers/ObjectCollection.cs rename to src/Http/Headers/src/ObjectCollection.cs diff --git a/src/Microsoft.Net.Http.Headers/Properties/AssemblyInfo.cs b/src/Http/Headers/src/Properties/AssemblyInfo.cs similarity index 100% rename from src/Microsoft.Net.Http.Headers/Properties/AssemblyInfo.cs rename to src/Http/Headers/src/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.Net.Http.Headers/RangeConditionHeaderValue.cs b/src/Http/Headers/src/RangeConditionHeaderValue.cs similarity index 100% rename from src/Microsoft.Net.Http.Headers/RangeConditionHeaderValue.cs rename to src/Http/Headers/src/RangeConditionHeaderValue.cs diff --git a/src/Microsoft.Net.Http.Headers/RangeHeaderValue.cs b/src/Http/Headers/src/RangeHeaderValue.cs similarity index 100% rename from src/Microsoft.Net.Http.Headers/RangeHeaderValue.cs rename to src/Http/Headers/src/RangeHeaderValue.cs diff --git a/src/Microsoft.Net.Http.Headers/RangeItemHeaderValue.cs b/src/Http/Headers/src/RangeItemHeaderValue.cs similarity index 100% rename from src/Microsoft.Net.Http.Headers/RangeItemHeaderValue.cs rename to src/Http/Headers/src/RangeItemHeaderValue.cs diff --git a/src/Microsoft.Net.Http.Headers/SameSiteMode.cs b/src/Http/Headers/src/SameSiteMode.cs similarity index 100% rename from src/Microsoft.Net.Http.Headers/SameSiteMode.cs rename to src/Http/Headers/src/SameSiteMode.cs diff --git a/src/Microsoft.Net.Http.Headers/SetCookieHeaderValue.cs b/src/Http/Headers/src/SetCookieHeaderValue.cs similarity index 100% rename from src/Microsoft.Net.Http.Headers/SetCookieHeaderValue.cs rename to src/Http/Headers/src/SetCookieHeaderValue.cs diff --git a/src/Microsoft.Net.Http.Headers/StringWithQualityHeaderValue.cs b/src/Http/Headers/src/StringWithQualityHeaderValue.cs similarity index 100% rename from src/Microsoft.Net.Http.Headers/StringWithQualityHeaderValue.cs rename to src/Http/Headers/src/StringWithQualityHeaderValue.cs diff --git a/src/Microsoft.Net.Http.Headers/StringWithQualityHeaderValueComparer.cs b/src/Http/Headers/src/StringWithQualityHeaderValueComparer.cs similarity index 100% rename from src/Microsoft.Net.Http.Headers/StringWithQualityHeaderValueComparer.cs rename to src/Http/Headers/src/StringWithQualityHeaderValueComparer.cs diff --git a/src/Microsoft.Net.Http.Headers/baseline.netcore.json b/src/Http/Headers/src/baseline.netcore.json similarity index 100% rename from src/Microsoft.Net.Http.Headers/baseline.netcore.json rename to src/Http/Headers/src/baseline.netcore.json diff --git a/test/Microsoft.Net.Http.Headers.Tests/CacheControlHeaderValueTest.cs b/src/Http/Headers/test/CacheControlHeaderValueTest.cs similarity index 100% rename from test/Microsoft.Net.Http.Headers.Tests/CacheControlHeaderValueTest.cs rename to src/Http/Headers/test/CacheControlHeaderValueTest.cs diff --git a/test/Microsoft.Net.Http.Headers.Tests/ContentDispositionHeaderValueTest.cs b/src/Http/Headers/test/ContentDispositionHeaderValueTest.cs similarity index 100% rename from test/Microsoft.Net.Http.Headers.Tests/ContentDispositionHeaderValueTest.cs rename to src/Http/Headers/test/ContentDispositionHeaderValueTest.cs diff --git a/test/Microsoft.Net.Http.Headers.Tests/ContentRangeHeaderValueTest.cs b/src/Http/Headers/test/ContentRangeHeaderValueTest.cs similarity index 100% rename from test/Microsoft.Net.Http.Headers.Tests/ContentRangeHeaderValueTest.cs rename to src/Http/Headers/test/ContentRangeHeaderValueTest.cs diff --git a/test/Microsoft.Net.Http.Headers.Tests/CookieHeaderValueTest.cs b/src/Http/Headers/test/CookieHeaderValueTest.cs similarity index 100% rename from test/Microsoft.Net.Http.Headers.Tests/CookieHeaderValueTest.cs rename to src/Http/Headers/test/CookieHeaderValueTest.cs diff --git a/test/Microsoft.Net.Http.Headers.Tests/DateParserTest.cs b/src/Http/Headers/test/DateParserTest.cs similarity index 100% rename from test/Microsoft.Net.Http.Headers.Tests/DateParserTest.cs rename to src/Http/Headers/test/DateParserTest.cs diff --git a/test/Microsoft.Net.Http.Headers.Tests/EntityTagHeaderValueTest.cs b/src/Http/Headers/test/EntityTagHeaderValueTest.cs similarity index 100% rename from test/Microsoft.Net.Http.Headers.Tests/EntityTagHeaderValueTest.cs rename to src/Http/Headers/test/EntityTagHeaderValueTest.cs diff --git a/test/Microsoft.Net.Http.Headers.Tests/HeaderUtilitiesTest.cs b/src/Http/Headers/test/HeaderUtilitiesTest.cs similarity index 100% rename from test/Microsoft.Net.Http.Headers.Tests/HeaderUtilitiesTest.cs rename to src/Http/Headers/test/HeaderUtilitiesTest.cs diff --git a/test/Microsoft.Net.Http.Headers.Tests/MediaTypeHeaderValueComparerTests.cs b/src/Http/Headers/test/MediaTypeHeaderValueComparerTests.cs similarity index 100% rename from test/Microsoft.Net.Http.Headers.Tests/MediaTypeHeaderValueComparerTests.cs rename to src/Http/Headers/test/MediaTypeHeaderValueComparerTests.cs diff --git a/test/Microsoft.Net.Http.Headers.Tests/MediaTypeHeaderValueTest.cs b/src/Http/Headers/test/MediaTypeHeaderValueTest.cs similarity index 100% rename from test/Microsoft.Net.Http.Headers.Tests/MediaTypeHeaderValueTest.cs rename to src/Http/Headers/test/MediaTypeHeaderValueTest.cs diff --git a/test/Microsoft.Net.Http.Headers.Tests/Microsoft.Net.Http.Headers.Tests.csproj b/src/Http/Headers/test/Microsoft.Net.Http.Headers.Tests.csproj similarity index 62% rename from test/Microsoft.Net.Http.Headers.Tests/Microsoft.Net.Http.Headers.Tests.csproj rename to src/Http/Headers/test/Microsoft.Net.Http.Headers.Tests.csproj index d1acc289b4..eb53233e33 100644 --- a/test/Microsoft.Net.Http.Headers.Tests/Microsoft.Net.Http.Headers.Tests.csproj +++ b/src/Http/Headers/test/Microsoft.Net.Http.Headers.Tests.csproj @@ -5,7 +5,7 @@ - + diff --git a/test/Microsoft.Net.Http.Headers.Tests/NameValueHeaderValueTest.cs b/src/Http/Headers/test/NameValueHeaderValueTest.cs similarity index 100% rename from test/Microsoft.Net.Http.Headers.Tests/NameValueHeaderValueTest.cs rename to src/Http/Headers/test/NameValueHeaderValueTest.cs diff --git a/test/Microsoft.Net.Http.Headers.Tests/RangeConditionHeaderValueTest.cs b/src/Http/Headers/test/RangeConditionHeaderValueTest.cs similarity index 100% rename from test/Microsoft.Net.Http.Headers.Tests/RangeConditionHeaderValueTest.cs rename to src/Http/Headers/test/RangeConditionHeaderValueTest.cs diff --git a/test/Microsoft.Net.Http.Headers.Tests/RangeHeaderValueTest.cs b/src/Http/Headers/test/RangeHeaderValueTest.cs similarity index 100% rename from test/Microsoft.Net.Http.Headers.Tests/RangeHeaderValueTest.cs rename to src/Http/Headers/test/RangeHeaderValueTest.cs diff --git a/test/Microsoft.Net.Http.Headers.Tests/RangeItemHeaderValueTest.cs b/src/Http/Headers/test/RangeItemHeaderValueTest.cs similarity index 100% rename from test/Microsoft.Net.Http.Headers.Tests/RangeItemHeaderValueTest.cs rename to src/Http/Headers/test/RangeItemHeaderValueTest.cs diff --git a/test/Microsoft.Net.Http.Headers.Tests/SetCookieHeaderValueTest.cs b/src/Http/Headers/test/SetCookieHeaderValueTest.cs similarity index 100% rename from test/Microsoft.Net.Http.Headers.Tests/SetCookieHeaderValueTest.cs rename to src/Http/Headers/test/SetCookieHeaderValueTest.cs diff --git a/test/Microsoft.Net.Http.Headers.Tests/StringWithQualityHeaderValueComparerTest.cs b/src/Http/Headers/test/StringWithQualityHeaderValueComparerTest.cs similarity index 100% rename from test/Microsoft.Net.Http.Headers.Tests/StringWithQualityHeaderValueComparerTest.cs rename to src/Http/Headers/test/StringWithQualityHeaderValueComparerTest.cs diff --git a/test/Microsoft.Net.Http.Headers.Tests/StringWithQualityHeaderValueTest.cs b/src/Http/Headers/test/StringWithQualityHeaderValueTest.cs similarity index 100% rename from test/Microsoft.Net.Http.Headers.Tests/StringWithQualityHeaderValueTest.cs rename to src/Http/Headers/test/StringWithQualityHeaderValueTest.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/Authentication/AuthenticateInfo.cs b/src/Http/Http.Abstractions/src/Authentication/AuthenticateInfo.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/Authentication/AuthenticateInfo.cs rename to src/Http/Http.Abstractions/src/Authentication/AuthenticateInfo.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/Authentication/AuthenticationDescription.cs b/src/Http/Http.Abstractions/src/Authentication/AuthenticationDescription.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/Authentication/AuthenticationDescription.cs rename to src/Http/Http.Abstractions/src/Authentication/AuthenticationDescription.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/Authentication/AuthenticationManager.cs b/src/Http/Http.Abstractions/src/Authentication/AuthenticationManager.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/Authentication/AuthenticationManager.cs rename to src/Http/Http.Abstractions/src/Authentication/AuthenticationManager.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/Authentication/AuthenticationProperties.cs b/src/Http/Http.Abstractions/src/Authentication/AuthenticationProperties.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/Authentication/AuthenticationProperties.cs rename to src/Http/Http.Abstractions/src/Authentication/AuthenticationProperties.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/ConnectionInfo.cs b/src/Http/Http.Abstractions/src/ConnectionInfo.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/ConnectionInfo.cs rename to src/Http/Http.Abstractions/src/ConnectionInfo.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/CookieBuilder.cs b/src/Http/Http.Abstractions/src/CookieBuilder.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/CookieBuilder.cs rename to src/Http/Http.Abstractions/src/CookieBuilder.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/CookieSecurePolicy.cs b/src/Http/Http.Abstractions/src/CookieSecurePolicy.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/CookieSecurePolicy.cs rename to src/Http/Http.Abstractions/src/CookieSecurePolicy.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/Extensions/HeaderDictionaryExtensions.cs b/src/Http/Http.Abstractions/src/Extensions/HeaderDictionaryExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/Extensions/HeaderDictionaryExtensions.cs rename to src/Http/Http.Abstractions/src/Extensions/HeaderDictionaryExtensions.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/Extensions/HttpResponseWritingExtensions.cs b/src/Http/Http.Abstractions/src/Extensions/HttpResponseWritingExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/Extensions/HttpResponseWritingExtensions.cs rename to src/Http/Http.Abstractions/src/Extensions/HttpResponseWritingExtensions.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/Extensions/MapExtensions.cs b/src/Http/Http.Abstractions/src/Extensions/MapExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/Extensions/MapExtensions.cs rename to src/Http/Http.Abstractions/src/Extensions/MapExtensions.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/Extensions/MapMiddleware.cs b/src/Http/Http.Abstractions/src/Extensions/MapMiddleware.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/Extensions/MapMiddleware.cs rename to src/Http/Http.Abstractions/src/Extensions/MapMiddleware.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/Extensions/MapOptions.cs b/src/Http/Http.Abstractions/src/Extensions/MapOptions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/Extensions/MapOptions.cs rename to src/Http/Http.Abstractions/src/Extensions/MapOptions.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/Extensions/MapWhenExtensions.cs b/src/Http/Http.Abstractions/src/Extensions/MapWhenExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/Extensions/MapWhenExtensions.cs rename to src/Http/Http.Abstractions/src/Extensions/MapWhenExtensions.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/Extensions/MapWhenMiddleware.cs b/src/Http/Http.Abstractions/src/Extensions/MapWhenMiddleware.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/Extensions/MapWhenMiddleware.cs rename to src/Http/Http.Abstractions/src/Extensions/MapWhenMiddleware.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/Extensions/MapWhenOptions.cs b/src/Http/Http.Abstractions/src/Extensions/MapWhenOptions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/Extensions/MapWhenOptions.cs rename to src/Http/Http.Abstractions/src/Extensions/MapWhenOptions.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/Extensions/RunExtensions.cs b/src/Http/Http.Abstractions/src/Extensions/RunExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/Extensions/RunExtensions.cs rename to src/Http/Http.Abstractions/src/Extensions/RunExtensions.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/Extensions/UseExtensions.cs b/src/Http/Http.Abstractions/src/Extensions/UseExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/Extensions/UseExtensions.cs rename to src/Http/Http.Abstractions/src/Extensions/UseExtensions.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/Extensions/UseMiddlewareExtensions.cs b/src/Http/Http.Abstractions/src/Extensions/UseMiddlewareExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/Extensions/UseMiddlewareExtensions.cs rename to src/Http/Http.Abstractions/src/Extensions/UseMiddlewareExtensions.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/Extensions/UsePathBaseExtensions.cs b/src/Http/Http.Abstractions/src/Extensions/UsePathBaseExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/Extensions/UsePathBaseExtensions.cs rename to src/Http/Http.Abstractions/src/Extensions/UsePathBaseExtensions.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/Extensions/UsePathBaseMiddleware.cs b/src/Http/Http.Abstractions/src/Extensions/UsePathBaseMiddleware.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/Extensions/UsePathBaseMiddleware.cs rename to src/Http/Http.Abstractions/src/Extensions/UsePathBaseMiddleware.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/Extensions/UseWhenExtensions.cs b/src/Http/Http.Abstractions/src/Extensions/UseWhenExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/Extensions/UseWhenExtensions.cs rename to src/Http/Http.Abstractions/src/Extensions/UseWhenExtensions.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/FragmentString.cs b/src/Http/Http.Abstractions/src/FragmentString.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/FragmentString.cs rename to src/Http/Http.Abstractions/src/FragmentString.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/HostString.cs b/src/Http/Http.Abstractions/src/HostString.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/HostString.cs rename to src/Http/Http.Abstractions/src/HostString.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/HttpContext.cs b/src/Http/Http.Abstractions/src/HttpContext.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/HttpContext.cs rename to src/Http/Http.Abstractions/src/HttpContext.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/HttpMethods.cs b/src/Http/Http.Abstractions/src/HttpMethods.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/HttpMethods.cs rename to src/Http/Http.Abstractions/src/HttpMethods.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/HttpRequest.cs b/src/Http/Http.Abstractions/src/HttpRequest.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/HttpRequest.cs rename to src/Http/Http.Abstractions/src/HttpRequest.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/HttpResponse.cs b/src/Http/Http.Abstractions/src/HttpResponse.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/HttpResponse.cs rename to src/Http/Http.Abstractions/src/HttpResponse.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/IApplicationBuilder.cs b/src/Http/Http.Abstractions/src/IApplicationBuilder.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/IApplicationBuilder.cs rename to src/Http/Http.Abstractions/src/IApplicationBuilder.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/IHttpContextAccessor.cs b/src/Http/Http.Abstractions/src/IHttpContextAccessor.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/IHttpContextAccessor.cs rename to src/Http/Http.Abstractions/src/IHttpContextAccessor.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/IHttpContextFactory.cs b/src/Http/Http.Abstractions/src/IHttpContextFactory.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/IHttpContextFactory.cs rename to src/Http/Http.Abstractions/src/IHttpContextFactory.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/IMiddleware.cs b/src/Http/Http.Abstractions/src/IMiddleware.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/IMiddleware.cs rename to src/Http/Http.Abstractions/src/IMiddleware.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/IMiddlewareFactory.cs b/src/Http/Http.Abstractions/src/IMiddlewareFactory.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/IMiddlewareFactory.cs rename to src/Http/Http.Abstractions/src/IMiddlewareFactory.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/Internal/HeaderSegment.cs b/src/Http/Http.Abstractions/src/Internal/HeaderSegment.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/Internal/HeaderSegment.cs rename to src/Http/Http.Abstractions/src/Internal/HeaderSegment.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/Internal/HeaderSegmentCollection.cs b/src/Http/Http.Abstractions/src/Internal/HeaderSegmentCollection.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/Internal/HeaderSegmentCollection.cs rename to src/Http/Http.Abstractions/src/Internal/HeaderSegmentCollection.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/Internal/HostStringHelper.cs b/src/Http/Http.Abstractions/src/Internal/HostStringHelper.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/Internal/HostStringHelper.cs rename to src/Http/Http.Abstractions/src/Internal/HostStringHelper.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/Internal/ParsingHelpers.cs b/src/Http/Http.Abstractions/src/Internal/ParsingHelpers.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/Internal/ParsingHelpers.cs rename to src/Http/Http.Abstractions/src/Internal/ParsingHelpers.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/Internal/PathStringHelper.cs b/src/Http/Http.Abstractions/src/Internal/PathStringHelper.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/Internal/PathStringHelper.cs rename to src/Http/Http.Abstractions/src/Internal/PathStringHelper.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/Microsoft.AspNetCore.Http.Abstractions.csproj b/src/Http/Http.Abstractions/src/Microsoft.AspNetCore.Http.Abstractions.csproj similarity index 61% rename from src/Microsoft.AspNetCore.Http.Abstractions/Microsoft.AspNetCore.Http.Abstractions.csproj rename to src/Http/Http.Abstractions/src/Microsoft.AspNetCore.Http.Abstractions.csproj index d4a9eff0e6..821b40cb19 100644 --- a/src/Microsoft.AspNetCore.Http.Abstractions/Microsoft.AspNetCore.Http.Abstractions.csproj +++ b/src/Http/Http.Abstractions/src/Microsoft.AspNetCore.Http.Abstractions.csproj @@ -15,12 +15,9 @@ Microsoft.AspNetCore.Http.HttpResponse - - - - - - + + + diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/PathString.cs b/src/Http/Http.Abstractions/src/PathString.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/PathString.cs rename to src/Http/Http.Abstractions/src/PathString.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/Properties/AssemblyInfo.cs b/src/Http/Http.Abstractions/src/Properties/AssemblyInfo.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/Properties/AssemblyInfo.cs rename to src/Http/Http.Abstractions/src/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/Properties/Resources.Designer.cs b/src/Http/Http.Abstractions/src/Properties/Resources.Designer.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/Properties/Resources.Designer.cs rename to src/Http/Http.Abstractions/src/Properties/Resources.Designer.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/QueryString.cs b/src/Http/Http.Abstractions/src/QueryString.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/QueryString.cs rename to src/Http/Http.Abstractions/src/QueryString.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/RequestDelegate.cs b/src/Http/Http.Abstractions/src/RequestDelegate.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/RequestDelegate.cs rename to src/Http/Http.Abstractions/src/RequestDelegate.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/Resources.resx b/src/Http/Http.Abstractions/src/Resources.resx similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/Resources.resx rename to src/Http/Http.Abstractions/src/Resources.resx diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/StatusCodes.cs b/src/Http/Http.Abstractions/src/StatusCodes.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/StatusCodes.cs rename to src/Http/Http.Abstractions/src/StatusCodes.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/WebSocketManager.cs b/src/Http/Http.Abstractions/src/WebSocketManager.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/WebSocketManager.cs rename to src/Http/Http.Abstractions/src/WebSocketManager.cs diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/baseline.netcore.json b/src/Http/Http.Abstractions/src/baseline.netcore.json similarity index 100% rename from src/Microsoft.AspNetCore.Http.Abstractions/baseline.netcore.json rename to src/Http/Http.Abstractions/src/baseline.netcore.json diff --git a/test/Microsoft.AspNetCore.Http.Abstractions.Tests/CookieBuilderTests.cs b/src/Http/Http.Abstractions/test/CookieBuilderTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.Http.Abstractions.Tests/CookieBuilderTests.cs rename to src/Http/Http.Abstractions/test/CookieBuilderTests.cs diff --git a/test/Microsoft.AspNetCore.Http.Abstractions.Tests/FragmentStringTests.cs b/src/Http/Http.Abstractions/test/FragmentStringTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.Http.Abstractions.Tests/FragmentStringTests.cs rename to src/Http/Http.Abstractions/test/FragmentStringTests.cs diff --git a/test/Microsoft.AspNetCore.Http.Abstractions.Tests/HostStringTest.cs b/src/Http/Http.Abstractions/test/HostStringTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Http.Abstractions.Tests/HostStringTest.cs rename to src/Http/Http.Abstractions/test/HostStringTest.cs diff --git a/test/Microsoft.AspNetCore.Http.Abstractions.Tests/HttpResponseWritingExtensionsTests.cs b/src/Http/Http.Abstractions/test/HttpResponseWritingExtensionsTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.Http.Abstractions.Tests/HttpResponseWritingExtensionsTests.cs rename to src/Http/Http.Abstractions/test/HttpResponseWritingExtensionsTests.cs diff --git a/test/Microsoft.AspNetCore.Http.Abstractions.Tests/MapPathMiddlewareTests.cs b/src/Http/Http.Abstractions/test/MapPathMiddlewareTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.Http.Abstractions.Tests/MapPathMiddlewareTests.cs rename to src/Http/Http.Abstractions/test/MapPathMiddlewareTests.cs diff --git a/test/Microsoft.AspNetCore.Http.Abstractions.Tests/MapPredicateMiddlewareTests.cs b/src/Http/Http.Abstractions/test/MapPredicateMiddlewareTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.Http.Abstractions.Tests/MapPredicateMiddlewareTests.cs rename to src/Http/Http.Abstractions/test/MapPredicateMiddlewareTests.cs diff --git a/test/Microsoft.AspNetCore.Http.Abstractions.Tests/Microsoft.AspNetCore.Http.Abstractions.Tests.csproj b/src/Http/Http.Abstractions/test/Microsoft.AspNetCore.Http.Abstractions.Tests.csproj similarity index 63% rename from test/Microsoft.AspNetCore.Http.Abstractions.Tests/Microsoft.AspNetCore.Http.Abstractions.Tests.csproj rename to src/Http/Http.Abstractions/test/Microsoft.AspNetCore.Http.Abstractions.Tests.csproj index 9666582be1..a97c164925 100644 --- a/test/Microsoft.AspNetCore.Http.Abstractions.Tests/Microsoft.AspNetCore.Http.Abstractions.Tests.csproj +++ b/src/Http/Http.Abstractions/test/Microsoft.AspNetCore.Http.Abstractions.Tests.csproj @@ -5,7 +5,7 @@ - + diff --git a/test/Microsoft.AspNetCore.Http.Abstractions.Tests/PathStringTests.cs b/src/Http/Http.Abstractions/test/PathStringTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.Http.Abstractions.Tests/PathStringTests.cs rename to src/Http/Http.Abstractions/test/PathStringTests.cs diff --git a/test/Microsoft.AspNetCore.Http.Abstractions.Tests/QueryStringTests.cs b/src/Http/Http.Abstractions/test/QueryStringTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.Http.Abstractions.Tests/QueryStringTests.cs rename to src/Http/Http.Abstractions/test/QueryStringTests.cs diff --git a/test/Microsoft.AspNetCore.Http.Abstractions.Tests/UseMiddlewareTest.cs b/src/Http/Http.Abstractions/test/UseMiddlewareTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Http.Abstractions.Tests/UseMiddlewareTest.cs rename to src/Http/Http.Abstractions/test/UseMiddlewareTest.cs diff --git a/test/Microsoft.AspNetCore.Http.Abstractions.Tests/UsePathBaseExtensionsTests.cs b/src/Http/Http.Abstractions/test/UsePathBaseExtensionsTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.Http.Abstractions.Tests/UsePathBaseExtensionsTests.cs rename to src/Http/Http.Abstractions/test/UsePathBaseExtensionsTests.cs diff --git a/test/Microsoft.AspNetCore.Http.Abstractions.Tests/UseWhenExtensionsTests.cs b/src/Http/Http.Abstractions/test/UseWhenExtensionsTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.Http.Abstractions.Tests/UseWhenExtensionsTests.cs rename to src/Http/Http.Abstractions/test/UseWhenExtensionsTests.cs diff --git a/src/Microsoft.AspNetCore.Http.Extensions/HeaderDictionaryTypeExtensions.cs b/src/Http/Http.Extensions/src/HeaderDictionaryTypeExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Extensions/HeaderDictionaryTypeExtensions.cs rename to src/Http/Http.Extensions/src/HeaderDictionaryTypeExtensions.cs diff --git a/src/Microsoft.AspNetCore.Http.Extensions/HttpRequestMultipartExtensions.cs b/src/Http/Http.Extensions/src/HttpRequestMultipartExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Extensions/HttpRequestMultipartExtensions.cs rename to src/Http/Http.Extensions/src/HttpRequestMultipartExtensions.cs diff --git a/src/Http/Http.Extensions/src/Microsoft.AspNetCore.Http.Extensions.csproj b/src/Http/Http.Extensions/src/Microsoft.AspNetCore.Http.Extensions.csproj new file mode 100644 index 0000000000..25ae2af17a --- /dev/null +++ b/src/Http/Http.Extensions/src/Microsoft.AspNetCore.Http.Extensions.csproj @@ -0,0 +1,18 @@ + + + + ASP.NET Core common extension methods for HTTP abstractions, HTTP headers, HTTP request/response, and session state. + netstandard2.0 + $(NoWarn);CS1591 + true + aspnetcore + + + + + + + + + + diff --git a/src/Microsoft.AspNetCore.Http.Extensions/QueryBuilder.cs b/src/Http/Http.Extensions/src/QueryBuilder.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Extensions/QueryBuilder.cs rename to src/Http/Http.Extensions/src/QueryBuilder.cs diff --git a/src/Microsoft.AspNetCore.Http.Extensions/RequestHeaders.cs b/src/Http/Http.Extensions/src/RequestHeaders.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Extensions/RequestHeaders.cs rename to src/Http/Http.Extensions/src/RequestHeaders.cs diff --git a/src/Microsoft.AspNetCore.Http.Extensions/ResponseExtensions.cs b/src/Http/Http.Extensions/src/ResponseExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Extensions/ResponseExtensions.cs rename to src/Http/Http.Extensions/src/ResponseExtensions.cs diff --git a/src/Microsoft.AspNetCore.Http.Extensions/ResponseHeaders.cs b/src/Http/Http.Extensions/src/ResponseHeaders.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Extensions/ResponseHeaders.cs rename to src/Http/Http.Extensions/src/ResponseHeaders.cs diff --git a/src/Microsoft.AspNetCore.Http.Extensions/SendFileResponseExtensions.cs b/src/Http/Http.Extensions/src/SendFileResponseExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Extensions/SendFileResponseExtensions.cs rename to src/Http/Http.Extensions/src/SendFileResponseExtensions.cs diff --git a/src/Microsoft.AspNetCore.Http.Extensions/SessionExtensions.cs b/src/Http/Http.Extensions/src/SessionExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Extensions/SessionExtensions.cs rename to src/Http/Http.Extensions/src/SessionExtensions.cs diff --git a/src/Microsoft.AspNetCore.Http.Extensions/StreamCopyOperation.cs b/src/Http/Http.Extensions/src/StreamCopyOperation.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Extensions/StreamCopyOperation.cs rename to src/Http/Http.Extensions/src/StreamCopyOperation.cs diff --git a/src/Microsoft.AspNetCore.Http.Extensions/UriHelper.cs b/src/Http/Http.Extensions/src/UriHelper.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Extensions/UriHelper.cs rename to src/Http/Http.Extensions/src/UriHelper.cs diff --git a/src/Microsoft.AspNetCore.Http.Extensions/baseline.netcore.json b/src/Http/Http.Extensions/src/baseline.netcore.json similarity index 100% rename from src/Microsoft.AspNetCore.Http.Extensions/baseline.netcore.json rename to src/Http/Http.Extensions/src/baseline.netcore.json diff --git a/test/Microsoft.AspNetCore.Http.Extensions.Tests/HeaderDictionaryTypeExtensionsTest.cs b/src/Http/Http.Extensions/test/HeaderDictionaryTypeExtensionsTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Http.Extensions.Tests/HeaderDictionaryTypeExtensionsTest.cs rename to src/Http/Http.Extensions/test/HeaderDictionaryTypeExtensionsTest.cs diff --git a/src/Http/Http.Extensions/test/Microsoft.AspNetCore.Http.Extensions.Tests.csproj b/src/Http/Http.Extensions/test/Microsoft.AspNetCore.Http.Extensions.Tests.csproj new file mode 100644 index 0000000000..fae14d9f7a --- /dev/null +++ b/src/Http/Http.Extensions/test/Microsoft.AspNetCore.Http.Extensions.Tests.csproj @@ -0,0 +1,13 @@ + + + + $(StandardTestTfms) + + + + + + + + + diff --git a/test/Microsoft.AspNetCore.Http.Extensions.Tests/QueryBuilderTests.cs b/src/Http/Http.Extensions/test/QueryBuilderTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.Http.Extensions.Tests/QueryBuilderTests.cs rename to src/Http/Http.Extensions/test/QueryBuilderTests.cs diff --git a/test/Microsoft.AspNetCore.Http.Extensions.Tests/ResponseExtensionTests.cs b/src/Http/Http.Extensions/test/ResponseExtensionTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.Http.Extensions.Tests/ResponseExtensionTests.cs rename to src/Http/Http.Extensions/test/ResponseExtensionTests.cs diff --git a/test/Microsoft.AspNetCore.Http.Extensions.Tests/SendFileResponseExtensionsTests.cs b/src/Http/Http.Extensions/test/SendFileResponseExtensionsTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.Http.Extensions.Tests/SendFileResponseExtensionsTests.cs rename to src/Http/Http.Extensions/test/SendFileResponseExtensionsTests.cs diff --git a/test/Microsoft.AspNetCore.Http.Extensions.Tests/UriHelperTests.cs b/src/Http/Http.Extensions/test/UriHelperTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.Http.Extensions.Tests/UriHelperTests.cs rename to src/Http/Http.Extensions/test/UriHelperTests.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/Authentication/AuthenticateContext.cs b/src/Http/Http.Features/src/Authentication/AuthenticateContext.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/Authentication/AuthenticateContext.cs rename to src/Http/Http.Features/src/Authentication/AuthenticateContext.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/Authentication/ChallengeBehavior.cs b/src/Http/Http.Features/src/Authentication/ChallengeBehavior.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/Authentication/ChallengeBehavior.cs rename to src/Http/Http.Features/src/Authentication/ChallengeBehavior.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/Authentication/ChallengeContext.cs b/src/Http/Http.Features/src/Authentication/ChallengeContext.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/Authentication/ChallengeContext.cs rename to src/Http/Http.Features/src/Authentication/ChallengeContext.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/Authentication/DescribeSchemesContext.cs b/src/Http/Http.Features/src/Authentication/DescribeSchemesContext.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/Authentication/DescribeSchemesContext.cs rename to src/Http/Http.Features/src/Authentication/DescribeSchemesContext.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/Authentication/IAuthenticationHandler.cs b/src/Http/Http.Features/src/Authentication/IAuthenticationHandler.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/Authentication/IAuthenticationHandler.cs rename to src/Http/Http.Features/src/Authentication/IAuthenticationHandler.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/Authentication/IHttpAuthenticationFeature.cs b/src/Http/Http.Features/src/Authentication/IHttpAuthenticationFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/Authentication/IHttpAuthenticationFeature.cs rename to src/Http/Http.Features/src/Authentication/IHttpAuthenticationFeature.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/Authentication/SignInContext.cs b/src/Http/Http.Features/src/Authentication/SignInContext.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/Authentication/SignInContext.cs rename to src/Http/Http.Features/src/Authentication/SignInContext.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/Authentication/SignOutContext.cs b/src/Http/Http.Features/src/Authentication/SignOutContext.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/Authentication/SignOutContext.cs rename to src/Http/Http.Features/src/Authentication/SignOutContext.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/CookieOptions.cs b/src/Http/Http.Features/src/CookieOptions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/CookieOptions.cs rename to src/Http/Http.Features/src/CookieOptions.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/FeatureCollection.cs b/src/Http/Http.Features/src/FeatureCollection.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/FeatureCollection.cs rename to src/Http/Http.Features/src/FeatureCollection.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/FeatureReference.cs b/src/Http/Http.Features/src/FeatureReference.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/FeatureReference.cs rename to src/Http/Http.Features/src/FeatureReference.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/FeatureReferences.cs b/src/Http/Http.Features/src/FeatureReferences.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/FeatureReferences.cs rename to src/Http/Http.Features/src/FeatureReferences.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/IFeatureCollection.cs b/src/Http/Http.Features/src/IFeatureCollection.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/IFeatureCollection.cs rename to src/Http/Http.Features/src/IFeatureCollection.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/IFormCollection.cs b/src/Http/Http.Features/src/IFormCollection.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/IFormCollection.cs rename to src/Http/Http.Features/src/IFormCollection.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/IFormFeature.cs b/src/Http/Http.Features/src/IFormFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/IFormFeature.cs rename to src/Http/Http.Features/src/IFormFeature.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/IFormFile.cs b/src/Http/Http.Features/src/IFormFile.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/IFormFile.cs rename to src/Http/Http.Features/src/IFormFile.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/IFormFileCollection.cs b/src/Http/Http.Features/src/IFormFileCollection.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/IFormFileCollection.cs rename to src/Http/Http.Features/src/IFormFileCollection.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/IHeaderDictionary.cs b/src/Http/Http.Features/src/IHeaderDictionary.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/IHeaderDictionary.cs rename to src/Http/Http.Features/src/IHeaderDictionary.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/IHttpBodyControlFeature.cs b/src/Http/Http.Features/src/IHttpBodyControlFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/IHttpBodyControlFeature.cs rename to src/Http/Http.Features/src/IHttpBodyControlFeature.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/IHttpBufferingFeature.cs b/src/Http/Http.Features/src/IHttpBufferingFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/IHttpBufferingFeature.cs rename to src/Http/Http.Features/src/IHttpBufferingFeature.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/IHttpConnectionFeature.cs b/src/Http/Http.Features/src/IHttpConnectionFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/IHttpConnectionFeature.cs rename to src/Http/Http.Features/src/IHttpConnectionFeature.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/IHttpMaxRequestBodySizeFeature.cs b/src/Http/Http.Features/src/IHttpMaxRequestBodySizeFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/IHttpMaxRequestBodySizeFeature.cs rename to src/Http/Http.Features/src/IHttpMaxRequestBodySizeFeature.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/IHttpRequestFeature.cs b/src/Http/Http.Features/src/IHttpRequestFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/IHttpRequestFeature.cs rename to src/Http/Http.Features/src/IHttpRequestFeature.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/IHttpRequestIdentifierFeature.cs b/src/Http/Http.Features/src/IHttpRequestIdentifierFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/IHttpRequestIdentifierFeature.cs rename to src/Http/Http.Features/src/IHttpRequestIdentifierFeature.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/IHttpRequestLifetimeFeature.cs b/src/Http/Http.Features/src/IHttpRequestLifetimeFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/IHttpRequestLifetimeFeature.cs rename to src/Http/Http.Features/src/IHttpRequestLifetimeFeature.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/IHttpResponseFeature.cs b/src/Http/Http.Features/src/IHttpResponseFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/IHttpResponseFeature.cs rename to src/Http/Http.Features/src/IHttpResponseFeature.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/IHttpSendFileFeature.cs b/src/Http/Http.Features/src/IHttpSendFileFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/IHttpSendFileFeature.cs rename to src/Http/Http.Features/src/IHttpSendFileFeature.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/IHttpUpgradeFeature.cs b/src/Http/Http.Features/src/IHttpUpgradeFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/IHttpUpgradeFeature.cs rename to src/Http/Http.Features/src/IHttpUpgradeFeature.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/IHttpWebSocketFeature.cs b/src/Http/Http.Features/src/IHttpWebSocketFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/IHttpWebSocketFeature.cs rename to src/Http/Http.Features/src/IHttpWebSocketFeature.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/IItemsFeature.cs b/src/Http/Http.Features/src/IItemsFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/IItemsFeature.cs rename to src/Http/Http.Features/src/IItemsFeature.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/IQueryCollection.cs b/src/Http/Http.Features/src/IQueryCollection.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/IQueryCollection.cs rename to src/Http/Http.Features/src/IQueryCollection.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/IQueryFeature.cs b/src/Http/Http.Features/src/IQueryFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/IQueryFeature.cs rename to src/Http/Http.Features/src/IQueryFeature.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/IRequestCookieCollection.cs b/src/Http/Http.Features/src/IRequestCookieCollection.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/IRequestCookieCollection.cs rename to src/Http/Http.Features/src/IRequestCookieCollection.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/IRequestCookiesFeature.cs b/src/Http/Http.Features/src/IRequestCookiesFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/IRequestCookiesFeature.cs rename to src/Http/Http.Features/src/IRequestCookiesFeature.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/IResponseCookies.cs b/src/Http/Http.Features/src/IResponseCookies.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/IResponseCookies.cs rename to src/Http/Http.Features/src/IResponseCookies.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/IResponseCookiesFeature.cs b/src/Http/Http.Features/src/IResponseCookiesFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/IResponseCookiesFeature.cs rename to src/Http/Http.Features/src/IResponseCookiesFeature.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/IServiceProvidersFeature.cs b/src/Http/Http.Features/src/IServiceProvidersFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/IServiceProvidersFeature.cs rename to src/Http/Http.Features/src/IServiceProvidersFeature.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/ISession.cs b/src/Http/Http.Features/src/ISession.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/ISession.cs rename to src/Http/Http.Features/src/ISession.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/ISessionFeature.cs b/src/Http/Http.Features/src/ISessionFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/ISessionFeature.cs rename to src/Http/Http.Features/src/ISessionFeature.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/ITlsConnectionFeature.cs b/src/Http/Http.Features/src/ITlsConnectionFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/ITlsConnectionFeature.cs rename to src/Http/Http.Features/src/ITlsConnectionFeature.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/ITlsTokenBindingFeature.cs b/src/Http/Http.Features/src/ITlsTokenBindingFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/ITlsTokenBindingFeature.cs rename to src/Http/Http.Features/src/ITlsTokenBindingFeature.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/ITrackingConsentFeature.cs b/src/Http/Http.Features/src/ITrackingConsentFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/ITrackingConsentFeature.cs rename to src/Http/Http.Features/src/ITrackingConsentFeature.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/Microsoft.AspNetCore.Http.Features.csproj b/src/Http/Http.Features/src/Microsoft.AspNetCore.Http.Features.csproj similarity index 76% rename from src/Microsoft.AspNetCore.Http.Features/Microsoft.AspNetCore.Http.Features.csproj rename to src/Http/Http.Features/src/Microsoft.AspNetCore.Http.Features.csproj index 22acd694c5..7a2310a6fd 100644 --- a/src/Microsoft.AspNetCore.Http.Features/Microsoft.AspNetCore.Http.Features.csproj +++ b/src/Http/Http.Features/src/Microsoft.AspNetCore.Http.Features.csproj @@ -9,7 +9,7 @@ - + diff --git a/src/Microsoft.AspNetCore.Http.Features/SameSiteMode.cs b/src/Http/Http.Features/src/SameSiteMode.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/SameSiteMode.cs rename to src/Http/Http.Features/src/SameSiteMode.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/WebSocketAcceptContext.cs b/src/Http/Http.Features/src/WebSocketAcceptContext.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/WebSocketAcceptContext.cs rename to src/Http/Http.Features/src/WebSocketAcceptContext.cs diff --git a/src/Microsoft.AspNetCore.Http.Features/baseline.netcore.json b/src/Http/Http.Features/src/baseline.netcore.json similarity index 100% rename from src/Microsoft.AspNetCore.Http.Features/baseline.netcore.json rename to src/Http/Http.Features/src/baseline.netcore.json diff --git a/test/Microsoft.AspNetCore.Http.Features.Tests/Authentication/AuthenticateContextTest.cs b/src/Http/Http.Features/test/Authentication/AuthenticateContextTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Http.Features.Tests/Authentication/AuthenticateContextTest.cs rename to src/Http/Http.Features/test/Authentication/AuthenticateContextTest.cs diff --git a/test/Microsoft.AspNetCore.Http.Features.Tests/FeatureCollectionTests.cs b/src/Http/Http.Features/test/FeatureCollectionTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.Http.Features.Tests/FeatureCollectionTests.cs rename to src/Http/Http.Features/test/FeatureCollectionTests.cs diff --git a/test/Microsoft.AspNetCore.Http.Features.Tests/IThing.cs b/src/Http/Http.Features/test/IThing.cs similarity index 100% rename from test/Microsoft.AspNetCore.Http.Features.Tests/IThing.cs rename to src/Http/Http.Features/test/IThing.cs diff --git a/test/Microsoft.AspNetCore.Http.Features.Tests/Microsoft.AspNetCore.Http.Features.Tests.csproj b/src/Http/Http.Features/test/Microsoft.AspNetCore.Http.Features.Tests.csproj similarity index 59% rename from test/Microsoft.AspNetCore.Http.Features.Tests/Microsoft.AspNetCore.Http.Features.Tests.csproj rename to src/Http/Http.Features/test/Microsoft.AspNetCore.Http.Features.Tests.csproj index 07abe20b5e..b7c77fc19f 100644 --- a/test/Microsoft.AspNetCore.Http.Features.Tests/Microsoft.AspNetCore.Http.Features.Tests.csproj +++ b/src/Http/Http.Features/test/Microsoft.AspNetCore.Http.Features.Tests.csproj @@ -5,7 +5,7 @@ - + diff --git a/test/Microsoft.AspNetCore.Http.Features.Tests/Thing.cs b/src/Http/Http.Features/test/Thing.cs similarity index 100% rename from test/Microsoft.AspNetCore.Http.Features.Tests/Thing.cs rename to src/Http/Http.Features/test/Thing.cs diff --git a/src/Microsoft.AspNetCore.Http/Authentication/DefaultAuthenticationManager.cs b/src/Http/Http/src/Authentication/DefaultAuthenticationManager.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http/Authentication/DefaultAuthenticationManager.cs rename to src/Http/Http/src/Authentication/DefaultAuthenticationManager.cs diff --git a/src/Microsoft.AspNetCore.Http/DefaultHttpContext.cs b/src/Http/Http/src/DefaultHttpContext.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http/DefaultHttpContext.cs rename to src/Http/Http/src/DefaultHttpContext.cs diff --git a/src/Microsoft.AspNetCore.Http/Extensions/HttpRequestRewindExtensions.cs b/src/Http/Http/src/Extensions/HttpRequestRewindExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http/Extensions/HttpRequestRewindExtensions.cs rename to src/Http/Http/src/Extensions/HttpRequestRewindExtensions.cs diff --git a/src/Microsoft.AspNetCore.Http/Features/Authentication/HttpAuthenticationFeature.cs b/src/Http/Http/src/Features/Authentication/HttpAuthenticationFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http/Features/Authentication/HttpAuthenticationFeature.cs rename to src/Http/Http/src/Features/Authentication/HttpAuthenticationFeature.cs diff --git a/src/Microsoft.AspNetCore.Http/Features/DefaultSessionFeature.cs b/src/Http/Http/src/Features/DefaultSessionFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http/Features/DefaultSessionFeature.cs rename to src/Http/Http/src/Features/DefaultSessionFeature.cs diff --git a/src/Microsoft.AspNetCore.Http/Features/FormFeature.cs b/src/Http/Http/src/Features/FormFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http/Features/FormFeature.cs rename to src/Http/Http/src/Features/FormFeature.cs diff --git a/src/Microsoft.AspNetCore.Http/Features/FormOptions.cs b/src/Http/Http/src/Features/FormOptions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http/Features/FormOptions.cs rename to src/Http/Http/src/Features/FormOptions.cs diff --git a/src/Microsoft.AspNetCore.Http/Features/HttpConnectionFeature.cs b/src/Http/Http/src/Features/HttpConnectionFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http/Features/HttpConnectionFeature.cs rename to src/Http/Http/src/Features/HttpConnectionFeature.cs diff --git a/src/Microsoft.AspNetCore.Http/Features/HttpRequestFeature.cs b/src/Http/Http/src/Features/HttpRequestFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http/Features/HttpRequestFeature.cs rename to src/Http/Http/src/Features/HttpRequestFeature.cs diff --git a/src/Microsoft.AspNetCore.Http/Features/HttpRequestIdentifierFeature.cs b/src/Http/Http/src/Features/HttpRequestIdentifierFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http/Features/HttpRequestIdentifierFeature.cs rename to src/Http/Http/src/Features/HttpRequestIdentifierFeature.cs diff --git a/src/Microsoft.AspNetCore.Http/Features/HttpRequestLifetimeFeature.cs b/src/Http/Http/src/Features/HttpRequestLifetimeFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http/Features/HttpRequestLifetimeFeature.cs rename to src/Http/Http/src/Features/HttpRequestLifetimeFeature.cs diff --git a/src/Microsoft.AspNetCore.Http/Features/HttpResponseFeature.cs b/src/Http/Http/src/Features/HttpResponseFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http/Features/HttpResponseFeature.cs rename to src/Http/Http/src/Features/HttpResponseFeature.cs diff --git a/src/Microsoft.AspNetCore.Http/Features/ItemsFeature.cs b/src/Http/Http/src/Features/ItemsFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http/Features/ItemsFeature.cs rename to src/Http/Http/src/Features/ItemsFeature.cs diff --git a/src/Microsoft.AspNetCore.Http/Features/QueryFeature.cs b/src/Http/Http/src/Features/QueryFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http/Features/QueryFeature.cs rename to src/Http/Http/src/Features/QueryFeature.cs diff --git a/src/Microsoft.AspNetCore.Http/Features/RequestCookiesFeature.cs b/src/Http/Http/src/Features/RequestCookiesFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http/Features/RequestCookiesFeature.cs rename to src/Http/Http/src/Features/RequestCookiesFeature.cs diff --git a/src/Microsoft.AspNetCore.Http/Features/ResponseCookiesFeature.cs b/src/Http/Http/src/Features/ResponseCookiesFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http/Features/ResponseCookiesFeature.cs rename to src/Http/Http/src/Features/ResponseCookiesFeature.cs diff --git a/src/Microsoft.AspNetCore.Http/Features/ServiceProvidersFeature.cs b/src/Http/Http/src/Features/ServiceProvidersFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http/Features/ServiceProvidersFeature.cs rename to src/Http/Http/src/Features/ServiceProvidersFeature.cs diff --git a/src/Microsoft.AspNetCore.Http/Features/TlsConnectionFeature.cs b/src/Http/Http/src/Features/TlsConnectionFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http/Features/TlsConnectionFeature.cs rename to src/Http/Http/src/Features/TlsConnectionFeature.cs diff --git a/src/Microsoft.AspNetCore.Http/FormCollection.cs b/src/Http/Http/src/FormCollection.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http/FormCollection.cs rename to src/Http/Http/src/FormCollection.cs diff --git a/src/Microsoft.AspNetCore.Http/HeaderDictionary.cs b/src/Http/Http/src/HeaderDictionary.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http/HeaderDictionary.cs rename to src/Http/Http/src/HeaderDictionary.cs diff --git a/src/Microsoft.AspNetCore.Http/HttpContextAccessor.cs b/src/Http/Http/src/HttpContextAccessor.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http/HttpContextAccessor.cs rename to src/Http/Http/src/HttpContextAccessor.cs diff --git a/src/Microsoft.AspNetCore.Http/HttpContextFactory.cs b/src/Http/Http/src/HttpContextFactory.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http/HttpContextFactory.cs rename to src/Http/Http/src/HttpContextFactory.cs diff --git a/src/Microsoft.AspNetCore.Http/HttpServiceCollectionExtensions.cs b/src/Http/Http/src/HttpServiceCollectionExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http/HttpServiceCollectionExtensions.cs rename to src/Http/Http/src/HttpServiceCollectionExtensions.cs diff --git a/src/Microsoft.AspNetCore.Http/Internal/ApplicationBuilder.cs b/src/Http/Http/src/Internal/ApplicationBuilder.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http/Internal/ApplicationBuilder.cs rename to src/Http/Http/src/Internal/ApplicationBuilder.cs diff --git a/src/Microsoft.AspNetCore.Http/Internal/BindingAddress.cs b/src/Http/Http/src/Internal/BindingAddress.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http/Internal/BindingAddress.cs rename to src/Http/Http/src/Internal/BindingAddress.cs diff --git a/src/Microsoft.AspNetCore.Http/Internal/BufferingHelper.cs b/src/Http/Http/src/Internal/BufferingHelper.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http/Internal/BufferingHelper.cs rename to src/Http/Http/src/Internal/BufferingHelper.cs diff --git a/src/Microsoft.AspNetCore.Http/Internal/Constants.cs b/src/Http/Http/src/Internal/Constants.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http/Internal/Constants.cs rename to src/Http/Http/src/Internal/Constants.cs diff --git a/src/Microsoft.AspNetCore.Http/Internal/DefaultConnectionInfo.cs b/src/Http/Http/src/Internal/DefaultConnectionInfo.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http/Internal/DefaultConnectionInfo.cs rename to src/Http/Http/src/Internal/DefaultConnectionInfo.cs diff --git a/src/Microsoft.AspNetCore.Http/Internal/DefaultHttpRequest.cs b/src/Http/Http/src/Internal/DefaultHttpRequest.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http/Internal/DefaultHttpRequest.cs rename to src/Http/Http/src/Internal/DefaultHttpRequest.cs diff --git a/src/Microsoft.AspNetCore.Http/Internal/DefaultHttpResponse.cs b/src/Http/Http/src/Internal/DefaultHttpResponse.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http/Internal/DefaultHttpResponse.cs rename to src/Http/Http/src/Internal/DefaultHttpResponse.cs diff --git a/src/Microsoft.AspNetCore.Http/Internal/DefaultWebSocketManager.cs b/src/Http/Http/src/Internal/DefaultWebSocketManager.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http/Internal/DefaultWebSocketManager.cs rename to src/Http/Http/src/Internal/DefaultWebSocketManager.cs diff --git a/src/Microsoft.AspNetCore.Http/Internal/FormFile.cs b/src/Http/Http/src/Internal/FormFile.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http/Internal/FormFile.cs rename to src/Http/Http/src/Internal/FormFile.cs diff --git a/src/Microsoft.AspNetCore.Http/Internal/FormFileCollection.cs b/src/Http/Http/src/Internal/FormFileCollection.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http/Internal/FormFileCollection.cs rename to src/Http/Http/src/Internal/FormFileCollection.cs diff --git a/src/Microsoft.AspNetCore.Http/Internal/ItemsDictionary.cs b/src/Http/Http/src/Internal/ItemsDictionary.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http/Internal/ItemsDictionary.cs rename to src/Http/Http/src/Internal/ItemsDictionary.cs diff --git a/src/Microsoft.AspNetCore.Http/Internal/QueryCollection.cs b/src/Http/Http/src/Internal/QueryCollection.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http/Internal/QueryCollection.cs rename to src/Http/Http/src/Internal/QueryCollection.cs diff --git a/src/Microsoft.AspNetCore.Http/Internal/ReferenceReadStream.cs b/src/Http/Http/src/Internal/ReferenceReadStream.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http/Internal/ReferenceReadStream.cs rename to src/Http/Http/src/Internal/ReferenceReadStream.cs diff --git a/src/Microsoft.AspNetCore.Http/Internal/RequestCookieCollection.cs b/src/Http/Http/src/Internal/RequestCookieCollection.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http/Internal/RequestCookieCollection.cs rename to src/Http/Http/src/Internal/RequestCookieCollection.cs diff --git a/src/Microsoft.AspNetCore.Http/Internal/ResponseCookies.cs b/src/Http/Http/src/Internal/ResponseCookies.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http/Internal/ResponseCookies.cs rename to src/Http/Http/src/Internal/ResponseCookies.cs diff --git a/src/Http/Http/src/Microsoft.AspNetCore.Http.csproj b/src/Http/Http/src/Microsoft.AspNetCore.Http.csproj new file mode 100644 index 0000000000..4344d0ae8e --- /dev/null +++ b/src/Http/Http/src/Microsoft.AspNetCore.Http.csproj @@ -0,0 +1,21 @@ + + + + ASP.NET Core default HTTP feature implementations. + netstandard2.0 + $(NoWarn);CS1591 + true + true + aspnetcore + + + + + + + + + + + + diff --git a/src/Microsoft.AspNetCore.Http/MiddlewareFactory.cs b/src/Http/Http/src/MiddlewareFactory.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http/MiddlewareFactory.cs rename to src/Http/Http/src/MiddlewareFactory.cs diff --git a/src/Microsoft.AspNetCore.Http/RequestFormReaderExtensions.cs b/src/Http/Http/src/RequestFormReaderExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Http/RequestFormReaderExtensions.cs rename to src/Http/Http/src/RequestFormReaderExtensions.cs diff --git a/src/Microsoft.AspNetCore.Http/baseline.netcore.json b/src/Http/Http/src/baseline.netcore.json similarity index 100% rename from src/Microsoft.AspNetCore.Http/baseline.netcore.json rename to src/Http/Http/src/baseline.netcore.json diff --git a/test/Microsoft.AspNetCore.Http.Tests/Authentication/DefaultAuthenticationManagerTests.cs b/src/Http/Http/test/Authentication/DefaultAuthenticationManagerTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.Http.Tests/Authentication/DefaultAuthenticationManagerTests.cs rename to src/Http/Http/test/Authentication/DefaultAuthenticationManagerTests.cs diff --git a/test/Microsoft.AspNetCore.Http.Tests/DefaultHttpContextTests.cs b/src/Http/Http/test/DefaultHttpContextTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.Http.Tests/DefaultHttpContextTests.cs rename to src/Http/Http/test/DefaultHttpContextTests.cs diff --git a/test/Microsoft.AspNetCore.Http.Tests/Features/FakeResponseFeature.cs b/src/Http/Http/test/Features/FakeResponseFeature.cs similarity index 100% rename from test/Microsoft.AspNetCore.Http.Tests/Features/FakeResponseFeature.cs rename to src/Http/Http/test/Features/FakeResponseFeature.cs diff --git a/test/Microsoft.AspNetCore.Http.Tests/Features/FormFeatureTests.cs b/src/Http/Http/test/Features/FormFeatureTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.Http.Tests/Features/FormFeatureTests.cs rename to src/Http/Http/test/Features/FormFeatureTests.cs diff --git a/test/Microsoft.AspNetCore.Http.Tests/Features/HttpRequestIdentifierFeatureTests.cs b/src/Http/Http/test/Features/HttpRequestIdentifierFeatureTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.Http.Tests/Features/HttpRequestIdentifierFeatureTests.cs rename to src/Http/Http/test/Features/HttpRequestIdentifierFeatureTests.cs diff --git a/test/Microsoft.AspNetCore.Http.Tests/Features/NonSeekableReadStream.cs b/src/Http/Http/test/Features/NonSeekableReadStream.cs similarity index 100% rename from test/Microsoft.AspNetCore.Http.Tests/Features/NonSeekableReadStream.cs rename to src/Http/Http/test/Features/NonSeekableReadStream.cs diff --git a/test/Microsoft.AspNetCore.Http.Tests/Features/QueryFeatureTests.cs b/src/Http/Http/test/Features/QueryFeatureTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.Http.Tests/Features/QueryFeatureTests.cs rename to src/Http/Http/test/Features/QueryFeatureTests.cs diff --git a/test/Microsoft.AspNetCore.Http.Tests/HeaderDictionaryTests.cs b/src/Http/Http/test/HeaderDictionaryTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.Http.Tests/HeaderDictionaryTests.cs rename to src/Http/Http/test/HeaderDictionaryTests.cs diff --git a/test/Microsoft.AspNetCore.Http.Tests/HttpContextFactoryTests.cs b/src/Http/Http/test/HttpContextFactoryTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.Http.Tests/HttpContextFactoryTests.cs rename to src/Http/Http/test/HttpContextFactoryTests.cs diff --git a/test/Microsoft.AspNetCore.Http.Tests/HttpServiceCollectionExtensionsTests.cs b/src/Http/Http/test/HttpServiceCollectionExtensionsTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.Http.Tests/HttpServiceCollectionExtensionsTests.cs rename to src/Http/Http/test/HttpServiceCollectionExtensionsTests.cs diff --git a/test/Microsoft.AspNetCore.Http.Tests/Internal/ApplicationBuilderTests.cs b/src/Http/Http/test/Internal/ApplicationBuilderTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.Http.Tests/Internal/ApplicationBuilderTests.cs rename to src/Http/Http/test/Internal/ApplicationBuilderTests.cs diff --git a/test/Microsoft.AspNetCore.Http.Tests/Internal/BindingAddressTests.cs b/src/Http/Http/test/Internal/BindingAddressTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.Http.Tests/Internal/BindingAddressTests.cs rename to src/Http/Http/test/Internal/BindingAddressTests.cs diff --git a/test/Microsoft.AspNetCore.Http.Tests/Internal/BufferingHelperTests.cs b/src/Http/Http/test/Internal/BufferingHelperTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.Http.Tests/Internal/BufferingHelperTests.cs rename to src/Http/Http/test/Internal/BufferingHelperTests.cs diff --git a/test/Microsoft.AspNetCore.Http.Tests/Internal/DefaultHttpRequestTests.cs b/src/Http/Http/test/Internal/DefaultHttpRequestTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.Http.Tests/Internal/DefaultHttpRequestTests.cs rename to src/Http/Http/test/Internal/DefaultHttpRequestTests.cs diff --git a/test/Microsoft.AspNetCore.Http.Tests/Internal/DefaultHttpResponseTests.cs b/src/Http/Http/test/Internal/DefaultHttpResponseTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.Http.Tests/Internal/DefaultHttpResponseTests.cs rename to src/Http/Http/test/Internal/DefaultHttpResponseTests.cs diff --git a/src/Http/Http/test/Microsoft.AspNetCore.Http.Tests.csproj b/src/Http/Http/test/Microsoft.AspNetCore.Http.Tests.csproj new file mode 100644 index 0000000000..c072fc6f67 --- /dev/null +++ b/src/Http/Http/test/Microsoft.AspNetCore.Http.Tests.csproj @@ -0,0 +1,12 @@ + + + + $(StandardTestTfms) + + + + + + + + diff --git a/test/Microsoft.AspNetCore.Http.Tests/RequestCookiesCollectionTests.cs b/src/Http/Http/test/RequestCookiesCollectionTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.Http.Tests/RequestCookiesCollectionTests.cs rename to src/Http/Http/test/RequestCookiesCollectionTests.cs diff --git a/test/Microsoft.AspNetCore.Http.Tests/ResponseCookiesTest.cs b/src/Http/Http/test/ResponseCookiesTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.Http.Tests/ResponseCookiesTest.cs rename to src/Http/Http/test/ResponseCookiesTest.cs diff --git a/src/Microsoft.AspNetCore.Owin/DictionaryStringArrayWrapper.cs b/src/Http/Owin/src/DictionaryStringArrayWrapper.cs similarity index 100% rename from src/Microsoft.AspNetCore.Owin/DictionaryStringArrayWrapper.cs rename to src/Http/Owin/src/DictionaryStringArrayWrapper.cs diff --git a/src/Microsoft.AspNetCore.Owin/DictionaryStringValuesWrapper.cs b/src/Http/Owin/src/DictionaryStringValuesWrapper.cs similarity index 100% rename from src/Microsoft.AspNetCore.Owin/DictionaryStringValuesWrapper.cs rename to src/Http/Owin/src/DictionaryStringValuesWrapper.cs diff --git a/src/Microsoft.AspNetCore.Owin/IOwinEnvironmentFeature.cs b/src/Http/Owin/src/IOwinEnvironmentFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Owin/IOwinEnvironmentFeature.cs rename to src/Http/Owin/src/IOwinEnvironmentFeature.cs diff --git a/src/Microsoft.AspNetCore.Owin/Microsoft.AspNetCore.Owin.csproj b/src/Http/Owin/src/Microsoft.AspNetCore.Owin.csproj similarity index 83% rename from src/Microsoft.AspNetCore.Owin/Microsoft.AspNetCore.Owin.csproj rename to src/Http/Owin/src/Microsoft.AspNetCore.Owin.csproj index 4a7c48cf8e..cf9574d7f8 100644 --- a/src/Microsoft.AspNetCore.Owin/Microsoft.AspNetCore.Owin.csproj +++ b/src/Http/Owin/src/Microsoft.AspNetCore.Owin.csproj @@ -9,7 +9,7 @@ - + diff --git a/src/Microsoft.AspNetCore.Owin/OwinConstants.cs b/src/Http/Owin/src/OwinConstants.cs similarity index 100% rename from src/Microsoft.AspNetCore.Owin/OwinConstants.cs rename to src/Http/Owin/src/OwinConstants.cs diff --git a/src/Microsoft.AspNetCore.Owin/OwinEnvironment.cs b/src/Http/Owin/src/OwinEnvironment.cs similarity index 100% rename from src/Microsoft.AspNetCore.Owin/OwinEnvironment.cs rename to src/Http/Owin/src/OwinEnvironment.cs diff --git a/src/Microsoft.AspNetCore.Owin/OwinEnvironmentFeature.cs b/src/Http/Owin/src/OwinEnvironmentFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Owin/OwinEnvironmentFeature.cs rename to src/Http/Owin/src/OwinEnvironmentFeature.cs diff --git a/src/Microsoft.AspNetCore.Owin/OwinExtensions.cs b/src/Http/Owin/src/OwinExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.Owin/OwinExtensions.cs rename to src/Http/Owin/src/OwinExtensions.cs diff --git a/src/Microsoft.AspNetCore.Owin/OwinFeatureCollection.cs b/src/Http/Owin/src/OwinFeatureCollection.cs similarity index 100% rename from src/Microsoft.AspNetCore.Owin/OwinFeatureCollection.cs rename to src/Http/Owin/src/OwinFeatureCollection.cs diff --git a/src/Microsoft.AspNetCore.Owin/Utilities.cs b/src/Http/Owin/src/Utilities.cs similarity index 100% rename from src/Microsoft.AspNetCore.Owin/Utilities.cs rename to src/Http/Owin/src/Utilities.cs diff --git a/src/Microsoft.AspNetCore.Owin/WebSockets/OwinWebSocketAcceptAdapter.cs b/src/Http/Owin/src/WebSockets/OwinWebSocketAcceptAdapter.cs similarity index 100% rename from src/Microsoft.AspNetCore.Owin/WebSockets/OwinWebSocketAcceptAdapter.cs rename to src/Http/Owin/src/WebSockets/OwinWebSocketAcceptAdapter.cs diff --git a/src/Microsoft.AspNetCore.Owin/WebSockets/OwinWebSocketAcceptContext.cs b/src/Http/Owin/src/WebSockets/OwinWebSocketAcceptContext.cs similarity index 100% rename from src/Microsoft.AspNetCore.Owin/WebSockets/OwinWebSocketAcceptContext.cs rename to src/Http/Owin/src/WebSockets/OwinWebSocketAcceptContext.cs diff --git a/src/Microsoft.AspNetCore.Owin/WebSockets/OwinWebSocketAdapter.cs b/src/Http/Owin/src/WebSockets/OwinWebSocketAdapter.cs similarity index 100% rename from src/Microsoft.AspNetCore.Owin/WebSockets/OwinWebSocketAdapter.cs rename to src/Http/Owin/src/WebSockets/OwinWebSocketAdapter.cs diff --git a/src/Microsoft.AspNetCore.Owin/WebSockets/WebSocketAcceptAdapter.cs b/src/Http/Owin/src/WebSockets/WebSocketAcceptAdapter.cs similarity index 100% rename from src/Microsoft.AspNetCore.Owin/WebSockets/WebSocketAcceptAdapter.cs rename to src/Http/Owin/src/WebSockets/WebSocketAcceptAdapter.cs diff --git a/src/Microsoft.AspNetCore.Owin/WebSockets/WebSocketAdapter.cs b/src/Http/Owin/src/WebSockets/WebSocketAdapter.cs similarity index 100% rename from src/Microsoft.AspNetCore.Owin/WebSockets/WebSocketAdapter.cs rename to src/Http/Owin/src/WebSockets/WebSocketAdapter.cs diff --git a/src/Microsoft.AspNetCore.Owin/baseline.netcore.json b/src/Http/Owin/src/baseline.netcore.json similarity index 100% rename from src/Microsoft.AspNetCore.Owin/baseline.netcore.json rename to src/Http/Owin/src/baseline.netcore.json diff --git a/src/Http/Owin/test/Microsoft.AspNetCore.Owin.Tests.csproj b/src/Http/Owin/test/Microsoft.AspNetCore.Owin.Tests.csproj new file mode 100644 index 0000000000..359aff75b9 --- /dev/null +++ b/src/Http/Owin/test/Microsoft.AspNetCore.Owin.Tests.csproj @@ -0,0 +1,13 @@ + + + + $(StandardTestTfms) + + + + + + + + + diff --git a/test/Microsoft.AspNetCore.Owin.Tests/OwinEnvironmentTests.cs b/src/Http/Owin/test/OwinEnvironmentTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.Owin.Tests/OwinEnvironmentTests.cs rename to src/Http/Owin/test/OwinEnvironmentTests.cs diff --git a/test/Microsoft.AspNetCore.Owin.Tests/OwinExtensionTests.cs b/src/Http/Owin/test/OwinExtensionTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.Owin.Tests/OwinExtensionTests.cs rename to src/Http/Owin/test/OwinExtensionTests.cs diff --git a/test/Microsoft.AspNetCore.Owin.Tests/OwinFeatureCollectionTests.cs b/src/Http/Owin/test/OwinFeatureCollectionTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.Owin.Tests/OwinFeatureCollectionTests.cs rename to src/Http/Owin/test/OwinFeatureCollectionTests.cs diff --git a/src/Http/README.md b/src/Http/README.md new file mode 100644 index 0000000000..58e2500a02 --- /dev/null +++ b/src/Http/README.md @@ -0,0 +1,6 @@ +Http Abstractions +================= + +This folders contains projects for HTTP abstractions for ASP.NET Core such as `HttpContext`, `HttpRequest`, `HttpResponse` and `RequestDelegate`. + +It also contains `IApplicationBuilder` and extensions to create and compose your application's pipeline. diff --git a/src/Microsoft.AspNetCore.WebUtilities/Base64UrlTextEncoder.cs b/src/Http/WebUtilities/src/Base64UrlTextEncoder.cs similarity index 100% rename from src/Microsoft.AspNetCore.WebUtilities/Base64UrlTextEncoder.cs rename to src/Http/WebUtilities/src/Base64UrlTextEncoder.cs diff --git a/src/Microsoft.AspNetCore.WebUtilities/BufferedReadStream.cs b/src/Http/WebUtilities/src/BufferedReadStream.cs similarity index 100% rename from src/Microsoft.AspNetCore.WebUtilities/BufferedReadStream.cs rename to src/Http/WebUtilities/src/BufferedReadStream.cs diff --git a/src/Microsoft.AspNetCore.WebUtilities/FileBufferingReadStream.cs b/src/Http/WebUtilities/src/FileBufferingReadStream.cs similarity index 100% rename from src/Microsoft.AspNetCore.WebUtilities/FileBufferingReadStream.cs rename to src/Http/WebUtilities/src/FileBufferingReadStream.cs diff --git a/src/Microsoft.AspNetCore.WebUtilities/FileMultipartSection.cs b/src/Http/WebUtilities/src/FileMultipartSection.cs similarity index 100% rename from src/Microsoft.AspNetCore.WebUtilities/FileMultipartSection.cs rename to src/Http/WebUtilities/src/FileMultipartSection.cs diff --git a/src/Microsoft.AspNetCore.WebUtilities/FormMultipartSection.cs b/src/Http/WebUtilities/src/FormMultipartSection.cs similarity index 100% rename from src/Microsoft.AspNetCore.WebUtilities/FormMultipartSection.cs rename to src/Http/WebUtilities/src/FormMultipartSection.cs diff --git a/src/Microsoft.AspNetCore.WebUtilities/FormReader.cs b/src/Http/WebUtilities/src/FormReader.cs similarity index 100% rename from src/Microsoft.AspNetCore.WebUtilities/FormReader.cs rename to src/Http/WebUtilities/src/FormReader.cs diff --git a/src/Microsoft.AspNetCore.WebUtilities/HttpRequestStreamReader.cs b/src/Http/WebUtilities/src/HttpRequestStreamReader.cs similarity index 100% rename from src/Microsoft.AspNetCore.WebUtilities/HttpRequestStreamReader.cs rename to src/Http/WebUtilities/src/HttpRequestStreamReader.cs diff --git a/src/Microsoft.AspNetCore.WebUtilities/HttpResponseStreamWriter.cs b/src/Http/WebUtilities/src/HttpResponseStreamWriter.cs similarity index 100% rename from src/Microsoft.AspNetCore.WebUtilities/HttpResponseStreamWriter.cs rename to src/Http/WebUtilities/src/HttpResponseStreamWriter.cs diff --git a/src/Microsoft.AspNetCore.WebUtilities/KeyValueAccumulator.cs b/src/Http/WebUtilities/src/KeyValueAccumulator.cs similarity index 100% rename from src/Microsoft.AspNetCore.WebUtilities/KeyValueAccumulator.cs rename to src/Http/WebUtilities/src/KeyValueAccumulator.cs diff --git a/src/Microsoft.AspNetCore.WebUtilities/Microsoft.AspNetCore.WebUtilities.csproj b/src/Http/WebUtilities/src/Microsoft.AspNetCore.WebUtilities.csproj similarity index 56% rename from src/Microsoft.AspNetCore.WebUtilities/Microsoft.AspNetCore.WebUtilities.csproj rename to src/Http/WebUtilities/src/Microsoft.AspNetCore.WebUtilities.csproj index c87de05b2a..3c7d2d8255 100644 --- a/src/Microsoft.AspNetCore.WebUtilities/Microsoft.AspNetCore.WebUtilities.csproj +++ b/src/Http/WebUtilities/src/Microsoft.AspNetCore.WebUtilities.csproj @@ -10,12 +10,9 @@ - - - - - - + + + diff --git a/src/Microsoft.AspNetCore.WebUtilities/MultipartBoundary.cs b/src/Http/WebUtilities/src/MultipartBoundary.cs similarity index 100% rename from src/Microsoft.AspNetCore.WebUtilities/MultipartBoundary.cs rename to src/Http/WebUtilities/src/MultipartBoundary.cs diff --git a/src/Microsoft.AspNetCore.WebUtilities/MultipartReader.cs b/src/Http/WebUtilities/src/MultipartReader.cs similarity index 100% rename from src/Microsoft.AspNetCore.WebUtilities/MultipartReader.cs rename to src/Http/WebUtilities/src/MultipartReader.cs diff --git a/src/Microsoft.AspNetCore.WebUtilities/MultipartReaderStream.cs b/src/Http/WebUtilities/src/MultipartReaderStream.cs similarity index 100% rename from src/Microsoft.AspNetCore.WebUtilities/MultipartReaderStream.cs rename to src/Http/WebUtilities/src/MultipartReaderStream.cs diff --git a/src/Microsoft.AspNetCore.WebUtilities/MultipartSection.cs b/src/Http/WebUtilities/src/MultipartSection.cs similarity index 100% rename from src/Microsoft.AspNetCore.WebUtilities/MultipartSection.cs rename to src/Http/WebUtilities/src/MultipartSection.cs diff --git a/src/Microsoft.AspNetCore.WebUtilities/MultipartSectionConverterExtensions.cs b/src/Http/WebUtilities/src/MultipartSectionConverterExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.WebUtilities/MultipartSectionConverterExtensions.cs rename to src/Http/WebUtilities/src/MultipartSectionConverterExtensions.cs diff --git a/src/Microsoft.AspNetCore.WebUtilities/MultipartSectionStreamExtensions.cs b/src/Http/WebUtilities/src/MultipartSectionStreamExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.WebUtilities/MultipartSectionStreamExtensions.cs rename to src/Http/WebUtilities/src/MultipartSectionStreamExtensions.cs diff --git a/src/Microsoft.AspNetCore.WebUtilities/Properties/AssemblyInfo.cs b/src/Http/WebUtilities/src/Properties/AssemblyInfo.cs similarity index 100% rename from src/Microsoft.AspNetCore.WebUtilities/Properties/AssemblyInfo.cs rename to src/Http/WebUtilities/src/Properties/AssemblyInfo.cs diff --git a/src/Microsoft.AspNetCore.WebUtilities/QueryHelpers.cs b/src/Http/WebUtilities/src/QueryHelpers.cs similarity index 100% rename from src/Microsoft.AspNetCore.WebUtilities/QueryHelpers.cs rename to src/Http/WebUtilities/src/QueryHelpers.cs diff --git a/src/Microsoft.AspNetCore.WebUtilities/ReasonPhrases.cs b/src/Http/WebUtilities/src/ReasonPhrases.cs similarity index 100% rename from src/Microsoft.AspNetCore.WebUtilities/ReasonPhrases.cs rename to src/Http/WebUtilities/src/ReasonPhrases.cs diff --git a/src/Microsoft.AspNetCore.WebUtilities/Resources.Designer.cs b/src/Http/WebUtilities/src/Resources.Designer.cs similarity index 100% rename from src/Microsoft.AspNetCore.WebUtilities/Resources.Designer.cs rename to src/Http/WebUtilities/src/Resources.Designer.cs diff --git a/src/Microsoft.AspNetCore.WebUtilities/Resources.resx b/src/Http/WebUtilities/src/Resources.resx similarity index 100% rename from src/Microsoft.AspNetCore.WebUtilities/Resources.resx rename to src/Http/WebUtilities/src/Resources.resx diff --git a/src/Microsoft.AspNetCore.WebUtilities/StreamHelperExtensions.cs b/src/Http/WebUtilities/src/StreamHelperExtensions.cs similarity index 100% rename from src/Microsoft.AspNetCore.WebUtilities/StreamHelperExtensions.cs rename to src/Http/WebUtilities/src/StreamHelperExtensions.cs diff --git a/src/Microsoft.AspNetCore.WebUtilities/baseline.netcore.json b/src/Http/WebUtilities/src/baseline.netcore.json similarity index 100% rename from src/Microsoft.AspNetCore.WebUtilities/baseline.netcore.json rename to src/Http/WebUtilities/src/baseline.netcore.json diff --git a/test/Microsoft.AspNetCore.WebUtilities.Tests/FileBufferingReadStreamTests.cs b/src/Http/WebUtilities/test/FileBufferingReadStreamTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.WebUtilities.Tests/FileBufferingReadStreamTests.cs rename to src/Http/WebUtilities/test/FileBufferingReadStreamTests.cs diff --git a/test/Microsoft.AspNetCore.WebUtilities.Tests/FormReaderAsyncTest.cs b/src/Http/WebUtilities/test/FormReaderAsyncTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.WebUtilities.Tests/FormReaderAsyncTest.cs rename to src/Http/WebUtilities/test/FormReaderAsyncTest.cs diff --git a/test/Microsoft.AspNetCore.WebUtilities.Tests/FormReaderTests.cs b/src/Http/WebUtilities/test/FormReaderTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.WebUtilities.Tests/FormReaderTests.cs rename to src/Http/WebUtilities/test/FormReaderTests.cs diff --git a/test/Microsoft.AspNetCore.WebUtilities.Tests/HttpRequestStreamReaderTest.cs b/src/Http/WebUtilities/test/HttpRequestStreamReaderTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.WebUtilities.Tests/HttpRequestStreamReaderTest.cs rename to src/Http/WebUtilities/test/HttpRequestStreamReaderTest.cs diff --git a/test/Microsoft.AspNetCore.WebUtilities.Tests/HttpResponseStreamWriterTest.cs b/src/Http/WebUtilities/test/HttpResponseStreamWriterTest.cs similarity index 100% rename from test/Microsoft.AspNetCore.WebUtilities.Tests/HttpResponseStreamWriterTest.cs rename to src/Http/WebUtilities/test/HttpResponseStreamWriterTest.cs diff --git a/test/Microsoft.AspNetCore.WebUtilities.Tests/Microsoft.AspNetCore.WebUtilities.Tests.csproj b/src/Http/WebUtilities/test/Microsoft.AspNetCore.WebUtilities.Tests.csproj similarity index 59% rename from test/Microsoft.AspNetCore.WebUtilities.Tests/Microsoft.AspNetCore.WebUtilities.Tests.csproj rename to src/Http/WebUtilities/test/Microsoft.AspNetCore.WebUtilities.Tests.csproj index 44d201e5b2..8a91421e65 100644 --- a/test/Microsoft.AspNetCore.WebUtilities.Tests/Microsoft.AspNetCore.WebUtilities.Tests.csproj +++ b/src/Http/WebUtilities/test/Microsoft.AspNetCore.WebUtilities.Tests.csproj @@ -5,7 +5,7 @@ - + diff --git a/test/Microsoft.AspNetCore.WebUtilities.Tests/MultipartReaderTests.cs b/src/Http/WebUtilities/test/MultipartReaderTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.WebUtilities.Tests/MultipartReaderTests.cs rename to src/Http/WebUtilities/test/MultipartReaderTests.cs diff --git a/test/Microsoft.AspNetCore.WebUtilities.Tests/NonSeekableReadStream.cs b/src/Http/WebUtilities/test/NonSeekableReadStream.cs similarity index 100% rename from test/Microsoft.AspNetCore.WebUtilities.Tests/NonSeekableReadStream.cs rename to src/Http/WebUtilities/test/NonSeekableReadStream.cs diff --git a/test/Microsoft.AspNetCore.WebUtilities.Tests/QueryHelpersTests.cs b/src/Http/WebUtilities/test/QueryHelpersTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.WebUtilities.Tests/QueryHelpersTests.cs rename to src/Http/WebUtilities/test/QueryHelpersTests.cs diff --git a/test/Microsoft.AspNetCore.WebUtilities.Tests/WebEncodersTests.cs b/src/Http/WebUtilities/test/WebEncodersTests.cs similarity index 100% rename from test/Microsoft.AspNetCore.WebUtilities.Tests/WebEncodersTests.cs rename to src/Http/WebUtilities/test/WebEncodersTests.cs diff --git a/samples/SampleApp/PooledHttpContext.cs b/src/Http/samples/SampleApp/PooledHttpContext.cs similarity index 100% rename from samples/SampleApp/PooledHttpContext.cs rename to src/Http/samples/SampleApp/PooledHttpContext.cs diff --git a/samples/SampleApp/PooledHttpContextFactory.cs b/src/Http/samples/SampleApp/PooledHttpContextFactory.cs similarity index 100% rename from samples/SampleApp/PooledHttpContextFactory.cs rename to src/Http/samples/SampleApp/PooledHttpContextFactory.cs diff --git a/samples/SampleApp/Program.cs b/src/Http/samples/SampleApp/Program.cs similarity index 100% rename from samples/SampleApp/Program.cs rename to src/Http/samples/SampleApp/Program.cs diff --git a/src/Http/samples/SampleApp/SampleApp.csproj b/src/Http/samples/SampleApp/SampleApp.csproj new file mode 100644 index 0000000000..aedd176bec --- /dev/null +++ b/src/Http/samples/SampleApp/SampleApp.csproj @@ -0,0 +1,13 @@ + + + + netcoreapp2.1;net461 + Exe + + + + + + + + diff --git a/src/Microsoft.AspNetCore.Http.Extensions/Microsoft.AspNetCore.Http.Extensions.csproj b/src/Microsoft.AspNetCore.Http.Extensions/Microsoft.AspNetCore.Http.Extensions.csproj deleted file mode 100644 index 91ce5adabc..0000000000 --- a/src/Microsoft.AspNetCore.Http.Extensions/Microsoft.AspNetCore.Http.Extensions.csproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - ASP.NET Core common extension methods for HTTP abstractions, HTTP headers, HTTP request/response, and session state. - netstandard2.0 - $(NoWarn);CS1591 - true - aspnetcore - - - - - - - - - - - - - diff --git a/src/Microsoft.AspNetCore.Http/Microsoft.AspNetCore.Http.csproj b/src/Microsoft.AspNetCore.Http/Microsoft.AspNetCore.Http.csproj deleted file mode 100644 index 162315a7a6..0000000000 --- a/src/Microsoft.AspNetCore.Http/Microsoft.AspNetCore.Http.csproj +++ /dev/null @@ -1,24 +0,0 @@ - - - - ASP.NET Core default HTTP feature implementations. - netstandard2.0 - $(NoWarn);CS1591 - true - true - aspnetcore - - - - - - - - - - - - - - - diff --git a/test/Directory.Build.props b/test/Directory.Build.props deleted file mode 100644 index 63e288811c..0000000000 --- a/test/Directory.Build.props +++ /dev/null @@ -1,20 +0,0 @@ - - - - - netcoreapp2.1 - $(DeveloperBuildTestTfms) - netcoreapp2.1;netcoreapp2.0 - $(StandardTestTfms);net461 - - - - - - - - - - - - diff --git a/test/Microsoft.AspNetCore.Authentication.Core.Test/Microsoft.AspNetCore.Authentication.Core.Test.csproj b/test/Microsoft.AspNetCore.Authentication.Core.Test/Microsoft.AspNetCore.Authentication.Core.Test.csproj deleted file mode 100644 index ed845e613c..0000000000 --- a/test/Microsoft.AspNetCore.Authentication.Core.Test/Microsoft.AspNetCore.Authentication.Core.Test.csproj +++ /dev/null @@ -1,15 +0,0 @@ - - - - $(StandardTestTfms) - - - - - - - - - - - diff --git a/test/Microsoft.AspNetCore.Http.Extensions.Tests/Microsoft.AspNetCore.Http.Extensions.Tests.csproj b/test/Microsoft.AspNetCore.Http.Extensions.Tests/Microsoft.AspNetCore.Http.Extensions.Tests.csproj deleted file mode 100644 index caadc69657..0000000000 --- a/test/Microsoft.AspNetCore.Http.Extensions.Tests/Microsoft.AspNetCore.Http.Extensions.Tests.csproj +++ /dev/null @@ -1,16 +0,0 @@ - - - - $(StandardTestTfms) - - - - - - - - - - - - diff --git a/test/Microsoft.AspNetCore.Http.Tests/Microsoft.AspNetCore.Http.Tests.csproj b/test/Microsoft.AspNetCore.Http.Tests/Microsoft.AspNetCore.Http.Tests.csproj deleted file mode 100644 index aa428320cd..0000000000 --- a/test/Microsoft.AspNetCore.Http.Tests/Microsoft.AspNetCore.Http.Tests.csproj +++ /dev/null @@ -1,15 +0,0 @@ - - - - $(StandardTestTfms) - - - - - - - - - - - diff --git a/test/Microsoft.AspNetCore.Owin.Tests/Microsoft.AspNetCore.Owin.Tests.csproj b/test/Microsoft.AspNetCore.Owin.Tests/Microsoft.AspNetCore.Owin.Tests.csproj deleted file mode 100644 index 6fc9763aa4..0000000000 --- a/test/Microsoft.AspNetCore.Owin.Tests/Microsoft.AspNetCore.Owin.Tests.csproj +++ /dev/null @@ -1,16 +0,0 @@ - - - - $(StandardTestTfms) - - - - - - - - - - - - diff --git a/version.props b/version.props deleted file mode 100644 index 669c874829..0000000000 --- a/version.props +++ /dev/null @@ -1,12 +0,0 @@ - - - 2.1.1 - rtm - $(VersionPrefix) - $(VersionPrefix)-$(VersionSuffix)-final - t000 - a- - $(FeatureBranchVersionPrefix)$(VersionSuffix)-$([System.Text.RegularExpressions.Regex]::Replace('$(FeatureBranchVersionSuffix)', '[^\w-]', '-')) - $(VersionSuffix)-$(BuildNumber) - -