From .Net 6 we don't require to create top-level statements in visual studio. If we created drivers using this functionality, will the driver be readable in DM?
Ladan Razeghi [DevOps Enabler] Selected answer as best 22nd August 2023
Hi Ladan
Unfortunately this won't work as we use .NET Framework for SLScripting and SLAutomation.
Floris Cockaerts [SLC] [DevOps Enabler] Posted new comment 22nd August 2023
Furthermore, the absence of top-level statements work for something compiled as an executable. While QActions are implemented in DataMiner as a library (.dll) that is called through the function outlined in the current QAction template. Even if DataMiner were to upgrade support to .NET6, it wouldn’t automatically remove the need for these top-level statements.