08-16-2021 01:54 AM - edited 08-16-2021 02:06 AM
Hi
I use Teststand 2020 (20.0.0.49158 64bit) I think thats the problem in XML Help. When I insert .Net module dll and method on this dll has parameter with enum, xml help is not visible on parameters of this method. If method has parameters with (bool, int, string etc.) XML help is OK. I noticed that in Teststand the enum parameter is displayed with + symbol but on xml file that is . symbol so I try to edit xml file which visual studio generate automatic and all . symbol next to enum parameter I rewrite to + and xml help going OK. I think that is issue on teststand because + symbol is not valid symbol on xml file for this situation.
I write example method in C# with enum parameter and attach screen of C# code, teststand and also xml.
C#
Teststand 2020
XMLHelp
Then I edit XML and . symbol before enum I reedit to + symbol and XMLHelp working OK (look to attached files)
XMLHelp edited
Teststand after xml edit
Thanx
Best regards Igor
08-17-2021 12:19 AM
It looks like a bug or undocumented limitation to me. I would suggest opening a service request. You can link your post there.
08-17-2021 12:41 AM
Hi
I open a request
Thanx