Properties of process nodes can be given tags. E.g. in VL.Interpolator they give a semantic meaning to properties and how they will be handled by the Interpolator engine (in short - they are important).
I just noticed that when installing the nuget and inspecting its helppatches, these tags are not shown in the inspector of the properties. However, running VL.Interpolator as a source repository from git and including them as editable package, they will be displayed there as intended.
Steps to reproduce
- Install VL.Interpolator nuget
- Open helppatch Example 01_ComplexType
- Open MyType definition
- Check properties for tags → non will be visible
- Check properties for tags → non will be visible
Using this as an editable package made them appear:
- Checkout VL.Interpolator from source
- Include it with a source repository
- Mark VL.Interpolator as an editable package
- Check properties in MyType → they are there.
- Check properties in MyType → they are there.
I guess the tags should be displayed no matter what so this is probably a bug.

