-
We would like to run with `CultureInfo.CurrentUICulture = CultureInfo.InvariantCulture`. However this causes a crash because BaseError's constructor does not use the culture we set on `PowerFxConfig`.…
-
https://github.com/microsoft/Power-Fx/blob/ace1d1fa33c34eb40a96404de59b67562779250f/src/libraries/Microsoft.PowerFx.Interpreter/Marshal/TypeCoercionProvider.cs#L345
Since they are not aggregated ty…
-
Hey guys,
Great workshop! Just a small list of missing typos on the lab:
- Lab 03, there is a typo on the Copy highlight "Navigate" PowerFx formula, missing the end ).
- Lab 04, on the stage of…
-
Today we allow `Text` to be called with a string, Boolean, GUID, etc. along with a format string. The format string appears to be ignored. Canvas does the same.
```
> Text( "123.456", "$ ##.####"…
-
Currently at 0.2.3-preview, from 5 months ago.
https://www.nuget.org/packages/Microsoft.PowerFx.Interpreter/#versions-body-tab
-
Running "pac solution unpack" followed by "pac solution pack" on a solution (that imports perfectly by manual export followed by manual import) I get the following error message:
Error: Entity 'X' …
-
In my project there is an automated test that covers the integration with Power-Fx. One of the tests is very simple - it evaluates the following expression: `(12 + 5) * 2`. However, sometimes randomly…
-
Some of the tests under tests\Microsoft.PowerFx.Core.Tests\ExpressionTestCases\Patch.txt indicate an incorrect behavior: the table does not have a primary key, so in this case the record should only b…
-
https://github.com/microsoft/Power-Fx/blob/ace1d1fa33c34eb40a96404de59b67562779250f/src/libraries/Microsoft.PowerFx.Interpreter/Marshal/TypeCoercionProvider.cs#L238
In my understanding, when we coe…
-
Suggest has a catch all:
https://github.com/microsoft/Power-Fx/blob/ace1d1fa33c34eb40a96404de59b67562779250f/src/libraries/Microsoft.PowerFx.Core/Texl/Intellisense/Intellisense.cs#L65
Intellisens…