[NCrunch Console Tool v3.28.0.6]
I have started getting below error from NCrunch Console (process completes and exits with error code #0 though (but my TC is set to fail for exceptions in log).
Code:
[13:06:26][Core-16] Loading external NCrunch modules
[13:06:26][Core-16] Loading module: E:\TCAgent\work\bbPrivDev.dev.csCommon-#1-oneSln\_tmp\packages\Gmd.NCrunch.Console.3.28.0.6-dev.20190602T103626\lib\net45\Modules\Gallio\nCrunch.Module.Gallio.crunchmodule
[13:06:26][Core-16] Loading module: E:\TCAgent\work\bbPrivDev.dev.csCommon-#1-oneSln\_tmp\packages\Gmd.NCrunch.Console.3.28.0.6-dev.20190602T103626\lib\net45\Modules\MSpec\nCrunch.Module.MSpec.crunchmodule
[13:06:26][Core-16] Loading module: E:\TCAgent\work\bbPrivDev.dev.csCommon-#1-oneSln\_tmp\packages\Gmd.NCrunch.Console.3.28.0.6-dev.20190602T103626\lib\net45\Modules\MSTest\nCrunch.Module.MSTest.crunchmodule
[13:06:26][Core-16] Loading module: E:\TCAgent\work\bbPrivDev.dev.csCommon-#1-oneSln\_tmp\packages\Gmd.NCrunch.Console.3.28.0.6-dev.20190602T103626\lib\net45\Modules\NUnit\nCrunch.Module.NUnit.crunchmodule
[13:06:26][Core-16] Loading module: E:\TCAgent\work\bbPrivDev.dev.csCommon-#1-oneSln\_tmp\packages\Gmd.NCrunch.Console.3.28.0.6-dev.20190602T103626\lib\net45\Modules\NUnit3\nCrunch.Module.NUnit3.crunchmodule
[13:06:26][Core-16] Loading module: E:\TCAgent\work\bbPrivDev.dev.csCommon-#1-oneSln\_tmp\packages\Gmd.NCrunch.Console.3.28.0.6-dev.20190602T103626\lib\net45\Modules\XUnit2\nCrunch.Module.XUnit2.crunchmodule
[13:06:44][Core-16] ERROR (Internal): Unable to load description for framework 'nCrunch.Module.Gallio.Integration.GallioTestFramework': Gallio.Runtime.RuntimeException: The runtime could not be initialized. ---> Gallio.Runtime.RuntimeException: Could not register plugin 'Gallio'. ---> System.ArgumentException: There is already a plugin registered with id 'Gallio'.
[13:06:44][Core-16] Parameter name: pluginRegistration
[13:06:44][Core-16] at Gallio.Runtime.Extensibility.Registry.<>c__DisplayClass1.<RegisterPlugin>b__0(RegistryData data)
[13:06:44][Core-16] at Gallio.Common.Concurrency.LockBox`1.Write[TResult](WriteFunc`2 func)
[13:06:44][Core-16] at Gallio.Runtime.Extensibility.Registry.RegisterPlugin(PluginRegistration pluginRegistration)
[13:06:44][Core-16] at Gallio.Runtime.Extensibility.PluginCatalog.RegisterPlugins(IRegistry registry, IList`1 topologicallySortedPlugins)
[13:06:44][Core-16] --- End of inner exception stack trace ---
[13:06:44][Core-16] at Gallio.Runtime.Extensibility.PluginCatalog.RegisterPlugins(IRegistry registry, IList`1 topologicallySortedPlugins)
[13:06:44][Core-16] at Gallio.Runtime.Extensibility.PluginCatalog.ApplyTo(IRegistry registry)
[13:06:44][Core-16] at Gallio.Runtime.DefaultRuntime.RegisterLoadedPlugins()
[13:06:44][Core-16] at Gallio.Runtime.DefaultRuntime.Initialize()
[13:06:44][Core-16] --- End of inner exception stack trace ---
[13:06:44][Core-16] at Gallio.Runtime.DefaultRuntime.Initialize()
[13:06:44][Core-16] at Gallio.Runtime.RuntimeBootstrap.Initialize(RuntimeSetup setup, ILogger logger)
[13:06:44][Core-16] at nCrunch.Module.Gallio.Integration.GallioWrapper.GetCustomConfig()
[13:06:44][Core-16] at nCrunch.Module.Gallio.Integration.GallioTestFramework.GetDescription()
[13:06:44][Core-16] at nCrunch.Core.TestManagement.TestFrameworkRegistry.GetDescriptionForEachFramework()