From 004e2b967c83500bddff1c0f0e111736ee8d27f4 Mon Sep 17 00:00:00 2001 From: Tyler Olson <29415524+TYLEROL@users.noreply.github.com> Date: Tue, 12 May 2026 09:12:15 -0700 Subject: [PATCH 1/2] Update Solution Checker section with Blocked Attachments info Added information about Blocked Attachments affecting Solution Checker execution. --- .../data-platform/common-issues-resolutions-solution-checker.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/powerapps-docs/maker/data-platform/common-issues-resolutions-solution-checker.md b/powerapps-docs/maker/data-platform/common-issues-resolutions-solution-checker.md index d9d7740d64..6e44b59137 100644 --- a/powerapps-docs/maker/data-platform/common-issues-resolutions-solution-checker.md +++ b/powerapps-docs/maker/data-platform/common-issues-resolutions-solution-checker.md @@ -138,6 +138,8 @@ The Power Apps Checker application user in the Dataverse organization containing ## Solution checker remains in a Running state for more than 30 minutes +Solution Checker may remain in a running state indefinitely if Blocked Attachments for 'zip' file extensions are configured on the environment. Additionally, blocking the application/zip MIME type, or not explicity allowing it, will affect analysis execution and prevent attachment of results to the environment. More information on the **Blocked Attachments** settings can be found at [Manage privacy and security settings](https://learn.microsoft.com/en-us/power-platform/admin/settings-privacy-security). + Solution checker may remain in a running state indefinitely if the analyzed solution contains plugin components developed using .NET Standard 2.0. Plugins using .NET Standard 2.0 aren't currently supported in solution checker and should be excluded from analysis. Exclude the plugin component by either removing it from the target solution, or by using the 'ExcludedFileNamePattern' parameter in the Power Apps Checker PowerShell module. ## Common plugin conditions that cause solution checker to fail From 3cf861b03539a559c055a3712abc38c30e60d293 Mon Sep 17 00:00:00 2001 From: Tyler Olson <29415524+TYLEROL@users.noreply.github.com> Date: Tue, 12 May 2026 17:14:12 -0700 Subject: [PATCH 2/2] Update common-issues-resolutions-solution-checker.md Remove en-us --- .../data-platform/common-issues-resolutions-solution-checker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerapps-docs/maker/data-platform/common-issues-resolutions-solution-checker.md b/powerapps-docs/maker/data-platform/common-issues-resolutions-solution-checker.md index 6e44b59137..4f77914ae4 100644 --- a/powerapps-docs/maker/data-platform/common-issues-resolutions-solution-checker.md +++ b/powerapps-docs/maker/data-platform/common-issues-resolutions-solution-checker.md @@ -138,7 +138,7 @@ The Power Apps Checker application user in the Dataverse organization containing ## Solution checker remains in a Running state for more than 30 minutes -Solution Checker may remain in a running state indefinitely if Blocked Attachments for 'zip' file extensions are configured on the environment. Additionally, blocking the application/zip MIME type, or not explicity allowing it, will affect analysis execution and prevent attachment of results to the environment. More information on the **Blocked Attachments** settings can be found at [Manage privacy and security settings](https://learn.microsoft.com/en-us/power-platform/admin/settings-privacy-security). +Solution Checker may remain in a running state indefinitely if Blocked Attachments for 'zip' file extensions are configured on the environment. Additionally, blocking the application/zip MIME type, or not explicity allowing it, will affect analysis execution and prevent attachment of results to the environment. More information on the **Blocked Attachments** settings can be found at [Manage privacy and security settings](https://learn.microsoft.com/power-platform/admin/settings-privacy-security). Solution checker may remain in a running state indefinitely if the analyzed solution contains plugin components developed using .NET Standard 2.0. Plugins using .NET Standard 2.0 aren't currently supported in solution checker and should be excluded from analysis. Exclude the plugin component by either removing it from the target solution, or by using the 'ExcludedFileNamePattern' parameter in the Power Apps Checker PowerShell module.