Release plan for plugin development support, future of ILMerge with .NET5 #195
Replies: 2 comments 2 replies
-
@imranakram sorry for the slow reply.,.. unfortunately GitHub does not tag new or changes in Discussions.. just noticed this.
We will be providing a new feature set in this area to serve the needs of plugins that use shared dependencies or satellite dependencies. There will be more discussed about this in the near future in the general PowerPlatform Blogs.
This works today, when onPrem is configured for OAuth Authentication., if your asking about Active Directory support, that is something we are still exploring the infrastructure support for.
By 'this' do you mean .net 5/6 plugin development? or ? |
Beta Was this translation helpful? Give feedback.
-
Its highly unlikely we will ship that to On-Premise, in the current form of On-Premises. Primary due to dependencies and systems that do not exist in the On-Premises deployment.
We may post PRT on Git at some point,, that said, there is a good deal of functionality in PRT that we do not ship externally today based on how we build it. No ETA on this part or commitments right now. If anything we would likely want to have the XrmToolbox add-in consume the PRT in the same way that the VS Studio and VS Code extensions do vs having an older implementation. there is considerable work on our part that we would need to do to support that out side of the small group of teams that use it today. but its something we have considered for future work.
This is due to server infrastructure issues, not due to any particular limitation in PRT, or Core SDK. Our strategy for many years has been to share coding patterns and supporting libraries between server and clients. In the case of the Dataverse ServiceClient, we moved much more quickly to solve for .net core + issues. Thus the library's that we supply for DV Core Client, while they look the same as what you would see in .net framework, are built differently for the purposes of client code. Thus, until we are prepared to support .net core + plugins, you will see that discloser and statement. That is also why the DV Client cannot be built cleanly directly from GitHub. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I work for an ISV which develops a product supporting both onprem and online customers in Dynamics 365 CE. We have quite large code base including plugins and integrations, therefore it's quite important for us to know what's coming so we can plan ahead. Here are some questions:
Thanks,
Imran
Beta Was this translation helpful? Give feedback.
All reactions