0

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?

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

1 Answers1

0

Yes, you can Rider allows you to create and install additional project templates. The docs are pretty good, so just give it a try.

mu88
  • 4,156
  • 1
  • 23
  • 47