Closed Issue: HttpResponseException should not trace as Error [285]
The tracing layer currently uses TraceLevel.Error for all exceptions thrown or associated with faulted tasks. This means simple client errors such as misspelled controller names will generate Error...
View ArticleClosed Issue: Replacing service types using DI containers defeats code using...
Because Services.GetService gives higher precedence to DependencyResolver than the list of default services, and because Services.Replace only affects the list of default services, it means any service...
View ArticleClosed Issue: TaskHelper should honor the cancellation token in the async...
If a CancellationToken is passed to the .Catch() helper, its IsCancellationRequested property is only queried if the antecedent Task completes synchronously. If the antecedent Task completes...
View ArticleEdited Issue: UrlHelper throws MethodNotimplementedException with batching in...
With the following batching code in webhost, HttpConfiguration memoryConfig = new HttpConfiguration(); HttpServer memoryServer = new HttpServer(memoryConfig, GlobalConfiguration.DefaultHandler);...
View ArticleCommented Issue: UrlHelper throws MethodNotimplementedException with batching...
With the following batching code in webhost, HttpConfiguration memoryConfig = new HttpConfiguration(); HttpServer memoryServer = new HttpServer(memoryConfig, GlobalConfiguration.DefaultHandler);...
View ArticleCreated Issue: [CORS] By default none of the origins, headers or exposed...
Under current design, if CORS is enable and a default CORS policy is created without input, it by defaults allow all origins and headers from request, allow all exposed headers to be returned in...
View ArticleNew Post: Html.actionlink/Html.BeginForm could not work
Hi All, If there is anyone encoutered this problem: The function Html.ActionLink and Html.BeginForm are work properly in self machine. And then, publish the website appliction to the pro envieroment....
View ArticleCommented Issue: Uninstalling SPA breaks /views/web.config in an MVC...
1. Create a new MVC 4 Internet Application in Visual Studio2. Install the ASP.NET SPA MVC 4 (Beta) package via Nuget Package Manager. After doing this, you should be able to buld and run the...
View ArticleEdited Issue: ASP.Net Web API Help Pages: Document Model Data Annotations [877]
Can the ApiExplorer provide a way to generate documentation which details the Properties (and their data annotations) of an ApiController action paramater? If the action method of a Web API Controller...
View ArticleClosed Issue: ApiExplorer does not generate documentation correctly [385]
When I have following method - I'm getting "No documentation available."/// <summary>/// Get Reynaers dealers from a market/// </summary>/// <param name="marketcode">Market code...
View ArticleSource code checked in, #dfdf8f95f15b
Opt2A: MVC: Avoid Cast<Attribute> with AttributeList.
View ArticleSource code checked in, #4bec184ff874
Opt3D: MVC: ReflectedActionDescriptor.Execute: Remove Linq.
View ArticleSource code checked in, #dba78338aa07
Opt16: WebPageRoute: Avoid allocating when coercing interface method to Func.
View ArticleSource code checked in, #1496a1af795c
Opt25: MVC: ActionDescriptorHelper: Prevent per-call allocation with static inline delegates.
View ArticleSource code checked in, #9a0bd20f62e2
Opt26: MVC: ReflectedAttributeCache: Prevent per-call allocation with static cached delegate.
View ArticleSource code checked in, #abecb6f92638
Opt27: MVC: DependencyResolver: Prevent per-call delegate allocation by caching instance delegate.
View ArticleSource code checked in, #0a7951507c52
Opt28: MVC: InvokeActionResultWithFilters: Avoid chain of stateful delegates.
View ArticleSource code checked in, #b3a7a7080202
Opt30: MVC: AsyncResultWrapper: Avoid allocating delegates and closures in BeginSynchronous calls.
View ArticleCreated Issue: Provide a method to update the user of the form token for...
If you look at this SO thread: [AntiForgeryToken invalid after sign in](http://stackoverflow.com/questions/9096769/antiforgerytoken-invalid-after-sign-in)It seems to me that an official method, is need...
View Article