Skip to content

5.0.1

Compare
Choose a tag to compare
@jonorossi jonorossi released this 18 Sep 05:54
· 144 commits to master since this release
abea0d9

Bugfixes

  • Fix ProxyOptions equality with additional interfaces (@DamirAinullin, #477)
  • WCF Facility: Fix exception message (@DamirAinullin, #476)
  • 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)