AspNetWebStack
AspNetWebStack copied to clipboard
ASP.NET MVC 5.x, Web API 2.x, and Web Pages 3.x (not ASP.NET Core)
- also bump Newtonsoft.Json.Bson to 1.0.2 in System.Net.Http.Formatting.NetStandard - incorporates changes from 23 Dependabot PRs; they are now obsolete - Dependabot also left hint paths alone in project files :frowning:...
Bumps [Microsoft.Owin](https://github.com/aspnet/AspNetKatana) from 2.0.2 to 4.0.0. Commits 64bf627 Update certificate id 7785261 Update lisence url 5d6e25b Handle early disconnects #141 0156279 Update version to 4.0.0-rtm 6ab8574 Update IdentityModel dependencies to...
Bumps [Microsoft.Owin](https://github.com/aspnet/AspNetKatana) from 2.0.2 to 4.0.0. Commits 64bf627 Update certificate id 7785261 Update lisence url 5d6e25b Handle early disconnects #141 0156279 Update version to 4.0.0-rtm 6ab8574 Update IdentityModel dependencies to...
An app running in IIS with OWIN integration gets ObjectDisposedExceptions on shutdown rather than gracefully draining requests. ``` Exception Details: System.ObjectDisposedException, Cannot access a disposed object. Object name: '[Redacted].AuthenticationHandler'., at...
The [GenerateTokenHtmlEncodesValues()](https://github.com/aspnet/AspNetWebStack/blob/v3.2.7/test/WebMatrix.WebData.Test/SimpleMembershipProviderTest.cs#L168-L181) test method in the [WebMatrix.WebData.Test\SimpleMembershipProviderTest.cs](https://github.com/aspnet/AspNetWebStack/blob/v3.2.7/test/WebMatrix.WebData.Test/SimpleMembershipProviderTest.cs) file, this test is failed.  The `generatedBytes` length is `17`:  The `array` length is `16`:  Is this a bug in...
This one was a very, very painful edge case, which I will solve in the mean time by changing some of our input field names. I appreciate it might cover...
Hi, I'm new to OWIN, if I get some help on this issue, I really appreciate it. I'm trying to do scalability testing of ASP.net Web API which is self-hosted...
In MVC 5.3 I am observing that multiple threads get blocked win the GetArea extension method when rendering child action. How should this be fixed or read as seen in...
Microsoft.AspNet.WebApi.Client exposes an extension method `HttpContentExtensions.ReadAsAsync` which depends on `MediaTypeFormatterCollection` which creates a default set of `MediaTypeFormatter` one of which is `JsonMediaTypeFormatter` which depends on `Newtonsoft.Json`. This media type formatter...
Hi, I want to install SSMS, but failed. It shows below error information. It is the VSIX Installer issue and says "The type initializer for 'PerTypeValues`1' threw an exception" ![FRNBFJ...