I have been mixing C# and F# projects in the same solution as well and the interop works perfectly as you say but I find the tooling support to be troublesome. If you use "Find all references" or "Go to definition" in Visual Studio I cannot get it to work across different project types. Did you find a solution for that?
Thanks for the tip on point-free style.
I have been mixing C# and F# projects in the same solution as well and the interop works perfectly as you say but I find the tooling support to be troublesome. If you use "Find all references" or "Go to definition" in Visual Studio I cannot get it to work across different project types. Did you find a solution for that?
I've had the same experience. Tooling support is definitely not perfect, but Visual Studio is still the best IDE out there, I think.
VS is definitely the best. I have been doing some macOS/iOS stuff lately and XCode is a pain compared to VS.