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
If we could make IServiceProvider interface public, it would be easier to check if ServiceProvider can resolve particular service, or not, instead of catching exception.
The text was updated successfully, but these errors were encountered:
It's not documented anywhere but if you add <DefineConstants>$(DefineConstants);JAB_ATTRIBUTES_PACKAGE</DefineConstants> to your csproj file it makes the interface public.
If we could make IServiceProvider interface public, it would be easier to check if ServiceProvider can resolve particular service, or not, instead of catching exception.
The text was updated successfully, but these errors were encountered: