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

Hot Reload - Obsolete? #69

Open
NatElkins opened this issue Nov 28, 2024 · 1 comment
Open

Hot Reload - Obsolete? #69

NatElkins opened this issue Nov 28, 2024 · 1 comment

Comments

@NatElkins
Copy link

I notice in the docs it says Hot Reload is obsolete. Is there an alternative? And I am curious, is there a reason it has been marked as obsolete?

Thank you for this great library!

@NatElkins NatElkins changed the title Hot Reload - Obsolete Hot Reload - Obsolete? Nov 28, 2024
@albertwoo
Copy link
Contributor

Yes, it was obsoleted. Because with very dotnet sdk upgrade or fsharp compiler service upgrade, it was broken again and again. Quite hard to maitain. Also it's usage is also not very user friendly. Plus, they fsharp compiler is also slow to compile for files marked as hot reload. Yeah, quiker than full rebuild, but still slow for a large projects. So I did not want to maintain it. In my own projects, I just rebuild everytime.

There is no alternative. Just hope fsharp core team can came up some hot reload solution like csharp has. Yeah, disapointed, because it may take years for that to come.

Check the fsharp hot reload request

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

No branches or pull requests

2 participants