When I have:
public void SetIntput(
[Pin(PinGroupKind = VL.Model.PinGroupKind.Collection, PinGroupDefaultCount = 1)]
IReadOnlyList<float> input
) { }
Getting:
VL.Core.RuntimeCommandException: 'OUTDATED: o: 0(-0) p: 1(-0) testApplication
REASON: Outdated, RestoreState'
Not sure it’s a bug or missing feature… In any case have not found any PinGroupKind mentions in the The-Gray-Book
Repo
IReadOnlyListPinGroup.zip (4.4 KB)
Bonus: PinGroupKind.Dictionary also leads to same crash
Not sure maybe this even unrelated:
