Commented Issue: Html.Raw used as attribute value in Razor is still being...
Steps:* Load an MVC 4 project.* Go into a view (e.g., ~/Views/Shared/_Layout.cshtml).* Add an attribute to an HTML element and make its value something that is already attribute-encoded and wrapped in...
View ArticleNew Comment on "Roadmap"
There is a set of js libraries that suitable for ASP.NET SPA. Such as: knockout.js VS backbone.js sammy.js VS nav/history.js ... I think they cost much time to study. Before release the next generation...
View ArticleCommented Issue: Caching story for Web API [608]
There’s a couple of things to think about when considering caching – it is not enough to just look at the cache control header and turn off caching. We absolutely want to enable caching in a rich way...
View ArticleCreated Issue: Value validator should swallow exceptions from getters when...
Otherwise the exception bubbles up and request fails
View ArticleSource code checked in, #b50db755d855
Issue 552: NRE when defining navigation property in derived type by explicit model builder Throwing a better exception when the user forgot to configure the navigation property link instead of a NRE.
View ArticleEdited Issue: NRE when defining navigation property in derived type by...
Repro code is attached.Send request: GET http://localhost:50232/vehicles to repro the issueThe exception is: System.NullReferenceException occurred HResult=-2147467261 Message=Object reference not set...
View ArticleCommented Issue: NRE when defining navigation property in derived type by...
Repro code is attached.Send request: GET http://localhost:50232/vehicles to repro the issueThe exception is: System.NullReferenceException occurred HResult=-2147467261 Message=Object reference not set...
View ArticleCreated Issue: Don't disable warnings at the project level [612]
A number of projects disable CS1591 at the project level, which means the compiler won't help reminding to add XML doc comments for new code.
View ArticleEdited Issue: Don't disable warnings at the project level (CS1591) [612]
A number of projects disable CS1591 at the project level, which means the compiler won't help reminding to add XML doc comments for new code.
View ArticleCreated Issue: Don't disable warnings at the project level (CS0618) [613]
We want the compiler to help us remember not to call obsolete methods. If there are specific cases where we need to do so, we should add suppressions at the source level (#pragma), not at the project...
View ArticleNew Post: ASP.NET Web API Help Page and dependency on MVC 4
Hi,I already have a MVC 3 app with a Web API using the current Web API Nuget Package. Is it possible to use the new Help/Documentation package  without having to install MVC 4 as well?I see it has a...
View ArticleCreated Issue: Enable FxCop for System.Net.Http.Formatting.NetCore [614]
It currently doesn't pass CodeAnalysis (and CodeAnalysis is disabled project-wide).
View ArticleSource code checked in, #0f37426c4adc
Create separate CodeAnalysis configuration. Remove SuppressMessage attributes from Release configuration. Also, cleanup project file settings/make consistent.
View ArticleSource code checked in, #ff3c3baae12c
Use the NuGet-advertised minimum version of JSON for builds and unit tests.
View ArticleCreated Issue: Dynamic suffixes for Display Modes and Views location caching...
By implementing IDisplayMode you can transform a virtual path pretty much in any way you want. The problem is in Views location caching, which uses the DisplayModeId to cache a location...
View ArticleCreated Issue: Bug in MVC4: System.Web.PrefixContainer [616]
It seems that internal System.Web.PrefixContainer class was introduced in MVC4 and this class has the bug, which is reproduced with the following model, view and controller action method: public class...
View ArticleEdited Issue: Bug in MVC4: System.Web.PrefixContainer [616]
It seems that internal System.Web.PrefixContainer class was introduced in MVC4 and this class has the bug, which is reproduced with the following model, view and controller action method: public class...
View ArticleCreated Issue: Provide overload to supply entitysetconfiguration while...
It would be convenient for users if we provide overload for "ReturnsCollectionFromEntitySet" and "ReturnsFromEntitySet" methods where they can specify an entitysetconfiguration, if they have already...
View Article