You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test engine must be split up such that it allows add-ins to run on top of the basic functionality supported by Power-fx. The extensibility feature must be provided by the Microsoft Extensibility Framework and used in much the same way as it is currently used in the pac cli tool. This will make it easier to negotiate an internal security review.
The interface that an extension needs to implement must be clearly identified, and well documented.
For now, only allow loading of assemblies that as signed by a microsoft authority. Later, when we have acceptance from the security experts, we will allow loading any signed assembly.
The text was updated successfully, but these errors were encountered:
Describe the bug
The test engine must be split up such that it allows add-ins to run on top of the basic functionality supported by Power-fx. The extensibility feature must be provided by the Microsoft Extensibility Framework and used in much the same way as it is currently used in the pac cli tool. This will make it easier to negotiate an internal security review.
The interface that an extension needs to implement must be clearly identified, and well documented.
For now, only allow loading of assemblies that as signed by a microsoft authority. Later, when we have acceptance from the security experts, we will allow loading any signed assembly.
The text was updated successfully, but these errors were encountered: