You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ASP.NET MVC Facility: Fix controller lookup to be case insensitive (@Yitzchok, #480)
ASP.NET Core Facility: FrameworkDependencyResolver must not throw NRE if dependency has no type (e.g. depending on a named component) (@dariuslf, #489)
ASP.NET Core Facility: Register ViewComponents and TagHelpers correctly (@dariuslf, #489)
ASP.NET Core Facility: Allow crosswiring multiple implementations of the same service (@dariuslf, #489)
ASP.NET Core Facility: Treat TagHelper classes with __Generated__ in their name (e.g. TagHelpers generated for ViewComponents) as framework classes (@dariuslf, #489)