aspnetcore/test/WebSites
sornaks 53379e4395 Issue #1206 - DefaultBodyModelValidator throws if get accessor throws.
Fix: The MvcOptions takes in a list of ExcludeFromValidationDelegate (Func<Type,bool>). This func verifies if the type is excluded in validation or not.
2014-10-16 16:09:30 -07:00
..
ActivatorWebSite
AddServicesWebSite
AntiForgeryWebSite
ApiExplorerWebSite
ApplicationModelWebSite
AutofacWebSite
BasicWebSite
CompositeViewEngine
ConnegWebSite Replace calls to GetService<T> with GetRequiredService<T> 2014-10-16 14:51:41 -07:00
FilesWebSite
FiltersWebSite
FormatterWebSite Issue #1206 - DefaultBodyModelValidator throws if get accessor throws. 2014-10-16 16:09:30 -07:00
InlineConstraintsWebSite Replace calls to GetService<T> with GetRequiredService<T> 2014-10-16 14:51:41 -07:00
Microsoft.AspNet.Mvc.TestConfiguration Replace calls to GetService<T> with GetRequiredService<T> 2014-10-16 14:51:41 -07:00
ModelBindingWebSite
RazorInstrumentationWebsite Replace calls to GetService<T> with GetRequiredService<T> 2014-10-16 14:51:41 -07:00
RazorWebSite
RoutingWebSite Replace calls to GetService<T> with GetRequiredService<T> 2014-10-16 14:51:41 -07:00
TagHelpersWebSite
UrlHelperWebSite
ValueProvidersSite
VersioningWebSite Replace calls to GetService<T> with GetRequiredService<T> 2014-10-16 14:51:41 -07:00
WebApiCompatShimWebSite
XmlSerializerWebSite