Create Plugin using Power Platform Tools for VS 2022

Finally, Power Platform Tools for VS 2022 have been released for quite some time now! Now it's the time to revisit what're the changes that I can spot and share them with you guys. Power Platform Tools for VS 2022 After you install the extension in your VS 2022, you can directly create the solution … Continue reading Create Plugin using Power Platform Tools for VS 2022

Advertisement

Learn how to deploy plugins with Azure DevOps Pipeline

Last week, we already learn how to set up Azure DevOps Pipeline for Web Resources. And this week, we will learn how to set up the pipeline, but for the Plugin (backend customization). And the interesting part, we also will implement the Plugin Package (or plugin-dependent assembly). What we will accomplish will be like the … Continue reading Learn how to deploy plugins with Azure DevOps Pipeline

Let’s try Dataverse Dependent Assemblies for Plug-ins

For a long time, Developers for Dataverse don't have an official way to use third-party libraries when creating plugin(s). If we want to reuse existing code, the only official way to do it was use the Shared Project which is limited to the code that we own + the IntelliSense in Visual Studio not working … Continue reading Let’s try Dataverse Dependent Assemblies for Plug-ins