Hi
I used to use DIS to automatically generate C# code in my automation script.
And I haven't used the DIS for a while. Today i upgraded my DIS and try to use it to automatically generate some C# codes for followling codes:
IDms dms = engine.GetDms();
IDmsService dmsService = dms.GetService(eachServ);
ServiceParamSettings[] serviceParamsSettings = dmsService.ParameterSettings.IncludedParameters;
but i could not find the option that enable the automatic code generation in DIS anymore.
Can current DIS still be able to automatically generate the C# code in the automation script?
Thanks
Hi Mark,
I believe you are referring to the generation of Class Library code but this has since been replaced by the usage of NuGet packages
See Class library introduction | DataMiner Docs (especially the first Important note)
Functionality-wise you should see no difference and you should be able to 'upgrade' existing code and continue to develop the same way even on new implementations.