Liesel

Results 3 comments of Liesel

Hi David, Here you go 😄 ```csharp class GlobalContext { public int NumericProperty { get; set; } } [Test] public void Test_Github_Issue_60() { var parameter = new Parameter("value", typeof(GlobalContext)); var...

Thanks for looking it over. I had considered your solution before, having the users type out "value.NumericProperty" instead, but I'm trying to put this into place into an existing API...

No problem, take your time :relaxed: