Open
Description
Seeing that there is a growing number of requests for additional providers, would you consider adding
public class ProviderBase: IProvider
so that we create in our projects
public class CustomProvider: BaseProvider
And configuration akin to
{
"version": "1.0",
"defaultProvider": "./CustomProviderAssembly.dll; CustomProvider",
"defaultDestination": "wwwroot/lib"
}
Thank you.