OwinMiddleware doesn't preserve culture change in .net 4.6.*
问题 I have an owin culture middle ware running very nice. It just changes the culture according to the url. This works in 4.5.* perfectly. Now when the runtiome is changed to 4.6.1, the culture isn't preserved anymore and as a result it just doesn't work. I can reproduce it in a very simple solution which only has this middleware simulating the culture change public class CultureMiddleware : OwinMiddleware { public CultureMiddleware(OwinMiddleware next) : base(next) { } public override async Task