
Hi guys,
When i tried to implement NUNIT through FakeXrmEasy i'm getting the following error in the line "context.ExecutePluginWith<PluginClass1>(executionContext);" the error is defined below.
'PluginClass1' must be a non-abstract type with a public parameterless constructor in order to use it as parameter 'T' in the generic type or method 'XrmFakedContext.ExecutePluginWith<T>(XrmFakedPluginExecutionContext)'
my reference for this code is https://community.dynamics.com/crm/b/dynamicscrmdevdownunder/archive/2016/11/21/plugin-integration-tests-using-fakexrmeasy
Can somebody tells the what to do to get rid of it?
Thanks in advance
*This post is locked for comments
I have the same question (0)Unless you attach your plugin (and test) sourcecode to your question I don't think anyone will be able to help you. Could you attach your source code?