I was trying to find out if "Microsoft.CrmSdk.XrmTooling.CoreAssembly" nuget package works as a partial trust or a full trust assembly?
The reason for asking this question is because when trying to ilmerge this assembly with my plugin dll file, the plugin-registration tool is throwing an error as follows:
<Message>Unable to load plug-in assembly.</Message>
If this is Partial Trust assembly, is there a way I can connect to another CRM instance from within a plugin?