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

Commit c8bbbe7

Browse files
committed
#395 Add baseline and breaking change files
1 parent 4c3e0b6 commit c8bbbe7

File tree

2 files changed

+225
-0
lines changed

2 files changed

+225
-0
lines changed
Lines changed: 203 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,203 @@
1+
{
2+
"AssemblyIdentity": "Microsoft.AspNetCore.Server.IISIntegration, Version=1.1.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
3+
"Types": [
4+
{
5+
"Name": "Microsoft.AspNetCore.Hosting.WebHostBuilderIISExtensions",
6+
"Visibility": "Public",
7+
"Kind": "Class",
8+
"Abstract": true,
9+
"Static": true,
10+
"Sealed": true,
11+
"ImplementedInterfaces": [],
12+
"Members": [
13+
{
14+
"Kind": "Method",
15+
"Name": "UseIISIntegration",
16+
"Parameters": [
17+
{
18+
"Name": "hostBuilder",
19+
"Type": "Microsoft.AspNetCore.Hosting.IWebHostBuilder"
20+
}
21+
],
22+
"ReturnType": "Microsoft.AspNetCore.Hosting.IWebHostBuilder",
23+
"Static": true,
24+
"Extension": true,
25+
"Visibility": "Public",
26+
"GenericParameter": []
27+
}
28+
],
29+
"GenericParameters": []
30+
},
31+
{
32+
"Name": "Microsoft.AspNetCore.Builder.IISOptions",
33+
"Visibility": "Public",
34+
"Kind": "Class",
35+
"ImplementedInterfaces": [],
36+
"Members": [
37+
{
38+
"Kind": "Method",
39+
"Name": "get_AutomaticAuthentication",
40+
"Parameters": [],
41+
"ReturnType": "System.Boolean",
42+
"Visibility": "Public",
43+
"GenericParameter": []
44+
},
45+
{
46+
"Kind": "Method",
47+
"Name": "set_AutomaticAuthentication",
48+
"Parameters": [
49+
{
50+
"Name": "value",
51+
"Type": "System.Boolean"
52+
}
53+
],
54+
"ReturnType": "System.Void",
55+
"Visibility": "Public",
56+
"GenericParameter": []
57+
},
58+
{
59+
"Kind": "Method",
60+
"Name": "get_ForwardWindowsAuthentication",
61+
"Parameters": [],
62+
"ReturnType": "System.Boolean",
63+
"Visibility": "Public",
64+
"GenericParameter": []
65+
},
66+
{
67+
"Kind": "Method",
68+
"Name": "set_ForwardWindowsAuthentication",
69+
"Parameters": [
70+
{
71+
"Name": "value",
72+
"Type": "System.Boolean"
73+
}
74+
],
75+
"ReturnType": "System.Void",
76+
"Visibility": "Public",
77+
"GenericParameter": []
78+
},
79+
{
80+
"Kind": "Method",
81+
"Name": "get_ForwardClientCertificate",
82+
"Parameters": [],
83+
"ReturnType": "System.Boolean",
84+
"Visibility": "Public",
85+
"GenericParameter": []
86+
},
87+
{
88+
"Kind": "Method",
89+
"Name": "set_ForwardClientCertificate",
90+
"Parameters": [
91+
{
92+
"Name": "value",
93+
"Type": "System.Boolean"
94+
}
95+
],
96+
"ReturnType": "System.Void",
97+
"Visibility": "Public",
98+
"GenericParameter": []
99+
},
100+
{
101+
"Kind": "Method",
102+
"Name": "get_AuthenticationDescriptions",
103+
"Parameters": [],
104+
"ReturnType": "System.Collections.Generic.IList<Microsoft.AspNetCore.Http.Authentication.AuthenticationDescription>",
105+
"Visibility": "Public",
106+
"GenericParameter": []
107+
},
108+
{
109+
"Kind": "Constructor",
110+
"Name": ".ctor",
111+
"Parameters": [],
112+
"Visibility": "Public",
113+
"GenericParameter": []
114+
}
115+
],
116+
"GenericParameters": []
117+
},
118+
{
119+
"Name": "Microsoft.AspNetCore.Server.IISIntegration.IISDefaults",
120+
"Visibility": "Public",
121+
"Kind": "Class",
122+
"ImplementedInterfaces": [],
123+
"Members": [
124+
{
125+
"Kind": "Constructor",
126+
"Name": ".ctor",
127+
"Parameters": [],
128+
"Visibility": "Public",
129+
"GenericParameter": []
130+
},
131+
{
132+
"Kind": "Field",
133+
"Name": "Negotiate",
134+
"Parameters": [],
135+
"ReturnType": "System.String",
136+
"Static": true,
137+
"Visibility": "Public",
138+
"GenericParameter": [],
139+
"Constant": true,
140+
"Literal": "\"Negotiate\""
141+
},
142+
{
143+
"Kind": "Field",
144+
"Name": "Ntlm",
145+
"Parameters": [],
146+
"ReturnType": "System.String",
147+
"Static": true,
148+
"Visibility": "Public",
149+
"GenericParameter": [],
150+
"Constant": true,
151+
"Literal": "\"NTLM\""
152+
}
153+
],
154+
"GenericParameters": []
155+
},
156+
{
157+
"Name": "Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware",
158+
"Visibility": "Public",
159+
"Kind": "Class",
160+
"ImplementedInterfaces": [],
161+
"Members": [
162+
{
163+
"Kind": "Method",
164+
"Name": "Invoke",
165+
"Parameters": [
166+
{
167+
"Name": "httpContext",
168+
"Type": "Microsoft.AspNetCore.Http.HttpContext"
169+
}
170+
],
171+
"ReturnType": "System.Threading.Tasks.Task",
172+
"Visibility": "Public",
173+
"GenericParameter": []
174+
},
175+
{
176+
"Kind": "Constructor",
177+
"Name": ".ctor",
178+
"Parameters": [
179+
{
180+
"Name": "next",
181+
"Type": "Microsoft.AspNetCore.Http.RequestDelegate"
182+
},
183+
{
184+
"Name": "loggerFactory",
185+
"Type": "Microsoft.Extensions.Logging.ILoggerFactory"
186+
},
187+
{
188+
"Name": "options",
189+
"Type": "Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Builder.IISOptions>"
190+
},
191+
{
192+
"Name": "pairingToken",
193+
"Type": "System.String"
194+
}
195+
],
196+
"Visibility": "Public",
197+
"GenericParameter": []
198+
}
199+
],
200+
"GenericParameters": []
201+
}
202+
]
203+
}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"TypeId": "public class Microsoft.AspNetCore.Server.IISIntegration.IISMiddleware",
4+
"MemberId": "public .ctor(Microsoft.AspNetCore.Http.RequestDelegate next, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory, Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Builder.IISOptions> options, System.String pairingToken)",
5+
"Kind": "Removal"
6+
},
7+
{
8+
"TypeId": "public class Microsoft.AspNetCore.Builder.IISOptions",
9+
"MemberId": "public System.Boolean get_ForwardWindowsAuthentication()",
10+
"Kind": "Removal"
11+
},
12+
{
13+
"TypeId": "public class Microsoft.AspNetCore.Builder.IISOptions",
14+
"MemberId": "public System.Collections.Generic.IList<Microsoft.AspNetCore.Http.Authentication.AuthenticationDescription> get_AuthenticationDescriptions()",
15+
"Kind": "Removal"
16+
},
17+
{
18+
"TypeId": "public class Microsoft.AspNetCore.Builder.IISOptions",
19+
"MemberId": "public System.Void set_ForwardWindowsAuthentication(System.Boolean value)",
20+
"Kind": "Removal"
21+
}
22+
]

0 commit comments

Comments
 (0)