I have a plugin that I’m trying to test in Rhino 8 for the first time. After having some issues with trying to run debugging in Rhino 8 I followed the steps on this page: Rhino - Moving to .NET 7
Now the debugger works, however when I try to make changes and try to use Visual Studio’s hot reload I get the following error:
I have to Rebuild my plugin and restart Rhino to see the code changes, which feels like going back to painful years of having to restart rhino every time I make a change in the code. Therefore I’m wondering how I can get hot reload to work with Rhino 8?
I am also seeing this issue constantly.
If you look at the Output tab from HotReload in visual studio you may see the supposed reason.
I am seeing updating 'attribute' requires restarting the application
which is nonsense as i have not changed anything.
For us this started about a fortnight ago.
As far as i can dig i think it is this: [Hot Reload] `ENC0003: Updating 'attribute' requires restarting the application` caused by `AssemblyInformationalVersionAttribute` · Issue #36666 · dotnet/sdk · GitHub