Edited Issue: [CORS] Origin comparison should be case-sensitive for simple...
According to CORS spec (http://www.w3.org/TR/cors/#resource-requests) for simple request origin comparison is case sensitive:If the value of the Origin header is not a case-sensitive match for any of...
View ArticleReopened Issue: Batching scenario not working in Web host. [957]
I have been unable to make batching work in Web host scenarios with our latest code. I tried using Brad Wilson's batching sample from his blog post and also the HostedBatch sample in public asp.net...
View ArticleEdited Issue: Batching scenario not working in Web host. [957]
I have been unable to make batching work in Web host scenarios with our latest code. I tried using Brad Wilson's batching sample from his blog post and also the HostedBatch sample in public asp.net...
View ArticleCommented Issue: Installing v2 of the Microsoft.AspNet.Webpages NuGet package...
1. Create a Razor v1 web site2. Open web.config and add the following entry in <appSettings />.<add key="webPages:Version" value="1.0.0.0" />3. Open the NuGet package manager and install...
View ArticleEdited Issue: Custom htmlAttributes rendered incorrectly by WebGrid [575]
data_xxx attributes should be rendered as data-xxx, like other MVC Html helpers. See this StackOverflow question -...
View ArticleCommented Issue: Custom htmlAttributes rendered incorrectly by WebGrid [575]
data_xxx attributes should be rendered as data-xxx, like other MVC Html helpers. See this StackOverflow question -...
View ArticleCommented Issue: Unable to deserialize edm:Time property [975]
I have an working OData service, but as soon as a I add a property of type TimeSpan, I have trouble POSTing to it. The $metadata shows the type as Edm:Time as I would expect. And Fiddler shows the...
View ArticleEdited Issue: Unable to deserialize edm:Time property [975]
I have an working OData service, but as soon as a I add a property of type TimeSpan, I have trouble POSTing to it. The $metadata shows the type as Edm:Time as I would expect. And Fiddler shows the...
View ArticleCreated Unassigned: Help Page: Expand documentation [1004]
The "Documentation" property in the ApiExplorer should be expanded to include more XmlComment tags than just "<summary>".Specifically, it should at least include the <example> tag (with...
View ArticleEdited Unassigned: Help Page: Expand documentation [1004]
The "Documentation" property in the ApiDescription and ApiParameterDescription should be expanded to include more XmlComment tags than just "<summary>".Specifically, it should at least include...
View ArticleNew Post: ASP.NET MVC 5 RTM?
Hi, I couldn't help to notice that the downloads section has a "v5.0 RTM released on Feb 14, 2013" listed as stable release. This supposedly "Includes ASP.NET MVC 5, Web API 5, and Web Pages 3 RTM...
View ArticleNew Comment on "CORS support for ASP.NET Web API"
do you know if this will be included in the Web-API Self hosted package ? ty
View ArticleCreated Unassigned: [AttributeRouting]Route not being added to route...
In the following scenario, the Get() action on ReproController, which is decorated with an attribute route is _not_ being added to the route collection. On the other hand, the Get() action on the...
View ArticleSource code checked in, #b5233b1c00ea43ed3e79b2ad46b56f060e5f126e
Opt4c: MVC: Fix caching bug in provider collections. The change to cache dependencies on several Collection<T> implementations were missing the ClearItems override. Added unit tests for all the...
View ArticleReleased: v5.0 RTM (Feb 14, 2013)
Includes ASP.NET MVC 5, Web API 5, and Web Pages 3 RTM release. No release date available.
View ArticleUpdated Release: v5.0 RTM (Feb 14, 2013)
Includes ASP.NET MVC 5, Web API 5, and Web Pages 3 RTM release.No release date available.
View ArticleSource code checked in, #e6f472288b7f3c522ad807453140b88914c70f11
Opt23B: MVC: Simplified pattern for lazy initialization of PrefixContainer. It has been determined that a simplified pattern for lazy initialization of is thread safe on all platforms.
View ArticleSource code checked in, #93966dd02731d6407fa6fe78fb012199c9a89a94
WA21B: WebAPI: Updates to WA21, removing Lazy<T> from NameValuePairsValueProvider from further review.
View ArticleNew Post: ASP.NET MVC 5 RTM?
Hi there, That was just a mistake on our part - thank you for letting us know! We created the v5 RTM milestone so that we could place bugs in that milestone. And because the RTM release will be a...
View Article