Robulane

Results 4 issues of Robulane

There is no reason why we would not support this use case. Let's support it.

This test fails [Fact] public void CheckParseSuccess() { var config = new PowerFxConfig(); var engine = new Engine(config); var parse = engine.Parse("If(Len(x) = 0, y, x)"); var r = RecordType.Empty()...

The following unit test fails but it should not. public class LazyRecordType : RecordType { public LazyRecordType() { } public override IEnumerable FieldNames => new string[1] { "SubProperty" }; public...