Skip to content

Commit 2adf554

Browse files
authored
Updated note
1 parent 8b9d279 commit 2adf554

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powerapps-docs/developer/data-platform/tutorial-write-plug-in.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Tutorial: Write and register a plug-in (Microsoft Dataverse) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "Learn how to write plug-in code and then register the compiled assembly and step with Dataverse." # 115-145 characters including spaces. This abstract displays in the search result.
4-
ms.date: 03/20/2024
4+
ms.date: 12/18/2024
55
ms.reviewer: "pehecke"
66
ms.topic: "article"
77
author: MicroSri
@@ -66,7 +66,7 @@ Another alternative is to use the Power Platform Tools extension as described he
6666
> [!NOTE]
6767
> Adding the `Microsoft.CrmSdk.CoreAssemblies` NuGet package will include these assemblies in the build folder for your assembly, but you will not upload these assemblies with the assembly that includes your logic. These assemblies are already present in the sandbox runtime.
6868
>
69-
> Do not include any other NuGet packages or assemblies to the build folder of your project. You cannot include these assemblies when you register the assembly with your logic. You cannot assume that the assemblies other than those included in the `Microsoft.CrmSdk.CoreAssemblies` NuGet package will be present on the server and compatible with your code.
69+
> Ensure only assemblies referenced directly by your project or through NuGet dependency chains are located in your build folder. You cannot include other assemblies when you register the assembly with your logic. You cannot assume that the assemblies other than those included in the `Microsoft.CrmSdk.CoreAssemblies` NuGet package will be present on the server and compatible with your code.
7070
7171
1. In **Solution Explorer**, right-click the `Class1.cs` file and choose **Rename** in the context menu.
7272

0 commit comments

Comments
 (0)