Support VS2015 Shared Projects
Be able to add shared files (such as proxy classes) into a VS2015 Shared Project, so that they can be managed in one place, without having to resort to building a DLL and using ILMerge
This has been implemented in v7 which was just released. For more information on this release see here: https://xrmtoolkit.com/WhatsNew/WhatsNewInV7
-
Aron Fischman commented
I typically download proxy classes in one place and add them "as a link" to all projects that need them. I agree that allowing them in shared project would be nice.
-
Troy Spjute commented
We are currently sharing early binding between .NET Core and .NET Framework projects, and the early bindings generated by Xrm Toolbox work great for that, but it is so much slower than using the 'kit.