Dotnet Package
This provider reads components that are embeded in a .NET package and distributed through a package repository.
You can read more about components in Components
Configuration
.confixrc
{
"project": {
"componentProviders": [
{
"type": "dotnet-package"
}
]
}
}