Hi there its me again, I just wanted to ask if its the best way practice/way to add the plugin base files as you demonstrated here via pac init plugin or add it from how you showed previously in your Power Tips series in "Start with plugin development for Dataverse" where the base plugin file was added manually?
I haven’t tried it yet. But we have a community that helps with such questions. Please ask the question on this community as well : discord.gg/MwdEqfeZXD
Hi there its me again, I just wanted to ask if its the best way practice/way to add the plugin base files as you demonstrated here via pac init plugin or add it from how you showed previously in your Power Tips series in "Start with plugin development for Dataverse" where the base plugin file was added manually?
Great job Thanks
Cool video!
Glad you enjoyed it
Hi, is it possible to debug an assembly beeing part of a plugin package using the Plugin Profiler? I've tried but it's not working...
Hey, have you found a solution? It doesn't work for me either..
I haven’t tried it yet. But we have a community that helps with such questions. Please ask the question on this community as well : discord.gg/MwdEqfeZXD
Hello,
And what about workflow activity/ external library ?
Thanks
Workflow Activities are not supported by this new method.
what did you install to make those PowerShell commands colorful?
Oh My Posh - ohmyposh.dev
So what’s the actual point of plug-in packages? When did the newtonsoft nuget get included?
As explained in the video the point is you can use any external libraries in you plugins. Newtonsoft was just an example.