We have some projects named as such, within the same solution (yes I understand it's not ideal, but it's an established naming practice outside my control with a purpose irrelevant to the issue).
Account.Web.Api
Account.WebApi
Both these projects are creating an extension method named AutoRegisterAccountWebApi, which is then being detected as ambiguous.
We have some projects named as such, within the same solution (yes I understand it's not ideal, but it's an established naming practice outside my control with a purpose irrelevant to the issue).
Both these projects are creating an extension method named
AutoRegisterAccountWebApi, which is then being detected as ambiguous.