adva

Results 5 comments of adva

I could reproduce this in the latest Visual Studio 2017 (v15.9.14). Here are the steps: 1. Create a solution. 2. Create a project in the solution. 3. Try to add...

Nowadays there are two options to select from in the File > New dialog: * editorconfig file (.NET) - which will generate a new editorconfig file from a template *...

Might relate to https://github.com/madskristensen/EditorConfigLanguage/issues/43#issuecomment-511150019

Hey @bdaniel7! You could add the code for acquiring a connection string inside the `CreateDbContext` method. Have a look into issue https://github.com/aspnet/EntityFrameworkCore/issues/8332 where others were facing the same problem and...

I got it working for v0.0.31 on my Windows machine with latest .NET 8.0 SDK installed by swapping out the SolutionParser files: See https://github.com/AvaloniaUI/AvaloniaVSCode/issues/40#issuecomment-2500042642