I like to group my properties in Strategies into different groups using the [Category("MyGroup")] decorator above the property.
It works as expected when done in the Strategy class, however I have some global Properties that I have defined in UserDefinedMethods.cs. If I set the {Category("MyGroup")] decorator in this class I get strange results, some properties do not show up, others do.
However if I set the Category to the default "Parameters" they show up.
Anyone have any idea what I could be doing wrong or is this a bug?
Thanks
Mike

Comment