Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Commit b8af07e

Browse files
committed
#60 Merge FeatureModel into Http.Features. Remove unused FeatureObject.
1 parent 6a21a4b commit b8af07e

29 files changed

+15
-257
lines changed

HttpAbstractions.sln

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 14
4-
VisualStudioVersion = 14.0.23017.0
4+
VisualStudioVersion = 14.0.22823.1
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A5A15F1C-885A-452A-A731-B0173DDBD913}"
77
EndProject
@@ -13,11 +13,9 @@ Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.Http.Abstr
1313
EndProject
1414
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.Http.Features", "src\Microsoft.AspNet.Http.Features\Microsoft.AspNet.Http.Features.xproj", "{D9128247-8F97-48B8-A863-F1F21A029FCE}"
1515
EndProject
16-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.FeatureModel", "src\Microsoft.AspNet.FeatureModel\Microsoft.AspNet.FeatureModel.xproj", "{32A4C918-30EE-41DB-8E26-8A3BB88ED231}"
17-
EndProject
1816
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.Http.Tests", "test\Microsoft.AspNet.Http.Tests\Microsoft.AspNet.Http.Tests.xproj", "{AA99AF26-F7B1-4A6B-A922-5C25539F6391}"
1917
EndProject
20-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.FeatureModel.Tests", "test\Microsoft.AspNet.FeatureModel.Tests\Microsoft.AspNet.FeatureModel.Tests.xproj", "{C5D2BAE1-E182-48A0-AA74-1AF14B782BF7}"
18+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.Http.Features.Tests", "test\Microsoft.AspNet.Http.Features.Tests\Microsoft.AspNet.Http.Features.Tests.xproj", "{C5D2BAE1-E182-48A0-AA74-1AF14B782BF7}"
2119
EndProject
2220
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.Http.Abstractions.Tests", "test\Microsoft.AspNet.Http.Abstractions.Tests\Microsoft.AspNet.Http.Abstractions.Tests.xproj", "{F16692B8-9F38-4DCA-A582-E43172B989C6}"
2321
EndProject
@@ -85,16 +83,6 @@ Global
8583
{D9128247-8F97-48B8-A863-F1F21A029FCE}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
8684
{D9128247-8F97-48B8-A863-F1F21A029FCE}.Release|Mixed Platforms.Build.0 = Release|Any CPU
8785
{D9128247-8F97-48B8-A863-F1F21A029FCE}.Release|x86.ActiveCfg = Release|Any CPU
88-
{32A4C918-30EE-41DB-8E26-8A3BB88ED231}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
89-
{32A4C918-30EE-41DB-8E26-8A3BB88ED231}.Debug|Any CPU.Build.0 = Debug|Any CPU
90-
{32A4C918-30EE-41DB-8E26-8A3BB88ED231}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
91-
{32A4C918-30EE-41DB-8E26-8A3BB88ED231}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
92-
{32A4C918-30EE-41DB-8E26-8A3BB88ED231}.Debug|x86.ActiveCfg = Debug|Any CPU
93-
{32A4C918-30EE-41DB-8E26-8A3BB88ED231}.Release|Any CPU.ActiveCfg = Release|Any CPU
94-
{32A4C918-30EE-41DB-8E26-8A3BB88ED231}.Release|Any CPU.Build.0 = Release|Any CPU
95-
{32A4C918-30EE-41DB-8E26-8A3BB88ED231}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
96-
{32A4C918-30EE-41DB-8E26-8A3BB88ED231}.Release|Mixed Platforms.Build.0 = Release|Any CPU
97-
{32A4C918-30EE-41DB-8E26-8A3BB88ED231}.Release|x86.ActiveCfg = Release|Any CPU
9886
{AA99AF26-F7B1-4A6B-A922-5C25539F6391}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
9987
{AA99AF26-F7B1-4A6B-A922-5C25539F6391}.Debug|Any CPU.Build.0 = Debug|Any CPU
10088
{AA99AF26-F7B1-4A6B-A922-5C25539F6391}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
@@ -265,7 +253,6 @@ Global
265253
{BCF0F967-8753-4438-BD07-AADCA9CE509A} = {A5A15F1C-885A-452A-A731-B0173DDBD913}
266254
{22071333-15BA-4D16-A1D5-4D5B1A83FBDD} = {A5A15F1C-885A-452A-A731-B0173DDBD913}
267255
{D9128247-8F97-48B8-A863-F1F21A029FCE} = {A5A15F1C-885A-452A-A731-B0173DDBD913}
268-
{32A4C918-30EE-41DB-8E26-8A3BB88ED231} = {A5A15F1C-885A-452A-A731-B0173DDBD913}
269256
{AA99AF26-F7B1-4A6B-A922-5C25539F6391} = {F31FF137-390C-49BF-A3BD-7C6ED3597C21}
270257
{C5D2BAE1-E182-48A0-AA74-1AF14B782BF7} = {F31FF137-390C-49BF-A3BD-7C6ED3597C21}
271258
{F16692B8-9F38-4DCA-A582-E43172B989C6} = {F31FF137-390C-49BF-A3BD-7C6ED3597C21}

src/Microsoft.AspNet.FeatureModel/FeatureObject.cs

Lines changed: 0 additions & 166 deletions
This file was deleted.

src/Microsoft.AspNet.FeatureModel/Microsoft.AspNet.FeatureModel.xproj

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/Microsoft.AspNet.FeatureModel/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/Microsoft.AspNet.FeatureModel/project.json

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/Microsoft.AspNet.FeatureModel/FeatureCollection.cs renamed to src/Microsoft.AspNet.Http.Features/FeatureCollection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using System.Collections.Generic;
77
using Microsoft.Framework.Internal;
88

9-
namespace Microsoft.AspNet.FeatureModel
9+
namespace Microsoft.AspNet.Http.Features
1010
{
1111
public class FeatureCollection : IFeatureCollection
1212
{

src/Microsoft.AspNet.FeatureModel/FeatureReference.cs renamed to src/Microsoft.AspNet.Http.Features/FeatureReference.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright (c) .NET Foundation. All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

4-
namespace Microsoft.AspNet.FeatureModel
4+
namespace Microsoft.AspNet.Http.Features
55
{
66
public struct FeatureReference<T>
77
{

src/Microsoft.AspNet.FeatureModel/IFeatureCollection.cs renamed to src/Microsoft.AspNet.Http.Features/IFeatureCollection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using System;
55
using System.Collections.Generic;
66

7-
namespace Microsoft.AspNet.FeatureModel
7+
namespace Microsoft.AspNet.Http.Features
88
{
99
public interface IFeatureCollection : IDictionary<Type, object>, IDisposable
1010
{

src/Microsoft.AspNet.Http/Authentication/DefaultAuthenticationManager.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
using System.Linq;
77
using System.Security.Claims;
88
using System.Threading.Tasks;
9-
using Microsoft.AspNet.FeatureModel;
109
using Microsoft.AspNet.Http.Features;
1110
using Microsoft.AspNet.Http.Features.Authentication;
1211
using Microsoft.AspNet.Http.Features.Authentication.Internal;

src/Microsoft.AspNet.Http/DefaultConnectionInfo.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
using System.Security.Cryptography.X509Certificates;
66
using System.Threading;
77
using System.Threading.Tasks;
8-
using Microsoft.AspNet.FeatureModel;
98
using Microsoft.AspNet.Http.Features;
109
using Microsoft.AspNet.Http.Features.Internal;
1110

src/Microsoft.AspNet.Http/DefaultHttpContext.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
using System.Collections.Generic;
66
using System.Security.Claims;
77
using System.Threading;
8-
using Microsoft.AspNet.FeatureModel;
98
using Microsoft.AspNet.Http.Authentication;
109
using Microsoft.AspNet.Http.Authentication.Internal;
1110
using Microsoft.AspNet.Http.Features;

src/Microsoft.AspNet.Http/DefaultHttpRequest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
using System.IO;
66
using System.Threading;
77
using System.Threading.Tasks;
8-
using Microsoft.AspNet.FeatureModel;
98
using Microsoft.AspNet.Http.Features;
109
using Microsoft.AspNet.Http.Features.Internal;
1110
using Microsoft.Net.Http.Headers;

src/Microsoft.AspNet.Http/DefaultHttpResponse.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
using System;
55
using System.IO;
66
using System.Threading.Tasks;
7-
using Microsoft.AspNet.FeatureModel;
87
using Microsoft.AspNet.Http.Features;
98
using Microsoft.AspNet.Http.Features.Internal;
109
using Microsoft.Net.Http.Headers;

src/Microsoft.AspNet.Http/DefaultWebSocketManager.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
using System.Collections.Generic;
66
using System.Net.WebSockets;
77
using System.Threading.Tasks;
8-
using Microsoft.AspNet.FeatureModel;
98
using Microsoft.AspNet.Http.Features;
109
using Microsoft.Net.Http.Headers;
1110

src/Microsoft.AspNet.Http/Features/QueryFeature.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
using System;
55
using System.Collections.Generic;
6-
using Microsoft.AspNet.FeatureModel;
76
using Microsoft.AspNet.Http.Internal;
87
using Microsoft.AspNet.WebUtilities;
98
using Microsoft.Framework.Internal;

src/Microsoft.AspNet.Http/Features/RequestCookiesFeature.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
using System;
55
using System.Collections.Generic;
66
using System.Linq;
7-
using Microsoft.AspNet.FeatureModel;
87
using Microsoft.AspNet.Http.Internal;
98
using Microsoft.Framework.Internal;
109
using Microsoft.Net.Http.Headers;

src/Microsoft.AspNet.Http/Features/ResponseCookiesFeature.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright (c) .NET Foundation. All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

4-
using Microsoft.AspNet.FeatureModel;
54
using Microsoft.AspNet.Http.Internal;
65

76
namespace Microsoft.AspNet.Http.Features.Internal

src/Microsoft.AspNet.Http/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"url": "git://github.com/aspnet/httpabstractions"
77
},
88
"dependencies": {
9-
"Microsoft.AspNet.FeatureModel": "1.0.0-*",
109
"Microsoft.AspNet.Http.Abstractions": "1.0.0-*",
1110
"Microsoft.AspNet.WebUtilities": "1.0.0-*",
1211
"Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" },

src/Microsoft.AspNet.Owin/OwinExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
using System.Threading.Tasks;
77
using Microsoft.AspNet.Builder.Internal;
88
using Microsoft.AspNet.Http;
9+
using Microsoft.AspNet.Http.Features;
910
using Microsoft.AspNet.Http.Internal;
10-
using Microsoft.AspNet.FeatureModel;
1111
using Microsoft.AspNet.Owin;
1212

1313
namespace Microsoft.AspNet.Builder

src/Microsoft.AspNet.Owin/OwinFeatureCollection.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
using System.Security.Principal;
1515
using System.Threading;
1616
using System.Threading.Tasks;
17-
using Microsoft.AspNet.FeatureModel;
1817
using Microsoft.AspNet.Http.Features;
1918
using Microsoft.AspNet.Http.Features.Authentication;
2019
using Microsoft.Framework.Internal;

0 commit comments

Comments
 (0)