I've just updated Visual Studio 2019 and noted that in new Template (3.1.5) of ASP.NET Core (MVC), there's serviceDependencies.json Currently in ASP.NET Core docs there no point about this, and I wasn't able to find any in google as well.
I understand, that somehow will be possible to register dependencies in json, but didn't get whole picture. How to use it, and when?
with content:
{
"dependencies": {
"mssql1": {
"type": "mssql",
"connectionId": "DefaultConnection"
}
}
}