I get "weird" Build Results if i run my test in a console runner. In Visual Studio works all as expected.
Here are screenshots:
Here is an output of a console tool:
NCrunch Console Tool v2.22.0.1
Copyright © 2010-2016 Remco Software Ltd
Usage of this tool is permitted only under the terms described in License.rtf
This product is licensed to Sage Software GmbH
[14:13:05.5411-Core-6] Loading NCrunch modules
[14:13:05.5411-Core-6] Loading module: Z:\tfs\ip\Interne Projekte\SMBBuilderstellung_32\Resources\NCrunch\nCrunch.Module.Gallio.crunchmodule
[14:13:05.5551-Core-6] ERROR (Internal): An exception thrown while processing the module 'Z:\tfs\ip\Interne Projekte\SMBBuilderstellung_32\Resources\NCrunch\nCrunch.Module.Gallio.crunchmodule': System.TypeLoadException: Method 'GetClassMethodDescriptionLocator' in type 'nCrunch.Module.Gallio.Integration.GallioTestFramework' from assembly 'nCrunch.Module.Gallio, Version=2.16.0.13, Culture=neutral, PublicKeyToken=null' does not have an implementation.
[14:13:05.5707-Core-6] Loading module: Z:\tfs\ip\Interne Projekte\SMBBuilderstellung_32\Resources\NCrunch\nCrunch.Module.MSpec.crunchmodule
[14:13:05.5707-Core-6] ERROR (Internal): An exception thrown while processing the module 'Z:\tfs\ip\Interne Projekte\SMBBuilderstellung_32\Resources\NCrunch\nCrunch.Module.MSpec.crunchmodule': System.TypeLoadException: Method 'CheckIfMethodCanBeInstrumented' in type 'nCrunch.Module.MSpec.Integration.MSpecInstrumentationFilter' from assembly 'nCrunch.Module.MSpec, Version=2.16.0.13, Culture=neutral, PublicKeyToken=null' does not have an implementation.
[14:13:05.5707-Core-6] ERROR (Internal): An exception thrown while processing the module 'Z:\tfs\ip\Interne Projekte\SMBBuilderstellung_32\Resources\NCrunch\nCrunch.Module.MSpec.crunchmodule': System.TypeLoadException: Could not load type 'nCrunch.TestExecution.Frameworks.IMemberLineReferenceLocator' from assembly 'nCrunch.TestExecution, Version=2.22.0.1, Culture=neutral, PublicKeyToken=01d101bf6f3e0aea'.
[14:13:05.5865-Core-6] ERROR (Internal): An exception thrown while processing the module 'Z:\tfs\ip\Interne Projekte\SMBBuilderstellung_32\Resources\NCrunch\nCrunch.Module.MSpec.crunchmodule': System.TypeLoadException: Method 'GetClassMethodDescriptionLocator' in type 'nCrunch.Module.MSpec.Integration.MSpecTestFramework' from assembly 'nCrunch.Module.MSpec, Version=2.16.0.13, Culture=neutral, PublicKeyToken=null' does not have an implementation.
[14:13:05.6039-Core-6] Loading module: Z:\tfs\ip\Interne Projekte\SMBBuilderstellung_32\Resources\NCrunch\nCrunch.Module.MSTest.crunchmodule
[14:13:05.6039-Core-6] ERROR (Internal): An exception thrown while processing the module 'Z:\tfs\ip\Interne Projekte\SMBBuilderstellung_32\Resources\NCrunch\nCrunch.Module.MSTest.crunchmodule': System.TypeLoadException: Method 'GetClassMethodDescriptionLocator' in type 'nCrunch.Module.MSTest.Integration.MSTestFramework' from assembly 'nCrunch.Module.MSTest, Version=2.16.0.13, Culture=neutral, PublicKeyToken=null' does not have an implementation.
[14:13:05.619-Core-6] Loading module: Z:\tfs\ip\Interne Projekte\SMBBuilderstellung_32\Resources\NCrunch\nCrunch.Module.NUnit.crunchmodule
[14:13:05.619-Core-6] ERROR (Internal): An exception thrown while processing the module 'Z:\tfs\ip\Interne Projekte\SMBBuilderstellung_32\Resources\NCrunch\nCrunch.Module.NUnit.crunchmodule': System.TypeLoadException: Method 'GetClassMethodDescriptionLocator' in type 'nCrunch.Module.NUnit.Integration.NUnitTestFramework' from assembly 'nCrunch.Module.NUnit, Version=2.16.0.13, Culture=neutral, PublicKeyToken=null' does not have an implementation.
[14:13:05.6348-Core-6] Loading module: Z:\tfs\ip\Interne Projekte\SMBBuilderstellung_32\Resources\NCrunch\nCrunch.Module.XUnit2.crunchmodule
[14:13:05.6644-Core-6] ERROR (Internal): An exception thrown while processing the module 'Z:\tfs\ip\Interne Projekte\SMBBuilderstellung_32\Resources\NCrunch\nCrunch.Module.XUnit2.crunchmodule': System.TypeLoadException: Method 'GetClassMethodDescriptionLocator' in type 'nCrunch.Module.XUnit2.Integration.XUnit2TestFramework' from assembly 'nCrunch.Module.XUnit2, Version=2.16.0.13, Culture=neutral, PublicKeyToken=null' does not have an implementation.
[14:13:05.6963-Core-6] Loading module: Z:\tfs\ip\Interne Projekte\SMBBuilderstellung_32\Resources\NCrunch\Modules\Gallio\nCrunch.Module.Gallio.crunchmodule
[14:13:05.6963-Core-6] Loading module: Z:\tfs\ip\Interne Projekte\SMBBuilderstellung_32\Resources\NCrunch\Modules\MSpec\nCrunch.Module.MSpec.crunchmodule
[14:13:05.7133-Core-6] Loading module: Z:\tfs\ip\Interne Projekte\SMBBuilderstellung_32\Resources\NCrunch\Modules\MSTest\nCrunch.Module.MSTest.crunchmodule
[14:13:05.727-Core-6] Loading module: Z:\tfs\ip\Interne Projekte\SMBBuilderstellung_32\Resources\NCrunch\Modules\NUnit\nCrunch.Module.NUnit.crunchmodule
[14:13:05.727-Core-6] Loading module: Z:\tfs\ip\Interne Projekte\SMBBuilderstellung_32\Resources\NCrunch\Modules\NUnit3\nCrunch.Module.NUnit3.crunchmodule
[14:13:05.7581-Core-6] Loading module: Z:\tfs\ip\Interne Projekte\SMBBuilderstellung_32\Resources\NCrunch\Modules\XUnit2\nCrunch.Module.XUnit2.crunchmodule
[14:13:07.1181-Core-6] 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'.
Parameter name: pluginRegistration
at Gallio.Runtime.Extensibility.Registry.<>c__DisplayClass1.<RegisterPlugin>b__0(RegistryData data)
at Gallio.Common.Concurrency.LockBox`1.Write[TResult](WriteFunc`2 func)
at Gallio.Runtime.Extensibility.Registry.RegisterPlugin(PluginRegistration pluginRegistration)
at Gallio.Runtime.Extensibility.PluginCatalog.RegisterPlugins(IRegistry registry, IList`1 topologicallySortedPlugins)
--- End of inner exception stack trace ---
at Gallio.Runtime.Extensibility.PluginCatalog.RegisterPlugins(IRegistry registry, IList`1 topologicallySortedPlugins)
at Gallio.Runtime.Extensibility.PluginCatalog.ApplyTo(IRegistry registry)
at Gallio.Runtime.DefaultRuntime.RegisterLoadedPlugins()
at Gallio.Runtime.DefaultRuntime.Initialize()
--- End of inner exception stack trace ---
at Gallio.Runtime.DefaultRuntime.Initialize()
at Gallio.Runtime.RuntimeBootstrap.Initialize(RuntimeSetup setup, ILogger logger)
at nCrunch.Common.PerformanceTracking.PerfTracker.TryTrackActivity(String name, Action activity)
at nCrunch.Module.Gallio.Integration.GallioWrapper.GetCustomConfig()
at nCrunch.Module.Gallio.Integration.GallioTestFramework.GetDescription()
at nCrunch.TestExecution.Frameworks.TestFrameworkRegistry.GetDescriptionForEachFramework()
[14:13:07.1648-Core-6] Framework description manager has loaded data for 5 test frameworks
[14:13:08.1352-InitialisationQueueTask-16] Loading project: C:\Sage\gora\Source\Sagede.Shared.Core\Sagede.Shared.Core.csproj
[14:13:10.149-InitialisationQueueTask-15] Loading project: C:\Sage\gora\Source\Sagede.Shared.ServiceModel\Sagede.Shared.ServiceModel.csproj
[14:13:10.821-InitialisationQueueTask-14] Loading project: C:\Sage\gora\Source\Sagede.Shared.Core.Test\Sagede.Shared.Core.Test.csproj
[14:13:11.102-InitialisationQueueTask-9] Loading project: C:\Sage\gora\Source\Sagede.Shared.ServiceModel.Test\Sagede.Shared.ServiceModel.Test.csproj
[14:13:11.3365-InitialisationQueueTask-17] Loading project: C:\Sage\gora\Source\Sagede.Shared.Core.Environment.Test\Sagede.Shared.Core.Environment.Test.csproj
[14:13:11.4771-InitialisationQueueTask-18] Loading project: C:\Sage\gora\Source\Sagede.Shared.SData.Client\Sagede.Shared.SData.Client.csproj
[14:13:11.727-InitialisationQueueTask-14] Loading project: C:\Sage\gora\Source\Sagede.Shared.SData.Client.Test\Sagede.Shared.SData.Client.Test.csproj
[14:13:11.8994-InitialisationQueueTask-17] Loading project: C:\Sage\gora\Source\Sagede.Shared.Data\Sagede.Shared.Data.csproj
[14:13:12.3054-InitialisationQueueTask-9] Loading project: C:\Sage\gora\Source\Sagede.Shared.Data.Provider.MsSql\Sagede.Shared.Data.Provider.MsSql.csproj
[14:13:12.4301-InitialisationQueueTask-15] Loading project: C:\Sage\gora\Source\Sagede.Shared.Data.Provider.MySql\Sagede.Shared.Data.Provider.MySql.csproj
[14:13:12.6023-InitialisationQueueTask-19] Loading project: C:\Sage\gora\Source\Sagede.Shared.BlobStorage\Sagede.Shared.BlobStorage.csproj
[14:13:12.7427-InitialisationQueueTask-20] Loading project: C:\Sage\gora\Source\Sagede.Shared.BlobStorage.LocalFileSystem\Sagede.Shared.BlobStorage.LocalFileSystem.csproj
[14:13:12.8833-InitialisationQueueTask-21] Loading project: C:\Sage\gora\Source\Sagede.Shared.BlobStorage.LocalFileSystem.Test\Sagede.Shared.BlobStorage.LocalFileSystem.Test.csproj
[14:13:13.1177-InitialisationQueueTask-15] Loading project: C:\Sage\gora\Source\Sagede.Shared.Http\Sagede.Shared.Http.csproj
[14:13:13.2898-InitialisationQueueTask-9] Loading project: C:\Sage\gora\Source\Sagede.Shared.Http.Test\Sagede.Shared.Http.Test.csproj
[14:13:13.4159-InitialisationQueueTask-22] Loading project: C:\Sage\gora\Source\Sagede.Shared.BlobStorage.WebApiClient\Sagede.Shared.BlobStorage.WebApiClient.csproj
[14:13:13.5403-InitialisationQueueTask-23] Loading project: C:\Sage\gora\Source\Sagede.Shared.Identity\Sagede.Shared.Identity.csproj
[14:13:13.8053-InitialisationQueueTask-20] Loading project: C:\Sage\gora\Source\Sagede.Shared.Identity.Test\Sagede.Shared.Identity.Test.csproj
[14:13:13.9304-InitialisationQueueTask-22] Loading project: C:\Sage\gora\Source\Sagede.Shared.Queueing\Sagede.Shared.Queueing.csproj
[14:13:14.1022-InitialisationQueueTask-21] Loading project: C:\Sage\gora\Source\Sagede.Shared.Queueing.ConcurrentQueue\Sagede.Shared.Queueing.ConcurrentQueue.csproj
[14:13:14.2136-InitialisationQueueTask-19] Loading project: C:\Sage\gora\Source\Sagede.Shared.Queueing.Test\Sagede.Shared.Queueing.Test.csproj
[14:13:14.3368-InitialisationQueueTask-17] Loading project: C:\Sage\gora\Source\Sagede.Shared.Logging.ETW\Sagede.Shared.Logging.ETW.csproj
[14:13:14.4624-InitialisationQueueTask-14] Loading project: C:\Sage\gora\Source\Sagede.Shared.Presentation.Core\Sagede.Shared.Presentation.Core.csproj
[14:13:14.602-InitialisationQueueTask-22] Loading project: C:\Sage\gora\Source\Sagede.Shared.Presentation.Core.Test\Sagede.Shared.Presentation.Core.Test.csproj
[14:13:15.2136-Core-6] All projects have been loaded
[14:13:15.4793-Core-6] Queuing 21 tests for passive execution
[14:13:15.524-Core-6] Queuing 273 tests for passive execution
[14:13:15.5417-Core-6] Queuing 399 tests for passive execution
[14:13:15.5574-Core-6] Queuing 52 tests for passive execution
[14:13:15.5574-Core-6] Queuing 45 tests for passive execution
[14:13:15.5714-Core-6] Queuing 6 tests for passive execution
[14:13:15.5714-Core-6] Queuing 7 tests for passive execution
[14:13:15.5714-Core-6] Queuing 12 tests for passive execution
[14:13:17.667-?-1] Reporting engine execution results
[14:13:18.009-?-1] Shutting down engine
[14:13:20.7608-?-1] Returning result: OK