React to renames

This commit is contained in:
David Fowler 2014-05-06 00:02:26 -07:00
parent d8ff084dc1
commit a4816ab782
18 changed files with 19 additions and 1 deletions

View File

@ -16,6 +16,7 @@
// permissions and limitations under the License.
using System;
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.Hosting.Builder
@ -31,7 +32,7 @@ namespace Microsoft.AspNet.Hosting.Builder
public IBuilder CreateBuilder()
{
return new PipelineCore.Builder(_serviceProvider);
return new Microsoft.AspNet.Builder.Builder(_serviceProvider);
}
}
}

View File

@ -15,6 +15,7 @@
// See the Apache 2 License for the specific language governing
// permissions and limitations under the License.
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.Hosting.Builder

View File

@ -19,6 +19,7 @@ using System;
using Microsoft.AspNet.Http;
using Microsoft.Framework.ConfigurationModel;
using Microsoft.AspNet.Hosting.Server;
using Microsoft.AspNet.Builder;
namespace Microsoft.AspNet.Hosting
{

View File

@ -20,6 +20,7 @@ using System.Threading.Tasks;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Hosting.Builder;
using Microsoft.AspNet.Hosting.Server;
using Microsoft.AspNet.Builder;
namespace Microsoft.AspNet.Hosting
{

View File

@ -17,6 +17,7 @@
using System;
using System.Threading.Tasks;
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Http;
using Microsoft.Framework.ConfigurationModel;

View File

@ -17,6 +17,7 @@
using System;
using System.Collections.Generic;
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.Hosting.Startup

View File

@ -16,6 +16,7 @@
// permissions and limitations under the License.
using System;
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.Hosting.Startup

View File

@ -17,6 +17,7 @@
using System;
using System.Collections.Generic;
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.Hosting.Startup

View File

@ -21,6 +21,7 @@ using System.Linq;
using System.Reflection;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.DependencyInjection;
using Microsoft.AspNet.Builder;
namespace Microsoft.AspNet.Hosting.Startup
{

View File

@ -18,6 +18,7 @@
using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.Hosting.Startup

View File

@ -23,6 +23,7 @@ using Microsoft.AspNet.Http;
using Microsoft.AspNet.DependencyInjection;
using Microsoft.AspNet.DependencyInjection.Fallback;
using Microsoft.AspNet.RequestContainer;
using Microsoft.AspNet.Builder;
namespace Microsoft.AspNet
{

View File

@ -22,6 +22,7 @@ using System.Runtime.Remoting.Messaging;
using System.Threading.Tasks;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.DependencyInjection;
using Microsoft.AspNet.Builder;
namespace Microsoft.AspNet.RequestContainer
{

View File

@ -27,6 +27,7 @@ using Microsoft.AspNet.Hosting;
using Microsoft.AspNet.Hosting.Server;
using Microsoft.AspNet.Hosting.Startup;
using Microsoft.Net.Runtime;
using Microsoft.AspNet.Builder;
namespace Microsoft.AspNet.TestHost
{

View File

@ -15,6 +15,7 @@
// See the Apache 2 License for the specific language governing
// permissions and limitations under the License.
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.Hosting.Fakes

View File

@ -15,6 +15,7 @@
// See the Apache 2 License for the specific language governing
// permissions and limitations under the License.
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.Hosting.Fakes

View File

@ -24,6 +24,7 @@ using Microsoft.AspNet.DependencyInjection;
using Microsoft.AspNet.DependencyInjection.Fallback;
using Microsoft.AspNet.Hosting.Server;
using Xunit;
using Microsoft.AspNet.Builder;
namespace Microsoft.AspNet.Hosting
{

View File

@ -25,6 +25,7 @@ using Microsoft.AspNet.DependencyInjection;
using Microsoft.AspNet.DependencyInjection.Fallback;
using Microsoft.Net.Runtime;
using Xunit;
using Microsoft.AspNet.Builder;
namespace Microsoft.AspNet.TestHost.Tests
{

View File

@ -24,6 +24,7 @@ using Microsoft.AspNet.DependencyInjection;
using Microsoft.AspNet.DependencyInjection.Fallback;
using Microsoft.Net.Runtime;
using Xunit;
using Microsoft.AspNet.Builder;
namespace Microsoft.AspNet.TestHost.Tests
{