James McLachlan

Results 5 comments of James McLachlan

I think using the MigrateDatabaseToLatestVersion creator overload that takes a connection string name will fix the issue. E.g. ``` Database.SetInitializer(new MigrateDatabaseToLatestVersion("myConnName")); ```

I tried to run the angular app, but it needed node, which I hadn't installed. I created a console app with "dotnet new console" and "dotnet run" executes properly.

The "omnisharp.useGlobalMono": "never" setting got it working. I tried installing Mono 6.40 with the steps on https://www.mono-project.com/download/stable/#download-lin-debian but Pengwin now seems to be based on the unreleased Debian 11, for...

That worked. Now OmniSharp starts with "omnisharp.useGlobalMono": "auto" and says it's using Mono 6.8. Thanks! I leave it up to you folks if you want to close this or not....