CodePlexProject Hosting for Open Source Software
Incorporate code review feedback.
Add global error handling to web host.
Remove Bing SearchBox Helper
Help Page Improvements: Document Model Data Annotations
Add global error handling core functionality.
Give more detailed error message when a WebAPI filter is added to a MVC global filter collection.https://aspnetwebstack.codeplex.com/workitem/321- Update the displayed message as suggested in the bug -- fully qualify the filter type names- Add new IAuthenticationFilter to the mentioned interfaces
Issue 824: NotMapped property can't be add explicitly by model builder
Issue 984: Redundant type name serialization in OData JSON light minimalmetadata mode
791: Support nested property on complex type in $orderby
Address review comment against Commit a20dd5738e8f- Lowercase "type" in new exception's Message
Better error message when can't construct model for Actionhttps://aspnetwebstack.codeplex.com/workitem/892- MissingMethodException often provides a less-than-helpful message; problem here centers on Activator.CreateInstance()- To avoid compatiblity problems, throw same type of Exception, preserve original Message and stacktrace.- Fix all instances of the problem in System.Web.Mvc.dll and Microsoft.Web.Mvc.dll- Activiator.CreateInstance() is called elsewhere in these assemblies but not for types than may lack a parameterless constructor- Add or update tests covering affected methodsnit: Let VS reorder the System.Web.Mvc.csproj file
Fix FxCop errors when running CodeAnalysis on Debug builds.- Remove unused locals in OData- Remove redundant casting in EdmLibHelpers- Add Suppression for Thread.Current Principal for unused local- Use CultureInfo.InvariantCulture when writing out tracing for razor editor traces elapsed time values.
Make external component dependencies stable.
Issue 614: Enable FxCop for System.Net.Http.Formatting.NetCore
Fix ExceptionResult status code (fixes bug # 1318).
Fix codeplex bug 1312System.Web.Razor.TextChange creates a wrong Old Text propertyThe GetText method was using a property instead of the passed parameter, also added an optimization for the common case of typing a single char (OldText length is always zero)
Issue 797: default odata routing conventions is missing support for url'sgenerated by WCF DS client1) mapping POST ~/Customers(42)/Orders to PostToOrders.2) mapping POST ~/Customers(42)/Ns.SpecialCustomer/SpecialOrders toPostToSpecialOrdersFromSpecialCustomer3) mapping PUT/POST to~/Customers(42)/Ns.SpecialCustomer/$links/SpecialOrders toCreateLinkToSpecialOrdersFromSpecialCustomer4) Also, changing links routing convention to route toCreateLinkTo{navProperty} if that method is declared instead of justCreateLink.
Preserve stack trace for ApiController exceptions (fixes #1313).
Update Microsoft.Owin version to latest build
896 Set the appropriate BOM type for Help Page .cshtml files.Fixing the help page build task to output .pp files using UTF8 encoding with BOM (which is what VS does by default).Part of this bug is actually caused by a known issue in NuGet (see the link below) and will be addressed by the NuGet team.http://nuget.codeplex.com/workitem/3174
Fix HttpRoutingDispatcher locating route data (fixes #1290).
HttpRequestContext cleanup.
Downgrade razor version back to 3.0