Skip to content
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

Open
seclerp opened this issue Jun 18, 2022 · 3 comments · May be fixed by #126
Open

Migrations: Support F# migrations projects #82

seclerp opened this issue Jun 18, 2022 · 3 comments · May be fixed by #126
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@seclerp
Copy link
Member

seclerp commented Jun 18, 2022

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

@seclerp seclerp added the enhancement New feature or request label Jun 18, 2022
@seclerp seclerp added this to the 222.1.0 milestone Jun 18, 2022
@seclerp seclerp self-assigned this Jun 18, 2022
@seclerp seclerp changed the title General: Support F# migrations projects Migrations: Support F# migrations projects Jun 18, 2022
@seclerp seclerp modified the milestones: 222.1.0, Future Jun 27, 2022
@seclerp
Copy link
Member Author

seclerp commented Jun 27, 2022

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 .fs files with migrations.

WIll close this until there will be a clear path to doing it

@seclerp seclerp closed this as completed Jun 27, 2022
@seclerp seclerp added the wontfix This will not be worked on label Jun 27, 2022
@seclerp
Copy link
Member Author

seclerp commented Jun 29, 2022

JetBrains team have plans to add bundled plugins into snapshots in 2022.3: https://youtrack.jetbrains.com/issue/RIDER-79377

@seclerp seclerp removed this from the Future milestone Jul 12, 2022
@seclerp
Copy link
Member Author

seclerp commented Oct 4, 2022

Reopening since Rider 2022.3 will support built-in ReSharper plugins.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant