Edited Issue: WebMatrix error list seems to have timing issues that lead to...
This is WebMatrix bug - PS (IIS OOB DB) - 37248Description:8/22/2012 4:43 PM Edited by mikhailaa). There is a Razor parser bug. - Open attached file. Parser reports no errors. - Type a space after }...
View ArticleCommented Issue: WebMatrix error list seems to have timing issues that lead...
This is WebMatrix bug - PS (IIS OOB DB) - 37248Description:8/22/2012 4:43 PM Edited by mikhailaa). There is a Razor parser bug. - Open attached file. Parser reports no errors. - Type a space after }...
View ArticleEdited Issue: Html.EditorFor helper generates wrong date/time format [630]
In MVC applications, if someone uses the Html.EditorFor helper to generate UI for a model that includes a DateTime field, the resulting HTML markup will render a date in a culture format that doesn't...
View ArticleEdited Issue: Tracing should trace warning not error for...
The default trace writers do not currently special-case HttpResponseException, and therefore trace at TraceLevel.Error. This is confusing, because it means simple user error in the URI will generate an...
View ArticleEdited Issue: Make User property of ApiController testable [971]
Make the User property of ApiController virtual so that it can be mocked or add a setter so that it can be setup for test.
View ArticleCreated Unassigned: ControllerDescriptor.ControllerName doesn't return...
I'm having an issue with ControllerDescriptor.ControllerName. It's either poorly documented, or it doesn't properly do what it says it does. I've been using ControllerDescriptor instances in spots...
View ArticleCreated Unassigned: [WebApiOnOwin]Uploading a 2GB file with custom input...
Repro sample : FileUploadSample (file://KK-MC2/FileUploadSample)I have a simple custom buffer selector where UseBufferedInputStream returns true.When I try to upload a 2GB fails, I am seeing a failure...
View ArticleCreated Unassigned: $expand fails if the request has $inlinecount [1037]
Discussion at https://aspnetwebstack.codeplex.com/discussions/398611 Error received is Only a top-level feed can have the 'ODataFeed.Count' property value specified. Expanded links do not support...
View ArticleCommented Unassigned: $expand fails if the request has $inlinecount [1037]
Discussion at https://aspnetwebstack.codeplex.com/discussions/398611 Error received is Only a top-level feed can have the 'ODataFeed.Count' property value specified. Expanded links do not support...
View ArticleCreated Unassigned: Consider updating EntitySetController and...
With the new support for $select and $expand it's important that EntitySetController and AsynEntitySetController support all the scenarios for them as they are the preferred way of implementing an...
View ArticleCommented Issue: Tracing should trace warning not error for...
The default trace writers do not currently special-case HttpResponseException, and therefore trace at TraceLevel.Error. This is confusing, because it means simple user error in the URI will generate an...
View ArticleEdited Issue: Tracing should trace warning not error for...
The default trace writers do not currently special-case HttpResponseException, and therefore trace at TraceLevel.Error. This is confusing, because it means simple user error in the URI will generate an...
View ArticleEdited Issue: After enabling tracing, controller descriptor configuration...
Attached repro code. Steps to repro: 1. Create a custom controller configuration attribute2. Put the attribute on web api controller3. Create a self or web host application for web api4. Enable tracing...
View ArticleEdited Issue: After enabling tracing, ControllerConfiguration will be run on...
After enabling tracing, ControllerConfiguration.Initialize will be run on every request.See attached code.
View ArticleCommented Issue: After enabling tracing, ControllerConfiguration will be run...
After enabling tracing, ControllerConfiguration.Initialize will be run on every request.See attached code.Comments: same issue as https://aspnetwebstack.codeplex.com/workitem/755
View ArticleReopened Unassigned: Global error handler for Web API [1001]
If my Web API application is going to return an error to a client, I want to know about it.I want to set up something like ELMAH to notify me when the problem occurs, and I want full details of the...
View ArticleEdited Unassigned: Global error handler for Web API [1001]
If my Web API application is going to return an error to a client, I want to know about it.I want to set up something like ELMAH to notify me when the problem occurs, and I want full details of the...
View ArticleCommented Unassigned: HttpClient is not passing impersonated authentication...
We have a MVC 4 website using windows authentication and need to pass the logged in user's credentials to the Web API service we're calling. This works using WebClient, but we're unable to get the new...
View ArticleEdited Issue: Update assembly references in Web.Config for Help Page [945]
The web.config in the Help Page package still references MVC 4 and Web Pages 2 assemblies
View ArticleCommented Issue: Update assembly references in Web.Config for Help Page [945]
The web.config in the Help Page package still references MVC 4 and Web Pages 2 assembliesComments: This has been fixed
View Article