I am trying to build an API using Visual Studio 2017 and .NET Core 2 with Entity Framework Core. I am following the directions from This Link. I am on the section titled: Reve
I figured out my problem. My password contained the character $ and this needs to be escaped out by using ` before the $.