I'm getting started with Rider and have mostly written console apps so far. When selecting the template in new project creation I select ASP.NET Core Web Application. This creates a new SQLite DB and builds the project file using options.UseSqlite();
. Is there a way to generate a new project using a local Sql Server and the options.UseSqlServer();
code in the Program.cs
file?
Asked
Active
Viewed 341 times
0

ILikeWhiskey
- 551
- 5
- 12
-
Feature requests like that can go to JetBrains, https://youtrack.jetbrains.com/issues/RIDER – Lex Li Sep 19 '22 at 22:26