Releases: JetBrains/rider-efcore
Releases · JetBrains/rider-efcore
1.2.0 (2021.3)
- Implement DbContext Scaffolding
- Add output folder for Add Migration dialog (#44 by @kolosovpetro)
- Make Target framework optional (#41 by @kolosovpetro)
1.1.3 (2021.3)
- Fix: Unable to run any action under Mac OS X
1.1.2 (2021.3)
- Fix: Duplicated items in dropdowns when projects has multiple target framework
- Fix: Duplicated items in the build configuration dropdown when solution has multiple target platforms
- Fix: Exceptions when trying to open any action with no build configuration in solution
1.1.1 (2021.3)
- Fix: Projects with whitespaces in project file path are recognized incorrectly
- Fix: Default Update database target migration is selected incorrectly
1.1.0 (2021.3)
- General: Support .NET Core 3.1 and .NET Standard 2.1 projects (#30 by @kolosovpetro)
- Upgrade to Rider 2021.3 in stable channel
1.0.0 (2021.3 EAP 10)
- Creating migrations
- Removing last created migration
- Persisting selected migrations and startup projects between dialogs
- Suggesting installing dotnet `ef command` line tools if not installed (when opening solution that contains EF Core related projects)
- Deleting used database
1.0.0 (2021.2)
- Creating migrations
- Removing last created migration
- Persisting selected migrations and startup projects between dialogs
- Suggesting installing dotnet `ef command` line tools if not installed (when opening solution that contains EF Core related projects)
- Deleting used database