Created Issue: ApiExplorer incorrectly assumes conflicts when a controller's...
I have a ValuesController and StudentsController in my application and following routes:```config.Routes.MapHttpRoute( name: "Api2", routeTemplate: "api/Values/{id}", defaults: new { id =...
View ArticleCommented Issue: HttpResponseException thrown at ActionFilter is being...
From here: http://stackoverflow.com/questions/15065594/error-handling-in-web-api-self-hosted-server-for-actionfilterattributeAs user mentions, when throwing HttpResponseException at the controller's...
View ArticleCommented Issue: Test...
The test ConventionsHelpersTests.GetUriRepresentationForValue_Works verifies the DateTimeOffset representation using the value "datetimeoffset'1600-12-31T16:00:00-08:00'" which will only work if the...
View ArticleCommented Issue: Test...
The test ConventionsHelpersTests.GetUriRepresentationForValue_Works verifies the DateTimeOffset representation using the value "datetimeoffset'1600-12-31T16:00:00-08:00'" which will only work if the...
View ArticleCommented Issue: Test...
The test ConventionsHelpersTests.GetUriRepresentationForValue_Works verifies the DateTimeOffset representation using the value "datetimeoffset'1600-12-31T16:00:00-08:00'" which will only work if the...
View ArticleCommented Issue: Test...
The test ConventionsHelpersTests.GetUriRepresentationForValue_Works verifies the DateTimeOffset representation using the value "datetimeoffset'1600-12-31T16:00:00-08:00'" which will only work if the...
View ArticleCommented Issue: Test...
The test ConventionsHelpersTests.GetUriRepresentationForValue_Works verifies the DateTimeOffset representation using the value "datetimeoffset'1600-12-31T16:00:00-08:00'" which will only work if the...
View ArticleCommented Task: MQ: Work around sporadic TeamCity exception [813]
Add a workaround to the Team City bug for the "exception during messages processing."Comments: Altered test_name column to be utf8mb4. This should fix the problem.
View ArticleEdited Task: MQ: Work around sporadic TeamCity exception [813]
Add a workaround to the Team City bug for the "exception during messages processing."
View ArticleCommented Issue: UserCache XML files being reused at startup from previous...
http://aspnetwebstack.codeplex.com/discussions/403529Comments: We've investigated this issue and I've reported the results on the forum thread: http://aspnetwebstack.codeplex.com/discussions/403529 The...
View ArticleEdited Issue: Razor outputs the string "value" or completely removes value...
I was creating some views where I used html for all my input fields instead of using the helper methods. I had some hidden fields that contained boolean values. I've done this often in MVC 3 and it was...
View ArticleCommented Issue: Razor outputs the string "value" or completely removes value...
I was creating some views where I used html for all my input fields instead of using the helper methods. I had some hidden fields that contained boolean values. I've done this often in MVC 3 and it was...
View ArticleCreated Issue: WebSecurity.CreateUserAndAccount IDictionary casting [870]
The WebSecurity.CreateUserAndAccount method checks for an input on the propertyValues parameter and converts it to a RouteValueDictionary before it is passed on to the ExtendedMembershipProvider.When...
View ArticleCreated Issue: MVC 4 Binding to Json issue. [871]
Hi,This issue is really bugging me. Just wanted to know if this is really an issue or I'm doing something wrong.I can upload a minified version of a simple solution which shows the issue.For now I will...
View ArticleCreated Issue: ITraceWriter implementation does not work in RELEASE mode [872]
I have an implementation of ITraceWriter that I am using. It works in DEBUG mode, but not when deployed in RELEASE mode.Is this by design? How do I get around this?
View ArticleCreated Issue: We should open up the configuration.Services to allow user...
Today if one tries to add a custom service to the configuration.Services bag, it will throw exception saying that it does not support unknown services.We should open this up so that people don't have...
View ArticleCommented Issue: Create a version of Microsoft.AspNet.WebPages.Administration...
1. In Visual Studio, create a new Razor v2 Web Site2. Open the NuGet Package manager and update NuGet.Core to version 2.0.3. F5Result: At runtime, you'll receive an unhandled exception with the message...
View ArticleCommented Issue: We should open up the configuration.Services to allow user...
Today if one tries to add a custom service to the configuration.Services bag, it will throw exception saying that it does not support unknown services.We should open this up so that people don't have...
View ArticleCreated Task: Update System.Net.Http.Formatting Portable library to use...
We need to update these before we ship.
View ArticleCommented Issue: We should open up the configuration.Services to allow user...
Today if one tries to add a custom service to the configuration.Services bag, it will throw exception saying that it does not support unknown services.We should open this up so that people don't have...
View Article