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
I am currently developing a Blazor-Server app where I inject interfaces, but when using them in the razor code it seems to not understand where they are, it just throws a compiler errors thinking that they are two different things, see this example:
@inject IMyThingmyThing
<SomeComponentThing="@myThing" /> <---Throwserror" Argument 1: Cannot convert from MyApp.BL.Provider.IMyThing to IMyThing"
The text was updated successfully, but these errors were encountered:
I am currently developing a Blazor-Server app where I inject interfaces, but when using them in the razor code it seems to not understand where they are, it just throws a compiler errors thinking that they are two different things, see this example:
The text was updated successfully, but these errors were encountered: