Boost Developer Productivity with Dependent Assemblies for Plug-ins

If you're a developer struggling with the overhead of using ILMerge to manually merge dependent assemblies, you're in luck. Microsoft has announced the preview release of Dependent Assemblies for plug-ins, a feature that eliminates this overhead and boosts productivity. With this new feature, you can upload a NuGet Package that contains your plug-in assembly and all the dependent assemblies, instead of registering individual .NET assemblies. Additionally, you can include other file resources such as JSON files containing localized strings. Microsoft encourages feedback on this feature, so if you're interested, start providing your thoughts today.
Don't let the hassle of manually merging dependent assemblies bog you down. Take advantage of Dependent Assemblies for plug-ins to streamline your workflow and increase productivity.
Check out the link provided to learn more about this exciting new feature.
Published on:
Learn moreRelated posts
CRM 2016 - Debugging Your Plug-ins with the Plug-in Trace Log
If you're a CRM developer looking to enhance your debugging skills, this post is an informative read. The author sheds light on how to use the...
ILMerge / Dependent Assemblies in Plugin – System.IO.FileNotFoundException: Could not load file or assembly ‘System.Memory.Data’ – Dynamics 365 / Dataverse
Recently in one of our Plugins, which was using Azure.Storage.Blobs and Azure.Storage.Common libraries to move attachments from notes to Azure...
Accelerate developer productivity with Microsoft Power Platform
Microsoft Power Platform is revolutionizing the way professional developers create business solutions. By utilizing the developer tools offere...
Microsoft Graph .NET SDK: New organization name for NuGet packages
The NuGet organization responsible for publishing the Microsoft Graph .NET SDK on NuGet.org will undergo a name change from “Microsoft_Graph_C...
Uplift Productivity of Resources With Calendar 365
Need some help to boost your resource productivity? Check out Calendar 365, the perfect tool to help you avoid assigning high-priority tasks t...
Dependent Assemblies Update!
Great news for Microsoft Dynamics users! A supported way for dependent assemblies in plug-ins has been released, marking a significant step fo...
Dependent Assembly plug-ins| Asynchronous mode error | Expected non-empty Guid
In one of my previous articles, I’ve explained about Dependent Assembly plug-ins using which multiple assemblies/nuget packages can be s...
[Step by Step] Dataverse | Plugins | Using Dependent Assemblies
In this article, I am going to highlight the limitations of conventional plug-in development and how the Dependent Assemblies feature addresse...
Dataverse: Ways to Generating NuGet Package to be used in Dependant Assembly plug-ins
With all the crazy changes happening in Power Platform technologies, especially Dataverse/Model-Driven-Apps. We must admit, that the plugin de...