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

Power Fx low-code programming language

Results 179 Power-Fx issues
Sort by recently updated
recently updated
newest added

Addresses customer reported bug in pre-V1 where option set value = Blank() resulted in an error. General remedy is to return the pre-V1 code to its original state and have...

Add more guards against threading misuse and races. No functional changes.

EnumSymbols are very similar to OptionSets, but they carry enum information that is different just enough to cause different semantics. We need to add tests that are specifically about pure...

Option sets coming from Dataverse that are backed by a number are not handled correctly in Power Apps, a pre-V1 host. An error is produced for comparisons where there was...

Option sets coming from Dataverse that are backed by a number are not handled correctly in Power Apps, a pre-V1 host. An error is produced for comparisons where there was...

Option sets coming from Dataverse that are backed by a number are not handled correctly in Power Apps, a pre-V1 host. An error is produced for comparisons where there was...

Issue https://github.com/microsoft/Power-Fx/issues/2309.

One test from Rand.txt assumes that numbers are decimal; this moves it to a separate file.

This is a rebased version of https://github.com/microsoft/Power-Fx/pull/2122, with all comments addressed.

Breaking Internals