If I am using Visual Studio 2019, how do I correctly set a new ASP.Net project to use MySQL for auth rather than Microsoft SQL?
I've got MySQL for VS installed along with their connector, when I look in server explorer I can see MySQL as a data source type, however when I am on the connected services section to add the required DB to the project itself, MySQL doesn't seem to come up as a data source.
I appreciate there are ways to "back door" it and built myself, however if possible I'd like to use the basic starting point you get with MSSQL on ASP.NET but with a MySQL database.
Thanks.