-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrations: Support F# migrations projects #82
Comments
The F# plugin currently doesn't have the ability to easily be used as a dependency for other plugins. Such a feature is needed here to use F# PSI extensions to correctly analyze WIll close this until there will be a clear path to doing it |
JetBrains team have plans to add bundled plugins into snapshots in 2022.3: https://youtrack.jetbrains.com/issue/RIDER-79377 |
Reopening since Rider 2022.3 will support built-in ReSharper plugins. |
There is a project that adds the ability to create migrations in an F# project:
https://github.com/efcore/EFCore.FSharp
We should add the ability to list projects with
EntityFrameworkCore.FSharp
NuGet package installed in Migrations project dropdown.Example of using F# plugin binaries as a dependency: JetBrains/azure-tools-for-intellij#392
The text was updated successfully, but these errors were encountered: