Support for Roslyn compiler to pickup F# code changes without a rebuild. #11439
smoothdeveloper
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After a debrief at my workplace, where we use F# a bit in a mainly mixed VB.net & C# codebase, the VS tooling supporting edits made in F# to surface in the other languages without a rebuild is a major pain point.
This is something which is already supported in Jetbrains Rider.
Underlying, it could work with the FSharp.Editor emitting signature assemblies for the Roslyn tooling to pickup after type checking completes.
Is there an issue here or on Roslyn side already tracking this?
Beta Was this translation helpful? Give feedback.
All reactions