I'm having trouble getting this to work. I'm using Visual Studio 2017 the latest RC (updated this week).
I'm trying to follow the items in this link:
https://forums.asp.net/p/2092700/6042219.aspx
The issue I'm having is that none of the commands are working in package manager console.
I've run:
- dnvm list
dnvm : The term 'dnvm' is not recognized as the name of a cmdlet
user-secret set Authentication:Facebook:AppId <ID>
user-secret : The term 'user-secret' is not recognized as the name of a cmdlet
From what I've read the secret manager tool was renamed to user-secret and this version of visual studio has it already integrated. I've looked in NuGet manager and it shows installed (Microsoft.Extensions.Configuration.UserSecrets v1.1.0). What am I missing?