Power-Fx icon indicating copy to clipboard operation
Power-Fx copied to clipboard

FormulaType.Name consistency

Open MikeStall opened this issue 10 months ago • 0 comments

[1] For primitives, name in FormulaType.PrimitiveTypes should match FormulaType.ToString()

We should have a test to enforce this. One difference is Text vs. String.

The names in PrimitiveTypes should up in language spec for UDFs, so that should take precedence to ToString().

[2] Ideally, these would be definitive names and shared in serializer and other places.

MikeStall avatar Feb 17 '25 18:02 MikeStall