Skip to content

Commit 3abfc41

Browse files
committed
Add breaking changes
1 parent 6e5117e commit 3abfc41

File tree

3 files changed

+108
-0
lines changed

3 files changed

+108
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[
2+
{
3+
"TypeId": "public abstract class Microsoft.AspNetCore.Http.Authentication.AuthenticationManager",
4+
"Kind": "Removal"
5+
},
6+
{
7+
"TypeId": "public class Microsoft.AspNetCore.Http.Authentication.AuthenticateInfo",
8+
"Kind": "Removal"
9+
},
10+
{
11+
"TypeId": "public class Microsoft.AspNetCore.Http.Authentication.AuthenticationDescription",
12+
"Kind": "Removal"
13+
},
14+
{
15+
"TypeId": "public class Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties",
16+
"Kind": "Removal"
17+
},
18+
{
19+
"TypeId": "public abstract class Microsoft.AspNetCore.Http.HttpContext",
20+
"MemberId": "public abstract Microsoft.AspNetCore.Http.Authentication.AuthenticationManager get_Authentication()",
21+
"Kind": "Removal"
22+
}
23+
]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
[
2+
{
3+
"TypeId": "public class Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext",
4+
"Kind": "Removal"
5+
},
6+
{
7+
"TypeId": "public class Microsoft.AspNetCore.Http.Features.Authentication.ChallengeContext",
8+
},
9+
"Kind": "Removal"
10+
},
11+
{
12+
"TypeId": "public class Microsoft.AspNetCore.Http.Features.Authentication.DescribeSchemesContext",
13+
"Kind": "Removal"
14+
},
15+
{
16+
"TypeId": "public class Microsoft.AspNetCore.Http.Authentication.AuthenticateInfo",
17+
{
18+
"Kind": "Removal"
19+
},
20+
{
21+
"TypeId": "public class Microsoft.AspNetCore.Http.Authentication.AuthenticationDescription",
22+
"Kind": "Removal"
23+
},
24+
{
25+
"TypeId": "public class Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties",
26+
"Kind": "Removal"
27+
},
28+
{
29+
"TypeId": "public abstract class Microsoft.AspNetCore.Http.HttpContext",
30+
"MemberId": "public abstract Microsoft.AspNetCore.Http.Authentication.AuthenticationManager get_Authentication()",
31+
"Kind": "Removal"
32+
}
33+
"TypeId": "public class Microsoft.AspNetCore.Http.Features.Authentication.SignInContext",
34+
"Kind": "Removal"
35+
},
36+
{
37+
"TypeId": "public class Microsoft.AspNetCore.Http.Features.Authentication.SignOutContext",
38+
"Kind": "Removal"
39+
},
40+
{
41+
"TypeId": "public enum Microsoft.AspNetCore.Http.Features.Authentication.ChallengeBehavior",
42+
"Kind": "Removal"
43+
},
44+
{
45+
"TypeId": "public interface Microsoft.AspNetCore.Http.Features.Authentication.IAuthenticationHandler",
46+
"Kind": "Removal"
47+
},
48+
{
49+
"TypeId": "public interface Microsoft.AspNetCore.Http.Features.Authentication.IHttpAuthenticationFeature",
50+
"MemberId": "Microsoft.AspNetCore.Http.Features.Authentication.IAuthenticationHandler get_Handler()",
51+
"Kind": "Removal"
52+
},
53+
{
54+
"TypeId": "public interface Microsoft.AspNetCore.Http.Features.Authentication.IHttpAuthenticationFeature",
55+
"MemberId": "System.Void set_Handler(Microsoft.AspNetCore.Http.Features.Authentication.IAuthenticationHandler value)",
56+
"Kind": "Removal"
57+
}
58+
]
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"TypeId": "public class Microsoft.AspNetCore.Http.DefaultHttpContext : Microsoft.AspNetCore.Http.HttpContext",
4+
"MemberId": "protected virtual Microsoft.AspNetCore.Http.Authentication.AuthenticationManager InitializeAuthenticationManager()",
5+
"Kind": "Removal"
6+
},
7+
{
8+
"TypeId": "public class Microsoft.AspNetCore.Http.DefaultHttpContext : Microsoft.AspNetCore.Http.HttpContext",
9+
"MemberId": "protected virtual System.Void UninitializeAuthenticationManager(Microsoft.AspNetCore.Http.Authentication.AuthenticationManager instance)",
10+
"Kind": "Removal"
11+
},
12+
{
13+
"TypeId": "public class Microsoft.AspNetCore.Http.DefaultHttpContext : Microsoft.AspNetCore.Http.HttpContext",
14+
"MemberId": "public override Microsoft.AspNetCore.Http.Authentication.AuthenticationManager get_Authentication()",
15+
"Kind": "Removal"
16+
},
17+
{
18+
"TypeId": "public class Microsoft.AspNetCore.Http.Features.Authentication.HttpAuthenticationFeature : Microsoft.AspNetCore.Http.Features.Authentication.IHttpAuthenticationFeature",
19+
"MemberId": "public Microsoft.AspNetCore.Http.Features.Authentication.IAuthenticationHandler get_Handler()",
20+
"Kind": "Removal"
21+
},
22+
{
23+
"TypeId": "public class Microsoft.AspNetCore.Http.Features.Authentication.HttpAuthenticationFeature : Microsoft.AspNetCore.Http.Features.Authentication.IHttpAuthenticationFeature",
24+
"MemberId": "public System.Void set_Handler(Microsoft.AspNetCore.Http.Features.Authentication.IAuthenticationHandler value)",
25+
"Kind": "Removal"
26+
}
27+
]

0 commit comments

Comments
 (0)