Skovlund
Skovlund
Updated XrmExtensions accordingly (but omitted SetState and Assign functions as these should be removed anyway) Removed using directives referencing DG.XrmContext
- Removed unused using directives from helper and base files - Moved using directives out of namespace in plugin example (for consistency) - Removed XrmQuery.Rest files (Fixes #31)
There is a discrepancy between the setup for XrmDefinitelyTyped (in `generateTypeScriptContext.fsx`) and the default files included in the web resources project. XrmDefinitelyTyped is given the extra parameters `jsLib` and `web`...
It would be nice to wrap the RetrieveDependenciesForDeleteRequest and retrieve names (and Entity names, where applicable) for all dependencies, so that I don't have to manually retrieve each of the...
Change made to handle importing of managed solutions where plugin classes have been deleted. [Microsoft Docs: Update plugin assembly](https://learn.microsoft.com/en-us/power-apps/developer/data-platform/register-plug-in#update-an-assembly). Unfinished: - Testing that this doesn't break anything else - Deletion...
- Added option for solution upgrade instead of solution update - Progress bar reaches 100 % for the solution import and then stays there, while awaiting removal of the previous...