Incorporate name changes: HttpAbstractions

This commit is contained in:
Ryan Nowak 2014-05-05 16:56:56 -07:00
parent 4ece9969bf
commit abbaa11212
39 changed files with 41 additions and 41 deletions

View File

@ -15,7 +15,7 @@
// See the Apache 2 License for the specific language governing
// permissions and limitations under the License.
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Mvc;
using MvcSample.Web.Models;

View File

@ -16,8 +16,8 @@
// permissions and limitations under the License.
using Microsoft.AspNet;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.DependencyInjection;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Mvc;
using Microsoft.AspNet.Routing;
using MvcSample.Web.Filters;

View File

@ -16,7 +16,7 @@
// permissions and limitations under the License.
using System.Collections.Generic;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Mvc.ModelBinding;
using Microsoft.AspNet.Routing;

View File

@ -18,7 +18,7 @@
using System;
using System.Text;
using System.Threading.Tasks;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.Mvc
{

View File

@ -19,7 +19,7 @@ using System;
using System.IO;
using System.Text;
using System.Threading.Tasks;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
using Newtonsoft.Json;
namespace Microsoft.AspNet.Mvc

View File

@ -18,7 +18,7 @@
using System;
using System.Net;
using System.Threading.Tasks;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.Mvc
{

View File

@ -17,7 +17,7 @@
using System.ComponentModel;
using System.Threading.Tasks;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Mvc.Rendering;
using Microsoft.AspNet.Security.DataProtection;

View File

@ -16,8 +16,8 @@
// permissions and limitations under the License.
using System;
using Microsoft.AspNet.Abstractions;
using System.Threading.Tasks;
using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.Mvc
{

View File

@ -20,7 +20,7 @@ using System.Diagnostics.CodeAnalysis;
using System.Diagnostics.Contracts;
using System.Security.Claims;
using System.Threading.Tasks;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Mvc.Core;
using Microsoft.AspNet.Mvc.Rendering;

View File

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

View File

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

View File

@ -15,9 +15,9 @@
// See the Apache 2 License for the specific language governing
// permissions and limitations under the License.
using System.Security.Principal;
using Microsoft.AspNet.Abstractions;
using System.Security.Claims;
using System.Security.Principal;
using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.Mvc
{

View File

@ -16,7 +16,7 @@
// permissions and limitations under the License.
using System.Threading.Tasks;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.Mvc
{

View File

@ -15,9 +15,9 @@
// See the Apache 2 License for the specific language governing
// permissions and limitations under the License.
using System.Security.Principal;
using Microsoft.AspNet.Abstractions;
using System.Security.Claims;
using System.Security.Principal;
using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.Mvc
{

View File

@ -18,7 +18,7 @@
using System;
using System.Diagnostics.Contracts;
using System.Security.Principal;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Mvc.Core;
using System.Security.Claims;

View File

@ -19,7 +19,7 @@ using System;
using System.Security.Principal;
using System.Text;
using System.Threading.Tasks;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Mvc.Core;
using Microsoft.AspNet.Mvc.ModelBinding;
using Microsoft.AspNet.Mvc.Rendering;

View File

@ -19,8 +19,8 @@ using System;
using System.Collections.Generic;
using System.Diagnostics.Contracts;
using System.Linq;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.DependencyInjection;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Routing;
namespace Microsoft.AspNet.Mvc

View File

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

View File

@ -17,7 +17,7 @@
using System;
using System.Text;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.Mvc.ModelBinding
{

View File

@ -15,7 +15,7 @@
// See the Apache 2 License for the specific language governing
// permissions and limitations under the License.
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.Mvc.ModelBinding
{

View File

@ -16,7 +16,7 @@
// permissions and limitations under the License.
using System;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.Mvc.ModelBinding
{

View File

@ -19,7 +19,7 @@ using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.Mvc.ModelBinding
{

View File

@ -17,7 +17,7 @@
using System;
using System.Collections.Generic;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.Mvc
{

View File

@ -18,7 +18,7 @@
using System;
using System.Globalization;
using System.Threading.Tasks;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.Mvc.ModelBinding
{

View File

@ -19,7 +19,7 @@ using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Mvc.ModelBinding.Internal;
namespace Microsoft.AspNet.Mvc.ModelBinding

View File

@ -17,7 +17,7 @@
using System;
using System.Collections.Generic;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Mvc;
using Microsoft.AspNet.Routing;

View File

@ -17,8 +17,8 @@
#if NET45
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.DependencyInjection.NestedProviders;
using Microsoft.AspNet.Http;
using Moq;
using System;
using System.Collections.Generic;

View File

@ -17,7 +17,7 @@
using System;
using System.Collections.Generic;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Routing;
using Microsoft.AspNet.Testing;
using Moq;

View File

@ -17,7 +17,7 @@
using System;
using System.Collections.Generic;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Routing;
using Microsoft.AspNet.Testing;
using Moq;

View File

@ -17,8 +17,8 @@
#if NET45
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.DependencyInjection.NestedProviders;
using Microsoft.AspNet.Http;
using Moq;
using System;
using System.Collections.Generic;

View File

@ -18,8 +18,8 @@
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.DependencyInjection;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Routing;
using Moq;
using Xunit;

View File

@ -21,9 +21,9 @@ using System.Linq;
using System.Security.Claims;
using System.Threading.Tasks;
using System.Web;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.DependencyInjection;
using Microsoft.AspNet.DependencyInjection.Fallback;
using Microsoft.AspNet.Http;
using Moq;
namespace Microsoft.AspNet.Mvc.Core.Test

View File

@ -20,8 +20,8 @@ using System.Collections.Generic;
using System.Linq;
using System.IO;
using System.Threading.Tasks;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.DependencyInjection;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Mvc.Filters;
using Microsoft.AspNet.Testing;
using Moq;

View File

@ -16,8 +16,8 @@
// permissions and limitations under the License.
using System.Collections.Generic;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.DependencyInjection;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Routing;
using Moq;
using Xunit;

View File

@ -21,7 +21,7 @@ using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Threading.Tasks;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
using Moq;
using Newtonsoft.Json;
using Xunit;

View File

@ -19,7 +19,7 @@
using System.Collections.Generic;
using System.Globalization;
using System.Threading.Tasks;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
using Moq;
using Xunit;

View File

@ -18,7 +18,7 @@
using System.Collections.Generic;
using System.Globalization;
using System.Threading.Tasks;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
#if NET45
using Moq;
#endif

View File

@ -19,7 +19,7 @@ using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Threading.Tasks;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.PipelineCore.Collections;
using Xunit;

View File

@ -18,7 +18,7 @@
using System;
using System.IO;
using System.Threading.Tasks;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Mvc.Rendering;
using Microsoft.AspNet.Testing;
using Moq;