DebugMyScript Demo not working correctly in NET6

Hi,

The DebugMyScript project from the Demo solution runs the external debugger without any issues when running the project as net452. When you change it to net6.0-windows, the remote AlternetStudio debugger starts throwing errors when you try to edit the code. Any idea how to fix this?

Thanks

I think i’ve found the issue. The AlternetStudio demo project does not take the NETCore dependencies in account like some other demo projects do. MainForm.FormDesigner.GetDesignerReferencedAssemblies does only take NETCore in account when the file to be opened belongs to a project. With just a simple script like the DebugMyScript example, it’s missing the NETCore assemblies.

Hi,
Sorry for the late reply.

Could you please describe the exact steps required to reproduce the problem, the expected behavior and the desired behavior?