Hot Reloading - .NET assembly file dependencies

Hello again, and happy new year. I hope you had a good holiday.
Let’s say I’ve got some nodes defined in a C#/F# project, which builds to a .DLL, which I then reference in vvvv. If I want to make changes, as far as I can tell, there’s no way of updating the node in VVVV without restarting vvvv - is that correct?
Is there another approach or workaround?
Thanks,
Luke

P.S. This popped up in the sidebar, talking about the same thing in beta:

1 Like

That’s great, thanks!

if you don’t tell anyone, you can reference a .csx file and live code in that… but that’s just a very experimental feature. and i guess that you are more interested in F# scripts.

but in general, if an assembly is loaded into the .NET Framework runtime, it cannot be unloaded. this feature was introduced with .NET Core.

2 Likes

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.

@LukeMc in latest 2022.5 previews you can now reference a .csproj from any .vl document. hope this helps.