AspNetWebStack icon indicating copy to clipboard operation
AspNetWebStack copied to clipboard

ASP.NET MVC 5.x, Web API 2.x, and Web Pages 3.x (not ASP.NET Core)

Results 21 AspNetWebStack issues
Sort by recently updated
recently updated
newest added

- 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...

dependencies

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...

dependencies

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...

bug

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. ![image](https://user-images.githubusercontent.com/88981/126040601-5b47d6b6-11ac-479b-9b40-d807909f27c6.png) The `generatedBytes` length is `17`: ![image](https://user-images.githubusercontent.com/88981/126040623-62d44c88-b3a8-4881-88df-984c9cd55d68.png) The `array` length is `16`: ![image](https://user-images.githubusercontent.com/88981/126040632-a7259c48-c7f8-4ad4-b57e-ae687af41716.png) Is this a bug in...

bug

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...

bug

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...