React to corefx negotiate linux error reporting changes
Open
affected-very-few
area-auth
severity-nice-to-have
task
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 290
Description
In https://github.com/aspnet/AspNetCore/issues/12566 we had to work around some corefx linux limitations. These were fixed in https://github.com/dotnet/corefx/pull/40105. Remove the workarounds.
Mainly these parts:
https://github.com/aspnet/AspNetCore/blob/6e25a9fc53dd5fb8332c685e0c92f10c70bc225f/src/Security/Authentication/Negotiate/src/Internal/ReflectedNegotiateState.cs#L52-L58
https://github.com/aspnet/AspNetCore/blob/6e25a9fc53dd5fb8332c685e0c92f10c70bc225f/src/Security/Authentication/Negotiate/src/Internal/ReflectedNegotiateState.cs#L111-L127
This is only cleanup, it can happen in master/5.x.
Contributor guide
Assessment
This issue has not been assessed yet.