I am using Microsoft.EntityFrameworkCore.SqlServer v1.1.0 on a default configuration of the asp.net core MVC template.
Added FacebookAuthentication and deployed it to Azure with Environment Variable ASPNETCORE_ENVIRONMENT set to Development so that i can see error messages.
After attempting to Login using facebook and am returned to the website I am shown the below error
But when I attempt to Apply the Migration script i get the following Error
SqlException: Column 'NormalizedName' in table 'AspNetRoles' is of a type that is invalid for use as a key column in an index.