“‘MySqlConnection’ Could Not Be Found” in ASP.NET
I’m currently using this article in an attempt to connect my ASP.NET Core project to my MySql database, and installed the NuGet package “MySqlConnector” as it said. The article then says to add this line to the “ConfigureServices” function in Startup.cs.