
I can't find anything similar on my Mac file system.

It suggests clearing out the Visual Studio cache files, but only shows the path to those folder for a PC. I've tried emptying out the Debug folder and rebuilding, cloning the project from my git repository and giving it a different name (the curse followed me!), and a few other far-fetched ideas. Download Visual Studio Code to experience a redefined code. I don't think the problem lies within my code, but within Visual Studio not recognizing the change. Sections: Setting Up Your Development Environment Scaffolding Applications Using Yeoman Developing ASP.NET Core Applications on a Mac With Visual Studio Code. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. I've changed some references to database table names, but keep getting errors like: Table 'database.exampleTable1' doesn't exist.`Įven though I've changed the references to "exampleTable1" to "table1" throughout my code in order to match the live database.

VISUAL STUDIO COMMUNITY FOR MAC FOR MAC
I am building a C# solution in Visual Studio Community for Mac (7.1.3). Though I'm good to go, I'm leaving the question up as my solution and an answer to the original question might help someone else. The design of the Visual Studio Community is specifically for individual users as the primary consideration hence, its simplification and separation from the other versions. After asking the question, I switched to the LinqToDb.MySql package and the problems seems to have disappeared, so I think it was a bug in MySql.Data. The Visual Studio product in the Mac OS is different from that which is currently in use in Visual Studio for Windows Operating System. EDIT: I didn't include the fact that I was leveraging the MySql.Data package to connect to MySql via LINQ, as it didn't seem relevant.
