Hi folks 👋,
Checking the way how to develop a plugin to the mgdp it would seem like it should inherit from BaseProxyPlugin from msgraph-developer-proxy-abstractions. Currently, the only way to do that is either to reference the project or directly the .dll.
Either way it would seem like developing the custom plugin needs to be done in the context of the mgdp solution which may not always be optimal.
I was thinking that the msgraph-developer-proxy-abstractions should be exposed as a NuGet so it might become a dependency of any project. What do you think?
Thank you for your awesome work 👍
Hi folks 👋,
Checking the way how to develop a plugin to the
mgdpit would seem like it should inherit fromBaseProxyPluginfrommsgraph-developer-proxy-abstractions. Currently, the only way to do that is either to reference the project or directly the .dll.Either way it would seem like developing the custom plugin needs to be done in the context of the
mgdpsolution which may not always be optimal.I was thinking that the
msgraph-developer-proxy-abstractionsshould be exposed as a NuGet so it might become a dependency of any project. What do you think?Thank you for your awesome work 👍