Skip to content

Commit fae817f

Browse files
authored
Merge pull request #7023 from MicrosoftDocs/jdaly-main-dependent-assembly-known-issues
Added Known issues
2 parents abfe0cc + 74de935 commit fae817f

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

powerapps-docs/developer/data-platform/dependent-assembly-plugins.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Dependent Assembly plug-ins (preview) (Microsoft Dataverse) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "Learn how to include additional assemblies that your plug-in assembly can depend on." # 115-145 characters including spaces. This abstract displays in the search result.
4-
ms.date: 08/23/2022
4+
ms.date: 09/20/2022
55
ms.reviewer: jdaly
66
ms.topic: article
77
author: divka78 # GitHub ID
@@ -345,7 +345,28 @@ More information:
345345

346346
## Known issues
347347

348-
You cannot use Plug-in Profiler to debug plug-ins that are part of a plug-in package.
348+
The following are known issues that should be resolved before dependent assemblies for plug-ins becomes generally available.
349+
350+
### Plug-in profiler
351+
352+
You cannot use Plug-in Profiler to debug plug-ins that are part of a plug-in package. More information: [Use Plug-in profiler](debug-plug-in.md#use-plug-in-profiler)
353+
354+
### Solution containing plugin package cannot include any steps using the plug-in
355+
356+
When you prepare a solution that contains a plugin package, do not include any plug-in step registrations that use an assembly included in the plug-in package.
357+
358+
The export of the solution will succeed, but you will not be able to import the solution. To test plug-ins that use a dependent assembly in a different environment, you must manually register the steps.
359+
360+
One exception for this are Custom APIs which use an assembly for the main operation stage. There is no separate step registration for this specific step. More information: [Create and use Custom APIs](custom-api.md)
361+
362+
### Users must be granted read access to plug-in package
363+
364+
Any users without the System Administrator security role must be granted read access to the [PluginPackage table](reference/entities/pluginpackage.md).
365+
366+
You can manually edit this for each security role following the steps here: [Edit a security role](/power-platform/admin/create-edit-security-role#edit-a-security-role). **Plugin Package** is located in the **Custom Entities** tab.
367+
368+
:::image type="content" source="media/set-pluginpackage-read-access.png" alt-text="Setting plugin package read access.":::
369+
349370

350371
### See also
351372

Loading

0 commit comments

Comments
 (0)