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'm implementing a custom function binding for dependency injection. I have that custom binding attribute as well as an abstract base class implementing IExtensionConfigProvider in a common dll. I'm referencing that common dll in an azure function project and inheriting from that abstract base class. When I launch the function locally, I get an error saying A ScriptHost error has occurred mscorlib: Cannot create an abstract class.
I'm on cli version 1.0.12.1.
The text was updated successfully, but these errors were encountered:
I'm implementing a custom function binding for dependency injection. I have that custom binding attribute as well as an abstract base class implementing IExtensionConfigProvider in a common dll. I'm referencing that common dll in an azure function project and inheriting from that abstract base class. When I launch the function locally, I get an error saying A ScriptHost error has occurred mscorlib: Cannot create an abstract class.
I'm on cli version 1.0.12.1.
The text was updated successfully, but these errors were encountered: