PipeException (The pipe endpoint 'net.pipe://machine/TestExecutor/port' could not be found on your local machine) while debugging mstest project
JetBrains ReSharper 2018.1 Build 112.0.20180414.70444
Visual Studio 2017 15.6.7
Given a mstest project
Running debugging the project fails with error:
2018.05.04 21:03:11.082 ERROR Transition failed: Transition from state <RunnerStarting> on event <local::RunnerStarted>. There was no endpoint listening at net.pipe://machine/TestExecutor/8896 that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. The pipe endpoint 'net.pipe://machine/TestExecutor/8896' could not be found on your local machine.
--- EXCEPTION #1/3 [PipeException]
Message = “The pipe endpoint 'net.pipe://machine/TestExecutor/8896' could not be found on your local machine.”
ExceptionPath = Root.InnerException.InnerException
ClassName = System.IO.PipeException
HResult = COR_E_IO=80131620
--- Outer ---
--- EXCEPTION #2/3 [EndpointNotFoundException]
Message = “There was no endpoint listening at net.pipe://machine/TestExecutor/8896 that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.”
ExceptionPath = Root.InnerException
ClassName = System.ServiceModel.EndpointNotFoundException
InnerException = “Exception #1 at Root.InnerException.InnerException”
RemoteStackTraceString = “
Server stack trace:
at System.ServiceModel.Channels.PipeConnectionInitiator.GetPipeName(Uri uri, IPipeTransportFactorySettings transportFactorySettings)
at System.ServiceModel.Channels.NamedPipeConnectionPoolRegistry.NamedPipeConnectionPool.GetPoolKey(EndpointAddress address, Uri via)
at System.ServiceModel.Channels.CommunicationPool`2.TakeConnection(EndpointAddress address, Uri via, TimeSpan timeout, TKey& key)
at System.ServiceModel.Channels.ConnectionPoolHelper.EstablishConnection(TimeSpan timeout)
at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.OnOpen(TimeSpan timeout)
at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout)
at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.CallOpenOnce.System.ServiceModel.Channels.ServiceChannel.ICallOnce.Call(ServiceChannel channel, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.CallOnceManager.CallOnce(TimeSpan timeout, CallOnceManager cascade)
at System.ServiceModel.Channels.ServiceChannel.EnsureOpened(TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
”
HResult = COR_E_SYSTEM=80131501
Source = mscorlib
StackTraceString = “
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at Microsoft.VisualStudio.TestPlatform.Core.ITestExecutorService.InitializeConnection(IEnumerable`1 pathToAdditionalExtensions, Boolean loadOnlyWellKnownExtensions)
at JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.Wcf.TestExecutorServiceProxy.InitializeConnection(IEnumerable`1 pathToAdditionalExtensions, Boolean loadOnlyWellKnownExtensions)
at JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.MsTestExecutionProtocol.<>c__DisplayClass32_0.<OpenClient>b__1(ITestExecutorService x)
at JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.Wcf.ResurrectableProxy`1.WithTimeout(Action`1 action)
at JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.MsTestExecutionProtocol.OpenClient()
at Appccelerate.StateMachine.Machine.ActionHolders.ArgumentLessActionHolder.Execute(Object argument)
at Appccelerate.StateMachine.Machine.States.State`2.ExecuteEntryAction(IActionHolder actionHolder, ITransitionContext`2 context)
”
--- Outer ---
--- EXCEPTION #3/3 [LoggerException]
Message = “Transition failed: Transition from state <RunnerStarting> on event <local::RunnerStarted>. There was no endpoint listening at net.pipe://machine/TestExecutor/8896 that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #2 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.MsTestExecutionProtocol.<.ctor>b__24_17(Object sender, TransitionExceptionEventArgs`2 args)
at Appccelerate.StateMachine.Machine.StateMachine`2.RaiseEvent[T](EventHandler`1 eventHandler, T arguments, ITransitionContext`2 context, Boolean raiseEventOnException)
at Appccelerate.StateMachine.Machine.StateMachine`2.OnExceptionThrown(ITransitionContext`2 context, Exception exception)
at Appccelerate.StateMachine.Machine.Contexts.TransitionContext`2.OnExceptionThrown(Exception exception)
at Appccelerate.StateMachine.Machine.States.State`2.HandleException(Exception exception, ITransitionContext`2 context)
at Appccelerate.StateMachine.Machine.States.State`2.HandleEntryActionException(ITransitionContext`2 context, Exception exception)
at Appccelerate.StateMachine.Machine.States.State`2.ExecuteEntryAction(IActionHolder actionHolder, ITransitionContext`2 context)
at Appccelerate.StateMachine.Machine.States.State`2.ExecuteEntryActions(ITransitionContext`2 context)
at Appccelerate.StateMachine.Machine.States.State`2.Entry(ITransitionContext`2 context)
at Appccelerate.StateMachine.Machine.Transitions.Transition`2.Fire(IState`2 source, IState`2 target, ITransitionContext`2 context)
at Appccelerate.StateMachine.Machine.Transitions.Transition`2.Fire(ITransitionContext`2 context)
at Appccelerate.StateMachine.Machine.States.State`2.Fire(ITransitionContext`2 context)
at Appccelerate.StateMachine.Machine.StateMachine`2.Fire(TEvent eventId, Object eventArgument)
at Appccelerate.StateMachine.ActiveStateMachine`2.ProcessEventQueue(CancellationToken cancellationToken)
at Appccelerate.StateMachine.ActiveStateMachine`2.<Start>b__32_0()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
at System.Threading.Tasks.ThreadPoolTaskScheduler.LongRunningThreadWork(Object obj)
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart(Object obj)
”
2018.05.04 21:03:11.183 WARN Z:\Prog\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.executionengine.x86.exe exited with exit code (-1)
Output stream: Not available
Error stream: Not available
2018.05.04 21:03:11.184 WARN Element Croc.XFW3.Web.Tests.KernelBuilderTests.ByDefaultBuilderShouldAddAllDefaultComponents was left pending after its run completion.
Please sign in to leave a comment.
I have the same problem.
Hello!
Could you please run Visual Studio with the following command line: 'devenv /ReSharper.LogFile C:\resharper_log.txt /ReSharper.LogLevel Verbose', reproduce the issue and send us a corresponding 'resharper_log.txt' file (you can do it privately vis 'Submit a request' form)
Thank you.
09:16:19.514 |V| JetScheduler | JetPool(S) #1:23 | Thread 'JetPool(S) #1' started execution in unit 'Short Tasks'. #allExecutors=3, #freeExecutors=0
09:16:19.514 |V| JetScheduler | JetPool(S) #4:26 | Thread 'JetPool(S) #4' started execution in unit 'Short Tasks'. #allExecutors=3, #freeExecutors=0
09:16:19.514 |V| JetScheduler | JetPool(S) #3:25 | Thread 'JetPool(S) #3' started execution in unit 'Short Tasks'. #allExecutors=3, #freeExecutors=0
09:16:19.518 |V| JetScheduler | JetPool(S) #2:24 | Thread 'JetPool(S) #2' started execution in unit 'Short Tasks'. #allExecutors=4, #freeExecutors=1
09:16:19.518 |V| JetScheduler | JetPool(L) #3:32 | Thread 'JetPool(L) #3' started execution in unit 'Long Tasks'. #allExecutors=1, #freeExecutors=0
09:16:19.519 |V| JetScheduler | JetPool(S) #6:28 | Thread 'JetPool(S) #6' started execution in unit 'Short Tasks'. #allExecutors=5, #freeExecutors=4
09:16:19.519 |V| JetScheduler | JetPool(L) #1:30 | Thread 'JetPool(L) #1' started execution in unit 'Long Tasks'. #allExecutors=2, #freeExecutors=1
09:16:19.519 |V| JetScheduler | JetPool(L) #2:31 | Thread 'JetPool(L) #2' started execution in unit 'Long Tasks'. #allExecutors=3, #freeExecutors=2
09:16:19.519 |V| JetScheduler | JetPool(S) #5:27 | Thread 'JetPool(S) #5' started execution in unit 'Short Tasks'. #allExecutors=6, #freeExecutors=5
09:16:19.522 |V| JetScheduler | JetPool(S) #7:29 | Thread 'JetPool(S) #7' started execution in unit 'Short Tasks'. #allExecutors=7, #freeExecutors=5
09:16:19.606 |V| InstalledHostsDiscovery | :1 | Searching for hosts in C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations
09:16:19.606 |V| InstalledHostsDiscovery | :1 | Scanning C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\dotCover12
09:16:19.607 |V| InstalledHostsDiscovery | :1 | Reading C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\dotCover12\packages
09:16:19.812 |V| InstalledHostsDiscovery | :1 | Host dotCover12 recognized. 88 packages
09:16:19.813 |V| InstalledHostsDiscovery | :1 | Scanning C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\Packages
09:16:19.813 |V| InstalledHostsDiscovery | :1 | Scanning C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs10
09:16:19.813 |V| InstalledHostsDiscovery | :1 | Reading C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs10\packages
09:16:19.826 |V| InstalledHostsDiscovery | :1 | Host ReSharperPlatformVs10 recognized. 108 packages
09:16:19.826 |V| InstalledHostsDiscovery | :1 | Scanning C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs11
09:16:19.826 |V| InstalledHostsDiscovery | :1 | Reading C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs11\packages
09:16:19.841 |V| InstalledHostsDiscovery | :1 | Host ReSharperPlatformVs11 recognized. 108 packages
09:16:19.841 |V| InstalledHostsDiscovery | :1 | Scanning C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs12
09:16:19.841 |V| InstalledHostsDiscovery | :1 | Reading C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs12\packages
09:16:19.852 |V| InstalledHostsDiscovery | :1 | Host ReSharperPlatformVs12 recognized. 108 packages
09:16:19.852 |V| InstalledHostsDiscovery | :1 | Scanning C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs14
09:16:19.853 |V| InstalledHostsDiscovery | :1 | Reading C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs14\packages
09:16:19.864 |V| InstalledHostsDiscovery | :1 | Host ReSharperPlatformVs14 recognized. 108 packages
09:16:19.864 |V| InstalledHostsDiscovery | :1 | Scanning C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_3aac3c3f
09:16:19.865 |V| InstalledHostsDiscovery | :1 | Reading C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_3aac3c3f\packages
09:16:19.880 |W| InstalledHostsDiscovery | :1 | Host ReSharperPlatformVs15_3aac3c3f validation failed. No per-user nor per-machine registrations found..
09:16:19.882 |V| InstalledHostsDiscovery | :1 | Scanning C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_7ea75361
09:16:19.882 |V| InstalledHostsDiscovery | :1 | Reading C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_7ea75361\packages
09:16:19.895 |V| InstalledHostsDiscovery | :1 | Host ReSharperPlatformVs15_7ea75361 recognized. 108 packages
09:16:19.921 |V| ReportsProductsAllowedToRun | :1 | IProductCanBeStarted::IProductCanBeStarted[]++ ^: JetBrains.Application.Environment.LicenseCheck.RestartShellOnZoneLicenseCheckChanges (ACK).
09:16:19.921 |V| ReportsProductsAllowedToRun | :1 | IProductCanBeStarted::IProductCanBeStarted[]++ ^: JetBrains.Application.Environment.Components.SuspendResumeProductCanBeStarted (ACK).
09:16:19.921 |V| ReportsProductsAllowedToRun | :1 | IProductCanBeStarted::IProductCanBeStarted[]++ ^: JetBrains.VsIntegration.Shell.VsNonZombiedProductCanBeStarted (ACK).
09:16:19.921 |V| ReportsProductsAllowedToRun | :1 | IProductCanBeStarted::IProductCanBeStarted[]++ ^: JetBrains.Platform.VisualStudio.SinceVs10.Shell.ApplicationShutdownRequestsSinceVs10 (ACK).
09:16:19.921 |V| ReportsProductsAllowedToRun | :1 | IProductCanBeStarted::IProductCanBeStarted[]++ ^: JetBrains.Platform.VisualStudio.SinceVs10.Shell.VsSkipFirstLaunchSetupProductCanBeStarted (ACK).
09:16:19.991 |V| DevenvHostDiscovery | :1 | Attempting to create an instance of the VS Setup Configuration interface.
09:16:19.994 |V| DevenvHostDiscovery | :1 | Successfully created an instance of the VS Setup Configuration interface.
09:16:19.994 |V| DevenvHostDiscovery | :1 | Trying to get a VS instance for the current process.
09:16:20.000 |V| DevenvHostDiscovery | :1 | Could not fetch a VS instance for the current process. This probably means that it is not a VS15 process.
09:16:20.056 |I| | :1 | Running under VS version 11.0.61030.0, registry root 11.0.
09:16:20.066 |V| JetEnvironment | :1 | Environment container is composed.
09:16:20.066 |V| JetEnvironment | :1 | JetEnvironment is ready.
09:16:20.395 |V| RunsProducts | :1 | << (Opening) RunProduct.
09:16:20.398 |V| JetEnvironmentZones | :1 | AllDiscovered zones: (133pcs)[JetBrains.Application.Build.App.IBuildApplicationZone, JetBrains.Application.Build.App.ICmdlineBuildAppEnvironmentZone, JetBrains.Application.Build.App.ITeamCityBuildAppEnvironmentZone, JetBrains.Application.BuildScript.Application.Zones.IAmd64CpuArchitectureZone, JetBrains.Application.BuildScript.Application.Zones.IArmCpuArchitectureZone, JetBrains.Application.BuildScript.Application.Zones.ICpuArchitectureZone, JetBrains.Application.BuildScript.Application.Zones.IEnvironmentZone, JetBrains.Application.BuildScript.Application.Zones.IIntelCpuArchitectureZone, JetBrains.Application.BuildScript.Application.Zones.IInternalVisibilityZone, JetBrains.Application.BuildScript.Application.Zones.IOuterWorldConnectZone, JetBrains.Application.BuildScript.Application.Zones.IPublicVisibilityZone, JetBrains.Application.BuildScript.Application.Zones.ISinceClr2Zone, JetBrains.Application.BuildScript.Application.Zones.ISinceClr4Zone, JetBrains.Application.BuildScript.Application.Zones.ISinceFramework45Zone, JetBrains.Application.BuildScript.Application.Zones.IStandaloneCmdZone, JetBrains.Application.BuildScript.Application.Zones.IStandaloneTabWellUIZone, JetBrains.Application.BuildScript.Application.Zones.IStandaloneUIZone, JetBrains.Application.BuildScript.Application.Zones.IStandaloneZone, JetBrains.Application.BuildScript.Application.Zones.IUIInteractiveZone, JetBrains.Application.Host.TeamCity.ITeamCityZone, JetBrains.Application.UI.Options.OptionPages.IToolsOptionsPageImplZone, JetBrains.Common.ActivityTracking.IDotCommonActivityTrackingZone, JetBrains.Common.MemoryMappedStorage.IMemoryMappedStorageZone, JetBrains.Common.SubsystemsManagement.ISubsystemsManagementZone, JetBrains.Common.SystemModulesOptionsManager.IDotCommonSystemModulesZone, JetBrains.Common.Timeline.Framework.Interface.ITimelineFrameworkZone, JetBrains.Common.UnitTesting.ControlKindProviders.IDotCommonControlKindProvidersZone, JetBrains.Common.UnitTesting.HostController.IDotCommonUnitTestingZone, JetBrains.Common.Util.Navigation.IDotCommonNavigationZone, JetBrains.Common.Util.Shell.IDotCommonSharedZone, JetBrains.Common.Util.Shell.IStandaloneCmdWithDotCommonConsoleHelpersEnvironmentZone, JetBrains.Common.Util.Shell.IViewerOpenerZone, JetBrains.Common.Util.Shell.Launcher.IExternalStorageEnvironmentZone, JetBrains.Common.Util.Shell.Remoting.Zones.ILocalSideZone, JetBrains.Common.Util.Shell.Remoting.Zones.IRemoteEnvironmentZone, JetBrains.Common.Util.Shell.Remoting.Zones.IRemoteSideZone, JetBrains.Diagramming.DiagrammingZone, JetBrains.DocumentModel.IDocumentModelZone, JetBrains.dotCover.ConsoleRunner.IConsoleRunnerEntryPointZone, JetBrains.dotCover.ConsoleTools.Product.IDotCoverConsoleToolsPackageAccessZone, JetBrains.dotCover.Core.IDotCoverCoreZone, JetBrains.dotCover.Core.Workspaces.IDotCoverEmbeddedLocalWorkspaceZone, JetBrains.dotCover.Core.Workspaces.IDotCoverExternalLocalWorkspaceZone, JetBrains.dotCover.DataAccess.IDotCoverDataAccessZone, JetBrains.dotCover.Ide.Core.IDotCoverIdeCoreZone, JetBrains.dotCover.Ide.Core.IDotCoverUnitTestingZone, JetBrains.dotCover.Interactive.Core.ActivityTracking.IDotCoverActivityTrackingImplZone, JetBrains.dotCover.Interactive.Core.IDotCoverInteractiveCoreZone, JetBrains.dotCover.Interactive.Presentation.IDotCoverInteractiveUIZone, JetBrains.dotCover.Interactive.Presentation.InternalToolkit.IDotCoverInternalToolkitZone, JetBrains.dotCover.RemoteCoverageServer.IRemoteCoverageServerEntryPointZone, JetBrains.dotCover.Shared.IDotCoverFeatureZone, JetBrains.dotCover.Shared.IDotCoverProductZone, JetBrains.dotCover.Vs.Core.IDotCoverVisualStudioCoreZone, JetBrains.dotCover.Vs.Presentation.IDotCoverVisualStudioUIZone, JetBrains.dotCover.Workspace.IDotCoverWorkspaceImplZone, JetBrains.dotCover.WorkspaceHost.IWorkspaceHostEntryPointZone, JetBrains.IDE.Debugger.IDebuggerZone, JetBrains.IDE.ResultList.ResultListImplZone, JetBrains.Platform.RdFramework.IRdFrameworkZone, JetBrains.Platform.VisualStudio.JustVs10.Shell.Zones.IJustVs10Zone, JetBrains.Platform.VisualStudio.JustVs11.Shell.Zones.IJustVs11Zone, JetBrains.Platform.VisualStudio.JustVs12.Shell.Zones.IJustVs12Zone, JetBrains.Platform.VisualStudio.JustVs14.Shell.Zones.IJustVs14Zone, JetBrains.Platform.VisualStudio.JustVs15.Shell.Zones.IJustVs15Zone, JetBrains.Platform.VisualStudio.SinceVs09.Shell.Zones.ISinceVs09Zone, JetBrains.Platform.VisualStudio.SinceVs10.Shell.Zones.ISinceVs10Zone, JetBrains.Platform.VisualStudio.SinceVs11.Shell.Zones.ISinceVs11Zone, JetBrains.Platform.VisualStudio.SinceVs12.Shell.Zones.ISinceVs12Zone, JetBrains.Platform.VisualStudio.SinceVs14.Shell.Zones.IRoslynAwareZone, JetBrains.Platform.VisualStudio.SinceVs14.Shell.Zones.ISinceVs14Zone, JetBrains.Platform.VisualStudio.SinceVs15.Shell.Zones.ISinceVs15Zone, JetBrains.Profiler.CleanUp.BuildScript.ICleanUpHostEnvironmentZone, JetBrains.Profiler.CleanUp.Impl.ICleanUpHostApplicationZone, JetBrains.Profiler.InternalLauncher.IInternalLauncherZone, JetBrains.Profiler.InternalLauncher.IPerformanceSnapshotManagementZone, JetBrains.Profiler.Zones.ICoverageProfilerZone, JetBrains.Profiler.Zones.IMemoryProfilerZone, JetBrains.Profiler.Zones.IPerformanceProfilerZone, JetBrains.Profiler.Zones.IProfilerZone, JetBrains.Profiler.Zones.IRemoteProfilerZone, JetBrains.Profiler.Zones.ITimelineProfilerZone, JetBrains.Profiler.Zones.IWinFormsUIProfilerZone, JetBrains.Profiler.Zones.IWpfUIProfilerZone, JetBrains.ProjectModel.IProjectModelZone, JetBrains.ProjectModel.NuGet.INuGetZone, JetBrains.ProjectModel.ProjectsHost.SolutionHost.ISolutionHostZone, JetBrains.ReSharper.Daemon.SolutionAnalysis.SweaZone, JetBrains.ReSharper.Feature.Services.Daemon.CodeInspectionPageImplZone, JetBrains.ReSharper.Feature.Services.Daemon.DaemonEngineZone, JetBrains.ReSharper.Feature.Services.Daemon.DaemonZone, JetBrains.ReSharper.Feature.Services.DebuggerVs.IVsDebuggerZone, JetBrains.ReSharper.Feature.Services.ExternalSources.ExternalSourcesZone, JetBrains.ReSharper.Feature.Services.ExternalSources.MetadataTreeZone, JetBrains.ReSharper.Feature.Services.ICodeEditingZone, JetBrains.ReSharper.Feature.Services.Integration.ICoverageSnapshotHandlerZone, JetBrains.ReSharper.Feature.Services.Naming.NamingImplZone, JetBrains.ReSharper.Feature.Services.Navigation.NavigationZone, JetBrains.ReSharper.Feature.Services.OptionPages.ICodeEditingOptionsPageImplZone, JetBrains.ReSharper.Feature.Services.ParameterInfo.IParameterInfoZone, JetBrains.ReSharper.Features.Diagramming.DiagramsFeatureZone, JetBrains.ReSharper.Features.SolBuilderDuo.ISolutionBuilderFeatureZone, JetBrains.ReSharper.Features.SolBuilderDuo.SolutionBuilderDuoZone, JetBrains.ReSharper.Product.Application.Product.IReSharperProductZone, JetBrains.ReSharper.Psi.Asp.ILanguageAspZone, JetBrains.ReSharper.Psi.Asp.Mvc.IAspMvcZone, JetBrains.ReSharper.Psi.BuildScripts.ILanguageBuildScriptsZone, JetBrains.ReSharper.Psi.BuildScripts.MSBuild.ILanguageMsBuild, JetBrains.ReSharper.Psi.BuildScripts.NAnt.ILanguageNAntZone, JetBrains.ReSharper.Psi.CSharp.ILanguageCSharpZone, JetBrains.ReSharper.Psi.Css.ILanguageCssZone, JetBrains.ReSharper.Psi.Html.ILanguageHtmlZone, JetBrains.ReSharper.Psi.IClrPsiLanguageZone, JetBrains.ReSharper.Psi.IL.ILanguageIlZone, JetBrains.ReSharper.Psi.Impl.Reflection2.IPsiAssemblyFileLoaderImplZone, JetBrains.ReSharper.Psi.IPsiLanguageZone, JetBrains.ReSharper.Psi.IWebPsiLanguageZone, JetBrains.ReSharper.Psi.JavaScript.ILanguageJavaScriptZone, JetBrains.ReSharper.Psi.Protobuf.ILanguageProtobufZone, JetBrains.ReSharper.Psi.Razor.ILanguageRazorZone, JetBrains.ReSharper.Psi.RegExp.ILanguageRegExpZone, JetBrains.ReSharper.Psi.Resx.ILanguageResxZone, JetBrains.ReSharper.Psi.VB.ILanguageVBZone, JetBrains.ReSharper.Psi.Xaml.ILanguageXamlZone, JetBrains.ReSharper.Resources.Shell.PsiFeaturesImplZone, JetBrains.ReSharper.Resources.Shell.ShellInstanceFakeZone, JetBrains.ReSharper.UnitTestFramework.IUnitTestingZone, JetBrains.ReSharper.UnitTestRunner.dotMemoryUnit.IDotMemoryUnitVsIntegrationZone, JetBrains.Rider.Model.IRiderModelZone, JetBrains.Symbols.SymbolsImplZone, JetBrains.TextControl.ITextControlsZone, JetBrains.VsIntegration.Shell.Zones.ISinceVs08Zone, JetBrains.VsIntegration.Shell.Zones.IVisualStudioZone].
09:16:20.399 |V| JetEnvironmentZones | :1 | NegativeByTimebomb zones: (0pcs)[].
09:16:20.413 |V| JetEnvironmentZones | :1 | NegativeByLicense zones: (0pcs)[].
09:16:20.413 |V| JetEnvironmentZones | :1 | NegativeByUserPreference zones: (0pcs)[].
09:16:20.413 |V| JetEnvironmentZones | :1 | AllNegativePropogated zones: (0pcs)[].
09:16:20.414 |V| JetEnvironmentZones | :1 | AllowedActivatorZones zones: (26pcs)[JetBrains.Application.BuildScript.Application.Zones.IIntelCpuArchitectureZone, JetBrains.Application.BuildScript.Application.Zones.IPublicVisibilityZone, JetBrains.Application.BuildScript.Application.Zones.ISinceClr4Zone, JetBrains.dotCover.Core.Workspaces.IDotCoverExternalLocalWorkspaceZone, JetBrains.dotCover.Ide.Core.IDotCoverUnitTestingZone, JetBrains.dotCover.Interactive.Core.ActivityTracking.IDotCoverActivityTrackingImplZone, JetBrains.dotCover.Shared.IDotCoverProductZone, JetBrains.dotCover.Vs.Presentation.IDotCoverVisualStudioUIZone, JetBrains.IDE.Debugger.IDebuggerZone, JetBrains.Platform.RdFramework.IRdFrameworkZone, JetBrains.Platform.VisualStudio.JustVs11.Shell.Zones.IJustVs11Zone, JetBrains.ProjectModel.NuGet.INuGetZone, JetBrains.ReSharper.Daemon.SolutionAnalysis.SweaZone, JetBrains.ReSharper.Feature.Services.Daemon.DaemonZone, JetBrains.ReSharper.Feature.Services.DebuggerVs.IVsDebuggerZone, JetBrains.ReSharper.Feature.Services.ExternalSources.ExternalSourcesZone, JetBrains.ReSharper.Feature.Services.ICodeEditingZone, JetBrains.ReSharper.Feature.Services.Integration.ICoverageSnapshotHandlerZone, JetBrains.ReSharper.Feature.Services.Navigation.NavigationZone, JetBrains.ReSharper.Feature.Services.ParameterInfo.IParameterInfoZone, JetBrains.ReSharper.Features.Diagramming.DiagramsFeatureZone, JetBrains.ReSharper.Features.SolBuilderDuo.ISolutionBuilderFeatureZone, JetBrains.ReSharper.Product.Application.Product.IReSharperProductZone, JetBrains.ReSharper.Psi.IPsiLanguageZone, JetBrains.ReSharper.UnitTestFramework.IUnitTestingZone, JetBrains.Rider.Model.IRiderModelZone].
09:16:20.414 |V| JetEnvironmentZones | :1 | AllowedActivatorZonesExpandedToInheritors zones: (44pcs)[JetBrains.Application.BuildScript.Application.Zones.IIntelCpuArchitectureZone, JetBrains.Application.BuildScript.Application.Zones.IPublicVisibilityZone, JetBrains.Application.BuildScript.Application.Zones.ISinceClr4Zone, JetBrains.dotCover.Core.Workspaces.IDotCoverExternalLocalWorkspaceZone, JetBrains.dotCover.Ide.Core.IDotCoverUnitTestingZone, JetBrains.dotCover.Interactive.Core.ActivityTracking.IDotCoverActivityTrackingImplZone, JetBrains.dotCover.Shared.IDotCoverProductZone, JetBrains.dotCover.Vs.Presentation.IDotCoverVisualStudioUIZone, JetBrains.IDE.Debugger.IDebuggerZone, JetBrains.Platform.RdFramework.IRdFrameworkZone, JetBrains.Platform.VisualStudio.JustVs11.Shell.Zones.IJustVs11Zone, JetBrains.ProjectModel.NuGet.INuGetZone, JetBrains.ReSharper.Daemon.SolutionAnalysis.SweaZone, JetBrains.ReSharper.Feature.Services.Daemon.DaemonZone, JetBrains.ReSharper.Feature.Services.DebuggerVs.IVsDebuggerZone, JetBrains.ReSharper.Feature.Services.ExternalSources.ExternalSourcesZone, JetBrains.ReSharper.Feature.Services.ICodeEditingZone, JetBrains.ReSharper.Feature.Services.Integration.ICoverageSnapshotHandlerZone, JetBrains.ReSharper.Feature.Services.Navigation.NavigationZone, JetBrains.ReSharper.Feature.Services.ParameterInfo.IParameterInfoZone, JetBrains.ReSharper.Features.Diagramming.DiagramsFeatureZone, JetBrains.ReSharper.Features.SolBuilderDuo.ISolutionBuilderFeatureZone, JetBrains.ReSharper.Product.Application.Product.IReSharperProductZone, JetBrains.ReSharper.Psi.Asp.ILanguageAspZone, JetBrains.ReSharper.Psi.Asp.Mvc.IAspMvcZone, JetBrains.ReSharper.Psi.BuildScripts.ILanguageBuildScriptsZone, JetBrains.ReSharper.Psi.BuildScripts.MSBuild.ILanguageMsBuild, JetBrains.ReSharper.Psi.BuildScripts.NAnt.ILanguageNAntZone, JetBrains.ReSharper.Psi.CSharp.ILanguageCSharpZone, JetBrains.ReSharper.Psi.Css.ILanguageCssZone, JetBrains.ReSharper.Psi.Html.ILanguageHtmlZone, JetBrains.ReSharper.Psi.IClrPsiLanguageZone, JetBrains.ReSharper.Psi.IL.ILanguageIlZone, JetBrains.ReSharper.Psi.IPsiLanguageZone, JetBrains.ReSharper.Psi.IWebPsiLanguageZone, JetBrains.ReSharper.Psi.JavaScript.ILanguageJavaScriptZone, JetBrains.ReSharper.Psi.Protobuf.ILanguageProtobufZone, JetBrains.ReSharper.Psi.Razor.ILanguageRazorZone, JetBrains.ReSharper.Psi.RegExp.ILanguageRegExpZone, JetBrains.ReSharper.Psi.Resx.ILanguageResxZone, JetBrains.ReSharper.Psi.VB.ILanguageVBZone, JetBrains.ReSharper.Psi.Xaml.ILanguageXamlZone, JetBrains.ReSharper.UnitTestFramework.IUnitTestingZone, JetBrains.Rider.Model.IRiderModelZone].
09:16:20.414 |V| JetEnvironmentZones | :1 | AllowedActivatorExpanded zones: (85pcs)[JetBrains.Application.BuildScript.Application.Zones.ICpuArchitectureZone, JetBrains.Application.BuildScript.Application.Zones.IEnvironmentZone, JetBrains.Application.BuildScript.Application.Zones.IIntelCpuArchitectureZone, JetBrains.Application.BuildScript.Application.Zones.IOuterWorldConnectZone, JetBrains.Application.BuildScript.Application.Zones.IPublicVisibilityZone, JetBrains.Application.BuildScript.Application.Zones.ISinceClr2Zone, JetBrains.Application.BuildScript.Application.Zones.ISinceClr4Zone, JetBrains.Application.BuildScript.Application.Zones.IUIInteractiveZone, JetBrains.Application.UI.Options.OptionPages.IToolsOptionsPageImplZone, JetBrains.Common.ActivityTracking.IDotCommonActivityTrackingZone, JetBrains.Common.UnitTesting.ControlKindProviders.IDotCommonControlKindProvidersZone, JetBrains.Common.UnitTesting.HostController.IDotCommonUnitTestingZone, JetBrains.Common.Util.Navigation.IDotCommonNavigationZone, JetBrains.Common.Util.Shell.IDotCommonSharedZone, JetBrains.Diagramming.DiagrammingZone, JetBrains.DocumentModel.IDocumentModelZone, JetBrains.dotCover.ConsoleTools.Product.IDotCoverConsoleToolsPackageAccessZone, JetBrains.dotCover.Core.IDotCoverCoreZone, JetBrains.dotCover.Core.Workspaces.IDotCoverExternalLocalWorkspaceZone, JetBrains.dotCover.DataAccess.IDotCoverDataAccessZone, JetBrains.dotCover.Ide.Core.IDotCoverIdeCoreZone, JetBrains.dotCover.Ide.Core.IDotCoverUnitTestingZone, JetBrains.dotCover.Interactive.Core.ActivityTracking.IDotCoverActivityTrackingImplZone, JetBrains.dotCover.Interactive.Core.IDotCoverInteractiveCoreZone, JetBrains.dotCover.Interactive.Presentation.IDotCoverInteractiveUIZone, JetBrains.dotCover.Shared.IDotCoverFeatureZone, JetBrains.dotCover.Shared.IDotCoverProductZone, JetBrains.dotCover.Vs.Core.IDotCoverVisualStudioCoreZone, JetBrains.dotCover.Vs.Presentation.IDotCoverVisualStudioUIZone, JetBrains.IDE.Debugger.IDebuggerZone, JetBrains.IDE.ResultList.ResultListImplZone, JetBrains.Platform.RdFramework.IRdFrameworkZone, JetBrains.Platform.VisualStudio.JustVs11.Shell.Zones.IJustVs11Zone, JetBrains.Platform.VisualStudio.SinceVs09.Shell.Zones.ISinceVs09Zone, JetBrains.Platform.VisualStudio.SinceVs10.Shell.Zones.ISinceVs10Zone, JetBrains.Platform.VisualStudio.SinceVs11.Shell.Zones.ISinceVs11Zone, JetBrains.Profiler.InternalLauncher.IInternalLauncherZone, JetBrains.Profiler.Zones.ICoverageProfilerZone, JetBrains.Profiler.Zones.IProfilerZone, JetBrains.Profiler.Zones.IWpfUIProfilerZone, JetBrains.ProjectModel.IProjectModelZone, JetBrains.ProjectModel.NuGet.INuGetZone, JetBrains.ReSharper.Daemon.SolutionAnalysis.SweaZone, JetBrains.ReSharper.Feature.Services.Daemon.CodeInspectionPageImplZone, JetBrains.ReSharper.Feature.Services.Daemon.DaemonEngineZone, JetBrains.ReSharper.Feature.Services.Daemon.DaemonZone, JetBrains.ReSharper.Feature.Services.DebuggerVs.IVsDebuggerZone, JetBrains.ReSharper.Feature.Services.ExternalSources.ExternalSourcesZone, JetBrains.ReSharper.Feature.Services.ICodeEditingZone, JetBrains.ReSharper.Feature.Services.Integration.ICoverageSnapshotHandlerZone, JetBrains.ReSharper.Feature.Services.Naming.NamingImplZone, JetBrains.ReSharper.Feature.Services.Navigation.NavigationZone, JetBrains.ReSharper.Feature.Services.OptionPages.ICodeEditingOptionsPageImplZone, JetBrains.ReSharper.Feature.Services.ParameterInfo.IParameterInfoZone, JetBrains.ReSharper.Features.Diagramming.DiagramsFeatureZone, JetBrains.ReSharper.Features.SolBuilderDuo.ISolutionBuilderFeatureZone, JetBrains.ReSharper.Features.SolBuilderDuo.SolutionBuilderDuoZone, JetBrains.ReSharper.Product.Application.Product.IReSharperProductZone, JetBrains.ReSharper.Psi.Asp.ILanguageAspZone, JetBrains.ReSharper.Psi.Asp.Mvc.IAspMvcZone, JetBrains.ReSharper.Psi.BuildScripts.ILanguageBuildScriptsZone, JetBrains.ReSharper.Psi.BuildScripts.MSBuild.ILanguageMsBuild, JetBrains.ReSharper.Psi.BuildScripts.NAnt.ILanguageNAntZone, JetBrains.ReSharper.Psi.CSharp.ILanguageCSharpZone, JetBrains.ReSharper.Psi.Css.ILanguageCssZone, JetBrains.ReSharper.Psi.Html.ILanguageHtmlZone, JetBrains.ReSharper.Psi.IClrPsiLanguageZone, JetBrains.ReSharper.Psi.IL.ILanguageIlZone, JetBrains.ReSharper.Psi.Impl.Reflection2.IPsiAssemblyFileLoaderImplZone, JetBrains.ReSharper.Psi.IPsiLanguageZone, JetBrains.ReSharper.Psi.IWebPsiLanguageZone, JetBrains.ReSharper.Psi.JavaScript.ILanguageJavaScriptZone, JetBrains.ReSharper.Psi.Protobuf.ILanguageProtobufZone, JetBrains.ReSharper.Psi.Razor.ILanguageRazorZone, JetBrains.ReSharper.Psi.RegExp.ILanguageRegExpZone, JetBrains.ReSharper.Psi.Resx.ILanguageResxZone, JetBrains.ReSharper.Psi.VB.ILanguageVBZone, JetBrains.ReSharper.Psi.Xaml.ILanguageXamlZone, JetBrains.ReSharper.Resources.Shell.PsiFeaturesImplZone, JetBrains.ReSharper.UnitTestFramework.IUnitTestingZone, JetBrains.Rider.Model.IRiderModelZone, JetBrains.Symbols.SymbolsImplZone, JetBrains.TextControl.ITextControlsZone, JetBrains.VsIntegration.Shell.Zones.ISinceVs08Zone, JetBrains.VsIntegration.Shell.Zones.IVisualStudioZone].
09:16:20.414 |V| JetEnvironmentZones | :1 | ZonesToRun zones: (85pcs)[JetBrains.Application.BuildScript.Application.Zones.ICpuArchitectureZone, JetBrains.Application.BuildScript.Application.Zones.IEnvironmentZone, JetBrains.Application.BuildScript.Application.Zones.IIntelCpuArchitectureZone, JetBrains.Application.BuildScript.Application.Zones.IOuterWorldConnectZone, JetBrains.Application.BuildScript.Application.Zones.IPublicVisibilityZone, JetBrains.Application.BuildScript.Application.Zones.ISinceClr2Zone, JetBrains.Application.BuildScript.Application.Zones.ISinceClr4Zone, JetBrains.Application.BuildScript.Application.Zones.IUIInteractiveZone, JetBrains.Application.UI.Options.OptionPages.IToolsOptionsPageImplZone, JetBrains.Common.ActivityTracking.IDotCommonActivityTrackingZone, JetBrains.Common.UnitTesting.ControlKindProviders.IDotCommonControlKindProvidersZone, JetBrains.Common.UnitTesting.HostController.IDotCommonUnitTestingZone, JetBrains.Common.Util.Navigation.IDotCommonNavigationZone, JetBrains.Common.Util.Shell.IDotCommonSharedZone, JetBrains.Diagramming.DiagrammingZone, JetBrains.DocumentModel.IDocumentModelZone, JetBrains.dotCover.ConsoleTools.Product.IDotCoverConsoleToolsPackageAccessZone, JetBrains.dotCover.Core.IDotCoverCoreZone, JetBrains.dotCover.Core.Workspaces.IDotCoverExternalLocalWorkspaceZone, JetBrains.dotCover.DataAccess.IDotCoverDataAccessZone, JetBrains.dotCover.Ide.Core.IDotCoverIdeCoreZone, JetBrains.dotCover.Ide.Core.IDotCoverUnitTestingZone, JetBrains.dotCover.Interactive.Core.ActivityTracking.IDotCoverActivityTrackingImplZone, JetBrains.dotCover.Interactive.Core.IDotCoverInteractiveCoreZone, JetBrains.dotCover.Interactive.Presentation.IDotCoverInteractiveUIZone, JetBrains.dotCover.Shared.IDotCoverFeatureZone, JetBrains.dotCover.Shared.IDotCoverProductZone, JetBrains.dotCover.Vs.Core.IDotCoverVisualStudioCoreZone, JetBrains.dotCover.Vs.Presentation.IDotCoverVisualStudioUIZone, JetBrains.IDE.Debugger.IDebuggerZone, JetBrains.IDE.ResultList.ResultListImplZone, JetBrains.Platform.RdFramework.IRdFrameworkZone, JetBrains.Platform.VisualStudio.JustVs11.Shell.Zones.IJustVs11Zone, JetBrains.Platform.VisualStudio.SinceVs09.Shell.Zones.ISinceVs09Zone, JetBrains.Platform.VisualStudio.SinceVs10.Shell.Zones.ISinceVs10Zone, JetBrains.Platform.VisualStudio.SinceVs11.Shell.Zones.ISinceVs11Zone, JetBrains.Profiler.InternalLauncher.IInternalLauncherZone, JetBrains.Profiler.Zones.ICoverageProfilerZone, JetBrains.Profiler.Zones.IProfilerZone, JetBrains.Profiler.Zones.IWpfUIProfilerZone, JetBrains.ProjectModel.IProjectModelZone, JetBrains.ProjectModel.NuGet.INuGetZone, JetBrains.ReSharper.Daemon.SolutionAnalysis.SweaZone, JetBrains.ReSharper.Feature.Services.Daemon.CodeInspectionPageImplZone, JetBrains.ReSharper.Feature.Services.Daemon.DaemonEngineZone, JetBrains.ReSharper.Feature.Services.Daemon.DaemonZone, JetBrains.ReSharper.Feature.Services.DebuggerVs.IVsDebuggerZone, JetBrains.ReSharper.Feature.Services.ExternalSources.ExternalSourcesZone, JetBrains.ReSharper.Feature.Services.ICodeEditingZone, JetBrains.ReSharper.Feature.Services.Integration.ICoverageSnapshotHandlerZone, JetBrains.ReSharper.Feature.Services.Naming.NamingImplZone, JetBrains.ReSharper.Feature.Services.Navigation.NavigationZone, JetBrains.ReSharper.Feature.Services.OptionPages.ICodeEditingOptionsPageImplZone, JetBrains.ReSharper.Feature.Services.ParameterInfo.IParameterInfoZone, JetBrains.ReSharper.Features.Diagramming.DiagramsFeatureZone, JetBrains.ReSharper.Features.SolBuilderDuo.ISolutionBuilderFeatureZone, JetBrains.ReSharper.Features.SolBuilderDuo.SolutionBuilderDuoZone, JetBrains.ReSharper.Product.Application.Product.IReSharperProductZone, JetBrains.ReSharper.Psi.Asp.ILanguageAspZone, JetBrains.ReSharper.Psi.Asp.Mvc.IAspMvcZone, JetBrains.ReSharper.Psi.BuildScripts.ILanguageBuildScriptsZone, JetBrains.ReSharper.Psi.BuildScripts.MSBuild.ILanguageMsBuild, JetBrains.ReSharper.Psi.BuildScripts.NAnt.ILanguageNAntZone, JetBrains.ReSharper.Psi.CSharp.ILanguageCSharpZone, JetBrains.ReSharper.Psi.Css.ILanguageCssZone, JetBrains.ReSharper.Psi.Html.ILanguageHtmlZone, JetBrains.ReSharper.Psi.IClrPsiLanguageZone, JetBrains.ReSharper.Psi.IL.ILanguageIlZone, JetBrains.ReSharper.Psi.Impl.Reflection2.IPsiAssemblyFileLoaderImplZone, JetBrains.ReSharper.Psi.IPsiLanguageZone, JetBrains.ReSharper.Psi.IWebPsiLanguageZone, JetBrains.ReSharper.Psi.JavaScript.ILanguageJavaScriptZone, JetBrains.ReSharper.Psi.Protobuf.ILanguageProtobufZone, JetBrains.ReSharper.Psi.Razor.ILanguageRazorZone, JetBrains.ReSharper.Psi.RegExp.ILanguageRegExpZone, JetBrains.ReSharper.Psi.Resx.ILanguageResxZone, JetBrains.ReSharper.Psi.VB.ILanguageVBZone, JetBrains.ReSharper.Psi.Xaml.ILanguageXamlZone, JetBrains.ReSharper.Resources.Shell.PsiFeaturesImplZone, JetBrains.ReSharper.UnitTestFramework.IUnitTestingZone, JetBrains.Rider.Model.IRiderModelZone, JetBrains.Symbols.SymbolsImplZone, JetBrains.TextControl.ITextControlsZone, JetBrains.VsIntegration.Shell.Zones.ISinceVs08Zone, JetBrains.VsIntegration.Shell.Zones.IVisualStudioZone].
09:16:20.417 |V| RunsProducts | :1 | ShellPartCatalogSet: to enable tracing all known components in ShellPartCatalogSet, enable TRACE level for this log category (“JetBrains.Application.Environment.RunsProducts ”).
09:16:20.417 |V| RunsProducts | :1 | FullPartCatalogSet → ShellPartCatalogSet: to enable tracing components which were in FullPartCatalogSet but did not make it into ShellPartCatalogSet, enable TRACE level for this log category (“JetBrains.Application.Environment.RunsProducts ”).
09:16:20.418 |V| ComponentStorage | :1 | Shell created
09:16:20.418 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: Shell”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:20.492 |V| RunningProducts | :1 | Published non-composed Shell container before composition.
09:16:20.502 |V| RunningProducts | :1 | Published fully composed Shell container.
09:16:20.569 |V| RunsPublicStaticIntMain | :1 | Looking for main methods after the whole Shell has been instantiated.
09:16:20.585 |V| RunsPublicStaticIntMain | :1 | Found main methods: (0pcs)[].
09:16:20.585 |V| RunsPublicStaticIntMain | :1 | No main methods found, skipping execution, not shutting down the process.
09:16:21.213 |V| IPropertyEx | :1 | [[SettingsStorage(“This computer”)/XmlDiskFile]] Boolean::IsReloadReschedulled: <N/A> -> False.
09:16:21.213 |V| IPropertyEx | :1 | [[SettingsStorage(“This computer”)/XmlDiskFile]] Boolean::IsSaveReschedulled: <N/A> -> False.
09:16:21.233 |V| IPropertyEx | :1 | [[SettingsStorage(“ReSharper 8 global settings”)/XmlDiskFile]] Boolean::IsReloadReschedulled: <N/A> -> False.
09:16:21.233 |V| IPropertyEx | :1 | [[SettingsStorage(“ReSharper 8 global settings”)/XmlDiskFile]] Boolean::IsSaveReschedulled: <N/A> -> False.
09:16:22.312 |V| VsCommandScopeMonitor | :1 | Selected window frame changed to "Start Page" {387cb18d-6153-4156-9257-9ac3f9207bbe}
09:16:22.318 |V| | :1 | Localization for localeId 1033
09:16:22.319 |V| | :1 | Localization 'Miscellaneous Files' -> 'Miscellaneous Files'
09:16:22.319 |V| | :1 | Localization 'Global' -> 'Global'
09:16:22.319 |V| | :1 | Localization 'Text Editor' -> 'Text Editor'
09:16:22.319 |V| | :1 | Localization 'Ctrl' -> 'Ctrl'
09:16:22.319 |V| | :1 | Localization 'Alt' -> 'Alt'
09:16:22.319 |V| | :1 | Localization 'Shift' -> 'Shift'
09:16:22.319 |V| | :1 | Localization 'Bkspce' -> 'Bkspce'
09:16:22.319 |V| | :1 | Localization 'Tab' -> 'Tab'
09:16:22.319 |V| | :1 | Localization 'Break' -> 'Break'
09:16:22.319 |V| | :1 | Localization 'Break' -> 'Break'
09:16:22.319 |V| | :1 | Localization 'Space' -> 'Space'
09:16:22.319 |V| | :1 | Localization 'PgUp' -> 'PgUp'
09:16:22.319 |V| | :1 | Localization 'PgDn' -> 'PgDn'
09:16:22.319 |V| | :1 | Localization 'Home' -> 'Home'
09:16:22.319 |V| | :1 | Localization 'Ins' -> 'Ins'
09:16:22.319 |V| | :1 | Localization 'Del' -> 'Del'
09:16:22.319 |V| | :1 | Localization 'F1' -> 'F1'
09:16:22.319 |V| | :1 | Localization 'F2' -> 'F2'
09:16:22.319 |V| | :1 | Localization 'F3' -> 'F3'
09:16:22.319 |V| | :1 | Localization 'F4' -> 'F4'
09:16:22.319 |V| | :1 | Localization 'F5' -> 'F5'
09:16:22.319 |V| | :1 | Localization 'F6' -> 'F6'
09:16:22.319 |V| | :1 | Localization 'F7' -> 'F7'
09:16:22.319 |V| | :1 | Localization 'F8' -> 'F8'
09:16:22.320 |V| | :1 | Localization 'F9' -> 'F9'
09:16:22.320 |V| | :1 | Localization 'F10' -> 'F10'
09:16:22.320 |V| | :1 | Localization 'F11' -> 'F11'
09:16:22.320 |V| | :1 | Localization 'F12' -> 'F12'
09:16:22.320 |V| | :1 | Localization 'F13' -> 'F13'
09:16:22.320 |V| | :1 | Localization 'F14' -> 'F14'
09:16:22.320 |V| | :1 | Localization 'F15' -> 'F15'
09:16:22.320 |V| | :1 | Localization 'F16' -> 'F16'
09:16:22.320 |V| | :1 | Localization 'Left Arrow' -> 'Left Arrow'
09:16:22.320 |V| | :1 | Localization 'Right Arrow' -> 'Right Arrow'
09:16:22.320 |V| | :1 | Localization 'Up Arrow' -> 'Up Arrow'
09:16:22.320 |V| | :1 | Localization 'Down Arrow' -> 'Down Arrow'
09:16:22.320 |V| | :1 | Localization 'End' -> 'End'
09:16:22.320 |V| | :1 | Localization 'Enter' -> 'Enter'
09:16:22.320 |V| | :1 | Localization 'Esc' -> 'Esc'
09:16:22.320 |V| | :1 | Localization 'Num 0' -> 'Num 0'
09:16:22.320 |V| | :1 | Localization 'Num 1' -> 'Num 1'
09:16:22.320 |V| | :1 | Localization 'Num 2' -> 'Num 2'
09:16:22.320 |V| | :1 | Localization 'Num 3' -> 'Num 3'
09:16:22.320 |V| | :1 | Localization 'Num 4' -> 'Num 4'
09:16:22.320 |V| | :1 | Localization 'Num 5' -> 'Num 5'
09:16:22.320 |V| | :1 | Localization 'Num 6' -> 'Num 6'
09:16:22.320 |V| | :1 | Localization 'Num 7' -> 'Num 7'
09:16:22.320 |V| | :1 | Localization 'Num 8' -> 'Num 8'
09:16:22.320 |V| | :1 | Localization 'Num 9' -> 'Num 9'
09:16:22.320 |V| | :1 | Localization 'Num *' -> 'Num *'
09:16:22.320 |V| | :1 | Localization 'Num +' -> 'Num +'
09:16:22.320 |V| | :1 | Localization 'Num -' -> 'Num -'
09:16:22.321 |V| | :1 | Localization 'Num .' -> 'Num .'
09:16:22.321 |V| | :1 | Localization 'Num /' -> 'Num /'
09:16:22.327 |V| VsKeyBindingsCacheSinceVs11 | :1 | CurrentInputLanguage: en-US (US)
09:16:22.327 |V| VsKeyBindingsCacheSinceVs11 | :1 | DefaultInputLanguage: en-US (US)
09:16:22.328 |V| VsKeyBindingsCacheSinceVs11 | :1 | InstalledInputLanguages: en-US (US)
09:16:22.329 |V| VsKeyBindingsCacheSinceVs11 | :1 | CurrentInputLanguage en-US (US) is not changed.
09:16:22.551 |V| VsKeyBindingsCacheSinceVs11 | :1 | The key bindings cache rebuilded.
09:16:22.648 |V| | :1 | [VSAMSS] Target path: C:\Users\jerry.lagrou\AppData\Local\JetBrains\ReSharper\vAny\vs11.0\vsActionManager.DotSettings
09:16:22.671 |V| IPropertyEx | :1 | [[SettingsStorage(VsActionManagerSettingsStorage::Provider)/XmlDiskFile]] Boolean::IsReloadReschedulled: <N/A> -> False.
09:16:22.671 |V| IPropertyEx | :1 | [[SettingsStorage(VsActionManagerSettingsStorage::Provider)/XmlDiskFile]] Boolean::IsSaveReschedulled: <N/A> -> False.
09:16:22.676 |V| UsageDbManager | :1 | STV.Started `UsageDbManager` in separate thread
09:16:22.686 |V| ActivityLogsSubmitter | :1 | STV.Started `ActivityLogsSubmitter` in separate thread
09:16:22.708 |V| LevelDbDriver | UsageDbManager:36 | Opening database with DbOpenParams: [
Url=C:\Users\jerry.lagrou\AppData\Local\JetBrains\ReSharperPlatformVs11\vAny\UsageStatistics
Subfolder=
ParanoidChecks=False
OnError=Null
TakeMutex=False
OnMutextNotAcquired=OpenIndexed
SecondaryUrl=C:\Users\jerry.lagrou\AppData\Local\Temp\JetBrains\ReSharper.Db.2018-05-21_09-16-22.706
OnValidationFail=Clear
ExpectedVersion=
PolymorphicTypes=<null>]
09:16:22.752 |V| LevelDbAutocommitTransaction | UsageDbManager:36 | STV.Started `LevelDbAutocommitTransaction` in separate thread
09:16:22.755 |V| LevelDbDriver | UsageDbManager:36 | Already cleared: False, oldVersion: , newVersion:
09:16:23.010 |V| ComponentStorage | :1 | HostManager created
09:16:23.011 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: HostManager”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:23.393 |V| ComponentStorage | :1 | ConfiguratorPipeBuilder created
09:16:23.398 |V| HostController | :13 | Activate #1 HostParameters:<?xml version="1.0" encoding="utf-8"?>
<HostParameters type="LocalHostParameters" />
09:16:23.398 |V| HostController | :13 | Activate #1 Connecting
09:16:23.446 |V| ComponentStorage | :1 | ConfigurationBuilderManager created
09:16:23.447 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ConfigurationBuilderManager”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:23.471 |V| SysTools | :13 | SysTools location=Local res=created
09:16:23.675 |V| ComponentStorage | :1 | ProjectModelExtensionsContainer created
09:16:23.676 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectModelExtensionsContainer”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:23.763 |V| ComponentStorage | :1 | ProjectFileType:JSON created
09:16:23.765 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:JSON”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:23.769 |V| ComponentStorage | :1 | ProjectFileType:Proto created
09:16:23.769 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:Proto”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:23.771 |V| ComponentStorage | :1 | ProjectFileType:JSX created
09:16:23.771 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:JSX”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:23.773 |V| ComponentStorage | :1 | ProjectFileType:TSX created
09:16:23.773 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:TSX”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:23.775 |V| ComponentStorage | :1 | ProjectFileType:UNKNOWN_TEXTUAL created
09:16:23.775 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:UNKNOWN_TEXTUAL”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:23.777 |V| ComponentStorage | :1 | ProjectFileType:AppxManifest created
09:16:23.777 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:AppxManifest”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:23.778 |V| ComponentStorage | :1 | ProjectFileType:ASP created
09:16:23.779 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:ASP”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:23.781 |V| ComponentStorage | :1 | ProjectFileType:Asxx created
09:16:23.781 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:Asxx”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:23.783 |V| ComponentStorage | :1 | ProjectFileType:BuildScript created
09:16:23.783 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:BuildScript”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:23.785 |V| ComponentStorage | :1 | ProjectFileType:CPP created
09:16:23.785 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:CPP”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:23.787 |V| ComponentStorage | :1 | ProjectFileType:Skin created
09:16:23.787 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:Skin”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:23.790 |V| ComponentStorage | :1 | ProjectFileType:IL created
09:16:23.790 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:IL”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:23.792 |V| ComponentStorage | :1 | ProjectFileType:ANY created
09:16:23.792 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:ANY”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:23.795 |V| ComponentStorage | :1 | ProjectFileType:CSHARP created
09:16:23.795 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:CSHARP”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:23.796 |V| ComponentStorage | :1 | ProjectFileType:CSS created
09:16:23.796 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:CSS”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:23.798 |V| ComponentStorage | :1 | ProjectFileType:DTD created
09:16:23.798 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:DTD”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:23.800 |V| ComponentStorage | :1 | ProjectFileType:HTML created
09:16:23.800 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:HTML”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:23.802 |V| ComponentStorage | :1 | ProjectFileType:JS created
09:16:23.802 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:JS”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:23.804 |V| ComponentStorage | :1 | ProjectFileType:MSBuild created
09:16:23.804 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:MSBuild”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:23.806 |V| ComponentStorage | :1 | ProjectFileType:MSTestAccessor created
09:16:23.806 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:MSTestAccessor”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:23.808 |V| ComponentStorage | :1 | ProjectFileType:NAnt created
09:16:23.808 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:NAnt”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:23.810 |V| ComponentStorage | :1 | ProjectFileType:RAZOR_CSHARP created
09:16:23.810 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:RAZOR_CSHARP”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:23.812 |V| ComponentStorage | :1 | ProjectFileType:RAZOR created
09:16:23.812 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:RAZOR”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:23.814 |V| ComponentStorage | :1 | ProjectFileType:RESJSON created
09:16:23.814 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:RESJSON”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:23.816 |V| ComponentStorage | :1 | ProjectFileType:Resw created
09:16:23.816 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:Resw”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:23.818 |V| ComponentStorage | :1 | ProjectFileType:Resx created
09:16:23.818 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:Resx”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:23.820 |V| ComponentStorage | :1 | ProjectFileType:TS created
09:16:23.820 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:TS”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:23.822 |V| ComponentStorage | :1 | ProjectFileType:UNKNOWN created
09:16:23.822 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:UNKNOWN”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:23.823 |V| ComponentStorage | :1 | ProjectFileType:VBASIC created
09:16:23.823 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:VBASIC”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:23.825 |V| ComponentStorage | :1 | ProjectFileType:VBS created
09:16:23.825 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:VBS”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:23.827 |V| ComponentStorage | :1 | ProjectFileType:Web.Config created
09:16:23.827 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:Web.Config”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:23.829 |V| ComponentStorage | :1 | ProjectFileType:XAML created
09:16:23.829 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:XAML”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:23.831 |V| ComponentStorage | :1 | ProjectFileType:XML created
09:16:23.831 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:XML”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:23.833 |V| ComponentStorage | :1 | ProjectFileType:XSD created
09:16:23.833 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:XSD”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:24.034 |V| LevelDbDriver | :1 | Opening database with DbOpenParams: [
Url=C:\Users\jerry.lagrou\AppData\Local\JetBrains\Transient\ReSharperPlatformVs11\v12\ShellCaches\Shell
Subfolder=Db
ParanoidChecks=False
OnError=ClearAndRetry
TakeMutex=True
OnMutextNotAcquired=OpenIndexed
SecondaryUrl=C:\Users\jerry.lagrou\AppData\Local\Temp\JetBrains\ReSharper.Db.2018-05-21_09-16-24.028
OnValidationFail=Clear
ExpectedVersion=35:wave12-dotPeek
PolymorphicTypes=<len=5>
(JetBrains.ReSharper.Psi.CSharp.Impl.Dependencies.CSharpUsingsInfo, 1279751249)
(JetBrains.ReSharper.Psi.VB.Impl.VBUsingsInfo, 202107484)
(JetBrains.ReSharper.Psi.Asp.Impl.AspUsingsInfo, 1399797158)
(JetBrains.ReSharper.Feature.Services.Resx.i18n.ResxResourceItem, -1941261798)
(JetBrains.ReSharper.I18n.Services.JavaScript.ResJsonResourceItem, 566267078)
]
09:16:24.068 |V| LevelDbAutocommitTransaction | :1 | STV.Started `LevelDbAutocommitTransaction` in separate thread
09:16:24.069 |V| LevelDbDriver | :1 | Already cleared: False, oldVersion: 35:wave12-dotPeek, newVersion: 35:wave12-dotPeek
09:16:24.077 |V| ShellCaches | :1 | Shell database opened in 'C:\Users\jerry.lagrou\AppData\Local\JetBrains\Transient\ReSharperPlatformVs11\v12\ShellCaches\Shell.00'. Cleared: 'False'. Persist: 'True'
09:16:24.111 |V| ComponentStorage | :1 | FeatureParts created
09:16:24.112 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: FeatureParts”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:27.827 |V| | :1 | [Trace::Write] TestWindow package loaded
09:16:27.884 |V| | :1 | [Trace::Write] Assembly resolution failed: Telerik.JustMock.AddIn.XmlSerializers, Version=2018.1.117.2, Culture=neutral, PublicKeyToken=602a9bfd8c8c4ad7
09:16:27.995 |V| VsCommandScopeMonitor | :1 | Selected window frame changed to NULL
09:16:28.001 |V| VsCommandScopeMonitor | :1 | Selected window frame changed to "Solution Explorer" {3ae79031-e1bc-11d0-8f78-00a0c9110057}
09:16:28.318 |V| VsCommandScopeMonitor | :1 | Selected window frame changed to "UnitTest1.cs"
09:16:28.387 |V| VsIntellisenseControllerSinceVs10| :1 | Registered VS content types
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=any, DisplayName=any, BaseTypes=0: . Extensions=0:
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=Basic, DisplayName=Basic, BaseTypes=2: code, code. Extensions=8: bas, cls, ctl, dob, dsr, frm, pag, vb
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=BuildOrderOutput, DisplayName=BuildOrderOutput, BaseTypes=1: Output. Extensions=0:
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=BuildOutput, DisplayName=BuildOutput, BaseTypes=1: Output. Extensions=0:
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=C/C++, DisplayName=C/C++, BaseTypes=1: code. Extensions=19: c, cc, cpp, cxx, fx, h, hh, hlsl, hlsli, hpp, hxx, idl, inl, odh, odl, rc, rc2, tlh, tli
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=code, DisplayName=code, BaseTypes=1: text. Extensions=0:
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=CoffeeScript, DisplayName=CoffeeScript, BaseTypes=2: text, code. Extensions=1: coffee
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=Command, DisplayName=Command, BaseTypes=1: code. Extensions=0:
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=ConsoleOutput, DisplayName=ConsoleOutput, BaseTypes=1: Output. Extensions=0:
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=CSharp, DisplayName=CSharp, BaseTypes=1: code. Extensions=1: cs
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=CSS, DisplayName=CSS, BaseTypes=1: code. Extensions=1: css
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=DatabaseOutput, DisplayName=DatabaseOutput, BaseTypes=1: Output. Extensions=0:
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=DebugOutput, DisplayName=DebugOutput, BaseTypes=1: Output. Extensions=0:
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=ENC, DisplayName=ENC, BaseTypes=1: code. Extensions=0:
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=F#, DisplayName=F#, BaseTypes=1: code. Extensions=6: fs, fsi, fsscript, fsx, ml, mli
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=FindResults, DisplayName=FindResults, BaseTypes=1: text. Extensions=0:
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=FSharpInteractive, DisplayName=FSharpInteractive, BaseTypes=1: code. Extensions=0:
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=handlebars, DisplayName=handlebars, BaseTypes=1: html. Extensions=2: hbs, handlebars
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=html, DisplayName=html, BaseTypes=1: code. Extensions=19: alx, asa, ascx, asp, aspx, asx, hta, htc, htm, html, master, shtm, shtml, skin, srf, stm, vbs, wsf, xoml
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=Immediate, DisplayName=Immediate, BaseTypes=1: code. Extensions=0:
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=inert, DisplayName=inert, BaseTypes=0: . Extensions=0:
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=intellisense, DisplayName=intellisense, BaseTypes=1: text. Extensions=0:
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=JavaScript, DisplayName=JavaScript, BaseTypes=2: code, code. Extensions=1: js
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=LESS, DisplayName=LESS, BaseTypes=2: CSS, code. Extensions=1: less
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=Memory, DisplayName=Memory, BaseTypes=1: code. Extensions=0:
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=Output, DisplayName=Output, BaseTypes=1: text. Extensions=0:
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=plaintext, DisplayName=plaintext, BaseTypes=1: text. Extensions=0:
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=projection, DisplayName=projection, BaseTypes=1: any. Extensions=0:
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=quickinfo, DisplayName=quickinfo, BaseTypes=1: intellisense. Extensions=0:
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=Razor.C#, DisplayName=Razor.C#, BaseTypes=1: html. Extensions=1: cshtml
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=Razor.VB, DisplayName=Razor.VB, BaseTypes=1: html. Extensions=1: vbhtml
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=RDL Expression, DisplayName=RDL Expression, BaseTypes=1: code. Extensions=0:
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=Register, DisplayName=Register, BaseTypes=1: code. Extensions=0:
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=ResJSON, DisplayName=ResJSON, BaseTypes=2: code, code. Extensions=1: resjson
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=sighelp, DisplayName=sighelp, BaseTypes=1: intellisense. Extensions=0:
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=sighelp-doc, DisplayName=sighelp-doc, BaseTypes=1: intellisense. Extensions=0:
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=snippet picker, DisplayName=snippet picker, BaseTypes=1: text. Extensions=0:
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=SourceControlOutput, DisplayName=SourceControlOutput, BaseTypes=1: Output. Extensions=0:
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=SQL Server Tools, DisplayName=SQL Server Tools, BaseTypes=1: code. Extensions=1: sql
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=TestsOutput, DisplayName=TestsOutput, BaseTypes=1: Output. Extensions=0:
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=text, DisplayName=text, BaseTypes=1: any. Extensions=0:
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=TFSourceControlOutput, DisplayName=TFSourceControlOutput, BaseTypes=1: Output. Extensions=0:
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=T-SQL90, DisplayName=T-SQL90, BaseTypes=1: code. Extensions=0:
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=UNKNOWN, DisplayName=UNKNOWN, BaseTypes=0: . Extensions=0:
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=vbExpression, DisplayName=vbExpression, BaseTypes=1: vbHostable. Extensions=0:
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=vbHostable, DisplayName=vbHostable, BaseTypes=1: Basic. Extensions=0:
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=VBScript, DisplayName=VBScript, BaseTypes=1: code. Extensions=0:
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=XAML, DisplayName=XAML, BaseTypes=1: code. Extensions=2: xaml, xamlx
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=XML, DisplayName=XML, BaseTypes=1: code. Extensions=16: addin, browser, config, dtd, layout, resx, rules, sitemap, vssettings, vstemplate, wsdl, xdr, xml, xsd, xsl, xslt
09:16:28.390 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=XOML, DisplayName=XOML, BaseTypes=1: code. Extensions=0:
09:16:28.393 |V| VsIntellisenseControllerSinceVs10| :1 | Created. “Microsoft.VisualStudio.Text.Editor.Implementation.WpfTextView, Microsoft.VisualStudio.Platform.VSEditor, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a” "Lagik". TextBuffers 1: CSharp "Zopoh" "using System; u"
09:16:28.640 |V| | :1 | [Trace::Write] devenv.exe Information: 0 :
09:16:28.640 |V| | :1 | [Trace::Write] TFS Server connected; initializing
09:16:29.129 |V| | :15 | [Trace::Write] devenv.exe Information: 0 :
09:16:29.129 |V| | :15 | [Trace::Write] Retrieving users
09:16:29.534 |V| | :15 | [Trace::Write] devenv.exe Information: 0 :
09:16:29.534 |V| | :15 | [Trace::Write] Users list loaded
09:16:29.669 |V| ComponentStorage | :1 | FeedbackPageContainer created
09:16:29.670 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: FeedbackPageContainer”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:29.671 |V| ComponentStorage | :1 | UserIdentificatorPartsContainer created
09:16:29.671 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: UserIdentificatorPartsContainer”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:29.679 |V| ComponentStorage | :1 | ReportAttachmentPartsContainer created
09:16:29.679 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ReportAttachmentPartsContainer”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:34.028 |V| | :15 | [Trace::Write] Assembly resolution failed: Telerik.VSX.2018.1.215.2.XmlSerializers, Version=2018.1.215.2, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4
09:16:34.040 |V| | :35 | [Trace::Write] Assembly resolution failed: Telerik.VSX.2018.1.111.4.XmlSerializers, Version=2018.1.111.4, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4
09:16:34.077 |V| | :46 | [Trace::Write] Assembly resolution failed: Telerik.UserSettings.2018.1.215.2.XmlSerializers, Version=2018.1.215.2, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4
09:16:34.087 |V| AddProductIdentityToLogs | :1 | ReSharperPlatformVs11 Wave 12
09:16:34.089 |V| AddProductIdentityToLogs | :1 | JetBrains ReSharper Ultimate 2018.1 Build 112.0.20180414.70444
09:16:34.090 |V| AddProductIdentityToLogs | :1 | Subproducts: (2pcs)[“JetBrains dotCover 2018.1 Build 2018.1.20180414.124358”, “JetBrains ReSharper 2018.1 Build 2018.1.20180414.71556”]
09:16:34.093 |V| AddProductIdentityToLogs | :1 | Zones: (85pcs)[CodeInspectionPageImplZone, DaemonEngineZone, DaemonZone, DiagrammingZone, DiagramsFeatureZone, ExternalSourcesZone, IAspMvcZone, IClrPsiLanguageZone, ICodeEditingOptionsPageImplZone, ICodeEditingZone, ICoverageProfilerZone, ICoverageSnapshotHandlerZone, ICpuArchitectureZone, IDebuggerZone, IDocumentModelZone, IDotCommonActivityTrackingZone, IDotCommonControlKindProvidersZone, IDotCommonNavigationZone, IDotCommonSharedZone, IDotCommonUnitTestingZone, IDotCoverActivityTrackingImplZone, IDotCoverConsoleToolsPackageAccessZone, IDotCoverCoreZone, IDotCoverDataAccessZone, IDotCoverExternalLocalWorkspaceZone, IDotCoverFeatureZone, IDotCoverIdeCoreZone, IDotCoverInteractiveCoreZone, IDotCoverInteractiveUIZone, IDotCoverProductZone, IDotCoverUnitTestingZone, IDotCoverVisualStudioCoreZone, IDotCoverVisualStudioUIZone, IEnvironmentZone, IIntelCpuArchitectureZone, IInternalLauncherZone, IJustVs11Zone, ILanguageAspZone, ILanguageBuildScriptsZone, ILanguageCSharpZone, ILanguageCssZone, ILanguageHtmlZone, ILanguageIlZone, ILanguageJavaScriptZone, ILanguageMsBuild, ILanguageNAntZone, ILanguageProtobufZone, ILanguageRazorZone, ILanguageRegExpZone, ILanguageResxZone, ILanguageVBZone, ILanguageXamlZone, INuGetZone, IOuterWorldConnectZone, IParameterInfoZone, IProfilerZone, IProjectModelZone, IPsiAssemblyFileLoaderImplZone, IPsiLanguageZone, IPublicVisibilityZone, IRdFrameworkZone, IReSharperProductZone, IRiderModelZone, ISinceClr2Zone, ISinceClr4Zone, ISinceVs08Zone, ISinceVs09Zone, ISinceVs10Zone, ISinceVs11Zone, ISolutionBuilderFeatureZone, ITextControlsZone, IToolsOptionsPageImplZone, IUIInteractiveZone, IUnitTestingZone, IVisualStudioZone, IVsDebuggerZone, IWebPsiLanguageZone, IWpfUIProfilerZone, NamingImplZone, NavigationZone, PsiFeaturesImplZone, ResultListImplZone, SolutionBuilderDuoZone, SweaZone, SymbolsImplZone]
09:16:34.094 |V| AddProductIdentityToLogs | :1 | Packages: (58pcs)[JetBrains.dotCommon.Core, JetBrains.dotCommon.ElevationAgent, JetBrains.dotCommon.Psi.Navigation, JetBrains.dotCommon.Psi.UnitTesting, JetBrains.dotCommon.Remotable, JetBrains.dotCommon.Timeline, JetBrains.dotCommon.UIInteractive, JetBrains.dotCover.ConsoleTools, JetBrains.dotCover.Core, JetBrains.dotCover.Ide.Core, JetBrains.dotCover.Interactive.Core, JetBrains.dotCover.Interactive.Presentation, JetBrains.dotCover.VisualStudio, JetBrains.EtwService.Core, JetBrains.Platform.Core.Ide, JetBrains.Platform.Core.MsBuild, JetBrains.Platform.Core.Shell, JetBrains.Platform.Core.Text, JetBrains.Platform.Installer, JetBrains.Platform.Interop.CommandLine, JetBrains.Platform.Interop.dotMemoryUnit.Framework, JetBrains.Platform.Interop.dotMemoryUnit.Interop.Console, JetBrains.Platform.Interop.dotMemoryUnit.Interop.Ide, JetBrains.Platform.RdProtocol, JetBrains.Platform.UIInteractive.Ide, JetBrains.Platform.UIInteractive.Shell, JetBrains.Platform.UIInteractive.Text, JetBrains.Platform.VisualStudio, JetBrains.Profiler.Configurator.WPF, JetBrains.Profiler.Editor.Core, JetBrains.Profiler.Editor.Windows.BehaviorModel, JetBrains.Profiler.Editor.Windows.WPF, JetBrains.Profiler.Kernel.CleanUp, JetBrains.Profiler.Kernel.Core, JetBrains.Profiler.Kernel.InternalLauncher, JetBrains.Profiler.Kernel.ProfilingInstance, JetBrains.Profiler.Kernel.Windows.Api, JetBrains.Profiler.Kernel.Windows.Engine, JetBrains.Profiler.Kernel.Windows.RemoteApi, JetBrains.Profiler.Native.Windows.Core, JetBrains.Profiler.Snapshot, JetBrains.Profiler.VsIntegration.Core, JetBrains.Profiler.VsIntegration.Windows, JetBrains.Psi.Features.Core, JetBrains.Psi.Features.Diagramming, JetBrains.Psi.Features.SolutionBuilder, JetBrains.Psi.Features.src, JetBrains.Psi.Features.Tasks, JetBrains.Psi.Features.UIInteractive.Core, JetBrains.Psi.Features.UIInteractive.Features, JetBrains.Psi.Features.UIInteractive.LiveTemplates, JetBrains.Psi.Features.UIInteractive.Refactorings, JetBrains.Psi.Features.UIInteractive.SolutionAnalysis, JetBrains.Psi.Features.UIInteractive.SolutionBuilder, JetBrains.Psi.Features.UnitTesting, JetBrains.Psi.Features.VisualStudio, JetBrains.ReSharper.Plugins.ReSharperTutorials, JetBrains.ReSharper.src]
09:16:34.098 |V| | :56 | [Trace::Write] Assembly resolution failed: Telerik.UserSettings.2018.1.111.4.XmlSerializers, Version=2018.1.111.4, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4
09:16:34.361 |V| Win32JetFileSystemWatcher | :1 | Failed to release handle to C:\WINDOWS\assembly\GAC_MSIL within 200ms
09:16:34.869 |V| License2 | JetPool(S) #4:26 | I/O error occurred.
--- EXCEPTION #1/2 [IOException]
Message = “I/O error occurred.”
ExceptionPath = Root.InnerException
ClassName = System.IO.IOException
HResult = COR_E_IO=80131620
Source = JetBrains.Platform.Core
StackTraceString = “
at JetBrains.Util.Win32FileSystemWriteHandler.OpenStream(FileSystemPath it, FileMode fileMode, FileAccess fileAccess, FileShare fileShare)
at JetBrains.Util.Win32FileSystemInteraction.OpenStream(FileSystemPath thіs, FileMode fileMode, FileAccess fileAccess, FileShare fileShare)
at JetBrains.Util.FileSystemPathOpenEx.OpenFileForWritingDenyWrite(FileSystemPath path)
at JetBrains.Util.FileSystemPathOpenEx.WriteTextStreamDenyWrite(FileSystemPath path, Encoding encoding, Action`1 λWrite)
at JetBrains.Util.FileSystemPathOpenEx.WriteAllText(FileSystemPath file, String content, Encoding encoding)
at JetBrains.Application.JetBrainsShared.JetBrainsSharedStorage.<>c__DisplayClass13_0.<SetStringValueToFile>b__0()
at JetBrains.Util.ILoggerEx.CatchSilent(ILogger thіs, Action action)
”
--- Outer ---
--- EXCEPTION #2/2 [LoggerException]
Message = “I/O error occurred.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Util.ILoggerEx.CatchSilent(ILogger thіs, Action action)
at JetBrains.Application.JetBrainsShared.JetBrainsSharedStorage.SetStringValueToFile(RelativePath relativePath, String content)
at JetBrains.Application.JetBrainsShared.FileSharedStorageAccess.SetValue(String newValue)
at JetBrains.Application.JetBrainsShared.ConvertingSharedStorageAccess`1.SetValue(T newValue)
at JetBrains.Application.JetBrainsShared.MultipleSharedStorageAccess`1.SetValue(T newValue)
at JetBrains.Application.ActivityTrackingNew.PermanentUserId.GetUniqueUserId()
at JetBrains.Application.ActivityTrackingNew.PermanentUserId.<>c__DisplayClass7_0.<GetUniqueUserId2>b__0(Lifetime lifetime)
at JetBrains.DataFlow.Lifetimes.Using(Action`1 λ)
at JetBrains.Application.ActivityTrackingNew.PermanentUserId.GetUniqueUserId2()
at JetBrains.Application.License2.LicenseServerSupport.AbstractRequestDefaults.<>c.<.cctor>b__20_1()
at JetBrains.Application.License2.LicenseServerSupport.AbstractRequestDefaults.Caclculate(Func`1 calc)
at JetBrains.Application.License2.LicenseServerSupport.AbstractRequestDefaults.<>c.<.cctor>b__20_0()
at System.Lazy`1.CreateValue()
at System.Lazy`1.LazyInitValue()
at System.Lazy`1.get_Value()
at JetBrains.Application.License2.LicenseServerSupport.AbstractRequest`1..ctor()
at JetBrains.Application.License2.LicenseServerSupport.JBAccount.JetBrainsLicenseServerAccessImpl.TryObtainGenericData(String crlVersion, String blVersion, String licenceId, String userId)
at JetBrains.Application.License2.NewLicenses.BlackListAndCrl.<>c__DisplayClass14_1.<.ctor>b__1()
at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass30_0.<QueueRecurring>b__2(DateTime time)
at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass30_1.<QueueRecurring>b__1()
at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state)
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
at JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.ExecuteTask(Task task)
at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.EnqueueNextTask()
at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
”
09:16:35.536 |V| IsModeReportExceptionsComponent | :1 | Using IsModeReportExceptions value False from the Host Product Info Assembly “JetBrains.Platform.VisualStudio.Core, Version=112.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”.
09:16:35.567 |V| VsMainWindowSinceVs10 | :1 | Initialize: handle = 856234; dte handle = 856234
09:16:35.573 |V| VsMainWindowSinceVs10 | :1 | IWin32Window::VsTopLevelWin32Windows++ ^: JetBrains.Interop.WinApi.Wrappers.Win32Window (ACK).
09:16:35.600 |V| BackgroundUpdatesChecker | :1 | UpdatesMangerSettings.IsDownloadUpdateDataAllowed is true
09:16:35.601 |V| BackgroundUpdatesChecker | :1 | Time to check for updates, but we don't want to do it at startup.
09:16:35.602 |V| BackgroundUpdatesChecker | :1 | Queue check for updates for: 00:01:00
09:16:35.740 |V| RunningAvalonWindowsList | :1 | Found an already-existing possibly-Avalon window HWND 000D10AA, putting on the waiting list to get its Presentation Source.
09:16:35.745 |V| RunningAvalonWindowsList | :1 | Possibly-Avalon window HWND 000D10AA already has a Presentation Source Fivyv available immediately, listing as a window.
09:16:35.747 |V| RunningAvalonWindowsList | :1 | Found an already-existing possibly-Avalon window HWND 00640B38, putting on the waiting list to get its Presentation Source.
09:16:35.747 |V| RunningAvalonWindowsList | :1 | Found an already-existing possibly-Avalon window HWND 00160DE2, putting on the waiting list to get its Presentation Source.
09:16:35.747 |V| RunningAvalonWindowsList | :1 | Found an already-existing possibly-Avalon window HWND 000B1138, putting on the waiting list to get its Presentation Source.
09:16:35.748 |V| RunningAvalonWindowsList | :1 | << (Opening) Avalon Window HwndWrapper#000D10AA-Fivyv
09:16:35.806 |V| AddVsUIContextsToLogs | :1 | Start logging. Active contexts: DesignMode SolutionExists SolutionHasMultipleProjects NotBuildingAndNotDebugging SolutionExistsAndFullyLoaded SolutionExistsAndNotBuildingAndNotDebugging
09:16:35.850 |V| VsFloatingWindowMonitorJustVs11 | :1 | VS window activated. Handle=D10AA. “Microsoft.VisualStudio.PlatformUI.MainWindow, Microsoft.VisualStudio.Shell.UI.Internal, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a”
09:16:35.851 |V| HealOwnerlessFloatingWindowsJustVs11 | :1 | Ownerless floating windows are enabled, initialize owner activation hook.
09:16:35.858 |I| IndicatorsItemsControl | :1 | ResizeGrip. ResizeGripControl
09:16:35.860 |I| IndicatorsItemsControl | :1 | Panel = StatusBarPanel - DockPanel
09:16:35.872 |I| IndicatorsItemsControl | :1 | TrySubclass. Take 2. OK
09:16:35.903 |V| ComponentStorage | :1 | PsiLanguageType:UNMANAGED created
09:16:35.903 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:UNMANAGED”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:35.906 |V| ComponentStorage | :1 | PsiLanguageType:ANY created
09:16:35.907 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:ANY”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:35.910 |V| ComponentStorage | :1 | PsiLanguageType:UNKNOWN created
09:16:35.910 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:UNKNOWN”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:35.913 |V| ComponentStorage | :1 | PsiLanguageType:BUILD_SCRIPT created
09:16:35.913 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:BUILD_SCRIPT”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:35.916 |V| ComponentStorage | :1 | PsiLanguageType:NANT_BUILD_SCRIPT created
09:16:35.916 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:NANT_BUILD_SCRIPT”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:35.920 |V| ComponentStorage | :1 | PsiLanguageType:MSBUILD_BUILD_SCRIPT created
09:16:35.920 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:MSBUILD_BUILD_SCRIPT”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:35.923 |V| ComponentStorage | :1 | PsiLanguageType:CSHARP created
09:16:35.923 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:CSHARP”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:35.931 |V| ComponentStorage | :1 | PsiLanguageType:CSHARP_XMLDOC created
09:16:35.931 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:CSHARP_XMLDOC”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:35.934 |V| ComponentStorage | :1 | PsiLanguageType:IL created
09:16:35.934 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:IL”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:35.937 |V| ComponentStorage | :1 | PsiLanguageType:Protobuf created
09:16:35.937 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:Protobuf”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:35.941 |V| ComponentStorage | :1 | PsiLanguageType:JS_REGEXP created
09:16:35.941 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:JS_REGEXP”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:35.944 |V| ComponentStorage | :1 | PsiLanguageType:HTML_REGEXP created
09:16:35.944 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:HTML_REGEXP”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:35.947 |V| ComponentStorage | :1 | PsiLanguageType:CLR_REGULAR_EXPRESSION created
09:16:35.947 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:CLR_REGULAR_EXPRESSION”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:35.951 |V| ComponentStorage | :1 | PsiLanguageType:REGULAR_EXPRESSION created
09:16:35.951 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:REGULAR_EXPRESSION”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:35.954 |V| ComponentStorage | :1 | PsiLanguageType:RESX created
09:16:35.954 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:RESX”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:35.957 |V| ComponentStorage | :1 | PsiLanguageType:VBASIC created
09:16:35.957 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:VBASIC”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:35.964 |V| ComponentStorage | :1 | PsiLanguageType:VB_XMLDOC created
09:16:35.964 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:VB_XMLDOC”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:35.968 |V| ComponentStorage | :1 | PsiLanguageType:ASXX created
09:16:35.968 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:ASXX”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:35.972 |V| ComponentStorage | :1 | PsiLanguageType:AppxManifest created
09:16:35.972 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:AppxManifest”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:35.976 |V| ComponentStorage | :1 | PsiLanguageType:Web.Config created
09:16:35.976 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:Web.Config”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:35.980 |V| ComponentStorage | :1 | PsiLanguageType:Razor created
09:16:35.980 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:Razor”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:35.985 |V| ComponentStorage | :1 | PsiLanguageType:Razor CSharp created
09:16:35.985 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:Razor CSharp”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:35.990 |V| ComponentStorage | :1 | PsiLanguageType:Razor CSharp Template created
09:16:35.990 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:Razor CSharp Template”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:35.995 |V| ComponentStorage | :1 | PsiLanguageType:Razor CSharp ASP.NET Core 2.0 created
09:16:35.995 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:Razor CSharp ASP.NET Core 2.0”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:36.000 |V| ComponentStorage | :1 | PsiLanguageType:Razor CSharp ASP.NET Core 1.0 created
09:16:36.000 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:Razor CSharp ASP.NET Core 1.0”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:36.005 |V| ComponentStorage | :1 | PsiLanguageType:Razor CSharp Mvc created
09:16:36.005 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:Razor CSharp Mvc”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:36.010 |V| ComponentStorage | :1 | PsiLanguageType:JAVA_SCRIPT_WINRT created
09:16:36.010 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:JAVA_SCRIPT_WINRT”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:36.015 |V| ComponentStorage | :1 | PsiLanguageType:JAVA_SCRIPT_LIKE_BASE created
09:16:36.015 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:JAVA_SCRIPT_LIKE_BASE”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:36.018 |V| ComponentStorage | :1 | PsiLanguageType:JAVA_SCRIPT created
09:16:36.018 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:JAVA_SCRIPT”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:36.032 |V| ComponentStorage | :1 | PsiLanguageType:TYPE_SCRIPT created
09:16:36.032 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:TYPE_SCRIPT”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:36.037 |V| ComponentStorage | :1 | PsiLanguageType:JS_DOC created
09:16:36.037 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:JS_DOC”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:36.041 |V| ComponentStorage | :1 | PsiLanguageType:TSX created
09:16:36.041 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:TSX”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:36.045 |V| ComponentStorage | :1 | PsiLanguageType:JSX created
09:16:36.045 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:JSX”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:36.049 |V| ComponentStorage | :1 | PsiLanguageType:JSON created
09:16:36.050 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:JSON”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:36.053 |V| ComponentStorage | :1 | PsiLanguageType:INJECTEDJSON created
09:16:36.053 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:INJECTEDJSON”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:36.057 |V| ComponentStorage | :1 | PsiLanguageType:Angular2NgIf created
09:16:36.057 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:Angular2NgIf”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:36.060 |V| ComponentStorage | :1 | PsiLanguageType:Angular2 created
09:16:36.060 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:Angular2”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:36.064 |V| ComponentStorage | :1 | PsiLanguageType:Angular2Expression created
09:16:36.064 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:Angular2Expression”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:36.068 |V| ComponentStorage | :1 | PsiLanguageType:Angular2NgFor created
09:16:36.068 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:Angular2NgFor”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:36.071 |V| ComponentStorage | :1 | PsiLanguageType:Angular2Statement created
09:16:36.071 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:Angular2Statement”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:36.075 |V| ComponentStorage | :1 | PsiLanguageType:INJECTEDJS created
09:16:36.075 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:INJECTEDJS”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:36.079 |V| ComponentStorage | :1 | PsiLanguageType:JS_XMLDOC created
09:16:36.079 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:JS_XMLDOC”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:36.082 |V| ComponentStorage | :1 | PsiLanguageType:HTML created
09:16:36.082 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:HTML”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:36.087 |V| ComponentStorage | :1 | PsiLanguageType:INJECTEDHTML created
09:16:36.087 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:INJECTEDHTML”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:36.092 |V| ComponentStorage | :1 | PsiLanguageType:JSXHTML created
09:16:36.092 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:JSXHTML”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:36.096 |V| ComponentStorage | :1 | PsiLanguageType:CSS created
09:16:36.096 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:CSS”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:36.108 |V| ComponentStorage | :1 | PsiLanguageType:INJECTEDCSS created
09:16:36.108 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:INJECTEDCSS”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:36.111 |V| ComponentStorage | :1 | PsiLanguageType:CSS_HTML created
09:16:36.111 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:CSS_HTML”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:36.115 |V| ComponentStorage | :1 | PsiLanguageType:ASPX created
09:16:36.115 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:ASPX”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:36.122 |V| ComponentStorage | :1 | PsiLanguageType:Skin created
09:16:36.122 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:Skin”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:36.128 |V| ComponentStorage | :1 | PsiLanguageType:Angular2HTML created
09:16:36.128 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:Angular2HTML”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:36.133 |V| ComponentStorage | :1 | PsiLanguageType:InjectedAngular2HTML created
09:16:36.133 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:InjectedAngular2HTML”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:36.138 |V| ComponentStorage | :1 | PsiLanguageType:XAML created
09:16:36.138 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:XAML”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:36.142 |V| ComponentStorage | :1 | PsiLanguageType:DTD created
09:16:36.142 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:DTD”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:36.145 |V| ComponentStorage | :1 | PsiLanguageType:XML created
09:16:36.145 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:XML”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:36.149 |V| ComponentStorage | :1 | PsiLanguageType:XMLDOC created
09:16:36.149 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:XMLDOC”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:36.152 |V| ComponentStorage | :1 | PsiLanguageType:INJECTEDXML created
09:16:36.152 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:INJECTEDXML”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:36.185 |V| ComponentStorage | :1 | Factory(RichTextWindowlessControl) created
09:16:36.324 |V| | :1 | [PT] Language CPP is unknown for key => key.AnalysisFileSizeThreshold
09:16:36.324 |V| | :1 | [PT] Language CPP_DOXYGEN is unknown for key => key.AnalysisFileSizeThreshold
09:16:36.453 |V| InstalledHostsDiscovery | :1 | Searching for hosts in C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations
09:16:36.453 |V| InstalledHostsDiscovery | :1 | Scanning C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\dotCover12
09:16:36.453 |V| InstalledHostsDiscovery | :1 | Reading C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\dotCover12\packages
09:16:36.484 |V| InstalledHostsDiscovery | :1 | Host dotCover12 recognized. 88 packages
09:16:36.484 |V| InstalledHostsDiscovery | :1 | Scanning C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\Packages
09:16:36.484 |V| InstalledHostsDiscovery | :1 | Scanning C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs10
09:16:36.484 |V| InstalledHostsDiscovery | :1 | Reading C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs10\packages
09:16:36.497 |V| InstalledHostsDiscovery | :1 | Host ReSharperPlatformVs10 recognized. 108 packages
09:16:36.497 |V| InstalledHostsDiscovery | :1 | Scanning C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs11
09:16:36.497 |V| InstalledHostsDiscovery | :1 | Reading C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs11\packages
09:16:36.514 |V| InstalledHostsDiscovery | :1 | Host ReSharperPlatformVs11 recognized. 108 packages
09:16:36.514 |V| InstalledHostsDiscovery | :1 | Scanning C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs12
09:16:36.514 |V| InstalledHostsDiscovery | :1 | Reading C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs12\packages
09:16:36.526 |V| InstalledHostsDiscovery | :1 | Host ReSharperPlatformVs12 recognized. 108 packages
09:16:36.526 |V| InstalledHostsDiscovery | :1 | Scanning C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs14
09:16:36.526 |V| InstalledHostsDiscovery | :1 | Reading C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs14\packages
09:16:36.546 |V| InstalledHostsDiscovery | :1 | Host ReSharperPlatformVs14 recognized. 108 packages
09:16:36.546 |V| InstalledHostsDiscovery | :1 | Scanning C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_3aac3c3f
09:16:36.546 |V| InstalledHostsDiscovery | :1 | Reading C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_3aac3c3f\packages
09:16:36.556 |W| InstalledHostsDiscovery | :1 | Host ReSharperPlatformVs15_3aac3c3f validation failed. No per-user nor per-machine registrations found..
09:16:36.556 |V| InstalledHostsDiscovery | :1 | Scanning C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_7ea75361
09:16:36.556 |V| InstalledHostsDiscovery | :1 | Reading C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_7ea75361\packages
09:16:36.571 |V| InstalledHostsDiscovery | :1 | Host ReSharperPlatformVs15_7ea75361 recognized. 108 packages
09:16:37.246 |V| VsTextViewCollectorDevTen | :1 | IWpfTextView::VsTextViewSink.VsTextViewsGuarded++ 0^1: Microsoft.VisualStudio.Text.Editor.Implementation.WpfTextView.
09:16:37.639 |V| ComponentStorage | :1 | PostfixTemplates created
09:16:37.639 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PostfixTemplates”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:37.827 |V| ComponentStorage | :1 | NullCheckPatterns created
09:16:37.827 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: NullCheckPatterns”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:37.838 |V| IPropertyEx | :1 | Boolean::ExternalSourcesActivation::Active: <N/A> -> False.
09:16:37.838 |V| IPropertyEx | :1 | Boolean::ExternalSourcesActivation::Active: False -> True.
09:16:38.724 |V| | :1 | STV.Started `TaskProcessor for unit test tasks.` in separate thread
09:16:39.350 |V| ComponentStorage | :1 | SolutionInstanceContainer created
09:16:39.350 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: SolutionInstanceContainer”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:39.352 |V| ComponentStorage | :1 | SolutionContainer created
09:16:39.353 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: SolutionContainer”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:39.400 |V| IPropertyEx | :1 | [[SettingsStorage(“Solution “XmlSerial35” personal”)/XmlDiskFile]] Boolean::IsReloadReschedulled: <N/A> -> False.
09:16:39.400 |V| IPropertyEx | :1 | [[SettingsStorage(“Solution “XmlSerial35” personal”)/XmlDiskFile]] Boolean::IsSaveReschedulled: <N/A> -> False.
09:16:39.412 |V| IPropertyEx | :1 | [[SettingsStorage(“Solution “XmlSerial35” team-shared”)/XmlDiskFile]] Boolean::IsReloadReschedulled: <N/A> -> False.
09:16:39.412 |V| IPropertyEx | :1 | [[SettingsStorage(“Solution “XmlSerial35” team-shared”)/XmlDiskFile]] Boolean::IsSaveReschedulled: <N/A> -> False.
09:16:39.625 |V| SolutionCaches | :1 | Creating solution caches. Expected path: 'C:\Users\jerry.lagrou\AppData\Local\JetBrains\Transient\ReSharperPlatformVs11\v12\SolutionCaches\_XmlSerial35.842216738'
09:16:39.625 |V| LevelDbDriver | :1 | Opening database with DbOpenParams: [
Url=C:\Users\jerry.lagrou\AppData\Local\JetBrains\Transient\ReSharperPlatformVs11\v12\SolutionCaches\_XmlSerial35.842216738
Subfolder=Db
ParanoidChecks=False
OnError=ClearAndRetry
TakeMutex=True
OnMutextNotAcquired=OpenIndexed
SecondaryUrl=C:\Users\jerry.lagrou\AppData\Local\Temp\JetBrains\ReSharper.Db.2018-05-21_09-16-39.625
OnValidationFail=Clear
ExpectedVersion=67:wave12-qx-24-xamarin-plus
PolymorphicTypes=<len=5>
(JetBrains.ReSharper.Psi.CSharp.Impl.Dependencies.CSharpUsingsInfo, 1279751249)
(JetBrains.ReSharper.Psi.VB.Impl.VBUsingsInfo, 202107484)
(JetBrains.ReSharper.Psi.Asp.Impl.AspUsingsInfo, 1399797158)
(JetBrains.ReSharper.Feature.Services.Resx.i18n.ResxResourceItem, -1941261798)
(JetBrains.ReSharper.I18n.Services.JavaScript.ResJsonResourceItem, 566267078)
]
09:16:39.663 |V| LevelDbAutocommitTransaction | :1 | STV.Started `LevelDbAutocommitTransaction` in separate thread
09:16:39.663 |V| LevelDbDriver | :1 | Already cleared: False, oldVersion: 67:wave12-qx-24-xamarin-plus, newVersion: 67:wave12-qx-24-xamarin-plus
09:16:39.664 |V| SolutionCaches | :1 | Solution caches opened in 'C:\Users\jerry.lagrou\AppData\Local\JetBrains\Transient\ReSharperPlatformVs11\v12\SolutionCaches\_XmlSerial35.842216738.00'. Cleared: 'False'. Persistent: 'True'
09:16:39.679 |V| ProjectModelUpdateStates | :1 | IsInHardUpdateState: False
09:16:39.835 |V| FileSystemTrackerImpl | :1 | IgnoreChangesInFolder C:\Users\jerry.lagrou\AppData\Local\JetBrains\Transient\ReSharperPlatformVs11\v12\SolutionCaches\_XmlSerial35.842216738.00
09:16:39.872 |V| BuildToolContainer | :1 | GetBuildToolBySettings msBuildVersion=0, customBuildToolPath=<EMPTY>, env=AutoDetectorInfo: null, MonoRootPath: , ActiveDotNetCoreCli:
09:16:39.874 |V| BuildToolContainer | :1 | Start build tool discovering in environment: AutoDetectorInfo: null, MonoRootPath: , ActiveDotNetCoreCli:
09:16:39.877 |V| RegistryMsBuildToolProvider | :1 | Start build tool discover int registry: SOFTWARE\WOW6432Node\Microsoft\MSBuild\ToolsVersions
09:16:39.879 |V| RegistryMsBuildToolProvider | :1 | Try to discover xBuild from registry key: 12.0
09:16:39.880 |V| RegistryMsBuildToolProvider | :1 | Found MSBuild: C:\Program Files (x86)\MSBuild\12.0\bin\MSBuild.exe
09:16:39.880 |V| RegistryMsBuildToolProvider | :1 | Try to discover xBuild from registry key: 14.0
09:16:39.880 |V| RegistryMsBuildToolProvider | :1 | Found MSBuild: C:\Program Files (x86)\MSBuild\14.0\bin\MSBuild.exe
09:16:39.880 |V| RegistryMsBuildToolProvider | :1 | Try to discover xBuild from registry key: 2.0
09:16:39.881 |V| RegistryMsBuildToolProvider | :1 | Try to discover xBuild from registry key: 3.5
09:16:39.881 |V| RegistryMsBuildToolProvider | :1 | Try to discover xBuild from registry key: 4.0
09:16:39.881 |V| RegistryMsBuildToolProvider | :1 | Found MSBuild: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe
09:16:39.881 |V| VisualStudio15MsBuildToolProvider | :1 | Try to discover MSBuild in installed VS15
09:16:39.886 |V| DevenvHostDiscovery | :1 | Enumerating installed VS versions the classic machine way.
09:16:39.890 |V| DevenvHostDiscovery | :1 | InstalledVs 10.0 Incomplete=False InstallDir “C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE” ver 10.0.30319.1 aka VS2010 aka “Visual Studio 2010” packages [<NULL>].
09:16:39.890 |V| DevenvHostDiscovery | :1 | InstalledVs 11.0 Incomplete=False InstallDir “C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE” ver 11.0.61219.0 aka VS2012 aka “Visual Studio 2012” packages [<NULL>].
09:16:39.891 |V| DevenvHostDiscovery | :1 | InstalledVs 12.0 Incomplete=False InstallDir “C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE” ver 12.0.40629.0 aka VS2013 aka “Visual Studio 2013” packages [<NULL>].
09:16:39.892 |V| DevenvHostDiscovery | :1 | InstalledVs 14.0 Incomplete=False InstallDir “C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE” ver 14.0.25420.1 aka VS2015 aka “Visual Studio 2015” packages [<NULL>].
09:16:39.892 |V| DevenvHostDiscovery | :1 | Skipping discovered classic VS version 15.0 because it's not whitelisted.
09:16:39.892 |V| DevenvHostDiscovery | :1 | Skipping discovered classic VS version 7.1 because it's not whitelisted.
09:16:39.893 |V| DevenvHostDiscovery | :1 | InstalledVs 8.0 Incomplete=False InstallDir “C:\Program Files (x86)\Microsoft Visual Studio 8\Common7\IDE” ver 8.0.50727.762 aka VS2005 aka “Visual Studio 2005” packages [<NULL>].
09:16:39.894 |V| DevenvHostDiscovery | :1 | InstalledVs 9.0 Incomplete=False InstallDir “C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE” ver 9.0.30729.1 aka VS2008 aka “Visual Studio 2008” packages [<NULL>].
09:16:39.895 |V| DevenvHostDiscovery | :1 | Attempting to create an instance of the VS Setup Configuration interface.
09:16:39.896 |V| DevenvHostDiscovery | :1 | Successfully created an instance of the VS Setup Configuration interface.
09:16:39.896 |V| DevenvHostDiscovery | :1 | Enumerating complete VS Product Instances.
09:16:39.903 |V| DevenvHostDiscovery | :1 | Done with enumerating complete VS Product Instances.
09:16:39.903 |V| DevenvHostDiscovery | :1 | Enumerating all VS Product Instances.
09:16:39.904 |V| DevenvHostDiscovery | :1 | Done with enumerating all VS Product Instances.
09:16:39.904 |V| DevenvHostDiscovery | :1 | InstalledVs 15.0_7ea75361 Incomplete=False InstallDir “C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE” ver 15.6.27428.2002 aka VS2017 aka “Visual Studio Professional 2017” packages [<NULL>].
09:16:39.905 |V| VisualStudio15MsBuildToolProvider | :1 | Try to discover MSBuild in folder: VS 8.0 @ “C:\Program Files (x86)\Microsoft Visual Studio 8\Common7\IDE”
09:16:39.905 |V| VisualStudio15MsBuildToolProvider | :1 | Try to discover MSBuild in folder: VS 9.0 @ “C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE”
09:16:39.905 |V| VisualStudio15MsBuildToolProvider | :1 | Try to discover MSBuild in folder: VS 10.0 @ “C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE”
09:16:39.905 |V| VisualStudio15MsBuildToolProvider | :1 | Try to discover MSBuild in folder: VS 11.0 @ “C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE”
09:16:39.905 |V| VisualStudio15MsBuildToolProvider | :1 | Try to discover MSBuild in folder: VS 12.0 @ “C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE”
09:16:39.905 |V| VisualStudio15MsBuildToolProvider | :1 | Try to discover MSBuild in folder: VS 14.0 @ “C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE”
09:16:39.905 |V| VisualStudio15MsBuildToolProvider | :1 | Try to discover MSBuild in folder: VS 15.0_7ea75361 @ “C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE”
09:16:39.905 |V| VisualStudio15MsBuildToolProvider | :1 | Found MSBuild: C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin\MSBuild.exe
09:16:39.905 |V| BuildToolContainer | :1 | Dicover found 4 build tools
09:16:39.906 |V| BuildToolContainer | :1 | Discovered build tool:
Type: JetBrains.ProjectModel.MSBuild.BuildTools.MsBuildTool
Version: 12.0
Directory: C:\Program Files (x86)\MSBuild\12.0\bin
ExePath: C:\Program Files (x86)\MSBuild\12.0\bin\MSBuild.exe
EnvironmentVariables:
UseTaskEntryPointForRun: False
WellKnownProperties has not been loaded yet.
09:16:39.906 |V| BuildToolContainer | :1 | Discovered build tool:
Type: JetBrains.ProjectModel.MSBuild.BuildTools.MsBuildTool
Version: 14.0
Directory: C:\Program Files (x86)\MSBuild\14.0\bin
ExePath: C:\Program Files (x86)\MSBuild\14.0\bin\MSBuild.exe
EnvironmentVariables:
UseTaskEntryPointForRun: False
WellKnownProperties has not been loaded yet.
09:16:39.906 |V| BuildToolContainer | :1 | Discovered build tool:
Type: JetBrains.ProjectModel.MSBuild.BuildTools.MsBuildTool
Version: 4.0
Directory: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319
ExePath: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe
EnvironmentVariables:
UseTaskEntryPointForRun: False
WellKnownProperties has not been loaded yet.
09:16:39.906 |V| BuildToolContainer | :1 | Discovered build tool:
Type: JetBrains.ProjectModel.MSBuild.BuildTools.MsBuildTool
Version: 15.0
Directory: C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin
ExePath: C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin\MSBuild.exe
EnvironmentVariables:
UseTaskEntryPointForRun: False
WellKnownProperties has not been loaded yet.
09:16:39.908 |V| VsBuildToolHolder | :1 | VS 11.0 root folder “C:\Program Files (x86)\Microsoft Visual Studio 11.0” does not match build tool folder “C:\Program Files (x86)\MSBuild\12.0\bin”
09:16:39.908 |V| VsBuildToolHolder | :1 | VS 11.0 root folder “C:\Program Files (x86)\Microsoft Visual Studio 11.0” does not match build tool folder “C:\Program Files (x86)\MSBuild\14.0\bin”
09:16:39.908 |V| VsBuildToolHolder | :1 | VS 11.0 root folder “C:\Program Files (x86)\Microsoft Visual Studio 11.0” does not match build tool folder C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319
09:16:39.908 |V| VsBuildToolHolder | :1 | VS 11.0 root folder “C:\Program Files (x86)\Microsoft Visual Studio 11.0” does not match build tool folder “C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin”
09:16:40.285 |V| ProjectModelUpdateStates | :1 | IsInHardUpdateState: +1
09:16:40.285 |V| ProjectModelUpdateStates | :1 | IsInHardUpdateState: True
09:16:40.636 |V| SolutionBuilder | :1 | Receive new build runner of type VsSolutionBuilderRunner, runner.IsAvailable=True, runner.Priority=0
09:16:40.637 |V| SolutionBuilder | :1 | Runner: VsSolutionBuilderRunner is available
09:16:40.699 |V| SolutionBuilderControllerPrototype_Executor| :1 | STV.Started `SolutionBuilderControllerPrototype_Executor` in separate thread
09:16:40.703 |V| SolutionBuilderFileAnalyzer | :1 | New value: False. calculationFinished: False, idleValue: True
09:16:40.703 |V| SolutionBuilderFileAnalyzer | :1 | New value: False. calculationFinished: False, idleValue: True
09:16:40.705 |V| IncrementalRunner | :1 | RecalculateState. inputs. isEnabledInSettings=False, applicabilityState.IsApplicable=True, isAvailableMixin=True, isConfigurationConsistent=False, isWaitingSolutionLoaded=True, calculationFinished=False, currentBuilderState=None
09:16:40.705 |V| IncrementalRunner | :1 | RecalculateState. newValues. isAvailableValue=False, isReadyValue=False
09:16:40.705 |V| IncrementalRunner | :1 | RecalculateState. inputs. isEnabledInSettings=False, applicabilityState.IsApplicable=True, isAvailableMixin=True, isConfigurationConsistent=False, isWaitingSolutionLoaded=True, calculationFinished=False, currentBuilderState=None
09:16:40.705 |V| IncrementalRunner | :1 | RecalculateState. newValues. isAvailableValue=False, isReadyValue=False
09:16:40.705 |V| IncrementalRunner | :1 | RecalculateState. inputs. isEnabledInSettings=False, applicabilityState.IsApplicable=True, isAvailableMixin=True, isConfigurationConsistent=False, isWaitingSolutionLoaded=True, calculationFinished=False, currentBuilderState=None
09:16:40.705 |V| IncrementalRunner | :1 | RecalculateState. newValues. isAvailableValue=False, isReadyValue=False
09:16:40.705 |V| IncrementalRunner | :1 | RecalculateState. inputs. isEnabledInSettings=False, applicabilityState.IsApplicable=True, isAvailableMixin=True, isConfigurationConsistent=False, isWaitingSolutionLoaded=True, calculationFinished=False, currentBuilderState=None
09:16:40.705 |V| IncrementalRunner | :1 | RecalculateState. newValues. isAvailableValue=False, isReadyValue=False
09:16:40.705 |V| IncrementalRunner | :1 | RecalculateState. inputs. isEnabledInSettings=False, applicabilityState.IsApplicable=True, isAvailableMixin=True, isConfigurationConsistent=False, isWaitingSolutionLoaded=True, calculationFinished=False, currentBuilderState=None
09:16:40.705 |V| IncrementalRunner | :1 | RecalculateState. newValues. isAvailableValue=False, isReadyValue=False
09:16:40.705 |V| IncrementalRunner | :1 | RecalculateState. inputs. isEnabledInSettings=False, applicabilityState.IsApplicable=True, isAvailableMixin=True, isConfigurationConsistent=False, isWaitingSolutionLoaded=True, calculationFinished=False, currentBuilderState=None
09:16:40.705 |V| IncrementalRunner | :1 | RecalculateState. newValues. isAvailableValue=False, isReadyValue=False
09:16:40.705 |V| IncrementalRunner | :1 | RecalculateState. inputs. isEnabledInSettings=False, applicabilityState.IsApplicable=True, isAvailableMixin=True, isConfigurationConsistent=False, isWaitingSolutionLoaded=True, calculationFinished=False, currentBuilderState=None
09:16:40.705 |V| IncrementalRunner | :1 | RecalculateState. newValues. isAvailableValue=False, isReadyValue=False
09:16:40.705 |V| SolutionBuilder | :1 | Receive new build runner of type IncrementalRunner, runner.IsAvailable=False, runner.Priority=1
09:16:40.707 |V| SuspendHardOperationsManager | :1 | RELEASE SUSPEND HARD OPERATIONS
09:16:40.733 |V| ExternalAnnotationsModuleFactory | :1 | .NETFramework,Version=v2.0 -> C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs11\Annotations\net20\JetBrains.Annotations.dll
09:16:40.733 |V| ExternalAnnotationsModuleFactory | :1 | .NETStandard,Version=v1.0 -> C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs11\Annotations\netstandard1.0\JetBrains.Annotations.dll
09:16:40.738 |V| ExternalAnnotationsModuleFactory | :1 | .NETPortable,Version=v4.0,Profile=Profile2 -> C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs11\Annotations\portable40-net40+sl4+win8+wp7\JetBrains.Annotations.dll
09:16:40.739 |V| ExternalAnnotationsModuleFactory | :1 | .NETPortable,Version=v4.0,Profile=Profile328 -> C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs11\Annotations\portable40-net40+sl5+win8+wp8+wpa81\JetBrains.Annotations.dll
09:16:40.751 |V| PersistentIndexManagerImpl | :1 | <PersistentIndexManager.Initialize>
09:16:40.813 |V| ComponentStorage | :1 | CodeAnnotationProviders created
09:16:40.814 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: CodeAnnotationProviders”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:41.035 |V| XmlIndexThread | :1 | STV.Started `XmlIndexThread` in separate thread
09:16:41.129 |V| CacheJobService | :1 | STV.Started `CacheJobService` in separate thread
09:16:41.272 |V| DaemonThread | :1 | STV.Started `DaemonThread` in separate thread
09:16:41.298 |V| IPropertyEx | :1 | [[SWEA]] Boolean::SolutionAnalysisConfiguration.Paused: <N/A> -> False.
09:16:41.298 |V| IPropertyEx | :1 | [[SWEA]] Boolean::SolutionAnalysisConfiguration.PausedByUser: <N/A> -> False.
09:16:41.298 |V| IPropertyEx | :1 | [[SWEA]] Boolean::SolutionAnalysisConfiguration.Enabled: <N/A> -> False.
09:16:41.529 |V| PsiCacheRegistry | :1 | PsiCaches: <len=20>
InternalsVisibleToCache
AttributeInstancesProvider
CodeAnnotationsCache
TypeElementInheritanceCache
SymbolTableCache
CaseSensitiveSymbolScopeRequestCache
AttributesCache
PredefinedTypeCache
PossibleInheritanceCache
VBModuleCache
AspAttributesCache
AspFileDataCacheImpl
XamlResourcesCache
NamespaceAliasCacheManager
XamlTypeCache
XamlPredefinedResourcesCache
XamlDeclaredElementsCache
CacheMap
DeclaredElementBinderService
UnitTestAttributeCache
09:16:41.531 |V| PsiCacheRegistry | :1 | Added to active caches: GeneratedFilesCache
09:16:41.532 |V| PsiCacheRegistry | :1 | Added to active caches: InternalsVisibleToCache
09:16:41.533 |V| PsiCacheRegistry | :1 | Added to active caches: ConditionalNamesCache
09:16:41.533 |V| PsiCacheRegistry | :1 | Added to active caches: NamedArgumentCache
09:16:41.533 |V| PsiCacheRegistry | :1 | Added to active caches: AnnotatedMembersCache
09:16:41.533 |V| PsiCacheRegistry | :1 | Added to active caches: AssemblyAnnotatedMembersCache
09:16:41.533 |V| PsiCacheRegistry | :1 | Added to active caches: TypeMembersCache
09:16:41.533 |V| PsiCacheRegistry | :1 | Added to active caches: SymbolCache
09:16:41.533 |V| PsiCacheRegistry | :1 | Added to active caches: StubTreeNodeCache
09:16:41.533 |V| PsiCacheRegistry | :1 | Added to active caches: BuildScriptCache
09:16:41.533 |V| PsiCacheRegistry | :1 | Added to active caches: ProtobufFileOptionsCache
09:16:41.533 |V| PsiCacheRegistry | :1 | Added to active caches: ProtobufImportCache
09:16:41.533 |V| PsiCacheRegistry | :1 | Added to active caches: ProtobufDeclarationCache
09:16:41.533 |V| PsiCacheRegistry | :1 | Added to active caches: WebConfigCacheController
09:16:41.533 |V| PsiCacheRegistry | :1 | Added to active caches: TagPrefixCacheImpl
09:16:41.533 |V| PsiCacheRegistry | :1 | Added to active caches: WebSymbolsCache
09:16:41.533 |V| PsiCacheRegistry | :1 | Added to active caches: RazorTagHelperDataCache
09:16:41.534 |V| PsiCacheRegistry | :1 | Added to active caches: RazorNamespaceCache
09:16:41.534 |V| PsiCacheRegistry | :1 | Added to active caches: RazorInheritsCache
09:16:41.534 |V| PsiCacheRegistry | :1 | Added to active caches: RazorNamespaceImportsCache
09:16:41.534 |V| PsiCacheRegistry | :1 | Added to active caches: RazorInjectionsCache
09:16:41.534 |V| PsiCacheRegistry | :1 | Added to active caches: HasSourceFileMapCache
09:16:41.534 |V| PsiCacheRegistry | :1 | Added to active caches: JavaScriptTypeCacheMaintainer
09:16:41.534 |V| PsiCacheRegistry | :1 | Added to active caches: JavaScriptDependentFilesCache
09:16:41.534 |V| PsiCacheRegistry | :1 | Added to active caches: XamlAssemblyResourcesCache
09:16:41.534 |V| PsiCacheRegistry | :1 | Added to active caches: ContentTrigramIndex
09:16:41.534 |V| PsiCacheRegistry | :1 | Added to active caches: SourcesTrigramIndex
09:16:41.534 |V| PsiCacheRegistry | :1 | Added to active caches: ClrTodoManager
09:16:41.534 |V| PsiCacheRegistry | :1 | Added to active caches: DocumentInfoCache
09:16:41.534 |V| PsiCacheRegistry | :1 | Added to active caches: MvcCache
09:16:41.534 |V| PsiCacheRegistry | :1 | Added to active caches: SolutionResourceCache
09:16:41.535 |V| FileImages | :1 | <FileImages.Release>
09:16:41.536 |V| PsiCacheRegistry | :1 | Removed from active caches: FileImages
09:16:41.536 |V| PsiCacheRegistry | :1 | Added to active caches: JavaScriptTestCache
09:16:41.547 |I| SolutionAssemblyNamesTracker | :1 | Started tracking assembly names
09:16:41.592 |V| ComponentStorage | :1 | VanillaV1 created
09:16:41.592 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: VanillaV1”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:41.596 |V| ComponentStorage | :1 | VanillaV2 created
09:16:41.596 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: VanillaV2”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:41.598 |V| ComponentStorage | :1 | DotNetCoreV1 created
09:16:41.598 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: DotNetCoreV1”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:41.602 |V| ComponentStorage | :1 | DotNetCoreV2 created
09:16:41.602 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: DotNetCoreV2”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:41.605 |V| ComponentStorage | :1 | Metro created
09:16:41.605 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: Metro”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:41.630 |V| ComponentStorage | :1 | UniversalV1 created
09:16:41.630 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: UniversalV1”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:41.632 |V| ComponentStorage | :1 | UniversalV2 created
09:16:41.632 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: UniversalV2”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:41.633 |V| ComponentStorage | :1 | WinPhone created
09:16:41.633 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: WinPhone”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:41.702 |V| Scheduler | :1 | STV.Started `SolutionCoverageMissingCoverageInfoTracker.Scheduler` in separate thread
09:16:41.733 |V| ComponentStorage | :1 | SolutionFeatureParts created
09:16:41.733 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: SolutionFeatureParts”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:41.735 |V| ComponentStorage | :1 | SolutionProjectModelExtensionsContainer created
09:16:41.735 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: SolutionProjectModelExtensionsContainer”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:41.922 |V| BuildRequestViewModelBase | :1 | Solution False
09:16:42.073 |V| ClangFormatConfigService | JetPool(S) #1:23 | DoPurgeAndUpdate, mode = ForceExpire, UpdateLive
09:16:42.073 |V| ClangFormatConfigService | JetPool(S) #1:23 | Resetting all entries
09:16:42.074 |V| EditorConfigService | JetPool(S) #1:23 | DoPurgeAndUpdate, mode = ForceExpire, UpdateLive
09:16:42.074 |V| EditorConfigService | JetPool(S) #1:23 | Resetting all entries
09:16:42.078 |V| StyleCopSettingsService | JetPool(S) #1:23 | DoPurgeAndUpdate, mode = ForceExpire, UpdateLive
09:16:42.078 |V| StyleCopSettingsService | JetPool(S) #1:23 | Resetting all entries
09:16:42.213 |V| VsDocumentOperationsHandlerWhidbey| :1 | VSDocumentOperationsHandler::ConnectToStream, id 30472495 text stream:5817001
09:16:42.227 |V| VsDocumentOperationsHandlerWhidbey| :1 | VSDocumentOperationsHandler::ConnectToStream, id 52353012 text stream:1415066
09:16:42.295 |V| VsTextViewDataForTextControlCollectorDevTen | :1 | Updating text control data for IWpfTextView “CSharp:"using System;
u"” to new value associated with document C:\TFS\Misc\XmlSerial35\XmlSerial35Tests\UnitTest1.cs.
09:16:42.296 |V| VsTextViewDataForTextControlCollectorDevTen | :1 | VsTextViewDataForTextControlDevTen::VsTextViewsWithData++ 0^1: JetBrains.Platform.VisualStudio.SinceVs10.IDE.TextControl.AttachTextControlsToTextViews.VsTextViewDataForTextControlDevTen.
09:16:42.298 |V| VsAttachTextControlsToTextViews | :1 | Creating a new text control for C:\TFS\Misc\XmlSerial35\XmlSerial35Tests\UnitTest1.cs.
09:16:42.317 |V| ComponentStorage | :1 | Factory(VsTextControlDevTen) created
09:16:42.530 |V| ClangFormatConfigService | :1 | New text control for live settings, path = C:\TFS\Misc\XmlSerial35\XmlSerial35Tests\UnitTest1.cs
09:16:42.530 |V| ClangFormatConfigService | :1 | GetOrCalculate live, key = C:\TFS\Misc\XmlSerial35\XmlSerial35Tests\UnitTest1.cs
09:16:42.534 |V| ClangFormatConfigService | :1 | Calculating clang format for file C:\TFS\Misc\XmlSerial35\XmlSerial35Tests\UnitTest1.cs
09:16:42.537 |V| EditorConfigService | :1 | New text control for live settings, path = C:\TFS\Misc\XmlSerial35\XmlSerial35Tests\UnitTest1.cs
09:16:42.537 |V| EditorConfigService | :1 | GetOrCalculate live, key = C:\TFS\Misc\XmlSerial35\XmlSerial35Tests\UnitTest1.cs
09:16:42.539 |V| EditorConfigService | :1 | Calculating editor config for file C:\TFS\Misc\XmlSerial35\XmlSerial35Tests\UnitTest1.cs
09:16:42.550 |V| StyleCopSettingsService | :1 | New text control for live settings, path = C:\TFS\Misc\XmlSerial35\XmlSerial35Tests\UnitTest1.cs
09:16:42.550 |V| StyleCopSettingsService | :1 | GetOrCalculate live, key = C:\TFS\Misc\XmlSerial35\XmlSerial35Tests\UnitTest1.cs
09:16:42.553 |V| StyleCopSettingsService | :1 | Calculating Settings.StyleCop for file C:\TFS\Misc\XmlSerial35\XmlSerial35Tests\UnitTest1.cs
09:16:42.572 |V| ComponentStorage | :1 | DaemonStages created
09:16:42.572 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: DaemonStages”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:43.060 |V| ComponentStorage | :1 | IntellisenseParts created
09:16:43.061 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: IntellisenseParts”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:43.140 |I| TriggerSolutionBuildAfterOpen | :1 | not requested
09:16:43.140 |I| TriggerSolutionBuildAfterOpen | :1 | not requested at all
09:16:43.140 |I| TriggerSolutionBuildAfterOpen | :1 | !buildRequested
09:16:43.328 |V| HyperlinkManager | :1 | Enabled
09:16:43.417 |V| VsDtePropertiesFacade | :1 | TextEditor.CSharp-Specific.Squiggles disabled by AnalysisEnabled
09:16:43.421 |V| VsDtePropertiesFacade | :1 | Set TextEditor.CSharp-Specific.Squiggles = 0 (prev value = 0)
09:16:43.421 |V| VsDtePropertiesFacade | :1 | TextEditor.CSharp-Specific.Squiggles_SemanticAnalysis disabled by AnalysisEnabled
09:16:43.422 |V| VsDtePropertiesFacade | :1 | Set TextEditor.CSharp-Specific.Squiggles_SemanticAnalysis = 0 (prev value = 0)
09:16:43.452 |V| VsIntellisenseDisableMonitor | :1 | VS completion is executing: False
09:16:43.453 |V| VsIntellisenseDisableMonitor | :1 | VS parameter info is executing: False
09:16:43.458 |V| | :1 | [NUGET PLUGIN] Unable to get NuGet interfaces. No exception thrown
09:16:43.584 |V| FileSystemTrackerImpl | :1 | IgnoreChangesInFolder C:\TFS\Misc\XmlSerial35\.vs
09:16:43.584 |V| FileSystemTrackerImpl | :1 | IgnoreChangesInFolder C:\TFS\Misc\XmlSerial35\.git
09:16:43.584 |V| FileSystemTrackerImpl | :1 | IgnoreChangesInFolder C:\TFS\Misc\XmlSerial35\.idea
09:16:43.685 |V| AddModule | :1 | Selected .NETFramework,Version=v2.0 for Default from .NETFramework,Version=v2.0;.NETStandard,Version=v1.0;.NETPortable,Version=v4.0,Profile=Profile2;.NETPortable,Version=v4.0,Profile=Profile328
09:16:43.703 |V| AddModule | :1 | Selected .NETFramework,Version=v2.0 for .NETFramework,Version=v3.5 from .NETFramework,Version=v2.0;.NETStandard,Version=v1.0;.NETPortable,Version=v4.0,Profile=Profile2;.NETPortable,Version=v4.0,Profile=Profile328
09:16:43.704 |V| AddModule | :1 | Selected .NETFramework,Version=v2.0 for .NETFramework,Version=v4.0 from .NETFramework,Version=v2.0;.NETStandard,Version=v1.0;.NETPortable,Version=v4.0,Profile=Profile2;.NETPortable,Version=v4.0,Profile=Profile328
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.887 |V| | :1 | [PMM] Invalidate: System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Data.SqlXml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Runtime.Serialization.Formatters.Soap, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.887 |V| | :1 | [PMM] Invalidate: System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Data.SqlXml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.887 |V| | :1 | [PMM] Invalidate: Microsoft.VisualC, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Transactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.DirectoryServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Runtime.Remoting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.887 |V| | :1 | [PMM] Invalidate: Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Runtime.Caching, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.887 |V| | :1 | [PMM] Invalidate: Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Runtime.Serialization.Formatters.Soap, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Deployment, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Drawing.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Data.OracleClient, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Web.RegularExpressions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.887 |V| | :1 | [PMM] Invalidate: Microsoft.Build.Utilities.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.DirectoryServices.Protocols, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.887 |V| | :1 | [PMM] Invalidate: Microsoft.Build.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.ServiceProcess, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Configuration.Install, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.887 |V| | :1 | [PMM] Invalidate: SMDiagnostics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.887 |V| | :1 | [PMM] Invalidate: System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Data.SqlXml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.ServiceModel.Internals, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Runtime.DurableInstancing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.887 |V| | :1 | [PMM] Invalidate: Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.887 |V| | :1 | [PMM] Invalidate: Microsoft.VisualC, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Transactions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.887 |V| | :1 | [PMM] Invalidate: Accessibility, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Deployment, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Drawing.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Data.OracleClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Web.RegularExpressions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.DirectoryServices.Protocols, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.ServiceProcess, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.887 |V| | :1 | [PMM] Invalidate: System.Configuration.Install, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.940 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Data.SqlXml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Runtime.Serialization.Formatters.Soap, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Data.SqlXml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Data.SqlXml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: Microsoft.VisualC, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Transactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.DirectoryServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Runtime.Remoting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Runtime.Caching, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Runtime.Serialization.Formatters.Soap, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Deployment, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Drawing.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Data.OracleClient, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Web.RegularExpressions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: Microsoft.Build.Utilities.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.DirectoryServices.Protocols, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: Microsoft.Build.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.ServiceProcess, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Configuration.Install, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.942 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: SMDiagnostics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.944 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.ServiceModel.Internals, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:16:43.944 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Runtime.DurableInstancing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:16:43.944 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.944 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.944 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.944 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: Microsoft.VisualC, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.944 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Transactions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.944 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.944 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.944 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.944 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.944 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.944 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.944 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.944 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.944 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: Accessibility, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.944 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Deployment, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.944 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Drawing.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.944 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Data.OracleClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:16:43.944 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Web.RegularExpressions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.944 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.DirectoryServices.Protocols, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.944 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.ServiceProcess, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.944 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Configuration.Install, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:16:43.995 |V| PersistentIndexManagerImpl | :1 | <PersistentIndexManager.LoadProjectModel>
09:16:44.020 |V| ProjectModelUpdateStates | :1 | IsInHardUpdateState: +1
09:16:44.105 |V| SolutionLoadStatistics | :1 | Solution load time: 48 tasks: 4.10 seconds (4103 millis), max time = 3.14 seconds (3135 millis)
09:16:44.108 |V| SolutionLoadStatistics | :1 | LoadSolutionFromCache time: 1 tasks: 0.28 seconds (281 millis), max time = 0.28 seconds (281 millis)
09:16:44.108 |V| SolutionLoadStatistics | :1 | InitialSynchronizeSolution time: 5 tasks: 0.16 seconds (156 millis), max time = 0.14 seconds (140 millis)
09:16:44.108 |V| SolutionLoadStatistics | :1 | CompleteDelayedShellContainer time: 1 tasks: 0.02 seconds (16 millis), max time = 0.02 seconds (16 millis)
09:16:44.108 |V| SolutionLoadStatistics | :1 | SolutionContainer time: 9 tasks: 3.20 seconds (3198 millis), max time = 3.14 seconds (3135 millis)
09:16:44.108 |V| SolutionLoadStatistics | :1 | FireProjectItemsAdded time: 2 tasks: 0.28 seconds (281 millis), max time = 0.28 seconds (281 millis)
09:16:44.108 |V| SolutionLoadStatistics | :1 | FireAssembliesAdded time: 1 tasks: 0.03 seconds (31 millis), max time = 0.03 seconds (31 millis)
09:16:44.108 |V| SolutionLoadStatistics | :1 | PreparePsiModules time: 2 tasks: 0.00 seconds (0 millis), max time = 0.00 seconds (0 millis)
09:16:44.108 |V| SolutionLoadStatistics | :1 | BeforeKickOff time: 1 tasks: 0.00 seconds (0 millis), max time = 0.00 seconds (0 millis)
09:16:44.108 |V| SolutionLoadStatistics | :1 | KickOff time: 1 tasks: 0.03 seconds (31 millis), max time = 0.03 seconds (31 millis)
09:16:44.108 |V| SolutionLoadStatistics | :1 | StartPsi time: 3 tasks: 0.03 seconds (31 millis), max time = 0.02 seconds (16 millis)
09:16:44.108 |V| SolutionLoadStatistics | :1 | FinalSynchronizeSolution time: 9 tasks: 0.06 seconds (63 millis), max time = 0.06 seconds (63 millis)
09:16:44.108 |V| SolutionLoadStatistics | :1 | Done time: 13 tasks: 0.02 seconds (15 millis), max time = 0.02 seconds (15 millis)
09:16:44.115 |I| PathMappingRootProvider | JetPool(S) #3:25 | Found solution root: C:\TFS\Misc\XmlSerial35 for 11 ms
09:16:44.158 |V| VsLinqToXsdSupportManager | :1 | Enqueue ProjectImpl(Name : XmlSerial35, PlatformId: '.NETFramework,Version=v3.5')
09:16:44.159 |V| VsLinqToXsdSupportManager | :1 | Enqueue ProjectImpl(Name : XmlSerial35Tests, PlatformId: '.NETFramework,Version=v4.0')
09:16:44.160 |I| VsSolutionManager10 | :1 | VSSolutionManager::VsSolutionWrapperLifetimes: Solution instance created 38444057
09:16:44.160 |I| VsSolutionManager10 | :1 | VSSolutionManager::VsSolutionWrapperLifetimes: Solution load done 38444057. Lifetime.IsTerminated=False
09:16:44.160 |V| DelayedInitializationStrategy | :1 | Dispatch: queue is empty, not scheduling next execution.
09:16:44.164 |I| IncrementalBuildTrigger | :1 | !myShouldBuild
09:16:44.164 |V| SolutionBuilder | :1 | UpdateState change newRunner.IsReady=True
09:16:44.165 |V| SolutionBuilder | :1 | UpdateState IsReady=True, Runner=JetBrains.VsIntegration.IDE.SolutionBuilders.VsSolutionBuilderRunner
09:16:44.166 |V| IncrementalRunner | :1 | SetNewState. isAvailableValue=False, isReadyValue=False
09:16:44.166 |V| IncrementalRunner | :1 | SetNewState. isAvailableValue=False, isReadyValue=False
09:16:44.166 |V| IncrementalRunner | :1 | SetNewState. isAvailableValue=False, isReadyValue=False
09:16:44.166 |V| IncrementalRunner | :1 | SetNewState. isAvailableValue=False, isReadyValue=False
09:16:44.166 |V| IncrementalRunner | :1 | SetNewState. isAvailableValue=False, isReadyValue=False
09:16:44.166 |V| IncrementalRunner | :1 | SetNewState. isAvailableValue=False, isReadyValue=False
09:16:44.166 |V| IncrementalRunner | :1 | SetNewState. isAvailableValue=False, isReadyValue=False
09:16:44.166 |V| IPropertyEx | :1 | [[SWEA]] Boolean::SolutionAnalysisConfiguration.Paused: False -> True.
09:16:44.177 |V| SolutionAssemblyNamesTracker | :1 | Looking for assembly names in solution
09:16:44.178 |V| SolutionAssemblyNamesTracker | :1 | Found 2 assembly names
09:16:44.223 |V| ProjectModelPreloadedRunnerConfigurator | :1 | Runners will be used:
09:16:44.234 |I| PreloadedCoverageTaskRunnersPool | :1 | Runner list updated: 0 runners created, 0 runners killed. Total runners: 0
09:16:44.261 |V| EditorConfigNotifier | :1 | EditorConfig notification, control C:\TFS\Misc\XmlSerial35\XmlSerial35Tests\UnitTest1.cs
09:16:44.271 |V| ClangFormatConfigService | :1 | GetOrCalculate live, key = C:\TFS\Misc\XmlSerial35\XmlSerial35Tests\UnitTest1.cs
09:16:44.276 |V| EditorConfigService | :1 | GetOrCalculate live, key = C:\TFS\Misc\XmlSerial35\XmlSerial35Tests\UnitTest1.cs
09:16:44.279 |V| StyleCopSettingsService | :1 | GetOrCalculate live, key = C:\TFS\Misc\XmlSerial35\XmlSerial35Tests\UnitTest1.cs
09:16:44.320 |V| VsIntellisenseDisableMonitor | :1 | R# intellisense is supported for CSHARP in C:\TFS\Misc\XmlSerial35\XmlSerial35Tests\UnitTest1.cs
09:16:44.324 |V| VsIntellisenseDisableMonitor | :1 | Disable VS completion for CSharp
09:16:44.325 |V| VsIntellisenseDisableMonitor | :1 | Disable VS signature help for CSharp
09:16:44.680 |V| NugetServicesWrapper | :1 | No exports were found that match the constraint: ContractName NuGet.VisualStudio.IVsPackageInstallerProjectEvents RequiredTypeIdentity NuGet.VisualStudio.IVsPackageInstallerProjectEvents
--- EXCEPTION #1/2 [ImportCardinalityMismatchException]
Message = “
No exports were found that match the constraint:
ContractName NuGet.VisualStudio.IVsPackageInstallerProjectEvents
RequiredTypeIdentity NuGet.VisualStudio.IVsPackageInstallerProjectEvents
”
ExceptionPath = Root.InnerException
ClassName = System.ComponentModel.Composition.ImportCardinalityMismatchException
HResult = COR_E_EXCEPTION=80131500
Source = System.ComponentModel.Composition
StackTraceString = “
at System.ComponentModel.Composition.Hosting.ExportProvider.GetExports(ImportDefinition definition, AtomicComposition atomicComposition)
at System.ComponentModel.Composition.Hosting.ExportProvider.GetExportsCore(Type type, Type metadataViewType, String contractName, ImportCardinality cardinality)
at System.ComponentModel.Composition.Hosting.ExportProvider.GetExportedValueCore[T](String contractName, ImportCardinality cardinality)
at System.ComponentModel.Composition.Hosting.ExportProvider.GetExportedValue[T](String contractName)
at System.ComponentModel.Composition.Hosting.ExportProvider.GetExportedValue[T]()
at Microsoft.VisualStudio.ComponentModelHost.ComponentModel.GetService[T]()
at JetBrains.VsIntegration.Shell.VsComponentModelWrapper.GetService[T]()
at JetBrains.VsIntegration.Shell.VsComponentModelWrapper.GetServiceAsync[T]()
at JetBrains.Platform.VisualStudio.SinceVs10.ProjectModel.NuGet.NugetServicesWrapper.<FetchService>d__5`1.MoveNext()
”
--- Outer ---
--- EXCEPTION #2/2 [LoggerException]
Message = “
No exports were found that match the constraint:
ContractName NuGet.VisualStudio.IVsPackageInstallerProjectEvents
RequiredTypeIdentity NuGet.VisualStudio.IVsPackageInstallerProjectEvents
”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Platform.VisualStudio.SinceVs10.ProjectModel.NuGet.NugetServicesWrapper.<FetchService>d__5`1.MoveNext()
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start[TStateMachine](TStateMachine& stateMachine)
at JetBrains.Platform.VisualStudio.SinceVs10.ProjectModel.NuGet.NugetServicesWrapper.FetchService[T](T currentValue, ILogger logger, VsComponentModelWrapper vsComponentModelWrapper)
at JetBrains.Platform.VisualStudio.SinceVs10.ProjectModel.NuGet.NugetServicesWrapper.<FetchServicesAndPublish>d__6.MoveNext()
at System.Runtime.CompilerServices.AsyncVoidMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine)
at JetBrains.Platform.VisualStudio.SinceVs10.ProjectModel.NuGet.NugetServicesWrapper.FetchServicesAndPublish(ILogger logger, VsComponentModelWrapper vsComponentModelWrapper, IVsPackageInstaller installer, IVsPackageUninstaller uninstaller, IVsPackageInstallerServices installerServices, IVsPackageInstallerEvents installerEvents, IVsPackageInstallerProjectEvents installerBatchEvents)
at JetBrains.Platform.VisualStudio.SinceVs10.ProjectModel.NuGet.NugetServicesWrapper.<>c__DisplayClass4_0.<.ctor>b__1()
at JetBrains.Threading.ReentrancyGuardEx.<>c__DisplayClass0_0.<Queue>b__3()
at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
at JetBrains.Threading.ReentrancyGuard.ExecutePendingActions()
at JetBrains.Threading.JetDispatcher.Closure.Execute()
at JetBrains.Util.Concurrency.WinJetDispatcher.ProcessQueue(Int32 nMinBucket)
at JetBrains.Util.Concurrency.WinJetDispatcher.<>c__DisplayClass18_0.<BeginInvokeCore>b__0()
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Threading.DispatcherOperation.Invoke()
at System.Windows.Threading.Dispatcher.ProcessQueue()
at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
”
09:16:44.828 |V| RunningAvalonWindowsList | :1 | Found a possibly-Avalon window HWND 00130984, adding to the waiting list to see for a Presentation Source.
09:16:44.886 |V| RunningAvalonWindowsList | :1 | Possibly-Avalon window HWND 00130984 got WM_WINDOWPOSCHANGED and now has a Presentation Source Duzif available, listing as a window.
09:16:44.887 |V| RunningAvalonWindowsList | :1 | << (Opening) Avalon Window HwndWrapper#00130984-Duzif
09:16:44.921 |V| IncrementalRunner | :1 | RecalculateState. inputs. isEnabledInSettings=False, applicabilityState.IsApplicable=True, isAvailableMixin=True, isConfigurationConsistent=False, isWaitingSolutionLoaded=True, calculationFinished=False, currentBuilderState=None
09:16:44.921 |V| IncrementalRunner | :1 | RecalculateState. newValues. isAvailableValue=False, isReadyValue=False
09:16:44.921 |V| IncrementalRunner | :1 | RecalculateState. inputs. isEnabledInSettings=False, applicabilityState.IsApplicable=True, isAvailableMixin=True, isConfigurationConsistent=True, isWaitingSolutionLoaded=True, calculationFinished=False, currentBuilderState=None
09:16:44.921 |V| IncrementalRunner | :1 | RecalculateState. newValues. isAvailableValue=False, isReadyValue=False
09:16:44.921 |V| SolutionBuilderFileAnalyzer | :1 | New value: True. calculationFinished: True, idleValue: True
09:16:44.921 |V| IncrementalRunner | :1 | RecalculateState. inputs. isEnabledInSettings=False, applicabilityState.IsApplicable=True, isAvailableMixin=True, isConfigurationConsistent=True, isWaitingSolutionLoaded=True, calculationFinished=True, currentBuilderState=None
09:16:44.921 |V| IncrementalRunner | :1 | RecalculateState. newValues. isAvailableValue=False, isReadyValue=False
09:16:44.921 |V| IncrementalRunner | :1 | RecalculateState. inputs. isEnabledInSettings=False, applicabilityState.IsApplicable=True, isAvailableMixin=True, isConfigurationConsistent=True, isWaitingSolutionLoaded=False, calculationFinished=True, currentBuilderState=None
09:16:44.921 |V| IncrementalRunner | :1 | RecalculateState. newValues. isAvailableValue=False, isReadyValue=False
09:16:44.963 |V| IncrementalRunner | :1 | SetNewState. isAvailableValue=False, isReadyValue=False
09:16:44.963 |V| IncrementalRunner | :1 | SetNewState. isAvailableValue=False, isReadyValue=False
09:16:44.963 |V| IncrementalRunner | :1 | SetNewState. isAvailableValue=False, isReadyValue=False
09:16:44.963 |V| IncrementalRunner | :1 | SetNewState. isAvailableValue=False, isReadyValue=False
09:16:44.969 |V| OneOfaListActionHandler | :1 | Unsubscribing escape handler: JetBrains.Application.UI.PopupLayout.PopupWindowContextSpecificEscapeActionHandler
09:16:44.988 |V| ProjectModelUpdateStates | :1 | IsInHardUpdateState: -1
09:16:44.988 |V| ProjectModelUpdateStates | :1 | IsInHardUpdateState: -1
09:16:44.988 |V| ProjectModelUpdateStates | :1 | IsInHardUpdateState: False
09:16:44.996 |V| CacheJobService2 | CacheJobService:71 | <Start> "Job.AddAssemblies" #assemblies = 79
09:16:45.302 |V| SolutionAssemblyNamesTracker | :1 | Looking for assembly names in solution
09:16:45.302 |V| SolutionAssemblyNamesTracker | :1 | Found 2 assembly names
09:16:45.304 |V| ProjectModelPreloadedRunnerConfigurator | :1 | Runners will be used:
09:16:45.305 |I| PreloadedCoverageTaskRunnersPool | :1 | Runner list updated: 0 runners created, 0 runners killed. Total runners: 0
09:16:45.314 |V| IncrementalRunner | :1 | RecalculateState. inputs. isEnabledInSettings=False, applicabilityState.IsApplicable=True, isAvailableMixin=True, isConfigurationConsistent=True, isWaitingSolutionLoaded=False, calculationFinished=True, currentBuilderState=None
09:16:45.314 |V| IncrementalRunner | :1 | RecalculateState. newValues. isAvailableValue=False, isReadyValue=False
09:16:45.333 |V| IncrementalRunner | :1 | SetNewState. isAvailableValue=False, isReadyValue=False
09:16:45.476 |V| BuildRequestViewModelBase | SolutionBuilderControllerPrototype_Executor:69 | Project False
09:16:45.498 |V| BuildRequestViewModelBase | SolutionBuilderControllerPrototype_Executor:69 | Project False
09:16:45.554 |V| IncrementalRunner | :1 | RecalculateState. inputs. isEnabledInSettings=False, applicabilityState.IsApplicable=True, isAvailableMixin=True, isConfigurationConsistent=True, isWaitingSolutionLoaded=False, calculationFinished=True, currentBuilderState=Inited
09:16:45.554 |V| IncrementalRunner | :1 | RecalculateState. newValues. isAvailableValue=False, isReadyValue=True
09:16:45.554 |V| IncrementalRunner | :1 | SetNewState. isAvailableValue=False, isReadyValue=True
09:16:45.933 |V| CacheJobService2 | CacheJobService:71 | <Finish> "Job.AddAssemblies" #assemblies = 79 time=936ms
09:16:45.934 |V| CacheJobService2 | CacheJobService:71 | <Start> "Job.LoadCache" #caches=32: GeneratedFilesCache, InternalsVisibleToCache, ConditionalNamesCache, NamedArgumentCache, AnnotatedMembersCache, AssemblyAnnotatedMembersCache, TypeMembersCache, SymbolCache, StubTreeNodeCache, BuildScriptCache, ProtobufFileOptionsCache, ProtobufImportCache, ProtobufDeclarationCache, WebConfigCacheController, TagPrefixCacheImpl, WebSymbolsCache, RazorTagHelperDataCache, RazorNamespaceCache, RazorInheritsCache, RazorNamespaceImportsCache, RazorInjectionsCache, HasSourceFileMapCache, JavaScriptTypeCacheMaintainer, JavaScriptDependentFilesCache, XamlAssemblyResourcesCache, ContentTrigramIndex, SourcesTrigramIndex, ClrTodoManager, DocumentInfoCache, MvcCache, SolutionResourceCache, JavaScriptTestCache
09:16:45.952 |V| AbstractPersistentCache | CacheJobService:71 | [Caches] <APC.Load> 'JSTest' --- Started ---
09:16:45.959 |V| AbstractPersistentCache | CacheJobService:71 | [Caches] <APC.Load> 'JSTest' --- Finished - OK ---
09:16:45.977 |V| AbstractPersistentCache | JetPool(S) #7:29 | [Caches] <APC.Load> 'AnnotatedMembers' --- Started ---
09:16:46.003 |V| AbstractPersistentCache | JetPool(S) #6:28 | [Caches] <APC.Load> 'BuildScriptCache' --- Started ---
09:16:46.015 |V| AbstractPersistentCache | JetPool(S) #5:27 | [Caches] <APC.Load> 'TagPrefixes' --- Started ---
09:16:46.018 |V| AbstractPersistentCache | JetPool(S) #5:27 | [Caches] <APC.Load> 'TagPrefixes' --- Finished - OK ---
09:16:46.026 |V| IPropertyEx | :1 | [[SettingsStorage(“Project “Miscellaneous Files” Personal”)/XmlDiskFile]] Boolean::IsReloadReschedulled: <N/A> -> False.
09:16:46.026 |V| IPropertyEx | :1 | [[SettingsStorage(“Project “Miscellaneous Files” Personal”)/XmlDiskFile]] Boolean::IsSaveReschedulled: <N/A> -> False.
09:16:46.026 |V| AbstractPersistentCache | CacheJobService:71 | [Caches] <APC.Load> 'MVC' --- Started ---
09:16:46.032 |V| IPropertyEx | :1 | [[SettingsStorage(“Project “Miscellaneous Files” Shared”)/XmlDiskFile]] Boolean::IsReloadReschedulled: <N/A> -> False.
09:16:46.032 |V| IPropertyEx | :1 | [[SettingsStorage(“Project “Miscellaneous Files” Shared”)/XmlDiskFile]] Boolean::IsSaveReschedulled: <N/A> -> False.
09:16:46.033 |V| AbstractPersistentCache | CacheJobService:71 | [Caches] <APC.Load> 'MVC' --- Finished - OK ---
09:16:46.036 |V| AbstractPersistentCache | JetPool(S) #7:29 | [Caches] <APC.Load> 'AnnotatedMembers' --- Finished - OK ---
09:16:46.037 |V| AbstractPersistentCache | JetPool(S) #1:23 | [Caches] <APC.Load> 'Web symbols' --- Started ---
09:16:46.039 |V| AbstractPersistentCache | JetPool(S) #3:25 | [Caches] <APC.Load> 'FileDependencies' --- Started ---
09:16:46.040 |V| AbstractPersistentCache | JetPool(S) #6:28 | [Caches] <APC.Load> 'BuildScriptCache' --- Finished - OK ---
09:16:46.041 |V| AbstractPersistentCache | JetPool(S) #3:25 | [Caches] <APC.Load> 'FileDependencies' --- Finished - OK ---
09:16:46.047 |V| AbstractPersistentCache | JetPool(S) #1:23 | [Caches] <APC.Load> 'Web symbols' --- Finished - OK ---
09:16:46.122 |V| CacheJobService2 | CacheJobService:71 | <Finish> "Job.LoadCache" #caches=32: GeneratedFilesCache, InternalsVisibleToCache, ConditionalNamesCache, NamedArgumentCache, AnnotatedMembersCache, AssemblyAnnotatedMembersCache, TypeMembersCache, SymbolCache, StubTreeNodeCache, BuildScriptCache, ProtobufFileOptionsCache, ProtobufImportCache, ProtobufDeclarationCache, WebConfigCacheController, TagPrefixCacheImpl, WebSymbolsCache, RazorTagHelperDataCache, RazorNamespaceCache, RazorInheritsCache, RazorNamespaceImportsCache, RazorInjectionsCache, HasSourceFileMapCache, JavaScriptTypeCacheMaintainer, JavaScriptDependentFilesCache, XamlAssemblyResourcesCache, ContentTrigramIndex, SourcesTrigramIndex, ClrTodoManager, DocumentInfoCache, MvcCache, SolutionResourceCache, JavaScriptTestCache time=187ms
09:16:46.122 |V| CacheJobService2 | CacheJobService:71 | <Start> "Job.UpdateAllProjectFiles"
09:16:46.158 |V| CacheJobService2 | CacheJobService:71 | All files to update: 0, total files: 7, total modules: 7
09:16:46.165 |V| CacheJobService2 | CacheJobService:71 | <Finish> "Job.UpdateAllProjectFiles" time=43ms
09:16:46.166 |V| CacheJobService2 | CacheJobService:71 | <Start> "Job.SaveCaches" #caches=32: GeneratedFilesCache, InternalsVisibleToCache, ConditionalNamesCache, NamedArgumentCache, AnnotatedMembersCache, AssemblyAnnotatedMembersCache, TypeMembersCache, SymbolCache, StubTreeNodeCache, BuildScriptCache, ProtobufFileOptionsCache, ProtobufImportCache, ProtobufDeclarationCache, WebConfigCacheController, TagPrefixCacheImpl, WebSymbolsCache, RazorTagHelperDataCache, RazorNamespaceCache, RazorInheritsCache, RazorNamespaceImportsCache, RazorInjectionsCache, HasSourceFileMapCache, JavaScriptTypeCacheMaintainer, JavaScriptDependentFilesCache, XamlAssemblyResourcesCache, ContentTrigramIndex, SourcesTrigramIndex, ClrTodoManager, DocumentInfoCache, MvcCache, SolutionResourceCache, JavaScriptTestCache
09:16:46.172 |V| AbstractPersistentCache | JetPool(S) #7:29 | [Caches] <APC.Save> 'AnnotatedMembers' --- Started ---
09:16:46.177 |V| IPropertyEx | :1 | [[SettingsStorage(“Project & Personal”)/XmlDiskFile]] Boolean::IsReloadReschedulled: <N/A> -> False.
09:16:46.177 |V| IPropertyEx | :1 | [[SettingsStorage(“Project & Personal”)/XmlDiskFile]] Boolean::IsSaveReschedulled: <N/A> -> False.
09:16:46.177 |V| AbstractPersistentCache | JetPool(S) #6:28 | [Caches] <APC.Save> 'BuildScriptCache' --- Started ---
09:16:46.177 |V| IPropertyEx | :1 | [[SettingsStorage(“Project & Shared”)/XmlDiskFile]] Boolean::IsReloadReschedulled: <N/A> -> False.
09:16:46.177 |V| IPropertyEx | :1 | [[SettingsStorage(“Project & Shared”)/XmlDiskFile]] Boolean::IsSaveReschedulled: <N/A> -> False.
09:16:46.178 |V| AbstractPersistentCache | JetPool(S) #1:23 | [Caches] <APC.Save> 'TagPrefixes' --- Started ---
09:16:46.178 |V| AbstractPersistentCache | CacheJobService:71 | [Caches] <APC.Save> 'JSTest' --- Started ---
09:16:46.178 |V| AbstractPersistentCache | JetPool(S) #3:25 | [Caches] <APC.Save> 'Web symbols' --- Started ---
09:16:46.192 |V| IPropertyEx | :1 | [PPP] FileSystemPath::ProjectSettingsStoragePathPersonal: <N/A> -> C:\TFS\Misc\XmlSerial35\XmlSerial35\XmlSerial35.csproj.DotSettings.user.
09:16:46.192 |V| IPropertyEx | :1 | [[SettingsStorage(“Project XmlSerial35 Personal”)/XmlDiskFile]] Boolean::IsReloadReschedulled: <N/A> -> False.
09:16:46.193 |V| IPropertyEx | :1 | [[SettingsStorage(“Project XmlSerial35 Personal”)/XmlDiskFile]] Boolean::IsSaveReschedulled: <N/A> -> False.
09:16:46.193 |V| IPropertyEx | :1 | [PPP] FileSystemPath::ProjectSettingsStoragePath: <N/A> -> C:\TFS\Misc\XmlSerial35\XmlSerial35\XmlSerial35.csproj.DotSettings.
09:16:46.193 |V| IPropertyEx | :1 | [[SettingsStorage(“Project XmlSerial35 Shared”)/XmlDiskFile]] Boolean::IsReloadReschedulled: <N/A> -> False.
09:16:46.193 |V| IPropertyEx | :1 | [[SettingsStorage(“Project XmlSerial35 Shared”)/XmlDiskFile]] Boolean::IsSaveReschedulled: <N/A> -> False.
09:16:46.193 |V| AbstractPersistentCache | JetPool(S) #5:27 | [Caches] <APC.Save> 'FileDependencies' --- Started ---
09:16:46.209 |V| | :15 | [Trace::Write] Assembly resolution failed: Telerik.VSX.2018.1.215.2.XmlSerializers, Version=2018.1.215.2, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4
09:16:46.221 |V| AbstractPersistentCache | JetPool(S) #1:23 | [Caches] <APC.Save> 'TagPrefixes' --- Finished ---
09:16:46.222 |V| AbstractPersistentCache | JetPool(S) #5:27 | [Caches] <APC.Save> 'FileDependencies' --- Finished ---
09:16:46.226 |V| AbstractPersistentCache | JetPool(S) #7:29 | [Caches] <APC.Save> 'AnnotatedMembers' --- Finished ---
09:16:46.227 |V| AbstractPersistentCache | JetPool(S) #2:24 | [Caches] <APC.Save> 'MVC' --- Started ---
09:16:46.230 |V| AbstractPersistentCache | JetPool(S) #6:28 | [Caches] <APC.Save> 'BuildScriptCache' --- Finished ---
09:16:46.231 |V| AbstractPersistentCache | JetPool(S) #3:25 | [Caches] <APC.Save> 'Web symbols' --- Finished ---
09:16:46.242 |V| | :62 | [Trace::Write] Assembly resolution failed: Telerik.VSX.Notifications.1.2.0.0.XmlSerializers, Version=1.2.0.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4
09:16:46.248 |V| AbstractPersistentCache | CacheJobService:71 | [Caches] <APC.Save> 'JSTest' --- Finished ---
09:16:46.309 |V| | :60 | [Trace::Write] Assembly resolution failed: Telerik.VSX.Notifications.1.2.0.0.XmlSerializers, Version=1.2.0.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4
09:16:46.333 |V| AbstractPersistentCache | JetPool(S) #2:24 | [Caches] <APC.Save> 'MVC' --- Finished ---
09:16:46.337 |V| UnitTestElementCache | JetPool(S) #1:23 | Loading unit test elements from 4 projects
09:16:46.345 |V| CacheJobService2 | CacheJobService:71 | <Finish> "Job.SaveCaches" #caches=32: GeneratedFilesCache, InternalsVisibleToCache, ConditionalNamesCache, NamedArgumentCache, AnnotatedMembersCache, AssemblyAnnotatedMembersCache, TypeMembersCache, SymbolCache, StubTreeNodeCache, BuildScriptCache, ProtobufFileOptionsCache, ProtobufImportCache, ProtobufDeclarationCache, WebConfigCacheController, TagPrefixCacheImpl, WebSymbolsCache, RazorTagHelperDataCache, RazorNamespaceCache, RazorInheritsCache, RazorNamespaceImportsCache, RazorInjectionsCache, HasSourceFileMapCache, JavaScriptTypeCacheMaintainer, JavaScriptDependentFilesCache, XamlAssemblyResourcesCache, ContentTrigramIndex, SourcesTrigramIndex, ClrTodoManager, DocumentInfoCache, MvcCache, SolutionResourceCache, JavaScriptTestCache time=178ms
09:16:46.383 |V| UnitTestElementCache | JetPool(S) #1:23 | Loaded 1 elements from project 'XmlSerial35Tests'
09:16:46.407 |V| ExternalAnnotationModule | JetPool(S) #2:24 | Target annotations candidates JetBrains.ProjectModel.Impl.ProjectToAssemblyReference (AssemblyName: mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, HintLocation: C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll), ModuleReferenceResolveContext: XmlSerial35:.NETFramework,Version=v3.5; JetBrains.ProjectModel.Impl.ProjectToAssemblyReference (AssemblyName: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, HintLocation: C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\mscorlib.dll), ModuleReferenceResolveContext: XmlSerial35Tests:.NETFramework,Version=v4.0
09:16:46.414 |V| ExternalAnnotationModule | JetPool(S) #2:24 | Target annotations module for XmlSerial35Tests:.NETFramework,Version=v4.0 from JetBrains.ProjectModel.Impl.ProjectToAssemblyReference (AssemblyName: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, HintLocation: C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\mscorlib.dll) is ProjectAssemblyPsiModule(Name: mscorlib)
09:16:46.415 |V| ExternalAnnotationModule | JetPool(S) #2:24 | Target annotations candidates JetBrains.ProjectModel.Impl.ProjectToAssemblyReference (AssemblyName: mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, HintLocation: C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll), ModuleReferenceResolveContext: XmlSerial35:.NETFramework,Version=v3.5
09:16:46.415 |V| ExternalAnnotationModule | JetPool(S) #2:24 | Target annotations module for XmlSerial35:.NETFramework,Version=v3.5 from JetBrains.ProjectModel.Impl.ProjectToAssemblyReference (AssemblyName: mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, HintLocation: C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll) is ProjectAssemblyPsiModule(Name: mscorlib)
09:16:46.415 |V| ExternalAnnotationModule | JetPool(S) #2:24 | Target annotations candidates JetBrains.ProjectModel.Impl.ProjectToAssemblyReference (AssemblyName: mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, HintLocation: C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorlib.dll), ModuleReferenceResolveContext: XmlSerial35:.NETFramework,Version=v3.5; JetBrains.ProjectModel.Impl.ProjectToAssemblyReference (AssemblyName: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, HintLocation: C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\mscorlib.dll), ModuleReferenceResolveContext: XmlSerial35Tests:.NETFramework,Version=v4.0
09:16:46.415 |V| ExternalAnnotationModule | JetPool(S) #2:24 | Target annotations module for XmlSerial35Tests:.NETFramework,Version=v4.0 from JetBrains.ProjectModel.Impl.ProjectToAssemblyReference (AssemblyName: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, HintLocation: C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\mscorlib.dll) is ProjectAssemblyPsiModule(Name: mscorlib)
09:16:46.421 |V| IPropertyEx | :1 | [PPP] FileSystemPath::ProjectSettingsStoragePathPersonal: <N/A> -> C:\TFS\Misc\XmlSerial35\XmlSerial35Tests\XmlSerial35Tests.csproj.DotSettings.user.
09:16:46.421 |V| IPropertyEx | :1 | [[SettingsStorage(“Project XmlSerial35Tests Personal”)/XmlDiskFile]] Boolean::IsReloadReschedulled: <N/A> -> False.
09:16:46.421 |V| IPropertyEx | :1 | [[SettingsStorage(“Project XmlSerial35Tests Personal”)/XmlDiskFile]] Boolean::IsSaveReschedulled: <N/A> -> False.
09:16:46.422 |V| IPropertyEx | :1 | [PPP] FileSystemPath::ProjectSettingsStoragePath: <N/A> -> C:\TFS\Misc\XmlSerial35\XmlSerial35Tests\XmlSerial35Tests.csproj.DotSettings.
09:16:46.422 |V| IPropertyEx | :1 | [[SettingsStorage(“Project XmlSerial35Tests Shared”)/XmlDiskFile]] Boolean::IsReloadReschedulled: <N/A> -> False.
09:16:46.422 |V| IPropertyEx | :1 | [[SettingsStorage(“Project XmlSerial35Tests Shared”)/XmlDiskFile]] Boolean::IsSaveReschedulled: <N/A> -> False.
09:16:46.483 |I| InitialExplorationTask | JetPool(S) #1:23 | Initial unit-test exploration started
09:16:46.494 |V| Unit Testing | JetPool(S) #1:23 | Exploration started for <XmlSerial35,.NETFramework,Version=v3.5>
09:16:46.499 |I| PsiChangesListener | :1 | Ranges building started
09:16:46.504 |I| ContinuousTestingIndicatorVisibilityDetector | :1 | Initializing continuous testing indicator
09:16:46.537 |V| DaemonProcessBase | DaemonThread:72 | [Daemon] Daemon process 18777917 started on file 13404be0-4eb0-421d-b3c2-6d73601815fd(XmlSerial35Tests)-DEAFE3E7[.NETFramework,Version=v4.0]/f:UnitTest1.cs, kind = VISIBLE_DOCUMENT
09:16:46.538 |I| UnitTestSessionRepository | JetPool(S) #2:24 | << (Opening) Loading sessions from persistent storage
09:16:46.555 |V| DaemonProcessBase | DaemonThread:72 | [Daemon] Daemon process 18777917 interrupted
09:16:46.557 |V| Unit Testing | JetPool(S) #7:29 | Exploration completed for <XmlSerial35,.NETFramework,Version=v3.5>
09:16:46.592 |V| Unit Testing | JetPool(S) #1:23 | Exploration started for <XmlSerial35Tests,.NETFramework,Version=v4.0>
09:16:46.594 |I| PsiChangesListener | :1 | Ranges building cancelled
09:16:46.615 |I| UnitTestSessionRepository | JetPool(S) #2:24 | Create unit-test session 'Session::Name=All tests from Solution' (2c3931f5-b86c-4d42-b324-ab8064030561)
09:16:46.737 |I| UnitTestSessionRepository | JetPool(S) #2:24 | Loaded unit-test session 'Session::Name=All tests from Solution' (2c3931f5-b86c-4d42-b324-ab8064030561) (contains 1 elements)
09:16:46.737 |I| UnitTestSessionRepository | JetPool(S) #2:24 | << (Closing) Loading sessions from persistent storage
09:16:46.774 |I| MsTestMetadataExplorer | :78 | Process without patch: FileName = 'C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.discoveryengine.x86.exe', Arguments = '/ParentProcessId 15280', WorkDir = 'C:\Users\jerry.lagrou\AppData\Local\Microsoft\VisualStudio\11.0\Extensions\frlfodrz.k1f'
09:16:46.776 |I| MsTestMetadataExplorer | :78 | Starting process: C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.discoveryengine.x86.exe /ParentProcessId 15280
09:16:46.815 |I| PsiChangesListener | :1 | Ranges building started
09:16:46.816 |V| DaemonProcessBase | DaemonThread:72 | [Daemon] Daemon process 18777917 started on file 13404be0-4eb0-421d-b3c2-6d73601815fd(XmlSerial35Tests)-DEAFE3E7[.NETFramework,Version=v4.0]/f:UnitTest1.cs, kind = VISIBLE_DOCUMENT
09:16:46.829 |I| MsTestMetadataExplorer | :78 | Started process with pid 16764
09:16:46.950 |I| MsTestMetadataExplorer | :78 | Using extensions: None
09:16:47.068 |V| | :35 | [Trace::Write] Assembly resolution failed: Telerik.VSX.2018.1.111.4.XmlSerializers, Version=2018.1.111.4, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4
09:16:47.195 |I| PsiChangesListener | :1 | Ranges building completed
09:16:47.313 |V| RunningAvalonWindowsList | :1 | Found a possibly-Avalon window HWND 000E111C, adding to the waiting list to see for a Presentation Source.
09:16:47.387 |V| RunningAvalonWindowsList | :1 | Possibly-Avalon window HWND 000E111C got WM_WINDOWPOSCHANGED and now has a Presentation Source Qezeh available, listing as a window.
09:16:47.387 |V| RunningAvalonWindowsList | :1 | << (Opening) Avalon Window HwndWrapper#000E111C-Qezeh
09:16:47.932 |I| MsTestMetadataExplorer | :78 | No file is set to use as .runsettings. Will create from the template.
09:16:48.778 |I| MsTestMetadataExplorer | :78 | Process C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.discoveryengine.x86.exe:16764 is being aborted
09:16:48.792 |I| MsTestMetadataExplorer | :78 | Process C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.discoveryengine.x86.exe:16764 has exited with code (-1)
Output stream:
Error stream:
09:16:48.819 |W| MsTestMetadataExplorer | :78 | C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.discoveryengine.x86.exe exited with exit code (-1)
Output stream:
Error stream:
09:16:48.840 |V| Unit Testing | JetPool(S) #1:23 | Exploration completed for <XmlSerial35Tests,.NETFramework,Version=v4.0>
09:16:48.847 |I| InitialExplorationTask | JetPool(S) #1:23 | Initial unit-test exploration completed
09:16:49.175 |V| ComponentStorage | :1 | Factory(OverridesGutterMark) created
09:16:49.223 |V| ComponentStorage | :1 | Factory(UnitTestElementsGutterContainerIgnoredMark) created
09:16:49.224 |V| ComponentStorage | :1 | Factory(UnitTestElementsGutterIgnoredMark) created
09:16:49.349 |V| DaemonProcessBase | DaemonThread:72 | [Daemon] Daemon process 18777917 finished on file 13404be0-4eb0-421d-b3c2-6d73601815fd(XmlSerial35Tests)-DEAFE3E7[.NETFramework,Version=v4.0]/f:UnitTest1.cs
09:16:49.634 |V| UnitTestLaunch | :1 | Host Controller initialization started
09:16:49.635 |I| UnitTestLaunch | :1 | Host Controller: RunHostController
09:16:49.635 |V| UnitTestLaunch | :1 | Host Controller initialization completed
09:16:49.636 |V| UnitTestLaunch | :1 | Component container composition started
09:16:49.636 |V| ComponentStorage | :1 | UnitTestLaunch Container created
09:16:49.637 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: UnitTestLaunch Container”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:16:49.642 |V| UnitTestLaunch | :1 | Component container composition completed
09:16:49.672 |I| UnitTestLaunch | :49 | BuildStage started
09:16:49.677 |I| UnitTestLaunch | :49 | Build policy: Automatic
09:16:49.687 |I| UnitTestSolutionBuilder | :1 | Got request to build 1 projects (BuildPolicy: Automatic)
09:16:49.687 |I| UnitTestSolutionBuilder | :1 | Building 1 projects
09:16:49.736 |V| | :1 | [VsSaveMonitor] Boolean::VsOptionsMightHaveChanged: fired True.
09:16:49.746 |V| SuspendHardOperationsManager | :1 | Suspend Hard Operations mode request from: [BuildIsRunnning]
09:16:49.746 |V| SuspendHardOperationsManager | :1 | ENTER SUSPEND HARD OPERATIONS MODE
09:16:49.747 |V| SuspendHardOperationsManager | :1 | Suspend Hard Operations mode request from: [BuildIsRunnning]
09:16:49.747 |V| SuspendHardOperationsManager | :1 | Suspend Hard Operations mode request from: [(BuildIsRunnning,NugetEventsWrapper::IsNugetRunningEx).Or]
09:16:49.780 |V| AddVsUIContextsToLogs | :1 | SolutionBuilding activeted. Active contexts: DesignMode SolutionBuilding SolutionExists SolutionHasMultipleProjects NotBuildingAndNotDebugging SolutionExistsAndFullyLoaded SolutionExistsAndNotBuildingAndNotDebugging
09:16:49.785 |V| AddVsUIContextsToLogs | :1 | NotBuildingAndNotDebugging deactivated. Active contexts: DesignMode SolutionBuilding SolutionExists SolutionHasMultipleProjects SolutionExistsAndFullyLoaded SolutionExistsAndNotBuildingAndNotDebugging
09:16:49.785 |V| AddVsUIContextsToLogs | :1 | SolutionExistsAndNotBuildingAndNotDebugging deactivated. Active contexts: DesignMode SolutionBuilding SolutionExists SolutionHasMultipleProjects SolutionExistsAndFullyLoaded
09:16:49.792 |V| BuildRequestViewModelBase | :1 | Solution XmlSerial35 True
09:16:49.824 |V| RunningAvalonWindowsList | :1 | Got WM_DESTROY for Avalon window HwndWrapper#000E111C-Qezeh, revoking.
09:16:49.824 |V| RunningAvalonWindowsList | :1 | >> (Closing) Avalon Window HwndWrapper#000E111C-Qezeh
09:16:49.825 |V| RunningAvalonWindowsList | :1 | Got WM_DESTROY for Avalon window HwndWrapper#00130984-Duzif, revoking.
09:16:49.825 |V| RunningAvalonWindowsList | :1 | >> (Closing) Avalon Window HwndWrapper#00130984-Duzif
09:16:49.835 |V| VsSolutionBuildWatcher | :1 | Receive BeginBuild when runner not VsSolutionBuilderRunner
09:16:49.843 |V| AddVsUIContextsToLogs | :1 | SolutionBuilding deactivated. Active contexts: DesignMode SolutionExists SolutionHasMultipleProjects SolutionExistsAndFullyLoaded
09:16:49.844 |V| AddVsUIContextsToLogs | :1 | NotBuildingAndNotDebugging activeted. Active contexts: DesignMode SolutionExists SolutionHasMultipleProjects NotBuildingAndNotDebugging SolutionExistsAndFullyLoaded
09:16:49.845 |V| AddVsUIContextsToLogs | :1 | SolutionExistsAndNotBuildingAndNotDebugging activeted. Active contexts: DesignMode SolutionExists SolutionHasMultipleProjects NotBuildingAndNotDebugging SolutionExistsAndFullyLoaded SolutionExistsAndNotBuildingAndNotDebugging
09:16:49.906 |V| SuspendHardOperationsManager | :1 | Release Hard Operations mode request from: [BuildIsRunnning]
09:16:49.906 |V| SuspendHardOperationsManager | :1 | Release Hard Operations mode request from: [BuildIsRunnning]
09:16:49.906 |V| SuspendHardOperationsManager | :1 | RELEASE SUSPEND HARD OPERATIONS
09:16:49.906 |V| SuspendHardOperationsManager | :1 | Release Hard Operations mode request from: [(BuildIsRunnning,NugetEventsWrapper::IsNugetRunningEx).Or]
09:16:49.906 |V| BuildRequestViewModelBase | :1 | Solution XmlSerial35 False
09:16:49.910 |I| UnitTestLaunch | :1 | 1 projects built
09:16:49.910 |V| UnitTestLaunch | :1 | XmlSerial35Tests
09:16:49.911 |I| UnitTestLaunch | :56 | BuildStage completed
09:16:49.914 |I| UnitTestLaunch | :1 | RefreshProjectPropertiesStage started
09:16:49.915 |I| UnitTestLaunch | :1 | RefreshProjectPropertiesStage completed
09:16:49.915 |I| UnitTestLaunch | :47 | DiscoveryStage started
09:16:49.916 |V| SolutionAssemblyNamesTracker | :1 | Looking for assembly names in solution
09:16:49.916 |V| SolutionAssemblyNamesTracker | :1 | Found 2 assembly names
09:16:49.918 |I| UnitTestLaunch | :47 | Test exploration required for 1 projects
09:16:49.918 |V| UnitTestLaunch | :47 | XmlSerial35Tests
09:16:49.919 |I| UnitTestLaunch | :47 | DiscoveryStage completed
09:16:49.919 |I| UnitTestLaunch | :16 | BuildPipelineStage started
09:16:49.922 |I| UnitTestLaunch | :16 | BuildPipelineStage completed
09:16:49.922 |I| UnitTestLaunch | :16 | ApplyRulesStage started
09:16:49.973 |V| ProjectModelPreloadedRunnerConfigurator | :1 | Runners will be used: JetBrains.ReSharper.TaskRunner.CLR4.x64.exe
09:16:49.978 |I| UnitTestLaunch | :16 | Got 38 elements (0 explicit) to run
09:16:49.980 |V| UnitTestLaunch | :16 | Marking 38 elements as Pending
09:16:49.986 |I| PreloadedCoverageTaskRunnersPool | :1 | Runner list updated: 1 runners created, 0 runners killed. Total runners: 1
09:16:49.995 |V| UnitTestLaunch | :16 | Marking elements as Pending completed
09:16:49.997 |V| UnitTestLaunch | :16 | Distributing 38 elements into runs
09:16:50.044 |V| LauncherController | JetPool(S) #1:23 | List exclude executables for global mode (2pcs)[JetBrains.dotCover.WorkspaceHost.exe, dotCover.exe]
09:16:50.061 |V| LauncherController | JetPool(S) #1:23 | Configuration:
<?xml version="1.0" encoding="utf-8"?>
<Configuration>
<HostParameters type="LocalHostParameters" />
<Argument type="StandaloneArgument">
<Arguments>"127.0.0.1" "60545" "7ef15c59-9c31-4d9b-959e-e35f64b077bf"</Arguments>
<CreateNoWindow>True</CreateNoWindow>
<FileName>C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs11\JetBrains.ReSharper.TaskRunner.CLR4.x64.exe</FileName>
<ProfileChildProcesses>True</ProfileChildProcesses>
<WorkingDirectory>C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs11</WorkingDirectory>
<Scope>
<ProcessFilters />
</Scope>
</Argument>
<Info type="CoverageInfo">
<CyclomaticComplexityGather>True</CyclomaticComplexityGather>
<InjectInfo>
<SymbolSearch>
<SearchPolicy>AllowReferencePathAccess</SearchPolicy>
<SearchPaths>
<Item>C:\Users\jerry.lagrou\AppData\Local\Temp\JetBrains\CoverageSymbolsCache\7ef15c59-9c31-4d9b-959e-e35f64b077bf</Item>
</SearchPaths>
</SymbolSearch>
<Scope>
<PatternFilters>
<Item>
<AssemblyFilter>XmlSerial35</AssemblyFilter>
</Item>
<Item>
<AssemblyFilter>XmlSerial35Tests</AssemblyFilter>
</Item>
</PatternFilters>
<DenyAttributeFilters>
<Item>
<Mask>All</Mask>
<TypeFilter>System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute</TypeFilter>
</Item>
<Item>
<Mask>All</Mask>
<TypeFilter>System.CodeDom.Compiler.GeneratedCodeAttribute</TypeFilter>
</Item>
</DenyAttributeFilters>
</Scope>
</InjectInfo>
</Info>
<CoreOptions type="CoreOptions">
<ControlKind>ApiFirst</ControlKind>
<CoreLogMask>Api</CoreLogMask>
<CoreTempPath IsNull="False">
</CoreTempPath>
<RemoteEndPoint IsNull="False">
</RemoteEndPoint>
<AdditionalEnvironmentVariables />
</CoreOptions>
<HostOptions type="HostOptions">
<FinishProfilingAutomaticallyTimeout>1</FinishProfilingAutomaticallyTimeout>
<HostTempPath IsNull="False">
</HostTempPath>
<ReprofileDisableReason>LaunchedByReSharperUnitTestRunner</ReprofileDisableReason>
</HostOptions>
</Configuration>
09:16:50.080 |V| SysTools | JetPool(S) #1:23 | SysTools location=Local res=created
09:16:50.090 |V| UnitTestLaunch | :16 | Distributing elements completed
09:16:50.090 |I| UnitTestLaunch | :16 | Created 1 unit-test runs
09:16:50.090 |I| UnitTestLaunch | :16 | ApplyRulesStage completed
09:16:50.090 |I| UnitTestLaunch | :48 | RunTestsStage started
09:16:50.092 |I| UnitTestLaunch | :48 | Running up to 1 unit-test runs in parallel
09:16:50.102 |V| TransparentIntegrationTools | JetPool(S) #1:23 | MakeIntegrationCoreInfo name='CoverageProfiler' res=ok guid={b7abe522-a68f-44f2-925b-81e7488e9ec0}
09:16:50.126 |V| LifetimeTools | JetPool(S) #1:23 | CreateLifetime
09:16:50.127 |V| LifetimeTools | JetPool(S) #1:23 | LifetimeDefinition_Create
09:16:50.127 |V| LifetimeDefinitions | JetPool(S) #1:23 | Add id=786c0b41-ca05-4538-9f7d-e438ba6032ad
09:16:50.128 |V| LifetimeTools | JetPool(S) #1:23 | LifetimeDefinition_Create res=ok lifetimeIdentity={786c0b41-ca05-4538-9f7d-e438ba6032ad}
09:16:50.128 |V| LifetimeTools | JetPool(S) #1:23 | CreateLifetime res=ok lifetimeIdentity={786c0b41-ca05-4538-9f7d-e438ba6032ad}
09:16:50.129 |I| UnitTestLaunch | :84 | No file is set to use as .runsettings. Will create from the template.
09:16:50.143 |V| IPropertyEx | JetPool(S) #1:23 | [BaseHostProfile.CloseAllRequest] Boolean::BaseHostProfile.CloseAllRequest: <N/A> -> False.
09:16:50.144 |V| IPropertyEx | JetPool(S) #1:23 | [BaseHostProfile.NoConnections] Boolean::BaseBridge.Connections::IsEmpty: <N/A> -> True.
09:16:50.158 |V| IPropertyEx | JetPool(S) #1:23 | [BaseHostProfile.NoScopes] Boolean::BaseHostProfile.Scopes::IsEmpty: <N/A> -> True.
09:16:50.158 |V| IPropertyEx | JetPool(S) #1:23 | [BaseHostProfile.NoCoreOperations] Boolean::BaseHostProfile.CoreOperations::IsEmpty: <N/A> -> True.
09:16:50.158 |V| IPropertyEx | JetPool(S) #1:23 | [BaseHostProfile.NoOperations] Boolean::(BaseHostProfile.CoreOperations::IsEmpty,BaseHostProfile.Scopes::IsEmpty).And: <N/A> -> True.
09:16:50.158 |V| IPropertyEx | JetPool(S) #1:23 | [BaseHostProfile.NoConnectionsAndOperations] Boolean::(BaseBridge.Connections::IsEmpty,(BaseHostProfile.CoreOperations::IsEmpty,BaseHostProfile.Scopes::IsEmpty).And).And: <N/A> -> True.
09:16:50.158 |V| IPropertyEx | JetPool(S) #1:23 | [BaseHostProfile.InternalFinishRequest] Boolean::(BaseHostProfile.CloseAllRequest,(BaseBridge.Connections::IsEmpty,(BaseHostProfile.CoreOperations::IsEmpty,BaseHostProfile.Scopes::IsEmpty).And).And).And: <N/A> -> False.
09:16:50.159 |V| BaseHostProfile | JetPool(S) #1:23 | FinishProfilingAutomaticallyTimeout value=1mS
09:16:50.159 |V| IPropertyEx | JetPool(S) #1:23 | [BaseHostProfile.EnableAutomaticShutdown] Boolean::BaseHostProfile.EnableAutomaticShutdown: <N/A> -> False.
09:16:50.160 |V| IPropertyEx | JetPool(S) #1:23 | [BaseHostProfile.DelayedNoConnectionsAndOperations] Boolean::BaseHostProfile.DelayedNoConnectionsAndOperations: <N/A> -> False.
09:16:50.161 |V| IPropertyEx | JetPool(S) #1:23 | [BaseHostProfile.EnableAutomaticShutdownAndDelayedNoConnectionsAndOperations] Boolean::(BaseHostProfile.EnableAutomaticShutdown,BaseHostProfile.DelayedNoConnectionsAndOperations).And: <N/A> -> False.
09:16:50.161 |V| IPropertyEx | JetPool(S) #1:23 | [BaseHostProfile.FinishedRequest] Boolean::((BaseHostProfile.CloseAllRequest,(BaseBridge.Connections::IsEmpty,(BaseHostProfile.CoreOperations::IsEmpty,BaseHostProfile.Scopes::IsEmpty).And).And).And,(BaseHostProfile.EnableAutomaticShutdown,BaseHostProfile.DelayedNoConnectionsAndOperations).And).Or: <N/A> -> False.
09:16:50.161 |V| IPropertyEx | JetPool(S) #1:23 | [BaseHostProfile.ShutdownStarted] Boolean::BaseHostProfile.ShutdownStarted: <N/A> -> False.
09:16:50.161 |V| IPropertyEx | JetPool(S) #1:23 | [BaseHostProfile.ShutdownFinished] Boolean::BaseHostProfile.ShutdownFinished: <N/A> -> False.
09:16:50.172 |V| BaseHostProfile | JetPool(S) #1:23 | Start
09:16:50.173 |V| StandaloneHostProfile | JetPool(S) #1:23 | OnStart
09:16:50.177 |V| BaseHost | JetPool(S) #1:23 | Deploy grantedClr4AndGreater=False deployAttach=False deployMetro=False checkMetroAccessRights=False checkBuiltinUsersAccessRights=False instructionSets=(2pcs)[x64, x86]
09:16:50.179 |V| BaseHost | JetPool(S) #1:23 | Deploy coreRegistration=Default instructionSets=(2pcs)[x64, x86]
09:16:50.193 |V| FileCacheTools | JetPool(S) #1:23 | CacheFiles localDir=C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs11 relativeFiles=(1pc)[x64\JetBrains.Profiler.Windows.PdbServer.exe]
09:16:50.193 |V| FileCacheTools | JetPool(S) #1:23 | CacheFiles localDir=C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs11 relativeFiles=(1pc)[x64\SymSrv.dll]
09:16:50.193 |V| FileCacheTools | JetPool(S) #1:23 | CacheFiles localDir=C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs11 relativeFiles=(1pc)[x64\SymSrv.yes]
09:16:50.196 |V| EventTools | JetPool(S) #1:23 | Event_Create name=fb7b3069-d8b5-440e-9dde-08d9da6cc831
09:16:50.196 |V| Event | JetPool(S) #1:23 | Add id=80f38585-40bf-40a2-bb9f-d25eb1d9e1b4
09:16:50.196 |V| EventTools | JetPool(S) #1:23 | Event_Create name=fb7b3069-d8b5-440e-9dde-08d9da6cc831 res=ok id=80f38585-40bf-40a2-bb9f-d25eb1d9e1b4
09:16:50.202 |V| ProcessTools | JetPool(S) #1:23 | Process_Start uid=1 filename=C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs11\x64\JetBrains.Profiler.Windows.PdbServer.exe arguments=“--symsrv_dir=C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs11\x64 --stop_request_event=fb7b3069-d8b5-440e-9dde-08d9da6cc831 ef9966d3-4111-4057-9b51-18d30e10cc9a” env=(0pcs)[]
09:16:50.239 |V| ProcessTools | JetPool(S) #1:23 | Process_Start uid=1 res=suspended pid=13996
09:16:50.239 |V| Process | JetPool(S) #1:23 | Add id=92757da7-eb1c-4ca0-baa1-2c2144cb7329
09:16:50.242 |V| ProcessTools | JetPool(S) #1:23 | Process_Start uid=1 res=ok pid=13996 id=92757da7-eb1c-4ca0-baa1-2c2144cb7329
09:16:50.242 |V| BaseHost | JetPool(S) #1:23 | PdbServer state=started pid=13996 id='ef9966d3-4111-4057-9b51-18d30e10cc9a'
09:16:50.263 |I| UnitTestSessionConductor | :1 | Create unit-test session view model 'Session::Name=All tests from Solution' (2c3931f5-b86c-4d42-b324-ab8064030561)
09:16:50.293 |V| RunningAvalonWindowsList | :1 | Found a possibly-Avalon window HWND 000C1058, adding to the waiting list to see for a Presentation Source.
09:16:50.345 |V| RunningAvalonWindowsList | :1 | Possibly-Avalon window HWND 000C1058 got WM_WINDOWPOSCHANGED and now has a Presentation Source Livyr available, listing as a window.
09:16:50.345 |V| RunningAvalonWindowsList | :1 | << (Opening) Avalon Window HwndWrapper#000C1058-Livyr
09:16:50.366 |V| Qarug | :1 | << (Opening) ResultList UI binding automation object UIResultListPublisherAutomation+Qarug.
09:16:50.377 |I| UnitTestLaunch | :84 | [ProcessStartInfoPatchResult]
Original request: FrameworkRequest (UseInternal: False, UseMono: False, MonoDebugMode: True, MonoPlatform: PreferX86)
Success: True
ErrorMessage: <Empty>
Original StartInfo: FileName = 'C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.executionengine.x86.exe', Arguments = '/ParentProcessId 15280', WorkDir = 'C:\Users\jerry.lagrou\AppData\Local\Microsoft\VisualStudio\11.0\Extensions\frlfodrz.k1f'
Patched StartInfo: FileName = 'C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.executionengine.x86.exe', Arguments = '/ParentProcessId 15280', WorkDir = 'C:\Users\jerry.lagrou\AppData\Local\Microsoft\VisualStudio\11.0\Extensions\frlfodrz.k1f'
09:16:50.377 |I| UnitTestLaunch | :84 | Starting process: C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.executionengine.x86.exe /ParentProcessId 15280
09:16:50.408 |I| UnitTestLaunch | :84 | Started process with pid 9896
09:16:50.410 |I| UnitTestLaunch | :84 | Using extensions: None
09:16:50.424 |I| UnitTestLaunch | :84 | Could not connect to net.pipe://su01-lagrouj/TestExecutor/9896 in 00:00:00.0091193. Retrying...
09:16:50.445 |V| BaseHost | JetPool(S) #1:23 | PdbServer state=listen pid=13996
09:16:50.446 |W| TogglePreviewAction | :1 | [TogglePreviewAction:Update] preview is not supported
09:16:50.450 |V| FileCacheTools | JetPool(S) #1:23 | CacheFiles localDir=C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs11 relativeFiles=(1pc)[x64\JetBrains.Profiler.Windows.Core.dll]
09:16:50.450 |V| FileCacheTools | JetPool(S) #1:23 | CacheFiles localDir=C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs11 relativeFiles=(1pc)[x64\JetBrains.Profiler.Windows.CoreApi.dll]
09:16:50.452 |V| BaseHost | JetPool(S) #1:23 | RegisterCore op=Install instructionSet=x64 path='C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs11\x64\JetBrains.Profiler.Windows.Core.dll'
09:16:50.459 |V| RunTools | JetPool(S) #1:23 | RunConsoleExecutable executable=C:\WINDOWS\SysWOW64\RegSvr32.exe arguments=(2pcs)[/s, C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs11\x64\JetBrains.Profiler.Windows.Core.dll]
09:16:50.460 |V| RunTools | JetPool(S) #1:23 | RunConsoleExecutable res=set key=JETBRAINS_PROFILER_CORE_TYPE_ReleaseCoverage value={7173458e-3fc6-4b16-829c-081c5a8c56d1}
09:16:50.481 |I| UnitTestLaunch | :84 | Could not connect to net.pipe://su01-lagrouj/TestExecutor/9896 in 00:00:00.0667470. Retrying...
09:16:50.487 |V| RunTools | JetPool(S) #1:23 | RunConsoleExecutable executable=C:\WINDOWS\SysWOW64\RegSvr32.exe arguments=(2pcs)[/s, C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs11\x64\JetBrains.Profiler.Windows.Core.dll] res=run pid=14064
09:16:50.588 |I| UnitTestLaunch | :84 | Could not connect to net.pipe://su01-lagrouj/TestExecutor/9896 in 00:00:00.1738213. Retrying...
09:16:50.649 |V| RunTools | JetPool(S) #1:23 | RunConsoleExecutable pid=14064 res=ok exitCode=00000000
09:16:50.651 |V| FileCacheTools | JetPool(S) #1:23 | CacheFiles localDir=C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs11 relativeFiles=(1pc)[x86\JetBrains.Profiler.Windows.Core.dll]
09:16:50.651 |V| FileCacheTools | JetPool(S) #1:23 | CacheFiles localDir=C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs11 relativeFiles=(1pc)[x86\JetBrains.Profiler.Windows.CoreApi.dll]
09:16:50.651 |V| BaseHost | JetPool(S) #1:23 | RegisterCore op=Install instructionSet=x86 path='C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs11\x86\JetBrains.Profiler.Windows.Core.dll'
09:16:50.651 |V| RunTools | JetPool(S) #1:23 | RunConsoleExecutable executable=C:\WINDOWS\system32\RegSvr32.exe arguments=(2pcs)[/s, C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs11\x86\JetBrains.Profiler.Windows.Core.dll]
09:16:50.651 |V| RunTools | JetPool(S) #1:23 | RunConsoleExecutable res=set key=JETBRAINS_PROFILER_CORE_TYPE_ReleaseCoverage value={7173458e-3fc6-4b16-829c-081c5a8c56d1}
09:16:50.665 |V| RunTools | JetPool(S) #1:23 | RunConsoleExecutable executable=C:\WINDOWS\system32\RegSvr32.exe arguments=(2pcs)[/s, C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs11\x86\JetBrains.Profiler.Windows.Core.dll] res=run pid=13148
09:16:50.705 |V| VsMainWindowSinceVs10 | :1 | Window::FloatingWindowsCollectionJustVs11++ 0^1: Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.
09:16:50.709 |V| RunningAvalonWindowsList | :1 | Found a possibly-Avalon window HWND 00110242, adding to the waiting list to see for a Presentation Source.
09:16:50.744 |I| UnitTestLaunch | :84 | Could not connect to net.pipe://su01-lagrouj/TestExecutor/9896 in 00:00:00.3299548. Retrying...
09:16:50.822 |V| RunTools | JetPool(S) #1:23 | RunConsoleExecutable pid=13148 res=ok exitCode=00000000
09:16:50.825 |V| Bridge | BridgeThread:85 | BridgeListen res=started
09:16:50.828 |V| CommunicationTools | BridgeThread:85 | Listener_Create endPoint=127.0.0.1:0
09:16:50.829 |V| Listener | BridgeThread:85 | Add id=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:50.829 |V| CommunicationTools | BridgeThread:85 | Listener_Create endPoint=127.0.0.1:0 res=ok bindedEndPoint=127.0.0.1:60553 listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:50.830 |V| Bridge | BridgeThread:85 | BridgeListen res=listen ipEndPoint=127.0.0.1:60553
09:16:50.831 |V| SessionFilesManager | BridgeThread:85 | GetListenerProxy listener=JetBrains.Profiler.Windows.SysTools.Impl.ListenerProxy isLocal=True
09:16:50.831 |V| LifetimeTools | BridgeThread:85 | CreateLifetime
09:16:50.831 |V| LifetimeTools | BridgeThread:85 | LifetimeDefinition_Create
09:16:50.831 |V| LifetimeDefinitions | BridgeThread:85 | Add id=28eb4dd0-f1a4-42b1-ad51-5892bbba6e64
09:16:50.831 |V| LifetimeTools | BridgeThread:85 | LifetimeDefinition_Create res=ok lifetimeIdentity={28eb4dd0-f1a4-42b1-ad51-5892bbba6e64}
09:16:50.831 |V| LifetimeTools | BridgeThread:85 | CreateLifetime res=ok lifetimeIdentity={28eb4dd0-f1a4-42b1-ad51-5892bbba6e64}
09:16:50.832 |V| SessionFilesManager | BridgeThread:85 | GetListenerProxy res=ok type=HandleConverterProxy proxyConnectionLifetimeIdentity={28eb4dd0-f1a4-42b1-ad51-5892bbba6e64}
09:16:50.922 |V| Qarug | :1 | << (Opening) Attached to Avalon element for automation UIResultListPublisherAutomation+Qarug.
09:16:50.969 |I| UnitTestLaunch | :84 | Could not connect to net.pipe://su01-lagrouj/TestExecutor/9896 in 00:00:00.5548882. Retrying...
09:16:50.977 |V| BaseProcessHostProfile | JetPool(S) #1:23 | OnStart
09:16:50.977 |V| BaseHostProfile | JetPool(S) #1:23 | OnStart
09:16:50.977 |V| BaseBridge | JetPool(S) #1:23 | BlockSubscribtion
09:16:50.977 |V| BaseBridge | JetPool(S) #1:23 | Activate
09:16:50.977 |V| ProcessTools | JetPool(S) #1:23 | Process_Start uid=2 filename=C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs11\JetBrains.ReSharper.TaskRunner.CLR4.x64.exe arguments=“"127.0.0.1" "60545" "7ef15c59-9c31-4d9b-959e-e35f64b077bf"” env=(19pcs)[COR_ENABLE_PROFILING=7, COR_PROFILER={b7abe522-a68f-44f2-925b-81e7488e9ec0}, COR_PROFILER_PATH=<DELETE-KEY>, COR_PROFILER_PATH_32=<DELETE-KEY>, COR_PROFILER_PATH_64=<DELETE-KEY>, CORECLR_ENABLE_PROFILING=7, CORECLR_PROFILER={b7abe522-a68f-44f2-925b-81e7488e9ec0}, CORECLR_PROFILER_PATH=<DELETE-KEY>, CORECLR_PROFILER_PATH_32=<DELETE-KEY>, CORECLR_PROFILER_PATH_64=<DELETE-KEY>, JETBRAINS_PROFILER_CORE_GUID={7173458e-3fc6-4b16-829c-081c5a8c56d1}, JETBRAINS_PROFILER_CORE_TYPE_ReleaseCoverage={7173458e-3fc6-4b16-829c-081c5a8c56d1}, JETBRAINS_PROFILER_CORE_LOGMASK=2, JETBRAINS_PROFILER_CORE_TEMP=<DELETE-KEY>, JETBRAINS_PROFILER_CORE_DEBUG=<DELETE-KEY>, JETBRAINS_PROFILER_CORE_FIRST=7, JETBRAINS_PROFILER_CORE_HOST=127.0.0.1:60553, JETBRAINS_PROFILER_CORE_REMOTE=<DELETE-KEY>, COMPlus_ReadyToRun=0]
09:16:50.997 |V| ProcessTools | JetPool(S) #1:23 | Process_Start uid=2 res=suspended pid=5340
09:16:50.998 |V| Process | JetPool(S) #1:23 | Add id=32e193c9-29be-4377-aba3-b85c05cb0646
09:16:50.999 |V| ProcessTools | JetPool(S) #1:23 | Process_Start uid=2 res=ok pid=5340 id=32e193c9-29be-4377-aba3-b85c05cb0646
09:16:50.999 |V| BaseHostProfile | JetPool(S) #1:23 | Start res=activate
09:16:51.003 |I| PreloadedCoverageTaskRunner | JetPool(S) #1:23 | Created preloaded task runner 7ef15c59-9c31-4d9b-959e-e35f64b077bf. Process Id: 5340
09:16:51.032 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:51.034 |V| RunningAvalonWindowsList | :1 | Possibly-Avalon window HWND 00110242 got WM_WINDOWPOSCHANGED and now has a Presentation Source Qiqud available, listing as a window.
09:16:51.034 |V| RunningAvalonWindowsList | :1 | << (Opening) Avalon Window HwndWrapper#00110242-Qiqud
09:16:51.063 |V| HandleConverterProxy | BridgeThread:85 | HandleConverterProxy srcProcessId=15280
09:16:51.063 |V| LifetimeTools | BridgeThread:85 | GetLifetime lifetimeIdentity={28eb4dd0-f1a4-42b1-ad51-5892bbba6e64}
09:16:51.063 |V| LifetimeTools | BridgeThread:85 | GetLifetime res=ok lifetimeIdentity={28eb4dd0-f1a4-42b1-ad51-5892bbba6e64}
09:16:51.063 |V| Socket | BridgeThread:85 | Add id=79a10998-eede-4ea8-a92d-d0fb5e080a8d
09:16:51.076 |V| RunningAvalonWindowsList | :1 | Found a possibly-Avalon window HWND 002D10A0, adding to the waiting list to see for a Presentation Source.
09:16:51.158 |V| VsFloatingWindowMonitorJustVs11 | :1 | VS window activated. Handle=110242. “Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow, Microsoft.VisualStudio.Shell.ViewManager, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a”
09:16:51.163 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee res=ok streamIds=(1pc)[79a10998-eede-4ea8-a92d-d0fb5e080a8d]
09:16:51.164 |V| Bridge | BridgeThread:85 | BridgeListen res=accept streadId=79a10998-eede-4ea8-a92d-d0fb5e080a8d
09:16:51.164 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:51.166 |V| Bridge | BridgeCoreThread:88 | BridgeStream streamId=79a10998-eede-4ea8-a92d-d0fb5e080a8d res=started
09:16:51.169 |V| Bridge | BridgeCoreThread:88 | BridgeStream streamId=79a10998-eede-4ea8-a92d-d0fb5e080a8d res=connected
09:16:51.181 |V| HandleConverterProxy | BridgeCoreThread:88 | ReceiveCommand cmd=Info coreProcessId=5340
09:16:51.185 |V| SessionFilesManager | BridgeCoreThread:88 | CreateCoreFilesManager coreDirs= isLocal=True
09:16:51.227 |I| UnitTestLaunch | :84 | Could not connect to net.pipe://su01-lagrouj/TestExecutor/9896 in 00:00:00.8122554. Retrying...
09:16:51.228 |V| IPropertyEx | BridgeCoreThread:88 | [BaseHostProfile.NoConnections] Boolean::BaseBridge.Connections::IsEmpty: True -> False.
09:16:51.228 |V| IPropertyEx | BridgeCoreThread:88 | [BaseHostProfile.NoConnectionsAndOperations] Boolean::(BaseBridge.Connections::IsEmpty,(BaseHostProfile.CoreOperations::IsEmpty,BaseHostProfile.Scopes::IsEmpty).And).And: True -> False.
09:16:51.239 |V| Bridge | BridgeCoreThread:88 | BridgeStream streamId=79a10998-eede-4ea8-a92d-d0fb5e080a8d res=accepted core=43fcda22-b338-4592-ba7e-0530093b5ee5 process=17fec978-672c-4617-bdef-cbe3a4d871f3
09:16:51.244 |V| CommandProcessor | BridgeCoreThread:88 | OnHandleRequest corellationId=0 handleType=Temporary
09:16:51.257 |V| HandleConverterProxy | BridgeCoreThread:88 | SendCommand cmd=Handle corellationId=0 handleResponseType=AnonymousFile res=ok
09:16:51.264 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:51.273 |V| CommandProcessor | BridgeCoreThread:88 | OnHandleRequest corellationId=1 handleType=Temporary
09:16:51.282 |V| HandleConverterProxy | BridgeCoreThread:88 | SendCommand cmd=Handle corellationId=1 handleResponseType=AnonymousFile res=ok
09:16:51.282 |V| CommandProcessor | BridgeCoreThread:88 | OnHandleRequest corellationId=2 handleType=Temporary
09:16:51.291 |V| HandleConverterProxy | BridgeCoreThread:88 | SendCommand cmd=Handle corellationId=2 handleResponseType=AnonymousFile res=ok
09:16:51.292 |V| CommandProcessor | BridgeCoreThread:88 | OnHandleRequest corellationId=3 handleType=Temporary
09:16:51.304 |V| HandleConverterProxy | BridgeCoreThread:88 | SendCommand cmd=Handle corellationId=3 handleResponseType=AnonymousFile res=ok
09:16:51.304 |V| CommandProcessor | BridgeCoreThread:88 | OnHandleRequest corellationId=4 handleType=Temporary
09:16:51.314 |V| HandleConverterProxy | BridgeCoreThread:88 | SendCommand cmd=Handle corellationId=4 handleResponseType=AnonymousFile res=ok
09:16:51.315 |V| CommandProcessor | BridgeCoreThread:88 | OnHandleRequest corellationId=5 handleType=Temporary
09:16:51.324 |V| HandleConverterProxy | BridgeCoreThread:88 | SendCommand cmd=Handle corellationId=5 handleResponseType=AnonymousFile res=ok
09:16:51.324 |V| CommandProcessor | BridgeCoreThread:88 | OnHandleRequest corellationId=6 handleType=Temporary
09:16:51.331 |V| HandleConverterProxy | BridgeCoreThread:88 | SendCommand cmd=Handle corellationId=6 handleResponseType=AnonymousFile res=ok
09:16:51.332 |V| CommandProcessor | BridgeCoreThread:88 | OnHandleRequest corellationId=7 handleType=Temporary
09:16:51.340 |V| HandleConverterProxy | BridgeCoreThread:88 | SendCommand cmd=Handle corellationId=7 handleResponseType=AnonymousFile res=ok
09:16:51.341 |V| CommandProcessor | BridgeCoreThread:88 | OnHandleRequest corellationId=8 handleType=Temporary
09:16:51.348 |V| HandleConverterProxy | BridgeCoreThread:88 | SendCommand cmd=Handle corellationId=8 handleResponseType=AnonymousFile res=ok
09:16:51.349 |V| CommandProcessor | BridgeCoreThread:88 | OnHandleRequest corellationId=9 handleType=Temporary
09:16:51.356 |V| HandleConverterProxy | BridgeCoreThread:88 | SendCommand cmd=Handle corellationId=9 handleResponseType=AnonymousFile res=ok
09:16:51.356 |V| CommandProcessor | BridgeCoreThread:88 | OnHandleRequest corellationId=10 handleType=Temporary
09:16:51.364 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:51.365 |V| HandleConverterProxy | BridgeCoreThread:88 | SendCommand cmd=Handle corellationId=10 handleResponseType=AnonymousFile res=ok
09:16:51.378 |V| MeasureCommandProcessor | BridgeCoreThread:88 | OnUnsupported
09:16:51.462 |V| Qarug | :1 | << (Opening) IsToPublish high, publishing the result list.
09:16:51.464 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:51.465 |V| VsCommandScopeMonitor | :1 | Selected window frame changed to "Unit Test Sessions" {a39b864d-7447-5dce-90ed-95824533d3e7}
09:16:51.488 |V| VsIntellisenseDisableMonitor | :1 | Enable VS completion
09:16:51.489 |V| VsIntellisenseDisableMonitor | :1 | Enable VS signature help
09:16:51.537 |I| UnitTestLaunch | :84 | Could not connect to net.pipe://su01-lagrouj/TestExecutor/9896 in 00:00:01.1227769. Retrying...
09:16:51.544 |V| VsDocumentOperationsHandlerWhidbey| :1 | VSDocumentOperationsHandler::ConnectToStream, id 33298146 text stream:31247864
09:16:51.546 |V| ComponentStorage | :1 | Factory(VsCodeEditorDevTen) created
09:16:51.564 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:51.574 |V| ComponentStorage | :1 | Factory(VsTextControlDevTen) created
09:16:51.664 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:51.714 |I| PsiChangesListener | :1 | Ranges building started
09:16:51.715 |I| PsiChangesListener | :1 | Ranges building completed
09:16:51.764 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:51.864 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:51.894 |I| UnitTestLaunch | :84 | Could not connect to net.pipe://su01-lagrouj/TestExecutor/9896 in 00:00:01.4799683. Retrying...
09:16:51.964 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:52.064 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:52.164 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:52.236 |V| | :1 | STE: Creating Read Activity, Document StackTraceExplorerEditor.Fygekyf
09:16:52.240 |V| | :1 | STE: Working, document StackTraceExplorerEditor.Fygekyf
09:16:52.247 |V| | :1 | STE: Finishing parsing, document StackTraceExplorerEditor.Fygekyf
09:16:52.264 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:52.301 |I| UnitTestLaunch | :84 | Could not connect to net.pipe://su01-lagrouj/TestExecutor/9896 in 00:00:01.8862019. Retrying...
09:16:52.364 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:52.464 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:52.564 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:52.664 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:52.753 |V| RunningAvalonWindowsList | :1 | Found a possibly-Avalon window HWND 001A0A50, adding to the waiting list to see for a Presentation Source.
09:16:52.756 |I| UnitTestLaunch | :84 | Could not connect to net.pipe://su01-lagrouj/TestExecutor/9896 in 00:00:02.3418580. Retrying...
09:16:52.764 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:52.774 |V| RunningAvalonWindowsList | :1 | Possibly-Avalon window HWND 001A0A50 got WM_WINDOWPOSCHANGED and now has a Presentation Source Duxig available, listing as a window.
09:16:52.774 |V| RunningAvalonWindowsList | :1 | << (Opening) Avalon Window HwndWrapper#001A0A50-Duxig
09:16:52.776 |V| RunningAvalonWindowsList | :1 | Found a possibly-Avalon window HWND 001710B4, adding to the waiting list to see for a Presentation Source.
09:16:52.794 |V| RunningAvalonWindowsList | :1 | Possibly-Avalon window HWND 001710B4 got WM_WINDOWPOSCHANGED and now has a Presentation Source Debel available, listing as a window.
09:16:52.794 |V| RunningAvalonWindowsList | :1 | << (Opening) Avalon Window HwndWrapper#001710B4-Debel
09:16:52.795 |V| RunningAvalonWindowsList | :1 | Found a possibly-Avalon window HWND 00130CC0, adding to the waiting list to see for a Presentation Source.
09:16:52.826 |V| RunningAvalonWindowsList | :1 | Possibly-Avalon window HWND 00130CC0 got WM_WINDOWPOSCHANGED and now has a Presentation Source Power available, listing as a window.
09:16:52.827 |V| RunningAvalonWindowsList | :1 | << (Opening) Avalon Window HwndWrapper#00130CC0-Power
09:16:52.828 |V| RunningAvalonWindowsList | :1 | Found a possibly-Avalon window HWND 00080B00, adding to the waiting list to see for a Presentation Source.
09:16:52.844 |V| RunningAvalonWindowsList | :1 | Possibly-Avalon window HWND 00080B00 got WM_WINDOWPOSCHANGED and now has a Presentation Source Lexyf available, listing as a window.
09:16:52.844 |V| RunningAvalonWindowsList | :1 | << (Opening) Avalon Window HwndWrapper#00080B00-Lexyf
09:16:52.845 |V| RunningAvalonWindowsList | :1 | Found a possibly-Avalon window HWND 00090EA0, adding to the waiting list to see for a Presentation Source.
09:16:52.861 |V| RunningAvalonWindowsList | :1 | Possibly-Avalon window HWND 00090EA0 got WM_WINDOWPOSCHANGED and now has a Presentation Source Xiqaq available, listing as a window.
09:16:52.861 |V| RunningAvalonWindowsList | :1 | << (Opening) Avalon Window HwndWrapper#00090EA0-Xiqaq
09:16:52.864 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:52.879 |V| RunningAvalonWindowsList | :1 | Got WM_DESTROY for Avalon window HwndWrapper#001A0A50-Duxig, revoking.
09:16:52.879 |V| RunningAvalonWindowsList | :1 | >> (Closing) Avalon Window HwndWrapper#001A0A50-Duxig
09:16:52.880 |V| RunningAvalonWindowsList | :1 | Found a possibly-Avalon window HWND 001B0A50, adding to the waiting list to see for a Presentation Source.
09:16:52.890 |V| RunningAvalonWindowsList | :1 | Possibly-Avalon window HWND 001B0A50 got WM_WINDOWPOSCHANGED and now has a Presentation Source Camak available, listing as a window.
09:16:52.890 |V| RunningAvalonWindowsList | :1 | << (Opening) Avalon Window HwndWrapper#001B0A50-Camak
09:16:52.922 |V| RunningAvalonWindowsList | :1 | Got WM_DESTROY for Avalon window HwndWrapper#001B0A50-Camak, revoking.
09:16:52.922 |V| RunningAvalonWindowsList | :1 | >> (Closing) Avalon Window HwndWrapper#001B0A50-Camak
09:16:52.924 |V| RunningAvalonWindowsList | :1 | Got WM_DESTROY for Avalon window HwndWrapper#001710B4-Debel, revoking.
09:16:52.924 |V| RunningAvalonWindowsList | :1 | >> (Closing) Avalon Window HwndWrapper#001710B4-Debel
09:16:52.924 |V| RunningAvalonWindowsList | :1 | Got WM_DESTROY for Avalon window HwndWrapper#00130CC0-Power, revoking.
09:16:52.925 |V| RunningAvalonWindowsList | :1 | >> (Closing) Avalon Window HwndWrapper#00130CC0-Power
09:16:52.926 |V| RunningAvalonWindowsList | :1 | Got WM_DESTROY for Avalon window HwndWrapper#00080B00-Lexyf, revoking.
09:16:52.926 |V| RunningAvalonWindowsList | :1 | >> (Closing) Avalon Window HwndWrapper#00080B00-Lexyf
09:16:52.927 |V| RunningAvalonWindowsList | :1 | Got WM_DESTROY for Avalon window HwndWrapper#00090EA0-Xiqaq, revoking.
09:16:52.927 |V| RunningAvalonWindowsList | :1 | >> (Closing) Avalon Window HwndWrapper#00090EA0-Xiqaq
09:16:52.964 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:53.064 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:53.164 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:53.264 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:53.265 |I| UnitTestLaunch | :84 | Could not connect to net.pipe://su01-lagrouj/TestExecutor/9896 in 00:00:02.8501934. Retrying...
09:16:53.364 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:53.464 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:53.564 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:53.664 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:53.699 |I| UnitTestServer | :73 | 127.0.0.1:60556 connected
09:16:53.764 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:53.821 |I| UnitTestLaunch | :84 | Could not connect to net.pipe://su01-lagrouj/TestExecutor/9896 in 00:00:03.4067478. Retrying...
09:16:53.864 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:53.964 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:54.064 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:54.164 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:54.264 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:54.363 |V| RunningAvalonWindowsList | :1 | Found a possibly-Avalon window HWND 000A0EA0, adding to the waiting list to see for a Presentation Source.
09:16:54.364 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:54.394 |V| RunningAvalonWindowsList | :1 | Possibly-Avalon window HWND 000A0EA0 got WM_WINDOWPOSCHANGED and now has a Presentation Source Xixih available, listing as a window.
09:16:54.394 |V| RunningAvalonWindowsList | :1 | << (Opening) Avalon Window HwndWrapper#000A0EA0-Xixih
09:16:54.426 |I| UnitTestLaunch | :84 | Could not connect to net.pipe://su01-lagrouj/TestExecutor/9896 in 00:00:04.0117800. Retrying...
09:16:54.432 |V| RunningAvalonWindowsList | :1 | Got WM_DESTROY for Avalon window HwndWrapper#000A0EA0-Xixih, revoking.
09:16:54.432 |V| RunningAvalonWindowsList | :1 | >> (Closing) Avalon Window HwndWrapper#000A0EA0-Xixih
09:16:54.434 |V| RunningAvalonWindowsList | :1 | Found a possibly-Avalon window HWND 000B0EA0, adding to the waiting list to see for a Presentation Source.
09:16:54.461 |V| RunningAvalonWindowsList | :1 | Possibly-Avalon window HWND 000B0EA0 got WM_WINDOWPOSCHANGED and now has a Presentation Source Dedaf available, listing as a window.
09:16:54.461 |V| RunningAvalonWindowsList | :1 | << (Opening) Avalon Window HwndWrapper#000B0EA0-Dedaf
09:16:54.464 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:54.564 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:54.578 |V| RunningAvalonWindowsList | :1 | Got WM_DESTROY for Avalon window HwndWrapper#000B0EA0-Dedaf, revoking.
09:16:54.578 |V| RunningAvalonWindowsList | :1 | >> (Closing) Avalon Window HwndWrapper#000B0EA0-Dedaf
09:16:54.580 |V| RunningAvalonWindowsList | :1 | Found a possibly-Avalon window HWND 000C0EA0, adding to the waiting list to see for a Presentation Source.
09:16:54.595 |V| RunningAvalonWindowsList | :1 | Possibly-Avalon window HWND 000C0EA0 got WM_WINDOWPOSCHANGED and now has a Presentation Source Tygys available, listing as a window.
09:16:54.595 |V| RunningAvalonWindowsList | :1 | << (Opening) Avalon Window HwndWrapper#000C0EA0-Tygys
09:16:54.625 |V| RunningAvalonWindowsList | :1 | Got WM_DESTROY for Avalon window HwndWrapper#000C0EA0-Tygys, revoking.
09:16:54.625 |V| RunningAvalonWindowsList | :1 | >> (Closing) Avalon Window HwndWrapper#000C0EA0-Tygys
09:16:54.627 |V| RunningAvalonWindowsList | :1 | Found a possibly-Avalon window HWND 000D0EA0, adding to the waiting list to see for a Presentation Source.
09:16:54.645 |V| RunningAvalonWindowsList | :1 | Possibly-Avalon window HWND 000D0EA0 got WM_WINDOWPOSCHANGED and now has a Presentation Source Tuduh available, listing as a window.
09:16:54.645 |V| RunningAvalonWindowsList | :1 | << (Opening) Avalon Window HwndWrapper#000D0EA0-Tuduh
09:16:54.664 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:54.679 |V| RunningAvalonWindowsList | :1 | Got WM_DESTROY for Avalon window HwndWrapper#000D0EA0-Tuduh, revoking.
09:16:54.679 |V| RunningAvalonWindowsList | :1 | >> (Closing) Avalon Window HwndWrapper#000D0EA0-Tuduh
09:16:54.680 |V| RunningAvalonWindowsList | :1 | Found a possibly-Avalon window HWND 000E0EA0, adding to the waiting list to see for a Presentation Source.
09:16:54.688 |V| RunningAvalonWindowsList | :1 | Possibly-Avalon window HWND 000E0EA0 got WM_WINDOWPOSCHANGED and now has a Presentation Source Zotov available, listing as a window.
09:16:54.688 |V| RunningAvalonWindowsList | :1 | << (Opening) Avalon Window HwndWrapper#000E0EA0-Zotov
09:16:54.764 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:54.860 |V| RunningAvalonWindowsList | :1 | Got WM_DESTROY for Avalon window HwndWrapper#000E0EA0-Zotov, revoking.
09:16:54.860 |V| RunningAvalonWindowsList | :1 | >> (Closing) Avalon Window HwndWrapper#000E0EA0-Zotov
09:16:54.862 |V| RunningAvalonWindowsList | :1 | Found a possibly-Avalon window HWND 000F0EA0, adding to the waiting list to see for a Presentation Source.
09:16:54.864 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:54.879 |V| RunningAvalonWindowsList | :1 | Possibly-Avalon window HWND 000F0EA0 got WM_WINDOWPOSCHANGED and now has a Presentation Source Loweg available, listing as a window.
09:16:54.879 |V| RunningAvalonWindowsList | :1 | << (Opening) Avalon Window HwndWrapper#000F0EA0-Loweg
09:16:54.964 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:55.064 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:55.083 |I| UnitTestLaunch | :84 | Could not connect to net.pipe://su01-lagrouj/TestExecutor/9896 in 00:00:04.6683706. Retrying...
09:16:55.164 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:55.264 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:55.305 |V| Qarug | :1 | >> (Closing) IsToPublish high, publishing the result list.
09:16:55.364 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:55.464 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:55.485 |V| RunningAvalonWindowsList | :1 | Got WM_DESTROY for Avalon window HwndWrapper#000F0EA0-Loweg, revoking.
09:16:55.485 |V| RunningAvalonWindowsList | :1 | >> (Closing) Avalon Window HwndWrapper#000F0EA0-Loweg
09:16:55.564 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:55.664 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:55.764 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:55.788 |I| UnitTestLaunch | :84 | Connection to net.pipe://su01-lagrouj/TestExecutor/9896 exceeded timeout of 00:00:05.
09:16:55.823 |W| UnitTestLaunch | :84 | Transition failed: Transition from state <RunnerStarting> on event <local::RunnerStarted>. There was no endpoint listening at net.pipe://su01-lagrouj/TestExecutor/9896 that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. The pipe endpoint 'net.pipe://su01-lagrouj/TestExecutor/9896' could not be found on your local machine.
--- EXCEPTION #1/3 [PipeException]
Message = “The pipe endpoint 'net.pipe://su01-lagrouj/TestExecutor/9896' could not be found on your local machine.”
ExceptionPath = Root.InnerException.InnerException
ClassName = System.IO.PipeException
HResult = COR_E_IO=80131620
--- Outer ---
--- EXCEPTION #2/3 [EndpointNotFoundException]
Message = “There was no endpoint listening at net.pipe://su01-lagrouj/TestExecutor/9896 that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.”
ExceptionPath = Root.InnerException
ClassName = System.ServiceModel.EndpointNotFoundException
InnerException = “Exception #1 at Root.InnerException.InnerException”
RemoteStackTraceString = “
Server stack trace:
at System.ServiceModel.Channels.PipeConnectionInitiator.GetPipeName(Uri uri, IPipeTransportFactorySettings transportFactorySettings)
at System.ServiceModel.Channels.NamedPipeConnectionPoolRegistry.NamedPipeConnectionPool.GetPoolKey(EndpointAddress address, Uri via)
at System.ServiceModel.Channels.CommunicationPool`2.TakeConnection(EndpointAddress address, Uri via, TimeSpan timeout, TKey& key)
at System.ServiceModel.Channels.ConnectionPoolHelper.EstablishConnection(TimeSpan timeout)
at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.OnOpen(TimeSpan timeout)
at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout)
at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.CallOpenOnce.System.ServiceModel.Channels.ServiceChannel.ICallOnce.Call(ServiceChannel channel, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.CallOnceManager.CallOnce(TimeSpan timeout, CallOnceManager cascade)
at System.ServiceModel.Channels.ServiceChannel.EnsureOpened(TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
”
HResult = COR_E_SYSTEM=80131501
Source = mscorlib
StackTraceString = “
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at Microsoft.VisualStudio.TestPlatform.Core.ITestExecutorService.InitializeConnection(IEnumerable`1 pathToAdditionalExtensions, Boolean loadOnlyWellKnownExtensions)
at JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.Wcf.TestExecutorServiceProxy.InitializeConnection(IEnumerable`1 pathToAdditionalExtensions, Boolean loadOnlyWellKnownExtensions)
at JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.MsTestExecutionProtocol.<>c__DisplayClass32_0.<OpenClient>b__1(ITestExecutorService x)
at JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.Wcf.ResurrectableProxy`1.WithTimeout(Action`1 action)
at JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.MsTestExecutionProtocol.OpenClient()
at Appccelerate.StateMachine.Machine.ActionHolders.ArgumentLessActionHolder.Execute(Object argument) in C:\projects\appccelerate\repos\statemachine\source\Appccelerate.StateMachine\Machine\ActionHolders\ArgumentLessActionHolder.cs:line 37
at Appccelerate.StateMachine.Machine.States.State`2.ExecuteEntryAction(IActionHolder actionHolder, ITransitionContext`2 context) in C:\projects\appccelerate\repos\statemachine\source\Appccelerate.StateMachine\Machine\States\State.cs:line 340
”
--- Outer ---
--- EXCEPTION #3/3 [LoggerException]
Message = “Transition failed: Transition from state <RunnerStarting> on event <local::RunnerStarted>. There was no endpoint listening at net.pipe://su01-lagrouj/TestExecutor/9896 that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #2 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.MsTestExecutionProtocol.<.ctor>b__24_17(Object sender, TransitionExceptionEventArgs`2 args)
at Appccelerate.StateMachine.Machine.StateMachine`2.RaiseEvent[T](EventHandler`1 eventHandler, T arguments, ITransitionContext`2 context, Boolean raiseEventOnException) in C:\projects\appccelerate\repos\statemachine\source\Appccelerate.StateMachine\Machine\StateMachine.cs:line 404
at Appccelerate.StateMachine.Machine.StateMachine`2.OnExceptionThrown(ITransitionContext`2 context, Exception exception) in C:\projects\appccelerate\repos\statemachine\source\Appccelerate.StateMachine\Machine\StateMachine.cs:line 260
at Appccelerate.StateMachine.Machine.Contexts.TransitionContext`2.OnExceptionThrown(Exception exception) in C:\projects\appccelerate\repos\statemachine\source\Appccelerate.StateMachine\Machine\Contexts\TransitionContext.cs:line 74
at Appccelerate.StateMachine.Machine.States.State`2.HandleException(Exception exception, ITransitionContext`2 context) in C:\projects\appccelerate\repos\statemachine\source\Appccelerate.StateMachine\Machine\States\State.cs:line 307
at Appccelerate.StateMachine.Machine.States.State`2.HandleEntryActionException(ITransitionContext`2 context, Exception exception) in C:\projects\appccelerate\repos\statemachine\source\Appccelerate.StateMachine\Machine\States\State.cs:line 357
at Appccelerate.StateMachine.Machine.States.State`2.ExecuteEntryAction(IActionHolder actionHolder, ITransitionContext`2 context) in C:\projects\appccelerate\repos\statemachine\source\Appccelerate.StateMachine\Machine\States\State.cs:line 345
at Appccelerate.StateMachine.Machine.States.State`2.ExecuteEntryActions(ITransitionContext`2 context) in C:\projects\appccelerate\repos\statemachine\source\Appccelerate.StateMachine\Machine\States\State.cs:line 330
at Appccelerate.StateMachine.Machine.States.State`2.Entry(ITransitionContext`2 context) in C:\projects\appccelerate\repos\statemachine\source\Appccelerate.StateMachine\Machine\States\State.cs:line 247
at Appccelerate.StateMachine.Machine.Transitions.Transition`2.Fire(IState`2 source, IState`2 target, ITransitionContext`2 context) in C:\projects\appccelerate\repos\statemachine\source\Appccelerate.StateMachine\Machine\Transitions\Transition.cs:line 172
at Appccelerate.StateMachine.Machine.Transitions.Transition`2.Fire(ITransitionContext`2 context) in C:\projects\appccelerate\repos\statemachine\source\Appccelerate.StateMachine\Machine\Transitions\Transition.cs:line 87
at Appccelerate.StateMachine.Machine.States.State`2.Fire(ITransitionContext`2 context) in C:\projects\appccelerate\repos\statemachine\source\Appccelerate.StateMachine\Machine\States\State.cs:line 222
at Appccelerate.StateMachine.Machine.StateMachine`2.Fire(TEvent eventId, Object eventArgument) in C:\projects\appccelerate\repos\statemachine\source\Appccelerate.StateMachine\Machine\StateMachine.cs:line 230
at Appccelerate.StateMachine.ActiveStateMachine`2.ProcessEventQueue(CancellationToken cancellationToken) in C:\projects\appccelerate\repos\statemachine\source\Appccelerate.StateMachine\ActiveStateMachine.cs:line 338
at Appccelerate.StateMachine.ActiveStateMachine`2.<Start>b__32_0() in C:\projects\appccelerate\repos\statemachine\source\Appccelerate.StateMachine\ActiveStateMachine.cs:line 257
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
at System.Threading.Tasks.ThreadPoolTaskScheduler.LongRunningThreadWork(Object obj)
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart(Object obj)
”
09:16:55.824 |I| UnitTestLaunch | :84 | Process C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.executionengine.x86.exe:9896 is being aborted
09:16:55.838 |I| UnitTestLaunch | :84 | Process C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.executionengine.x86.exe:9896 has exited with code (-1)
Output stream:
Error stream:
09:16:55.863 |W| UnitTestLaunch | :84 | C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.executionengine.x86.exe exited with exit code (-1)
Output stream:
Error stream:
09:16:55.864 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:55.865 |I| UnitTestLaunch | :51 | RunTestsStage completed
09:16:55.865 |I| UnitTestLaunch | :51 | FinishLaunchStage started
09:16:55.868 |I| UnitTestLaunch | :51 | Finishing run
09:16:55.873 |W| UnitTestLaunch | :51 | Element XmlSerial35Tests.UnitTest1 was left pending after its run completion.
09:16:55.877 |W| UnitTestLaunch | :51 | Element XmlSerial35Tests.UnitTest1.EqualsTests was left pending after its run completion.
09:16:55.878 |W| UnitTestLaunch | :51 | Element XmlSerial35Tests.UnitTest1.SerializeObjectGeneric01 was left pending after its run completion.
09:16:55.879 |W| UnitTestLaunch | :51 | Element XmlSerial35Tests.UnitTest1.SerializeObjectGeneric02 was left pending after its run completion.
09:16:55.879 |W| UnitTestLaunch | :51 | Element XmlSerial35Tests.UnitTest1.SerializeObjectGeneric02B was left pending after its run completion.
09:16:55.879 |W| UnitTestLaunch | :51 | Element XmlSerial35Tests.UnitTest1.SerializeObjectGeneric02BLoud was left pending after its run completion.
09:16:55.879 |W| UnitTestLaunch | :51 | Element XmlSerial35Tests.UnitTest1.DeSerializeSoapBlank was left pending after its run completion.
09:16:55.879 |W| UnitTestLaunch | :51 | Element XmlSerial35Tests.UnitTest1.DeSerializeSoapNull was left pending after its run completion.
09:16:55.879 |W| UnitTestLaunch | :51 | Element XmlSerial35Tests.UnitTest1.SerializeSoap1 was left pending after its run completion.
09:16:55.879 |W| UnitTestLaunch | :51 | Element XmlSerial35Tests.UnitTest1.SerializeSoap1X was left pending after its run completion.
09:16:55.879 |W| UnitTestLaunch | :51 | Element XmlSerial35Tests.UnitTest1.SerializeSoap2 was left pending after its run completion.
09:16:55.879 |W| UnitTestLaunch | :51 | Element XmlSerial35Tests.UnitTest1.SerializeSoap3 was left pending after its run completion.
09:16:55.879 |W| UnitTestLaunch | :51 | Element XmlSerial35Tests.UnitTest1.SerializeSoap4 was left pending after its run completion.
09:16:55.880 |W| UnitTestLaunch | :51 | Element XmlSerial35Tests.UnitTest1.SerializeSoap5 was left pending after its run completion.
09:16:55.880 |W| UnitTestLaunch | :51 | Element XmlSerial35Tests.UnitTest1.SerializeSoap6 was left pending after its run completion.
09:16:55.880 |W| UnitTestLaunch | :51 | Element XmlSerial35Tests.UnitTest1.CopyObject1 was left pending after its run completion.
09:16:55.880 |W| UnitTestLaunch | :51 | Element XmlSerial35Tests.UnitTest1.CopyObject2 was left pending after its run completion.
09:16:55.880 |W| UnitTestLaunch | :51 | Element XmlSerial35Tests.UnitTest1.CopyObject3 was left pending after its run completion.
09:16:55.880 |W| UnitTestLaunch | :51 | Element XmlSerial35Tests.UnitTest1.CopyObject4 was left pending after its run completion.
09:16:55.880 |W| UnitTestLaunch | :51 | Element XmlSerial35Tests.UnitTest1.CopyObject5 was left pending after its run completion.
09:16:55.880 |W| UnitTestLaunch | :51 | Element XmlSerial35Tests.UnitTest1.CopyObject5Loud was left pending after its run completion.
09:16:55.880 |W| UnitTestLaunch | :51 | Element XmlSerial35Tests.UnitTest1.SerializeObjectWithoutNamespace01 was left pending after its run completion.
09:16:55.880 |W| UnitTestLaunch | :51 | Element XmlSerial35Tests.UnitTest1.SerializeObjectWithoutNamespace01T was left pending after its run completion.
09:16:55.880 |W| UnitTestLaunch | :51 | Element XmlSerial35Tests.UnitTest1.SerializeObjectWithoutNamespace02 was left pending after its run completion.
09:16:55.881 |W| UnitTestLaunch | :51 | Element XmlSerial35Tests.UnitTest1.SerializeObjectWithoutNamespace03 was left pending after its run completion.
09:16:55.881 |W| UnitTestLaunch | :51 | Element XmlSerial35Tests.UnitTest1.SerializeObjectWithoutNamespace03Loud was left pending after its run completion.
09:16:55.881 |W| UnitTestLaunch | :51 | Element XmlSerial35Tests.UnitTest1.SerializeObjectWithoutNamespace03T was left pending after its run completion.
09:16:55.881 |W| UnitTestLaunch | :51 | Element XmlSerial35Tests.UnitTest1.SerializeObjectWithoutNamespace04T was left pending after its run completion.
09:16:55.881 |W| UnitTestLaunch | :51 | Element XmlSerial35Tests.UnitTest1.SerializeObjectXElement01 was left pending after its run completion.
09:16:55.881 |W| UnitTestLaunch | :51 | Element XmlSerial35Tests.UnitTest1.SerializeObjectXmlElement01 was left pending after its run completion.
09:16:55.881 |W| UnitTestLaunch | :51 | Element XmlSerial35Tests.UnitTest1.SerializeObjectAsSubclass01 was left pending after its run completion.
09:16:55.881 |W| UnitTestLaunch | :51 | Element XmlSerial35Tests.UnitTest1.SerializeObjectAsSubclass02 was left pending after its run completion.
09:16:55.881 |W| UnitTestLaunch | :51 | Element XmlSerial35Tests.UnitTest1.SerializeObjectAsSubclass02B was left pending after its run completion.
09:16:55.882 |W| UnitTestLaunch | :51 | Element XmlSerial35Tests.UnitTest1.SerializeObjectAsSubclass02Br was left pending after its run completion.
09:16:55.882 |W| UnitTestLaunch | :51 | Element XmlSerial35Tests.UnitTest1.DataTableTest01 was left pending after its run completion.
09:16:55.882 |W| UnitTestLaunch | :51 | Element XmlSerial35Tests.UnitTest1.DataTableTest02 was left pending after its run completion.
09:16:55.882 |W| UnitTestLaunch | :51 | Element XmlSerial35Tests.UnitTest1.DataTableTest01B was left pending after its run completion.
09:16:55.882 |W| UnitTestLaunch | :51 | Element XmlSerial35Tests.UnitTest1.DataTableTest02B was left pending after its run completion.
09:16:55.885 |I| UnitTestLaunch | :51 | Run is finished
09:16:55.885 |I| UnitTestLaunch | :51 | FinishLaunchStage completed
09:16:55.964 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:56.064 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:56.164 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:56.264 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:56.364 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:56.464 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:56.564 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:56.664 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:56.764 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:56.864 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:56.964 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:57.064 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:57.164 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:57.264 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:57.364 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:57.464 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:57.564 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:57.664 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:57.764 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:57.864 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:57.964 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:58.064 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:58.164 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:58.264 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:58.364 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:58.395 |V| VsIntellisenseDisableMonitor | :1 | Allow VS completion session for CSharp. TextBuffer: CSharp "Zopoh" "using System; u"
09:16:58.405 |V| VsQuickInfoSourceSinceVs10 | :1 | Common. Null content is cached. Skip augmentation.
09:16:58.421 |V| RunningAvalonWindowsList | :1 | Found a possibly-Avalon window HWND 00100EA0, adding to the waiting list to see for a Presentation Source.
09:16:58.430 |V| RunningAvalonWindowsList | :1 | Possibly-Avalon window HWND 00100EA0 got WM_WINDOWPOSCHANGED and now has a Presentation Source Nyqad available, listing as a window.
09:16:58.430 |V| RunningAvalonWindowsList | :1 | << (Opening) Avalon Window HwndWrapper#00100EA0-Nyqad
09:16:58.464 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:58.564 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:58.664 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:58.764 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:58.864 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:58.964 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:59.064 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:59.142 |V| ComponentStorage | JetPool(S) #1:23 | Factory(JavaScriptUnitTestProvidersSettingsMigration) created
09:16:59.162 |V| ComponentStorage | JetPool(S) #1:23 | Factory(RemoveBuildPolicyAlwaysMigration) created
09:16:59.163 |V| ComponentStorage | JetPool(S) #1:23 | Factory(XmlMoveToCommonFormatterSettingsUpgrade) created
09:16:59.164 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:59.164 |V| ComponentStorage | JetPool(S) #1:23 | Factory(TsModuleAliasesSettingsUpgrader) created
09:16:59.165 |V| ComponentStorage | JetPool(S) #1:23 | Factory(JsCodeFormatterSettingsUpgrader) created
09:16:59.167 |V| ComponentStorage | JetPool(S) #1:23 | Factory(JsWrapperSettingsUpgrader) created
09:16:59.167 |V| ComponentStorage | JetPool(S) #1:23 | Factory(JsParsFormattingSettingsUpgrader) created
09:16:59.168 |V| ComponentStorage | JetPool(S) #1:23 | Factory(MigrateBlankLinesAroundFieldToBlankLinesAroundProperty) created
09:16:59.169 |V| ComponentStorage | JetPool(S) #1:23 | Factory(MigrateThisQualifierSettings) created
09:16:59.169 |V| ComponentStorage | JetPool(S) #1:23 | Factory(AlwaysTreatStructAsNotReorderableMigration) created
09:16:59.170 |V| ComponentStorage | JetPool(S) #1:23 | Factory(AddAccessorOwnerDeclarationBracesMigration) created
09:16:59.171 |V| ComponentStorage | JetPool(S) #1:23 | Factory(CSharpPlaceAttributeOnSameLineMigration) created
09:16:59.175 |V| ComponentStorage | JetPool(S) #1:23 | Factory(CSharpRenamePlacementToArrangementMigration) created
09:16:59.177 |V| ComponentStorage | JetPool(S) #1:23 | Factory(CSharpPlaceEmbeddedOnSameLineMigration) created
09:16:59.180 |V| ComponentStorage | JetPool(S) #1:23 | Factory(CSharpKeepExistingMigration) created
09:16:59.181 |V| ComponentStorage | JetPool(S) #1:23 | Factory(CSharpAttributeForSingleLineMethodUpgrade) created
09:16:59.182 |V| ComponentStorage | JetPool(S) #1:23 | Factory(CSharpFileLayoutPatternsUpgrade) created
09:16:59.183 |V| ComponentStorage | JetPool(S) #1:23 | Factory(AlignmentTabFillStyleMigration) created
09:16:59.264 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:59.364 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:59.464 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:59.564 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:59.664 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:59.764 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:59.864 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:16:59.964 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:00.064 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:00.164 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:00.264 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:00.364 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:00.464 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:00.564 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:00.664 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:00.764 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:00.864 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:00.964 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:01.064 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:01.164 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:01.264 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:01.364 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:01.464 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:01.564 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:01.664 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:01.764 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:01.864 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:01.964 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:02.064 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:02.164 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:02.264 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:02.364 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:02.464 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:02.564 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:02.664 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:02.764 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:02.864 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:02.964 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:03.064 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:03.164 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:03.264 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:03.364 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:03.464 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:03.564 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:03.664 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:03.764 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:03.833 |V| RunningAvalonWindowsList | :1 | Got WM_DESTROY for Avalon window HwndWrapper#00100EA0-Nyqad, revoking.
09:17:03.833 |V| RunningAvalonWindowsList | :1 | >> (Closing) Avalon Window HwndWrapper#00100EA0-Nyqad
09:17:03.864 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:03.964 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:04.064 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:04.164 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:04.264 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:04.364 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:04.464 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:04.564 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:04.641 |V| VsIntellisenseDisableMonitor | :1 | Allow VS completion session for CSharp. TextBuffer: CSharp "Zopoh" "using System; u"
09:17:04.642 |V| VsQuickInfoSourceSinceVs10 | :1 | Common. Null content is cached. Skip augmentation.
09:17:04.644 |V| RunningAvalonWindowsList | :1 | Found a possibly-Avalon window HWND 00110EA0, adding to the waiting list to see for a Presentation Source.
09:17:04.652 |V| RunningAvalonWindowsList | :1 | Possibly-Avalon window HWND 00110EA0 got WM_WINDOWPOSCHANGED and now has a Presentation Source Peken available, listing as a window.
09:17:04.653 |V| RunningAvalonWindowsList | :1 | << (Opening) Avalon Window HwndWrapper#00110EA0-Peken
09:17:04.664 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:04.764 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:04.766 |V| RunningAvalonWindowsList | :1 | Got WM_DESTROY for Avalon window HwndWrapper#00110EA0-Peken, revoking.
09:17:04.766 |V| RunningAvalonWindowsList | :1 | >> (Closing) Avalon Window HwndWrapper#00110EA0-Peken
09:17:04.864 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:04.964 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:05.064 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:05.164 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:05.264 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:05.285 |V| RunningAvalonWindowsList | :1 | Found a possibly-Avalon window HWND 00120EA0, adding to the waiting list to see for a Presentation Source.
09:17:05.353 |V| RunningAvalonWindowsList | :1 | Possibly-Avalon window HWND 00120EA0 got WM_WINDOWPOSCHANGED and now has a Presentation Source Filem available, listing as a window.
09:17:05.353 |V| RunningAvalonWindowsList | :1 | << (Opening) Avalon Window HwndWrapper#00120EA0-Filem
09:17:05.364 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:05.464 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:05.564 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:05.664 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:05.764 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:05.864 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:05.964 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:06.064 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:06.164 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:06.264 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:06.364 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:06.464 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:06.564 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:06.664 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:06.764 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:06.864 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:06.964 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:07.064 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:07.164 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:07.234 |I| VsSolutionManager10 | :1 | VSSolutionManager::OnBeforeCloseSolution 38444057
09:17:07.234 |I| VsSolutionManager10 | :1 | VSSolutionManager::CloseSolutionInstance 38444057
09:17:07.235 |V| SolutionManagerBase | :1 | Closing solution...
09:17:07.253 |V| SolutionManagerBase | :1 | Clear tasks
09:17:07.253 |V| SolutionManagerBase | :1 | Close solution instance
09:17:07.264 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:07.268 |V| SolutionBuilder | :1 | UpdateState IsReady=False, Runner=
09:17:07.268 |V| SolutionBuilder | :1 | Runner: VsSolutionBuilderRunner is not available
09:17:07.277 |V| VsDocumentOperationsHandlerWhidbey| :1 | VSDocumentOperationsHandler::DisconnetFromStream, id 33298146 text stream:31247864
09:17:07.277 |V| VsDocumentOperationsHandlerWhidbey| :1 | VSDocumentOperationsHandler::Dispose, id:33298146, text stream:0
09:17:07.279 |V| VsIntellisenseDisableMonitor | :1 | VS parameter info is executing: False
09:17:07.279 |V| VsIntellisenseDisableMonitor | :1 | VS completion is executing: False
09:17:07.279 |V| IPropertyEx | :1 | Boolean::ExternalSourcesActivation::Active: True -> False.
09:17:07.280 |V| VsDtePropertiesFacade | :1 | TextEditor.CSharp-Specific.Squiggles_SemanticAnalysis enabled by AnalysisEnabled
09:17:07.281 |V| VsDtePropertiesFacade | :1 | Restore TextEditor.CSharp-Specific.Squiggles_SemanticAnalysis = 0
09:17:07.282 |V| VsDtePropertiesFacade | :1 | TextEditor.CSharp-Specific.Squiggles enabled by AnalysisEnabled
09:17:07.282 |V| VsDtePropertiesFacade | :1 | Restore TextEditor.CSharp-Specific.Squiggles = 0
09:17:07.286 |V| StyleCopSettingsService | :1 | Unpin (stop live) key C:\TFS\Misc\XmlSerial35\XmlSerial35Tests\UnitTest1.cs
09:17:07.286 |V| EditorConfigService | :1 | Unpin (stop live) key C:\TFS\Misc\XmlSerial35\XmlSerial35Tests\UnitTest1.cs
09:17:07.286 |V| ClangFormatConfigService | :1 | Unpin (stop live) key C:\TFS\Misc\XmlSerial35\XmlSerial35Tests\UnitTest1.cs
09:17:07.291 |V| HyperlinkManager | :1 | Disabled
09:17:07.352 |V| StyleCopSettingsService | :1 | Unpin (stop live) key C:\TFS\Misc\XmlSerial35\XmlSerial35Tests\UnitTest1.cs
09:17:07.353 |V| StyleCopSettingsService | :1 | Removing entry for key C:\TFS\Misc\XmlSerial35\XmlSerial35Tests\UnitTest1.cs
09:17:07.354 |V| EditorConfigService | :1 | Unpin (stop live) key C:\TFS\Misc\XmlSerial35\XmlSerial35Tests\UnitTest1.cs
09:17:07.354 |V| EditorConfigService | :1 | Removing entry for key C:\TFS\Misc\XmlSerial35\XmlSerial35Tests\UnitTest1.cs
09:17:07.355 |V| ClangFormatConfigService | :1 | Unpin (stop live) key C:\TFS\Misc\XmlSerial35\XmlSerial35Tests\UnitTest1.cs
09:17:07.355 |V| ClangFormatConfigService | :1 | Removing entry for key C:\TFS\Misc\XmlSerial35\XmlSerial35Tests\UnitTest1.cs
09:17:07.364 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:07.373 |V| VsTextViewDataForTextControlCollectorDevTen | :1 | Updating text control data for IWpfTextView “CSharp:"using System;
u"” to new value associated with document <NULL>.
09:17:07.373 |V| VsTextViewDataForTextControlCollectorDevTen | :1 | VsTextViewDataForTextControlDevTen::VsTextViewsWithData-- 1v0: JetBrains.Platform.VisualStudio.SinceVs10.IDE.TextControl.AttachTextControlsToTextViews.VsTextViewDataForTextControlDevTen.
09:17:07.383 |V| VsDocumentOperationsHandlerWhidbey| :1 | VSDocumentOperationsHandler::DisconnetFromStream, id 30472495 text stream:5817001
09:17:07.383 |V| VsDocumentOperationsHandlerWhidbey| :1 | VSDocumentOperationsHandler::Dispose, id:30472495, text stream:0
09:17:07.383 |V| VsDocumentOperationsHandlerWhidbey| :1 | VSDocumentOperationsHandler::DisconnetFromStream, id 52353012 text stream:1415066
09:17:07.383 |V| VsDocumentOperationsHandlerWhidbey| :1 | VSDocumentOperationsHandler::Dispose, id:52353012, text stream:0
09:17:07.386 |V| DotMemoryUnitReferenceTracker | :1 | Solution unloaded
09:17:07.389 |V| SolutionWatchdog | :1 | SolutionWatchdog is disabled. Solution leak won't be checked.
09:17:07.401 |V| IPropertyEx | :1 | [[SettingsStorage(“Project “Miscellaneous Files” Shared”)/XmlDiskFile]] Boolean::IsSaveReschedulled: False -> <N/A>.
09:17:07.401 |V| IPropertyEx | :1 | [[SettingsStorage(“Project “Miscellaneous Files” Shared”)/XmlDiskFile]] Boolean::IsReloadReschedulled: False -> <N/A>.
09:17:07.402 |V| IPropertyEx | :1 | [[SettingsStorage(“Project “Miscellaneous Files” Personal”)/XmlDiskFile]] Boolean::IsSaveReschedulled: False -> <N/A>.
09:17:07.402 |V| IPropertyEx | :1 | [[SettingsStorage(“Project “Miscellaneous Files” Personal”)/XmlDiskFile]] Boolean::IsReloadReschedulled: False -> <N/A>.
09:17:07.406 |V| IPropertyEx | :1 | [[SettingsStorage(“Project & Shared”)/XmlDiskFile]] Boolean::IsSaveReschedulled: False -> <N/A>.
09:17:07.406 |V| IPropertyEx | :1 | [[SettingsStorage(“Project & Shared”)/XmlDiskFile]] Boolean::IsReloadReschedulled: False -> <N/A>.
09:17:07.406 |V| IPropertyEx | :1 | [[SettingsStorage(“Project & Personal”)/XmlDiskFile]] Boolean::IsSaveReschedulled: False -> <N/A>.
09:17:07.406 |V| IPropertyEx | :1 | [[SettingsStorage(“Project & Personal”)/XmlDiskFile]] Boolean::IsReloadReschedulled: False -> <N/A>.
09:17:07.407 |V| IPropertyEx | :1 | [[SettingsStorage(“Project XmlSerial35 Shared”)/XmlDiskFile]] Boolean::IsSaveReschedulled: False -> <N/A>.
09:17:07.407 |V| IPropertyEx | :1 | [[SettingsStorage(“Project XmlSerial35 Shared”)/XmlDiskFile]] Boolean::IsReloadReschedulled: False -> <N/A>.
09:17:07.407 |V| IPropertyEx | :1 | [PPP] FileSystemPath::ProjectSettingsStoragePath: C:\TFS\Misc\XmlSerial35\XmlSerial35\XmlSerial35.csproj.DotSettings -> <N/A>.
09:17:07.407 |V| IPropertyEx | :1 | [[SettingsStorage(“Project XmlSerial35 Personal”)/XmlDiskFile]] Boolean::IsSaveReschedulled: False -> <N/A>.
09:17:07.407 |V| IPropertyEx | :1 | [[SettingsStorage(“Project XmlSerial35 Personal”)/XmlDiskFile]] Boolean::IsReloadReschedulled: False -> <N/A>.
09:17:07.407 |V| IPropertyEx | :1 | [PPP] FileSystemPath::ProjectSettingsStoragePathPersonal: C:\TFS\Misc\XmlSerial35\XmlSerial35\XmlSerial35.csproj.DotSettings.user -> <N/A>.
09:17:07.408 |V| IPropertyEx | :1 | [[SettingsStorage(“Project XmlSerial35Tests Shared”)/XmlDiskFile]] Boolean::IsSaveReschedulled: False -> <N/A>.
09:17:07.408 |V| IPropertyEx | :1 | [[SettingsStorage(“Project XmlSerial35Tests Shared”)/XmlDiskFile]] Boolean::IsReloadReschedulled: False -> <N/A>.
09:17:07.408 |V| IPropertyEx | :1 | [PPP] FileSystemPath::ProjectSettingsStoragePath: C:\TFS\Misc\XmlSerial35\XmlSerial35Tests\XmlSerial35Tests.csproj.DotSettings -> <N/A>.
09:17:07.408 |V| IPropertyEx | :1 | [[SettingsStorage(“Project XmlSerial35Tests Personal”)/XmlDiskFile]] Boolean::IsSaveReschedulled: False -> <N/A>.
09:17:07.408 |V| IPropertyEx | :1 | [[SettingsStorage(“Project XmlSerial35Tests Personal”)/XmlDiskFile]] Boolean::IsReloadReschedulled: False -> <N/A>.
09:17:07.408 |V| IPropertyEx | :1 | [PPP] FileSystemPath::ProjectSettingsStoragePathPersonal: C:\TFS\Misc\XmlSerial35\XmlSerial35Tests\XmlSerial35Tests.csproj.DotSettings.user -> <N/A>.
09:17:07.411 |V| BuildRequestViewModelBase | :1 | Project XmlSerial35Tests False
09:17:07.411 |V| BuildRequestViewModelBase | :1 | Project XmlSerial35 False
09:17:07.411 |V| BuildRequestViewModelBase | :1 | Solution XmlSerial35 False
09:17:07.412 |V| SolutionBuilderControllerPrototype_Executor| :1 | STV.Finished: Successfully waited for thread `SolutionBuilderControllerPrototype_Executor` to exit for 0 ms
09:17:07.464 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:07.495 |V| Qarug | :1 | >> (Closing) ResultList UI binding automation object UIResultListPublisherAutomation+Qarug.
09:17:07.499 |V| VsFloatingWindowMonitorJustVs11 | :1 | VS window activated. Handle=D10AA. “Microsoft.VisualStudio.PlatformUI.MainWindow, Microsoft.VisualStudio.Shell.UI.Internal, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a”
09:17:07.501 |V| RunningAvalonWindowsList | :1 | Possibly-Avalon window HWND 002D10A0 has gotten destoryed before obtaining a Presentation Source, removing from the waiting list.
09:17:07.502 |V| RunningAvalonWindowsList | :1 | Got WM_DESTROY for Avalon window HwndWrapper#00110242-Qiqud, revoking.
09:17:07.502 |V| RunningAvalonWindowsList | :1 | >> (Closing) Avalon Window HwndWrapper#00110242-Qiqud
09:17:07.510 |V| VsMainWindowSinceVs10 | :1 | Window::FloatingWindowsCollectionJustVs11-- 1v0: “Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow: WMFloatSite, Children = 1, VisibleChildren = 1, DockedWidth = 200, DockedHeight = 200”.
09:17:07.513 |V| VsCommandScopeMonitor | :1 | Selected window frame changed to NULL
09:17:07.557 |V| DpiUtil | :1 | CollectCurrentMonitorDpis got (4pcs)[96, 96, 96, 96].
09:17:07.563 |V| DpiUtil | :1 | Setting min/max DPI: min = 96; max = 96.
09:17:07.564 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:07.571 |V| RunningAvalonWindowsList | :1 | Got WM_DESTROY for Avalon window HwndWrapper#000C1058-Livyr, revoking.
09:17:07.571 |V| RunningAvalonWindowsList | :1 | >> (Closing) Avalon Window HwndWrapper#000C1058-Livyr
09:17:07.573 |V| RunningAvalonWindowsList | :1 | Found a possibly-Avalon window HWND 000D1058, adding to the waiting list to see for a Presentation Source.
09:17:07.585 |V| Qarug | :1 | >> (Closing) Attached to Avalon element for automation UIResultListPublisherAutomation+Qarug.
09:17:07.664 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:07.674 |V| RunningAvalonWindowsList | :1 | Possibly-Avalon window HWND 000D1058 got WM_WINDOWPOSCHANGED and now has a Presentation Source Majaj available, listing as a window.
09:17:07.675 |V| RunningAvalonWindowsList | :1 | << (Opening) Avalon Window HwndWrapper#000D1058-Majaj
09:17:07.692 |V| RunningAvalonWindowsList | :1 | Got WM_DESTROY for Avalon window HwndWrapper#000D1058-Majaj, revoking.
09:17:07.692 |V| RunningAvalonWindowsList | :1 | >> (Closing) Avalon Window HwndWrapper#000D1058-Majaj
09:17:07.693 |V| RunningAvalonWindowsList | :1 | Found a possibly-Avalon window HWND 000E1058, adding to the waiting list to see for a Presentation Source.
09:17:07.722 |V| RunningAvalonWindowsList | :1 | Possibly-Avalon window HWND 000E1058 got WM_WINDOWPOSCHANGED and now has a Presentation Source Vizih available, listing as a window.
09:17:07.722 |V| RunningAvalonWindowsList | :1 | << (Opening) Avalon Window HwndWrapper#000E1058-Vizih
09:17:07.724 |V| Scheduler | :1 | STV.Finished: Successfully waited for thread `SolutionCoverageMissingCoverageInfoTracker.Scheduler` to exit for 0 ms
09:17:07.730 |I| SolutionAssemblyNamesTracker | :1 | Ended tracking assembly names
09:17:07.731 |V| BaseHostProfile | :58 | CloseAll sequenceCoreCloseWays=Kill
09:17:07.731 |V| IPropertyEx | :58 | [BaseHostProfile.CloseAllRequest] Boolean::BaseHostProfile.CloseAllRequest: False -> True.
09:17:07.734 |V| CommandProcessor | :58 | Close coreCloseWay=Kill
09:17:07.735 |V| ProcessTools | :58 | Process_GetById pid=5340
09:17:07.745 |V| Process | :58 | Add id=badea0fd-359d-4412-9f22-c7da0c60b2bc
09:17:07.746 |V| ProcessTools | :58 | Process_Kill pid=5340
09:17:07.747 |V| Process | :58 | Remove id=badea0fd-359d-4412-9f22-c7da0c60b2bc
09:17:07.748 |V| IPropertyEx | :1 | [[SWEA]] Boolean::SolutionAnalysisConfiguration.Enabled: False -> <N/A>.
09:17:07.748 |V| IPropertyEx | :1 | [[SWEA]] Boolean::SolutionAnalysisConfiguration.PausedByUser: False -> <N/A>.
09:17:07.748 |V| IPropertyEx | :1 | [[SWEA]] Boolean::SolutionAnalysisConfiguration.Paused: True -> <N/A>.
09:17:07.748 |V| BaseProcessHostProfile | :58 | Kill
09:17:07.749 |V| ProcessTools | :58 | Process_Kill pid=5340
09:17:07.749 |V| DaemonThread | :1 | STV.Finished: Successfully waited for thread `DaemonThread` to exit for 0 ms
09:17:07.750 |V| CacheJobService | :1 | STV.Finished: Successfully waited for thread `CacheJobService` to exit for 0 ms
09:17:07.751 |V| BaseCoreFilesManager | BridgeCoreThread:88 | ProcessCoreLog log='C:\Users\jerry.lagrou\AppData\Local\Temp\lgc.DFB38847.tmp' core=43fcda22-b338-4592-ba7e-0530093b5ee5 process=17fec978-672c-4617-bdef-cbe3a4d871f3
09:17:07.752 |V| Downloader | BridgeCoreThread:88 | ProcessCoreLog mode=local core=43fcda22-b338-4592-ba7e-0530093b5ee5 process=17fec978-672c-4617-bdef-cbe3a4d871f3 remoteLogFile=C:\Users\jerry.lagrou\AppData\Local\Temp\lgc.DFB38847.tmp
09:17:07.752 |V| XmlIndexThread | :1 | STV.Finished: Successfully waited for thread `XmlIndexThread` to exit for 0 ms
09:17:07.753 |V| Downloader | BridgeCoreThread:88 | FireScope id=1 action=Start core=43fcda22-b338-4592-ba7e-0530093b5ee5 process=17fec978-672c-4617-bdef-cbe3a4d871f3
09:17:07.755 |V| IPropertyEx | BridgeCoreThread:88 | [BaseHostProfile.NoScopes] Boolean::BaseHostProfile.Scopes::IsEmpty: True -> False.
09:17:07.755 |V| IPropertyEx | BridgeCoreThread:88 | [BaseHostProfile.NoOperations] Boolean::(BaseHostProfile.CoreOperations::IsEmpty,BaseHostProfile.Scopes::IsEmpty).And: True -> False.
09:17:07.757 |V| Downloader | BridgeCoreThread:88 | FireOperation id=1 hostOperation=LogQueueing action=Start
09:17:07.761 |V| IPropertyEx | BridgeCoreThread:88 | [BaseHostProfile.NoConnections] Boolean::BaseBridge.Connections::IsEmpty: False -> True.
09:17:07.761 |V| IPropertyEx | BridgeCoreThread:88 | [BaseHostProfile.EnableAutomaticShutdown] Boolean::BaseHostProfile.EnableAutomaticShutdown: False -> True.
09:17:07.764 |V| CommunicationTools | BridgeThread:85 | Listener_GetNewStreamIds listenerId=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:07.764 |V| Socket | BridgeCoreThread:88 | Remove id=79a10998-eede-4ea8-a92d-d0fb5e080a8d
09:17:07.765 |V| Bridge | BridgeCoreThread:88 | BridgeStream streamId=79a10998-eede-4ea8-a92d-d0fb5e080a8d res=exited
09:17:07.772 |V| Downloader | :35 | FireOperation id=1 hostOperation=LogQueueing action=Finish
09:17:07.781 |V| Downloader | :35 | FireOperation id=1 hostOperation=LogDownloading action=Start
09:17:07.783 |V| Downloader | :35 | DownloadLog mode=local remoteLog=C:\Users\jerry.lagrou\AppData\Local\Temp\lgc.DFB38847.tmp localLog=C:\Users\jerry.lagrou\AppData\Local\Temp\JetLogs\JetBrainsLog.JetBrains.2018-05-21T09-16-14.devenv#15280.Core#0.log
09:17:07.787 |V| Downloader | :35 | DownloadLog mode=local remoteLog=C:\Users\jerry.lagrou\AppData\Local\Temp\lgc.DFB38847.tmp iteration=0
09:17:07.797 |V| Downloader | :35 | DownloadLog mode=local remoteLog=C:\Users\jerry.lagrou\AppData\Local\Temp\lgc.DFB38847.tmp res=downloaded
09:17:07.805 |V| FileSystemTrackerImpl | :1 | Stop IgnoreChangesInFolder C:\Users\jerry.lagrou\AppData\Local\JetBrains\Transient\ReSharperPlatformVs11\v12\SolutionCaches\_XmlSerial35.842216738.00
09:17:07.809 |V| Downloader | :35 | TrimLog localLog='C:\Users\jerry.lagrou\AppData\Local\Temp\JetLogs\JetBrainsLog.JetBrains.2018-05-21T09-16-14.devenv#15280.Core#0.log' origLength=4194304 newLength=9278
09:17:07.810 |V| Downloader | :35 | DownloadLog mode=local remoteLog=C:\Users\jerry.lagrou\AppData\Local\Temp\lgc.DFB38847.tmp res=trimmed
09:17:07.810 |V| Downloader | :35 | DownloadLog mode=local remoteLog=C:\Users\jerry.lagrou\AppData\Local\Temp\lgc.DFB38847.tmp res=ok_copied
09:17:07.812 |V| Downloader | :35 | FireOperation id=1 hostOperation=LogDownloading action=Finish
09:17:07.812 |V| Downloader | :35 | FireOperation id=1 hostOperation=LogSending action=Start
09:17:07.813 |V| Downloader | :35 | FireLogDone id=1 logSource=Core logFile='C:\Users\jerry.lagrou\AppData\Local\Temp\JetLogs\JetBrainsLog.JetBrains.2018-05-21T09-16-14.devenv#15280.Core#0.log' core=43fcda22-b338-4592-ba7e-0530093b5ee5 process=17fec978-672c-4617-bdef-cbe3a4d871f3
09:17:07.815 |V| Downloader | :35 | FireOperation id=1 hostOperation=LogSending action=Finish
09:17:07.815 |V| Downloader | :35 | FireScope id=1 action=Finish core=43fcda22-b338-4592-ba7e-0530093b5ee5 process=17fec978-672c-4617-bdef-cbe3a4d871f3
09:17:07.816 |V| IPropertyEx | :35 | [BaseHostProfile.NoScopes] Boolean::BaseHostProfile.Scopes::IsEmpty: False -> True.
09:17:07.816 |V| IPropertyEx | :35 | [BaseHostProfile.NoOperations] Boolean::(BaseHostProfile.CoreOperations::IsEmpty,BaseHostProfile.Scopes::IsEmpty).And: False -> True.
09:17:07.816 |V| IPropertyEx | :35 | [BaseHostProfile.NoConnectionsAndOperations] Boolean::(BaseBridge.Connections::IsEmpty,(BaseHostProfile.CoreOperations::IsEmpty,BaseHostProfile.Scopes::IsEmpty).And).And: False -> True.
09:17:07.816 |V| IPropertyEx | :35 | [BaseHostProfile.InternalFinishRequest] Boolean::(BaseHostProfile.CloseAllRequest,(BaseBridge.Connections::IsEmpty,(BaseHostProfile.CoreOperations::IsEmpty,BaseHostProfile.Scopes::IsEmpty).And).And).And: False -> True.
09:17:07.816 |V| IPropertyEx | :35 | [BaseHostProfile.FinishedRequest] Boolean::((BaseHostProfile.CloseAllRequest,(BaseBridge.Connections::IsEmpty,(BaseHostProfile.CoreOperations::IsEmpty,BaseHostProfile.Scopes::IsEmpty).And).And).And,(BaseHostProfile.EnableAutomaticShutdown,BaseHostProfile.DelayedNoConnectionsAndOperations).And).Or: False -> True.
09:17:07.816 |V| BaseHostProfile | :35 | Shutdown res=detected
09:17:07.816 |V| BaseHostProfile | JetPool(S) #1:23 | Shutdown res=dispatched
09:17:07.816 |V| IPropertyEx | JetPool(S) #1:23 | [BaseHostProfile.ShutdownStarted] Boolean::BaseHostProfile.ShutdownStarted: False -> True.
09:17:07.816 |V| BaseHostProfile | JetPool(S) #1:23 | Shutdown res=triggered
09:17:07.817 |V| BaseBridge | JetPool(S) #1:23 | Deactivate
09:17:07.864 |V| LifetimeTools | BridgeThread:85 | LifetimeDefinition_TerminateAndClose lifetimeDefiniotnId={28eb4dd0-f1a4-42b1-ad51-5892bbba6e64}
09:17:07.864 |V| LifetimeDefinitions | BridgeThread:85 | Remove id=28eb4dd0-f1a4-42b1-ad51-5892bbba6e64
09:17:07.864 |V| LifetimeTools | BridgeThread:85 | LifetimeDefinition_TerminateAndClose res=ok lifetimeDefinitionId={28eb4dd0-f1a4-42b1-ad51-5892bbba6e64}
09:17:07.864 |V| Listener | BridgeThread:85 | Remove id=7cc01a2f-83c8-4e03-af25-f8652f1e71ee
09:17:07.864 |V| Bridge | BridgeThread:85 | BridgeListen res=exited
09:17:07.866 |V| BaseHost | JetPool(S) #1:23 | RegisterCore op=Uninstall instructionSet=x86 path='C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs11\x86\JetBrains.Profiler.Windows.Core.dll'
09:17:07.866 |V| RunTools | JetPool(S) #1:23 | RunConsoleExecutable executable=C:\WINDOWS\system32\RegSvr32.exe arguments=(3pcs)[/s, /u, C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs11\x86\JetBrains.Profiler.Windows.Core.dll]
09:17:07.867 |V| RunTools | JetPool(S) #1:23 | RunConsoleExecutable res=set key=JETBRAINS_PROFILER_CORE_TYPE_ReleaseCoverage value={7173458e-3fc6-4b16-829c-081c5a8c56d1}
09:17:07.879 |V| RunTools | JetPool(S) #1:23 | RunConsoleExecutable executable=C:\WINDOWS\system32\RegSvr32.exe arguments=(3pcs)[/s, /u, C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs11\x86\JetBrains.Profiler.Windows.Core.dll] res=run pid=9664
09:17:07.893 |V| LevelDbAutocommitTransaction | :1 | STV.Finished: Successfully waited for thread `LevelDbAutocommitTransaction` to exit for 0 ms
09:17:07.904 |V| IPropertyEx | :1 | [[SettingsStorage(“Solution “XmlSerial35” team-shared”)/XmlDiskFile]] Boolean::IsSaveReschedulled: False -> <N/A>.
09:17:07.904 |V| IPropertyEx | :1 | [[SettingsStorage(“Solution “XmlSerial35” team-shared”)/XmlDiskFile]] Boolean::IsReloadReschedulled: False -> <N/A>.
09:17:07.905 |V| IPropertyEx | :1 | [[SettingsStorage(“Solution “XmlSerial35” personal”)/XmlDiskFile]] Boolean::IsSaveReschedulled: False -> <N/A>.
09:17:07.905 |V| IPropertyEx | :1 | [[SettingsStorage(“Solution “XmlSerial35” personal”)/XmlDiskFile]] Boolean::IsReloadReschedulled: False -> <N/A>.
09:17:07.905 |V| SolutionManagerBase | :1 | Dispose solution
09:17:07.906 |V| FileSystemTrackerImpl | :1 | Stop IgnoreChangesInFolder C:\TFS\Misc\XmlSerial35\.idea
09:17:07.906 |V| FileSystemTrackerImpl | :1 | Stop IgnoreChangesInFolder C:\TFS\Misc\XmlSerial35\.git
09:17:07.906 |V| FileSystemTrackerImpl | :1 | Stop IgnoreChangesInFolder C:\TFS\Misc\XmlSerial35\.vs
09:17:07.906 |V| SolutionManagerBase | :1 | Set nulls
09:17:07.906 |V| SolutionManagerBase | :1 | Solution is closed
09:17:07.906 |I| VsSolutionManager10 | :1 | VSSolutionManager::VsSolutionWrapperLifetimes: terminated 38444057
09:17:07.925 |V| AddVsUIContextsToLogs | :1 | SolutionHasSingleProject activeted. Active contexts: DesignMode SolutionExists SolutionHasMultipleProjects SolutionHasSingleProject NotBuildingAndNotDebugging SolutionExistsAndFullyLoaded SolutionExistsAndNotBuildingAndNotDebugging
09:17:07.926 |V| AddVsUIContextsToLogs | :1 | SolutionHasMultipleProjects deactivated. Active contexts: DesignMode SolutionExists SolutionHasSingleProject NotBuildingAndNotDebugging SolutionExistsAndFullyLoaded SolutionExistsAndNotBuildingAndNotDebugging
09:17:07.967 |V| VsIntellisenseControllerSinceVs10| :1 | DisconnectSubjectBuffer CSharp "Zopoh" "using System; u". WpfTextView "Lagik". TextBuffers 0:
09:17:07.968 |V| VsIntellisenseControllerSinceVs10| :1 | Detach TextView Lagik. WpfTextView "Lagik". TextBuffers 0:
09:17:07.972 |V| VsTextViewCollectorDevTen | :1 | IWpfTextView::VsTextViewSink.VsTextViewsGuarded-- 1v0: Microsoft.VisualStudio.Text.Editor.Implementation.WpfTextView.
09:17:07.989 |V| AddVsUIContextsToLogs | :1 | EmptySolution activeted. Active contexts: DesignMode EmptySolution SolutionExists SolutionHasSingleProject NotBuildingAndNotDebugging SolutionExistsAndFullyLoaded SolutionExistsAndNotBuildingAndNotDebugging
09:17:07.991 |V| AddVsUIContextsToLogs | :1 | SolutionHasSingleProject deactivated. Active contexts: DesignMode EmptySolution SolutionExists NotBuildingAndNotDebugging SolutionExistsAndFullyLoaded SolutionExistsAndNotBuildingAndNotDebugging
09:17:07.998 |V| VsCommandScopeMonitor | :1 | Selected window frame changed to "Solution Explorer" {3ae79031-e1bc-11d0-8f78-00a0c9110057}
09:17:07.999 |V| AddVsUIContextsToLogs | :1 | NoSolution activeted. Active contexts: DesignMode EmptySolution NoSolution SolutionExists NotBuildingAndNotDebugging SolutionExistsAndFullyLoaded SolutionExistsAndNotBuildingAndNotDebugging
09:17:08.001 |V| AddVsUIContextsToLogs | :1 | SolutionExists deactivated. Active contexts: DesignMode EmptySolution NoSolution NotBuildingAndNotDebugging SolutionExistsAndFullyLoaded SolutionExistsAndNotBuildingAndNotDebugging
09:17:08.002 |V| AddVsUIContextsToLogs | :1 | SolutionExistsAndFullyLoaded deactivated. Active contexts: DesignMode EmptySolution NoSolution NotBuildingAndNotDebugging SolutionExistsAndNotBuildingAndNotDebugging
09:17:08.002 |V| AddVsUIContextsToLogs | :1 | EmptySolution deactivated. Active contexts: DesignMode NoSolution NotBuildingAndNotDebugging SolutionExistsAndNotBuildingAndNotDebugging
09:17:08.002 |V| AddVsUIContextsToLogs | :1 | SolutionExistsAndNotBuildingAndNotDebugging deactivated. Active contexts: DesignMode NoSolution NotBuildingAndNotDebugging
09:17:08.011 |V| RunTools | JetPool(S) #1:23 | RunConsoleExecutable pid=9664 res=ok exitCode=00000000
09:17:08.011 |V| BaseHost | JetPool(S) #1:23 | RegisterCore op=Uninstall instructionSet=x64 path='C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs11\x64\JetBrains.Profiler.Windows.Core.dll'
09:17:08.012 |V| RunTools | JetPool(S) #1:23 | RunConsoleExecutable executable=C:\WINDOWS\SysWOW64\RegSvr32.exe arguments=(3pcs)[/s, /u, C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs11\x64\JetBrains.Profiler.Windows.Core.dll]
09:17:08.012 |V| RunTools | JetPool(S) #1:23 | RunConsoleExecutable res=set key=JETBRAINS_PROFILER_CORE_TYPE_ReleaseCoverage value={7173458e-3fc6-4b16-829c-081c5a8c56d1}
09:17:08.028 |V| RunTools | JetPool(S) #1:23 | RunConsoleExecutable executable=C:\WINDOWS\SysWOW64\RegSvr32.exe arguments=(3pcs)[/s, /u, C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs11\x64\JetBrains.Profiler.Windows.Core.dll] res=run pid=14096
09:17:08.140 |V| RunTools | JetPool(S) #1:23 | RunConsoleExecutable pid=14096 res=ok exitCode=00000000
09:17:08.140 |V| Event | JetPool(S) #1:23 | Remove id=80f38585-40bf-40a2-bb9f-d25eb1d9e1b4
09:17:08.140 |V| EventTools | JetPool(S) #1:23 | Event_Has name=fb7b3069-d8b5-440e-9dde-08d9da6cc831
09:17:08.141 |V| EventTools | JetPool(S) #1:23 | Event_Has name=fb7b3069-d8b5-440e-9dde-08d9da6cc831 res=failed
09:17:08.332 |V| ProcessTools | JetPool(S) #1:23 | Process_ExitCode pid=13996
09:17:08.332 |V| ProcessTools | JetPool(S) #1:23 | Process_ExitCode pid=13996 res=ok exitCode=0
09:17:08.332 |V| BaseHost | JetPool(S) #1:23 | PdbServer state=exited pid=13996 exitCode=0
09:17:08.332 |V| Process | JetPool(S) #1:23 | Remove id=92757da7-eb1c-4ca0-baa1-2c2144cb7329
09:17:08.332 |V| BaseHostProfile | JetPool(S) #1:23 | Shutdown res=terminated
09:17:08.332 |V| BaseHostProfile | JetPool(S) #1:23 | Shutdown res=downloaded
09:17:08.332 |V| IPropertyEx | JetPool(S) #1:23 | [BaseHostProfile.ShutdownFinished] Boolean::BaseHostProfile.ShutdownFinished: False -> True.
09:17:08.332 |I| PreloadedCoverageTaskRunner | JetPool(S) #1:23 | Preloaded task runner finished: 7ef15c59-9c31-4d9b-959e-e35f64b077bf
09:17:08.336 |V| Process | JetPool(S) #1:23 | Remove id=32e193c9-29be-4377-aba3-b85c05cb0646
09:17:08.336 |V| IPropertyEx | JetPool(S) #1:23 | [BaseHostProfile.ShutdownFinished] Boolean::BaseHostProfile.ShutdownFinished: True -> <N/A>.
09:17:08.336 |V| IPropertyEx | JetPool(S) #1:23 | [BaseHostProfile.ShutdownStarted] Boolean::BaseHostProfile.ShutdownStarted: True -> <N/A>.
09:17:08.336 |V| IPropertyEx | JetPool(S) #1:23 | [BaseHostProfile.FinishedRequest] Boolean::((BaseHostProfile.CloseAllRequest,(BaseBridge.Connections::IsEmpty,(BaseHostProfile.CoreOperations::IsEmpty,BaseHostProfile.Scopes::IsEmpty).And).And).And,(BaseHostProfile.EnableAutomaticShutdown,BaseHostProfile.DelayedNoConnectionsAndOperations).And).Or: True -> <N/A>.
09:17:08.337 |V| IPropertyEx | JetPool(S) #1:23 | [BaseHostProfile.EnableAutomaticShutdownAndDelayedNoConnectionsAndOperations] Boolean::(BaseHostProfile.EnableAutomaticShutdown,BaseHostProfile.DelayedNoConnectionsAndOperations).And: False -> <N/A>.
09:17:08.337 |V| IPropertyEx | JetPool(S) #1:23 | [BaseHostProfile.DelayedNoConnectionsAndOperations] Boolean::BaseHostProfile.DelayedNoConnectionsAndOperations: False -> <N/A>.
09:17:08.337 |V| IPropertyEx | JetPool(S) #1:23 | [BaseHostProfile.EnableAutomaticShutdown] Boolean::BaseHostProfile.EnableAutomaticShutdown: True -> <N/A>.
09:17:08.337 |V| IPropertyEx | JetPool(S) #1:23 | [BaseHostProfile.InternalFinishRequest] Boolean::(BaseHostProfile.CloseAllRequest,(BaseBridge.Connections::IsEmpty,(BaseHostProfile.CoreOperations::IsEmpty,BaseHostProfile.Scopes::IsEmpty).And).And).And: True -> <N/A>.
09:17:08.337 |V| IPropertyEx | JetPool(S) #1:23 | [BaseHostProfile.NoConnectionsAndOperations] Boolean::(BaseBridge.Connections::IsEmpty,(BaseHostProfile.CoreOperations::IsEmpty,BaseHostProfile.Scopes::IsEmpty).And).And: True -> <N/A>.
09:17:08.337 |V| IPropertyEx | JetPool(S) #1:23 | [BaseHostProfile.NoOperations] Boolean::(BaseHostProfile.CoreOperations::IsEmpty,BaseHostProfile.Scopes::IsEmpty).And: True -> <N/A>.
09:17:08.337 |V| IPropertyEx | JetPool(S) #1:23 | [BaseHostProfile.NoCoreOperations] Boolean::BaseHostProfile.CoreOperations::IsEmpty: True -> <N/A>.
09:17:08.337 |V| IPropertyEx | JetPool(S) #1:23 | [BaseHostProfile.NoScopes] Boolean::BaseHostProfile.Scopes::IsEmpty: True -> <N/A>.
09:17:08.337 |V| IPropertyEx | JetPool(S) #1:23 | [BaseHostProfile.NoConnections] Boolean::BaseBridge.Connections::IsEmpty: True -> <N/A>.
09:17:08.337 |V| IPropertyEx | JetPool(S) #1:23 | [BaseHostProfile.CloseAllRequest] Boolean::BaseHostProfile.CloseAllRequest: True -> <N/A>.
09:17:08.337 |V| LifetimeTools | JetPool(S) #1:23 | LifetimeDefinition_TerminateAndClose lifetimeDefiniotnId={786c0b41-ca05-4538-9f7d-e438ba6032ad}
09:17:08.337 |V| LifetimeDefinitions | JetPool(S) #1:23 | Remove id=786c0b41-ca05-4538-9f7d-e438ba6032ad
09:17:08.337 |V| LifetimeTools | JetPool(S) #1:23 | LifetimeDefinition_TerminateAndClose res=ok lifetimeDefinitionId={786c0b41-ca05-4538-9f7d-e438ba6032ad}
09:17:08.339 |V| EventTools | JetPool(S) #1:23 | OnDispose
09:17:08.339 |V| Event | JetPool(S) #1:23 | Dispose
09:17:08.340 |V| CommunicationTools | JetPool(S) #1:23 | OnDispose
09:17:08.340 |V| Listener | JetPool(S) #1:23 | Dispose
09:17:08.341 |V| Socket | JetPool(S) #1:23 | Dispose
09:17:08.342 |V| ProcessTools | JetPool(S) #1:23 | OnDispose
09:17:08.342 |V| Process | JetPool(S) #1:23 | Dispose
09:17:08.342 |V| SemaphoreTools | JetPool(S) #1:23 | OnDispose
09:17:08.343 |V| Semaphore | JetPool(S) #1:23 | Dispose
09:17:08.343 |V| WindowsServiceTools | JetPool(S) #1:23 | OnDispose
09:17:08.343 |V| Service | JetPool(S) #1:23 | Dispose
09:17:08.344 |V| BaseHostProfile | JetPool(S) #1:23 | Shutdown res=ok
09:17:08.490 |V| RunningProducts | :1 | Unpublishing the Shell container before decomposing it.
09:17:08.514 |V| | :1 | STV.Finished: Successfully waited for thread `TaskProcessor for unit test tasks.` to exit for 0 ms
09:17:08.549 |V| IPropertyEx | :1 | Boolean::ExternalSourcesActivation::Active: False -> <N/A>.
09:17:08.551 |V| AddVsUIContextsToLogs | :1 | Stop logging. Active contexts: DesignMode NoSolution NotBuildingAndNotDebugging
09:17:08.588 |V| RunningAvalonWindowsList | :1 | >> (Closing) Avalon Window HwndWrapper#000E1058-Vizih
09:17:08.588 |V| RunningAvalonWindowsList | :1 | >> (Closing) Avalon Window HwndWrapper#00120EA0-Filem
09:17:08.589 |V| RunningAvalonWindowsList | :1 | >> (Closing) Avalon Window HwndWrapper#000D10AA-Fivyv
09:17:08.692 |V| AddProductIdentityToLogs | :1 | ReSharperPlatformVs11 Wave 12
09:17:08.692 |V| AddProductIdentityToLogs | :1 | JetBrains ReSharper Ultimate 2018.1 Build 112.0.20180414.70444
09:17:08.692 |V| AddProductIdentityToLogs | :1 | Subproducts: (2pcs)[“JetBrains dotCover 2018.1 Build 2018.1.20180414.124358”, “JetBrains ReSharper 2018.1 Build 2018.1.20180414.71556”]
09:17:08.692 |V| AddProductIdentityToLogs | :1 | Zones: (85pcs)[CodeInspectionPageImplZone, DaemonEngineZone, DaemonZone, DiagrammingZone, DiagramsFeatureZone, ExternalSourcesZone, IAspMvcZone, IClrPsiLanguageZone, ICodeEditingOptionsPageImplZone, ICodeEditingZone, ICoverageProfilerZone, ICoverageSnapshotHandlerZone, ICpuArchitectureZone, IDebuggerZone, IDocumentModelZone, IDotCommonActivityTrackingZone, IDotCommonControlKindProvidersZone, IDotCommonNavigationZone, IDotCommonSharedZone, IDotCommonUnitTestingZone, IDotCoverActivityTrackingImplZone, IDotCoverConsoleToolsPackageAccessZone, IDotCoverCoreZone, IDotCoverDataAccessZone, IDotCoverExternalLocalWorkspaceZone, IDotCoverFeatureZone, IDotCoverIdeCoreZone, IDotCoverInteractiveCoreZone, IDotCoverInteractiveUIZone, IDotCoverProductZone, IDotCoverUnitTestingZone, IDotCoverVisualStudioCoreZone, IDotCoverVisualStudioUIZone, IEnvironmentZone, IIntelCpuArchitectureZone, IInternalLauncherZone, IJustVs11Zone, ILanguageAspZone, ILanguageBuildScriptsZone, ILanguageCSharpZone, ILanguageCssZone, ILanguageHtmlZone, ILanguageIlZone, ILanguageJavaScriptZone, ILanguageMsBuild, ILanguageNAntZone, ILanguageProtobufZone, ILanguageRazorZone, ILanguageRegExpZone, ILanguageResxZone, ILanguageVBZone, ILanguageXamlZone, INuGetZone, IOuterWorldConnectZone, IParameterInfoZone, IProfilerZone, IProjectModelZone, IPsiAssemblyFileLoaderImplZone, IPsiLanguageZone, IPublicVisibilityZone, IRdFrameworkZone, IReSharperProductZone, IRiderModelZone, ISinceClr2Zone, ISinceClr4Zone, ISinceVs08Zone, ISinceVs09Zone, ISinceVs10Zone, ISinceVs11Zone, ISolutionBuilderFeatureZone, ITextControlsZone, IToolsOptionsPageImplZone, IUIInteractiveZone, IUnitTestingZone, IVisualStudioZone, IVsDebuggerZone, IWebPsiLanguageZone, IWpfUIProfilerZone, NamingImplZone, NavigationZone, PsiFeaturesImplZone, ResultListImplZone, SolutionBuilderDuoZone, SweaZone, SymbolsImplZone]
09:17:08.692 |V| AddProductIdentityToLogs | :1 | Packages: (58pcs)[JetBrains.dotCommon.Core, JetBrains.dotCommon.ElevationAgent, JetBrains.dotCommon.Psi.Navigation, JetBrains.dotCommon.Psi.UnitTesting, JetBrains.dotCommon.Remotable, JetBrains.dotCommon.Timeline, JetBrains.dotCommon.UIInteractive, JetBrains.dotCover.ConsoleTools, JetBrains.dotCover.Core, JetBrains.dotCover.Ide.Core, JetBrains.dotCover.Interactive.Core, JetBrains.dotCover.Interactive.Presentation, JetBrains.dotCover.VisualStudio, JetBrains.EtwService.Core, JetBrains.Platform.Core.Ide, JetBrains.Platform.Core.MsBuild, JetBrains.Platform.Core.Shell, JetBrains.Platform.Core.Text, JetBrains.Platform.Installer, JetBrains.Platform.Interop.CommandLine, JetBrains.Platform.Interop.dotMemoryUnit.Framework, JetBrains.Platform.Interop.dotMemoryUnit.Interop.Console, JetBrains.Platform.Interop.dotMemoryUnit.Interop.Ide, JetBrains.Platform.RdProtocol, JetBrains.Platform.UIInteractive.Ide, JetBrains.Platform.UIInteractive.Shell, JetBrains.Platform.UIInteractive.Text, JetBrains.Platform.VisualStudio, JetBrains.Profiler.Configurator.WPF, JetBrains.Profiler.Editor.Core, JetBrains.Profiler.Editor.Windows.BehaviorModel, JetBrains.Profiler.Editor.Windows.WPF, JetBrains.Profiler.Kernel.CleanUp, JetBrains.Profiler.Kernel.Core, JetBrains.Profiler.Kernel.InternalLauncher, JetBrains.Profiler.Kernel.ProfilingInstance, JetBrains.Profiler.Kernel.Windows.Api, JetBrains.Profiler.Kernel.Windows.Engine, JetBrains.Profiler.Kernel.Windows.RemoteApi, JetBrains.Profiler.Native.Windows.Core, JetBrains.Profiler.Snapshot, JetBrains.Profiler.VsIntegration.Core, JetBrains.Profiler.VsIntegration.Windows, JetBrains.Psi.Features.Core, JetBrains.Psi.Features.Diagramming, JetBrains.Psi.Features.SolutionBuilder, JetBrains.Psi.Features.src, JetBrains.Psi.Features.Tasks, JetBrains.Psi.Features.UIInteractive.Core, JetBrains.Psi.Features.UIInteractive.Features, JetBrains.Psi.Features.UIInteractive.LiveTemplates, JetBrains.Psi.Features.UIInteractive.Refactorings, JetBrains.Psi.Features.UIInteractive.SolutionAnalysis, JetBrains.Psi.Features.UIInteractive.SolutionBuilder, JetBrains.Psi.Features.UnitTesting, JetBrains.Psi.Features.VisualStudio, JetBrains.ReSharper.Plugins.ReSharperTutorials, JetBrains.ReSharper.src]
09:17:08.696 |V| LevelDbAutocommitTransaction | :1 | STV.Finished: Successfully waited for thread `LevelDbAutocommitTransaction` to exit for 16 ms
09:17:08.762 |V| IPropertyEx | :1 | [[SettingsStorage(“ReSharper 8 global settings”)/XmlDiskFile]] Boolean::IsSaveReschedulled: False -> <N/A>.
09:17:08.762 |V| IPropertyEx | :1 | [[SettingsStorage(“ReSharper 8 global settings”)/XmlDiskFile]] Boolean::IsReloadReschedulled: False -> <N/A>.
09:17:08.763 |V| IPropertyEx | :1 | [[SettingsStorage(“This computer”)/XmlDiskFile]] Boolean::IsSaveReschedulled: False -> <N/A>.
09:17:08.763 |V| IPropertyEx | :1 | [[SettingsStorage(“This computer”)/XmlDiskFile]] Boolean::IsReloadReschedulled: False -> <N/A>.
09:17:08.862 |V| ActivityLogsSubmitter | :1 | STV.Finished: Successfully waited for thread `ActivityLogsSubmitter` to exit for 0 ms
09:17:08.863 |V| LevelDbAutocommitTransaction | :1 | STV.Finished: Successfully waited for thread `LevelDbAutocommitTransaction` to exit for 0 ms
09:17:08.873 |V| UsageDbManager | UsageDbManager:36 | STV.Finished on the same thread: `UsageDbManager`
09:17:08.873 |V| IPropertyEx | :1 | [[SettingsStorage(VsActionManagerSettingsStorage::Provider)/XmlDiskFile]] Boolean::IsSaveReschedulled: False -> <N/A>.
09:17:08.873 |V| IPropertyEx | :1 | [[SettingsStorage(VsActionManagerSettingsStorage::Provider)/XmlDiskFile]] Boolean::IsReloadReschedulled: False -> <N/A>.
09:17:08.883 |V| | :1 | [MW] OnWmActivate Detached.
09:17:08.889 |V| RunningProducts | :1 | Unpublished non-composed Shell container after decomposition.
09:17:08.891 |V| RunsProducts | :1 | >> (Closing) RunProduct.
09:17:08.891 |V| VsMainWindowSinceVs10 | :1 | IWin32Window::VsTopLevelWin32Windows-- v: JetBrains.Interop.WinApi.Wrappers.Win32Window (ACK).
09:17:09.050 |V| | :1 | [Trace::Write] Entering Dispose() of: Telerik.Reporting.VsPackage.VsPackage
09:17:09.057 |V| JetEnvironment | :1 | JetEnvironment is initiating shutdown.
09:17:09.057 |I| | :1 | Running under VS version 11.0.61030.0, registry root 11.0.
09:17:09.060 |V| ReportsProductsAllowedToRun | :1 | IProductCanBeStarted::IProductCanBeStarted[]-- v: JetBrains.Application.Environment.LicenseCheck.RestartShellOnZoneLicenseCheckChanges (ACK).
09:17:09.060 |V| ReportsProductsAllowedToRun | :1 | IProductCanBeStarted::IProductCanBeStarted[]-- v: JetBrains.Application.Environment.Components.SuspendResumeProductCanBeStarted (ACK).
09:17:09.060 |V| ReportsProductsAllowedToRun | :1 | IProductCanBeStarted::IProductCanBeStarted[]-- v: JetBrains.VsIntegration.Shell.VsNonZombiedProductCanBeStarted (ACK).
09:17:09.060 |V| ReportsProductsAllowedToRun | :1 | IProductCanBeStarted::IProductCanBeStarted[]-- v: JetBrains.Platform.VisualStudio.SinceVs10.Shell.ApplicationShutdownRequestsSinceVs10 (ACK).
09:17:09.060 |V| ReportsProductsAllowedToRun | :1 | IProductCanBeStarted::IProductCanBeStarted[]-- v: JetBrains.Platform.VisualStudio.SinceVs10.Shell.VsSkipFirstLaunchSetupProductCanBeStarted (ACK).
09:17:09.065 |V| FileSystemTrackerImpl | :1 | Stop DoNotListenToTheWholeFolder E:\
09:17:09.065 |V| FileSystemTrackerImpl | :1 | Stop DoNotListenToTheWholeFolder D:\
09:17:09.065 |V| FileSystemTrackerImpl | :1 | Stop DoNotListenToTheWholeFolder C:\
09:17:09.065 |V| FileSystemTrackerImpl | :1 | Stop DoNotListenToTheWholeFolder C:\Users\jerry.lagrou\AppData\Local\Temp\JetBrains
09:17:09.065 |V| FileSystemTrackerImpl | :1 | Stop DoNotListenToTheWholeFolder C:\Users\jerry.lagrou\AppData\Local\Temp
09:17:09.067 |V| JetScheduler | JetPool Manager:20 | Thread 'JetPool Manager' finished
09:17:09.101 |V| JetScheduler | JetPool(S) #4:26 | Thread 'JetPool(S) #4' finished execution in unit 'Short Tasks'. #AllExecutors=6, #FreeExecutors=0
09:17:09.101 |V| JetScheduler | JetPool(S) #5:27 | Thread 'JetPool(S) #5' finished execution in unit 'Short Tasks'. #AllExecutors=5, #FreeExecutors=0
09:17:09.101 |V| JetScheduler | JetPool(L) #1:30 | Thread 'JetPool(L) #1' finished execution in unit 'Long Tasks'. #AllExecutors=2, #FreeExecutors=0
09:17:09.101 |V| JetScheduler | JetPool(S) #7:29 | Thread 'JetPool(S) #7' finished execution in unit 'Short Tasks'. #AllExecutors=4, #FreeExecutors=0
09:17:09.101 |V| JetScheduler | JetPool(S) #6:28 | Thread 'JetPool(S) #6' finished execution in unit 'Short Tasks'. #AllExecutors=3, #FreeExecutors=0
09:17:09.101 |V| JetScheduler | JetPool(L) #2:31 | Thread 'JetPool(L) #2' finished execution in unit 'Long Tasks'. #AllExecutors=1, #FreeExecutors=0
09:17:09.102 |V| JetScheduler | JetPool(S) #3:25 | Thread 'JetPool(S) #3' finished execution in unit 'Short Tasks'. #AllExecutors=2, #FreeExecutors=0
09:17:09.103 |V| JetScheduler | JetPool(S) #1:23 | Thread 'JetPool(S) #1' finished execution in unit 'Short Tasks'. #AllExecutors=1, #FreeExecutors=0
09:17:09.105 |V| JetScheduler | JetPool(L) #3:32 | Thread 'JetPool(L) #3' finished execution in unit 'Long Tasks'. #AllExecutors=0, #FreeExecutors=0
09:17:09.106 |V| JetScheduler | JetPool(S) #2:24 | Thread 'JetPool(S) #2' finished execution in unit 'Short Tasks'. #AllExecutors=0, #FreeExecutors=0
09:17:09.201 |V| JetScheduler | JetPool Manager:17 | Thread 'JetPool Manager' finished
09:17:09.219 |V| CatalogTables | :1 | Catalog Tables destroyed at 1E9E986E size 11,470,810.
09:17:09.909 |I| VsPackage | :1 | VS Package Unloaded
your uploader only allows (jpeg,gif or png).
I have also been able to do it with vs2017
09:24:44.073 |V| JetScheduler | JetPool(S) #7:35 | Thread 'JetPool(S) #7' started execution in unit 'Short Tasks'. #allExecutors=6, #freeExecutors=0
09:24:44.074 |V| JetScheduler | JetPool(S) #4:32 | Thread 'JetPool(S) #4' started execution in unit 'Short Tasks'. #allExecutors=4, #freeExecutors=0
09:24:44.074 |V| JetScheduler | JetPool(L) #2:37 | Thread 'JetPool(L) #2' started execution in unit 'Long Tasks'. #allExecutors=1, #freeExecutors=0
09:24:44.074 |V| JetScheduler | JetPool(S) #2:30 | Thread 'JetPool(S) #2' started execution in unit 'Short Tasks'. #allExecutors=4, #freeExecutors=0
09:24:44.073 |V| JetScheduler | JetPool(S) #6:34 | Thread 'JetPool(S) #6' started execution in unit 'Short Tasks'. #allExecutors=5, #freeExecutors=0
09:24:44.074 |V| JetScheduler | JetPool(S) #3:31 | Thread 'JetPool(S) #3' started execution in unit 'Short Tasks'. #allExecutors=4, #freeExecutors=0
09:24:44.073 |V| JetScheduler | JetPool(S) #1:29 | Thread 'JetPool(S) #1' started execution in unit 'Short Tasks'. #allExecutors=4, #freeExecutors=0
09:24:44.079 |V| JetScheduler | JetPool(S) #5:33 | Thread 'JetPool(S) #5' started execution in unit 'Short Tasks'. #allExecutors=7, #freeExecutors=6
09:24:44.079 |V| JetScheduler | JetPool(L) #1:36 | Thread 'JetPool(L) #1' started execution in unit 'Long Tasks'. #allExecutors=2, #freeExecutors=1
09:24:44.081 |V| JetScheduler | JetPool(L) #3:38 | Thread 'JetPool(L) #3' started execution in unit 'Long Tasks'. #allExecutors=3, #freeExecutors=2
09:24:44.170 |V| InstalledHostsDiscovery | :1 | Searching for hosts in C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations
09:24:44.171 |V| InstalledHostsDiscovery | :1 | Scanning C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\dotCover12
09:24:44.172 |V| InstalledHostsDiscovery | :1 | Reading C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\dotCover12\packages
09:24:44.225 |V| InstalledHostsDiscovery | :1 | Host dotCover12 recognized. 88 packages
09:24:44.226 |V| InstalledHostsDiscovery | :1 | Scanning C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\Packages
09:24:44.226 |V| InstalledHostsDiscovery | :1 | Scanning C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs10
09:24:44.226 |V| InstalledHostsDiscovery | :1 | Reading C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs10\packages
09:24:44.242 |V| InstalledHostsDiscovery | :1 | Host ReSharperPlatformVs10 recognized. 108 packages
09:24:44.242 |V| InstalledHostsDiscovery | :1 | Scanning C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs11
09:24:44.242 |V| InstalledHostsDiscovery | :1 | Reading C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs11\packages
09:24:44.253 |V| InstalledHostsDiscovery | :1 | Host ReSharperPlatformVs11 recognized. 108 packages
09:24:44.253 |V| InstalledHostsDiscovery | :1 | Scanning C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs12
09:24:44.253 |V| InstalledHostsDiscovery | :1 | Reading C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs12\packages
09:24:44.265 |V| InstalledHostsDiscovery | :1 | Host ReSharperPlatformVs12 recognized. 108 packages
09:24:44.265 |V| InstalledHostsDiscovery | :1 | Scanning C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs14
09:24:44.265 |V| InstalledHostsDiscovery | :1 | Reading C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs14\packages
09:24:44.280 |V| InstalledHostsDiscovery | :1 | Host ReSharperPlatformVs14 recognized. 108 packages
09:24:44.280 |V| InstalledHostsDiscovery | :1 | Scanning C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_3aac3c3f
09:24:44.280 |V| InstalledHostsDiscovery | :1 | Reading C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_3aac3c3f\packages
09:24:44.289 |W| InstalledHostsDiscovery | :1 | Host ReSharperPlatformVs15_3aac3c3f validation failed. No per-user nor per-machine registrations found..
09:24:44.290 |V| InstalledHostsDiscovery | :1 | Scanning C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_7ea75361
09:24:44.290 |V| InstalledHostsDiscovery | :1 | Reading C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_7ea75361\packages
09:24:44.300 |V| InstalledHostsDiscovery | :1 | Host ReSharperPlatformVs15_7ea75361 recognized. 108 packages
09:24:44.363 |V| ReportsProductsAllowedToRun | :1 | IProductCanBeStarted::IProductCanBeStarted[]++ ^: JetBrains.Application.Environment.LicenseCheck.RestartShellOnZoneLicenseCheckChanges (ACK).
09:24:44.363 |V| ReportsProductsAllowedToRun | :1 | IProductCanBeStarted::IProductCanBeStarted[]++ ^: JetBrains.Application.Environment.Components.SuspendResumeProductCanBeStarted (ACK).
09:24:44.363 |V| ReportsProductsAllowedToRun | :1 | IProductCanBeStarted::IProductCanBeStarted[]++ ^: JetBrains.VsIntegration.Shell.VsNonZombiedProductCanBeStarted (ACK).
09:24:44.363 |V| ReportsProductsAllowedToRun | :1 | IProductCanBeStarted::IProductCanBeStarted[]++ ^: JetBrains.Platform.VisualStudio.SinceVs10.Shell.ApplicationShutdownRequestsSinceVs10 (ACK).
09:24:44.363 |V| ReportsProductsAllowedToRun | :1 | IProductCanBeStarted::IProductCanBeStarted[]++ ^: JetBrains.Platform.VisualStudio.SinceVs10.Shell.VsSkipFirstLaunchSetupProductCanBeStarted (ACK).
09:24:44.442 |V| DevenvHostDiscovery | :1 | Attempting to create an instance of the VS Setup Configuration interface.
09:24:44.445 |V| DevenvHostDiscovery | :1 | Successfully created an instance of the VS Setup Configuration interface.
09:24:44.445 |V| DevenvHostDiscovery | :1 | Trying to get a VS instance for the current process.
09:24:44.457 |V| DevenvHostDiscovery | :1 | VS instance for the current process fetched successfully.
09:24:44.525 |I| | :1 | Running under VS version 15.6.27428.2002, registry root 15.0_7ea75361.
09:24:44.536 |V| JetEnvironment | :1 | Environment container is composed.
09:24:44.536 |V| JetEnvironment | :1 | JetEnvironment is ready.
09:24:44.926 |V| RunsProducts | :1 | << (Opening) RunProduct.
09:24:44.931 |V| JetEnvironmentZones | :1 | AllDiscovered zones: (133pcs)[JetBrains.Application.Build.App.IBuildApplicationZone, JetBrains.Application.Build.App.ICmdlineBuildAppEnvironmentZone, JetBrains.Application.Build.App.ITeamCityBuildAppEnvironmentZone, JetBrains.Application.BuildScript.Application.Zones.IAmd64CpuArchitectureZone, JetBrains.Application.BuildScript.Application.Zones.IArmCpuArchitectureZone, JetBrains.Application.BuildScript.Application.Zones.ICpuArchitectureZone, JetBrains.Application.BuildScript.Application.Zones.IEnvironmentZone, JetBrains.Application.BuildScript.Application.Zones.IIntelCpuArchitectureZone, JetBrains.Application.BuildScript.Application.Zones.IInternalVisibilityZone, JetBrains.Application.BuildScript.Application.Zones.IOuterWorldConnectZone, JetBrains.Application.BuildScript.Application.Zones.IPublicVisibilityZone, JetBrains.Application.BuildScript.Application.Zones.ISinceClr2Zone, JetBrains.Application.BuildScript.Application.Zones.ISinceClr4Zone, JetBrains.Application.BuildScript.Application.Zones.ISinceFramework45Zone, JetBrains.Application.BuildScript.Application.Zones.IStandaloneCmdZone, JetBrains.Application.BuildScript.Application.Zones.IStandaloneTabWellUIZone, JetBrains.Application.BuildScript.Application.Zones.IStandaloneUIZone, JetBrains.Application.BuildScript.Application.Zones.IStandaloneZone, JetBrains.Application.BuildScript.Application.Zones.IUIInteractiveZone, JetBrains.Application.Host.TeamCity.ITeamCityZone, JetBrains.Application.UI.Options.OptionPages.IToolsOptionsPageImplZone, JetBrains.Common.ActivityTracking.IDotCommonActivityTrackingZone, JetBrains.Common.MemoryMappedStorage.IMemoryMappedStorageZone, JetBrains.Common.SubsystemsManagement.ISubsystemsManagementZone, JetBrains.Common.SystemModulesOptionsManager.IDotCommonSystemModulesZone, JetBrains.Common.Timeline.Framework.Interface.ITimelineFrameworkZone, JetBrains.Common.UnitTesting.ControlKindProviders.IDotCommonControlKindProvidersZone, JetBrains.Common.UnitTesting.HostController.IDotCommonUnitTestingZone, JetBrains.Common.Util.Navigation.IDotCommonNavigationZone, JetBrains.Common.Util.Shell.IDotCommonSharedZone, JetBrains.Common.Util.Shell.IStandaloneCmdWithDotCommonConsoleHelpersEnvironmentZone, JetBrains.Common.Util.Shell.IViewerOpenerZone, JetBrains.Common.Util.Shell.Launcher.IExternalStorageEnvironmentZone, JetBrains.Common.Util.Shell.Remoting.Zones.ILocalSideZone, JetBrains.Common.Util.Shell.Remoting.Zones.IRemoteEnvironmentZone, JetBrains.Common.Util.Shell.Remoting.Zones.IRemoteSideZone, JetBrains.Diagramming.DiagrammingZone, JetBrains.DocumentModel.IDocumentModelZone, JetBrains.dotCover.ConsoleRunner.IConsoleRunnerEntryPointZone, JetBrains.dotCover.ConsoleTools.Product.IDotCoverConsoleToolsPackageAccessZone, JetBrains.dotCover.Core.IDotCoverCoreZone, JetBrains.dotCover.Core.Workspaces.IDotCoverEmbeddedLocalWorkspaceZone, JetBrains.dotCover.Core.Workspaces.IDotCoverExternalLocalWorkspaceZone, JetBrains.dotCover.DataAccess.IDotCoverDataAccessZone, JetBrains.dotCover.Ide.Core.IDotCoverIdeCoreZone, JetBrains.dotCover.Ide.Core.IDotCoverUnitTestingZone, JetBrains.dotCover.Interactive.Core.ActivityTracking.IDotCoverActivityTrackingImplZone, JetBrains.dotCover.Interactive.Core.IDotCoverInteractiveCoreZone, JetBrains.dotCover.Interactive.Presentation.IDotCoverInteractiveUIZone, JetBrains.dotCover.Interactive.Presentation.InternalToolkit.IDotCoverInternalToolkitZone, JetBrains.dotCover.RemoteCoverageServer.IRemoteCoverageServerEntryPointZone, JetBrains.dotCover.Shared.IDotCoverFeatureZone, JetBrains.dotCover.Shared.IDotCoverProductZone, JetBrains.dotCover.Vs.Core.IDotCoverVisualStudioCoreZone, JetBrains.dotCover.Vs.Presentation.IDotCoverVisualStudioUIZone, JetBrains.dotCover.Workspace.IDotCoverWorkspaceImplZone, JetBrains.dotCover.WorkspaceHost.IWorkspaceHostEntryPointZone, JetBrains.IDE.Debugger.IDebuggerZone, JetBrains.IDE.ResultList.ResultListImplZone, JetBrains.Platform.RdFramework.IRdFrameworkZone, JetBrains.Platform.VisualStudio.JustVs10.Shell.Zones.IJustVs10Zone, JetBrains.Platform.VisualStudio.JustVs11.Shell.Zones.IJustVs11Zone, JetBrains.Platform.VisualStudio.JustVs12.Shell.Zones.IJustVs12Zone, JetBrains.Platform.VisualStudio.JustVs14.Shell.Zones.IJustVs14Zone, JetBrains.Platform.VisualStudio.JustVs15.Shell.Zones.IJustVs15Zone, JetBrains.Platform.VisualStudio.SinceVs09.Shell.Zones.ISinceVs09Zone, JetBrains.Platform.VisualStudio.SinceVs10.Shell.Zones.ISinceVs10Zone, JetBrains.Platform.VisualStudio.SinceVs11.Shell.Zones.ISinceVs11Zone, JetBrains.Platform.VisualStudio.SinceVs12.Shell.Zones.ISinceVs12Zone, JetBrains.Platform.VisualStudio.SinceVs14.Shell.Zones.IRoslynAwareZone, JetBrains.Platform.VisualStudio.SinceVs14.Shell.Zones.ISinceVs14Zone, JetBrains.Platform.VisualStudio.SinceVs15.Shell.Zones.ISinceVs15Zone, JetBrains.Profiler.CleanUp.BuildScript.ICleanUpHostEnvironmentZone, JetBrains.Profiler.CleanUp.Impl.ICleanUpHostApplicationZone, JetBrains.Profiler.InternalLauncher.IInternalLauncherZone, JetBrains.Profiler.InternalLauncher.IPerformanceSnapshotManagementZone, JetBrains.Profiler.Zones.ICoverageProfilerZone, JetBrains.Profiler.Zones.IMemoryProfilerZone, JetBrains.Profiler.Zones.IPerformanceProfilerZone, JetBrains.Profiler.Zones.IProfilerZone, JetBrains.Profiler.Zones.IRemoteProfilerZone, JetBrains.Profiler.Zones.ITimelineProfilerZone, JetBrains.Profiler.Zones.IWinFormsUIProfilerZone, JetBrains.Profiler.Zones.IWpfUIProfilerZone, JetBrains.ProjectModel.IProjectModelZone, JetBrains.ProjectModel.NuGet.INuGetZone, JetBrains.ProjectModel.ProjectsHost.SolutionHost.ISolutionHostZone, JetBrains.ReSharper.Daemon.SolutionAnalysis.SweaZone, JetBrains.ReSharper.Feature.Services.Daemon.CodeInspectionPageImplZone, JetBrains.ReSharper.Feature.Services.Daemon.DaemonEngineZone, JetBrains.ReSharper.Feature.Services.Daemon.DaemonZone, JetBrains.ReSharper.Feature.Services.DebuggerVs.IVsDebuggerZone, JetBrains.ReSharper.Feature.Services.ExternalSources.ExternalSourcesZone, JetBrains.ReSharper.Feature.Services.ExternalSources.MetadataTreeZone, JetBrains.ReSharper.Feature.Services.ICodeEditingZone, JetBrains.ReSharper.Feature.Services.Integration.ICoverageSnapshotHandlerZone, JetBrains.ReSharper.Feature.Services.Naming.NamingImplZone, JetBrains.ReSharper.Feature.Services.Navigation.NavigationZone, JetBrains.ReSharper.Feature.Services.OptionPages.ICodeEditingOptionsPageImplZone, JetBrains.ReSharper.Feature.Services.ParameterInfo.IParameterInfoZone, JetBrains.ReSharper.Features.Diagramming.DiagramsFeatureZone, JetBrains.ReSharper.Features.SolBuilderDuo.ISolutionBuilderFeatureZone, JetBrains.ReSharper.Features.SolBuilderDuo.SolutionBuilderDuoZone, JetBrains.ReSharper.Product.Application.Product.IReSharperProductZone, JetBrains.ReSharper.Psi.Asp.ILanguageAspZone, JetBrains.ReSharper.Psi.Asp.Mvc.IAspMvcZone, JetBrains.ReSharper.Psi.BuildScripts.ILanguageBuildScriptsZone, JetBrains.ReSharper.Psi.BuildScripts.MSBuild.ILanguageMsBuild, JetBrains.ReSharper.Psi.BuildScripts.NAnt.ILanguageNAntZone, JetBrains.ReSharper.Psi.CSharp.ILanguageCSharpZone, JetBrains.ReSharper.Psi.Css.ILanguageCssZone, JetBrains.ReSharper.Psi.Html.ILanguageHtmlZone, JetBrains.ReSharper.Psi.IClrPsiLanguageZone, JetBrains.ReSharper.Psi.IL.ILanguageIlZone, JetBrains.ReSharper.Psi.Impl.Reflection2.IPsiAssemblyFileLoaderImplZone, JetBrains.ReSharper.Psi.IPsiLanguageZone, JetBrains.ReSharper.Psi.IWebPsiLanguageZone, JetBrains.ReSharper.Psi.JavaScript.ILanguageJavaScriptZone, JetBrains.ReSharper.Psi.Protobuf.ILanguageProtobufZone, JetBrains.ReSharper.Psi.Razor.ILanguageRazorZone, JetBrains.ReSharper.Psi.RegExp.ILanguageRegExpZone, JetBrains.ReSharper.Psi.Resx.ILanguageResxZone, JetBrains.ReSharper.Psi.VB.ILanguageVBZone, JetBrains.ReSharper.Psi.Xaml.ILanguageXamlZone, JetBrains.ReSharper.Resources.Shell.PsiFeaturesImplZone, JetBrains.ReSharper.Resources.Shell.ShellInstanceFakeZone, JetBrains.ReSharper.UnitTestFramework.IUnitTestingZone, JetBrains.ReSharper.UnitTestRunner.dotMemoryUnit.IDotMemoryUnitVsIntegrationZone, JetBrains.Rider.Model.IRiderModelZone, JetBrains.Symbols.SymbolsImplZone, JetBrains.TextControl.ITextControlsZone, JetBrains.VsIntegration.Shell.Zones.ISinceVs08Zone, JetBrains.VsIntegration.Shell.Zones.IVisualStudioZone].
09:24:44.934 |V| JetEnvironmentZones | :1 | NegativeByTimebomb zones: (0pcs)[].
09:24:44.977 |V| JetEnvironmentZones | :1 | NegativeByLicense zones: (0pcs)[].
09:24:44.977 |V| JetEnvironmentZones | :1 | NegativeByUserPreference zones: (0pcs)[].
09:24:44.977 |V| JetEnvironmentZones | :1 | AllNegativePropogated zones: (0pcs)[].
09:24:44.978 |V| JetEnvironmentZones | :1 | AllowedActivatorZones zones: (27pcs)[JetBrains.Application.BuildScript.Application.Zones.IIntelCpuArchitectureZone, JetBrains.Application.BuildScript.Application.Zones.IPublicVisibilityZone, JetBrains.Application.BuildScript.Application.Zones.ISinceClr4Zone, JetBrains.dotCover.Core.Workspaces.IDotCoverExternalLocalWorkspaceZone, JetBrains.dotCover.Ide.Core.IDotCoverUnitTestingZone, JetBrains.dotCover.Interactive.Core.ActivityTracking.IDotCoverActivityTrackingImplZone, JetBrains.dotCover.Shared.IDotCoverProductZone, JetBrains.dotCover.Vs.Presentation.IDotCoverVisualStudioUIZone, JetBrains.IDE.Debugger.IDebuggerZone, JetBrains.Platform.RdFramework.IRdFrameworkZone, JetBrains.Platform.VisualStudio.JustVs15.Shell.Zones.IJustVs15Zone, JetBrains.Platform.VisualStudio.SinceVs14.Shell.Zones.IRoslynAwareZone, JetBrains.ProjectModel.NuGet.INuGetZone, JetBrains.ReSharper.Daemon.SolutionAnalysis.SweaZone, JetBrains.ReSharper.Feature.Services.Daemon.DaemonZone, JetBrains.ReSharper.Feature.Services.DebuggerVs.IVsDebuggerZone, JetBrains.ReSharper.Feature.Services.ExternalSources.ExternalSourcesZone, JetBrains.ReSharper.Feature.Services.ICodeEditingZone, JetBrains.ReSharper.Feature.Services.Integration.ICoverageSnapshotHandlerZone, JetBrains.ReSharper.Feature.Services.Navigation.NavigationZone, JetBrains.ReSharper.Feature.Services.ParameterInfo.IParameterInfoZone, JetBrains.ReSharper.Features.Diagramming.DiagramsFeatureZone, JetBrains.ReSharper.Features.SolBuilderDuo.ISolutionBuilderFeatureZone, JetBrains.ReSharper.Product.Application.Product.IReSharperProductZone, JetBrains.ReSharper.Psi.IPsiLanguageZone, JetBrains.ReSharper.UnitTestFramework.IUnitTestingZone, JetBrains.Rider.Model.IRiderModelZone].
09:24:44.978 |V| JetEnvironmentZones | :1 | AllowedActivatorZonesExpandedToInheritors zones: (45pcs)[JetBrains.Application.BuildScript.Application.Zones.IIntelCpuArchitectureZone, JetBrains.Application.BuildScript.Application.Zones.IPublicVisibilityZone, JetBrains.Application.BuildScript.Application.Zones.ISinceClr4Zone, JetBrains.dotCover.Core.Workspaces.IDotCoverExternalLocalWorkspaceZone, JetBrains.dotCover.Ide.Core.IDotCoverUnitTestingZone, JetBrains.dotCover.Interactive.Core.ActivityTracking.IDotCoverActivityTrackingImplZone, JetBrains.dotCover.Shared.IDotCoverProductZone, JetBrains.dotCover.Vs.Presentation.IDotCoverVisualStudioUIZone, JetBrains.IDE.Debugger.IDebuggerZone, JetBrains.Platform.RdFramework.IRdFrameworkZone, JetBrains.Platform.VisualStudio.JustVs15.Shell.Zones.IJustVs15Zone, JetBrains.Platform.VisualStudio.SinceVs14.Shell.Zones.IRoslynAwareZone, JetBrains.ProjectModel.NuGet.INuGetZone, JetBrains.ReSharper.Daemon.SolutionAnalysis.SweaZone, JetBrains.ReSharper.Feature.Services.Daemon.DaemonZone, JetBrains.ReSharper.Feature.Services.DebuggerVs.IVsDebuggerZone, JetBrains.ReSharper.Feature.Services.ExternalSources.ExternalSourcesZone, JetBrains.ReSharper.Feature.Services.ICodeEditingZone, JetBrains.ReSharper.Feature.Services.Integration.ICoverageSnapshotHandlerZone, JetBrains.ReSharper.Feature.Services.Navigation.NavigationZone, JetBrains.ReSharper.Feature.Services.ParameterInfo.IParameterInfoZone, JetBrains.ReSharper.Features.Diagramming.DiagramsFeatureZone, JetBrains.ReSharper.Features.SolBuilderDuo.ISolutionBuilderFeatureZone, JetBrains.ReSharper.Product.Application.Product.IReSharperProductZone, JetBrains.ReSharper.Psi.Asp.ILanguageAspZone, JetBrains.ReSharper.Psi.Asp.Mvc.IAspMvcZone, JetBrains.ReSharper.Psi.BuildScripts.ILanguageBuildScriptsZone, JetBrains.ReSharper.Psi.BuildScripts.MSBuild.ILanguageMsBuild, JetBrains.ReSharper.Psi.BuildScripts.NAnt.ILanguageNAntZone, JetBrains.ReSharper.Psi.CSharp.ILanguageCSharpZone, JetBrains.ReSharper.Psi.Css.ILanguageCssZone, JetBrains.ReSharper.Psi.Html.ILanguageHtmlZone, JetBrains.ReSharper.Psi.IClrPsiLanguageZone, JetBrains.ReSharper.Psi.IL.ILanguageIlZone, JetBrains.ReSharper.Psi.IPsiLanguageZone, JetBrains.ReSharper.Psi.IWebPsiLanguageZone, JetBrains.ReSharper.Psi.JavaScript.ILanguageJavaScriptZone, JetBrains.ReSharper.Psi.Protobuf.ILanguageProtobufZone, JetBrains.ReSharper.Psi.Razor.ILanguageRazorZone, JetBrains.ReSharper.Psi.RegExp.ILanguageRegExpZone, JetBrains.ReSharper.Psi.Resx.ILanguageResxZone, JetBrains.ReSharper.Psi.VB.ILanguageVBZone, JetBrains.ReSharper.Psi.Xaml.ILanguageXamlZone, JetBrains.ReSharper.UnitTestFramework.IUnitTestingZone, JetBrains.Rider.Model.IRiderModelZone].
09:24:44.978 |V| JetEnvironmentZones | :1 | AllowedActivatorExpanded zones: (89pcs)[JetBrains.Application.BuildScript.Application.Zones.ICpuArchitectureZone, JetBrains.Application.BuildScript.Application.Zones.IEnvironmentZone, JetBrains.Application.BuildScript.Application.Zones.IIntelCpuArchitectureZone, JetBrains.Application.BuildScript.Application.Zones.IOuterWorldConnectZone, JetBrains.Application.BuildScript.Application.Zones.IPublicVisibilityZone, JetBrains.Application.BuildScript.Application.Zones.ISinceClr2Zone, JetBrains.Application.BuildScript.Application.Zones.ISinceClr4Zone, JetBrains.Application.BuildScript.Application.Zones.IUIInteractiveZone, JetBrains.Application.UI.Options.OptionPages.IToolsOptionsPageImplZone, JetBrains.Common.ActivityTracking.IDotCommonActivityTrackingZone, JetBrains.Common.UnitTesting.ControlKindProviders.IDotCommonControlKindProvidersZone, JetBrains.Common.UnitTesting.HostController.IDotCommonUnitTestingZone, JetBrains.Common.Util.Navigation.IDotCommonNavigationZone, JetBrains.Common.Util.Shell.IDotCommonSharedZone, JetBrains.Diagramming.DiagrammingZone, JetBrains.DocumentModel.IDocumentModelZone, JetBrains.dotCover.ConsoleTools.Product.IDotCoverConsoleToolsPackageAccessZone, JetBrains.dotCover.Core.IDotCoverCoreZone, JetBrains.dotCover.Core.Workspaces.IDotCoverExternalLocalWorkspaceZone, JetBrains.dotCover.DataAccess.IDotCoverDataAccessZone, JetBrains.dotCover.Ide.Core.IDotCoverIdeCoreZone, JetBrains.dotCover.Ide.Core.IDotCoverUnitTestingZone, JetBrains.dotCover.Interactive.Core.ActivityTracking.IDotCoverActivityTrackingImplZone, JetBrains.dotCover.Interactive.Core.IDotCoverInteractiveCoreZone, JetBrains.dotCover.Interactive.Presentation.IDotCoverInteractiveUIZone, JetBrains.dotCover.Shared.IDotCoverFeatureZone, JetBrains.dotCover.Shared.IDotCoverProductZone, JetBrains.dotCover.Vs.Core.IDotCoverVisualStudioCoreZone, JetBrains.dotCover.Vs.Presentation.IDotCoverVisualStudioUIZone, JetBrains.IDE.Debugger.IDebuggerZone, JetBrains.IDE.ResultList.ResultListImplZone, JetBrains.Platform.RdFramework.IRdFrameworkZone, JetBrains.Platform.VisualStudio.JustVs15.Shell.Zones.IJustVs15Zone, JetBrains.Platform.VisualStudio.SinceVs09.Shell.Zones.ISinceVs09Zone, JetBrains.Platform.VisualStudio.SinceVs10.Shell.Zones.ISinceVs10Zone, JetBrains.Platform.VisualStudio.SinceVs11.Shell.Zones.ISinceVs11Zone, JetBrains.Platform.VisualStudio.SinceVs12.Shell.Zones.ISinceVs12Zone, JetBrains.Platform.VisualStudio.SinceVs14.Shell.Zones.IRoslynAwareZone, JetBrains.Platform.VisualStudio.SinceVs14.Shell.Zones.ISinceVs14Zone, JetBrains.Platform.VisualStudio.SinceVs15.Shell.Zones.ISinceVs15Zone, JetBrains.Profiler.InternalLauncher.IInternalLauncherZone, JetBrains.Profiler.Zones.ICoverageProfilerZone, JetBrains.Profiler.Zones.IProfilerZone, JetBrains.Profiler.Zones.IWpfUIProfilerZone, JetBrains.ProjectModel.IProjectModelZone, JetBrains.ProjectModel.NuGet.INuGetZone, JetBrains.ReSharper.Daemon.SolutionAnalysis.SweaZone, JetBrains.ReSharper.Feature.Services.Daemon.CodeInspectionPageImplZone, JetBrains.ReSharper.Feature.Services.Daemon.DaemonEngineZone, JetBrains.ReSharper.Feature.Services.Daemon.DaemonZone, JetBrains.ReSharper.Feature.Services.DebuggerVs.IVsDebuggerZone, JetBrains.ReSharper.Feature.Services.ExternalSources.ExternalSourcesZone, JetBrains.ReSharper.Feature.Services.ICodeEditingZone, JetBrains.ReSharper.Feature.Services.Integration.ICoverageSnapshotHandlerZone, JetBrains.ReSharper.Feature.Services.Naming.NamingImplZone, JetBrains.ReSharper.Feature.Services.Navigation.NavigationZone, JetBrains.ReSharper.Feature.Services.OptionPages.ICodeEditingOptionsPageImplZone, JetBrains.ReSharper.Feature.Services.ParameterInfo.IParameterInfoZone, JetBrains.ReSharper.Features.Diagramming.DiagramsFeatureZone, JetBrains.ReSharper.Features.SolBuilderDuo.ISolutionBuilderFeatureZone, JetBrains.ReSharper.Features.SolBuilderDuo.SolutionBuilderDuoZone, JetBrains.ReSharper.Product.Application.Product.IReSharperProductZone, JetBrains.ReSharper.Psi.Asp.ILanguageAspZone, JetBrains.ReSharper.Psi.Asp.Mvc.IAspMvcZone, JetBrains.ReSharper.Psi.BuildScripts.ILanguageBuildScriptsZone, JetBrains.ReSharper.Psi.BuildScripts.MSBuild.ILanguageMsBuild, JetBrains.ReSharper.Psi.BuildScripts.NAnt.ILanguageNAntZone, JetBrains.ReSharper.Psi.CSharp.ILanguageCSharpZone, JetBrains.ReSharper.Psi.Css.ILanguageCssZone, JetBrains.ReSharper.Psi.Html.ILanguageHtmlZone, JetBrains.ReSharper.Psi.IClrPsiLanguageZone, JetBrains.ReSharper.Psi.IL.ILanguageIlZone, JetBrains.ReSharper.Psi.Impl.Reflection2.IPsiAssemblyFileLoaderImplZone, JetBrains.ReSharper.Psi.IPsiLanguageZone, JetBrains.ReSharper.Psi.IWebPsiLanguageZone, JetBrains.ReSharper.Psi.JavaScript.ILanguageJavaScriptZone, JetBrains.ReSharper.Psi.Protobuf.ILanguageProtobufZone, JetBrains.ReSharper.Psi.Razor.ILanguageRazorZone, JetBrains.ReSharper.Psi.RegExp.ILanguageRegExpZone, JetBrains.ReSharper.Psi.Resx.ILanguageResxZone, JetBrains.ReSharper.Psi.VB.ILanguageVBZone, JetBrains.ReSharper.Psi.Xaml.ILanguageXamlZone, JetBrains.ReSharper.Resources.Shell.PsiFeaturesImplZone, JetBrains.ReSharper.UnitTestFramework.IUnitTestingZone, JetBrains.Rider.Model.IRiderModelZone, JetBrains.Symbols.SymbolsImplZone, JetBrains.TextControl.ITextControlsZone, JetBrains.VsIntegration.Shell.Zones.ISinceVs08Zone, JetBrains.VsIntegration.Shell.Zones.IVisualStudioZone].
09:24:44.979 |V| JetEnvironmentZones | :1 | ZonesToRun zones: (89pcs)[JetBrains.Application.BuildScript.Application.Zones.ICpuArchitectureZone, JetBrains.Application.BuildScript.Application.Zones.IEnvironmentZone, JetBrains.Application.BuildScript.Application.Zones.IIntelCpuArchitectureZone, JetBrains.Application.BuildScript.Application.Zones.IOuterWorldConnectZone, JetBrains.Application.BuildScript.Application.Zones.IPublicVisibilityZone, JetBrains.Application.BuildScript.Application.Zones.ISinceClr2Zone, JetBrains.Application.BuildScript.Application.Zones.ISinceClr4Zone, JetBrains.Application.BuildScript.Application.Zones.IUIInteractiveZone, JetBrains.Application.UI.Options.OptionPages.IToolsOptionsPageImplZone, JetBrains.Common.ActivityTracking.IDotCommonActivityTrackingZone, JetBrains.Common.UnitTesting.ControlKindProviders.IDotCommonControlKindProvidersZone, JetBrains.Common.UnitTesting.HostController.IDotCommonUnitTestingZone, JetBrains.Common.Util.Navigation.IDotCommonNavigationZone, JetBrains.Common.Util.Shell.IDotCommonSharedZone, JetBrains.Diagramming.DiagrammingZone, JetBrains.DocumentModel.IDocumentModelZone, JetBrains.dotCover.ConsoleTools.Product.IDotCoverConsoleToolsPackageAccessZone, JetBrains.dotCover.Core.IDotCoverCoreZone, JetBrains.dotCover.Core.Workspaces.IDotCoverExternalLocalWorkspaceZone, JetBrains.dotCover.DataAccess.IDotCoverDataAccessZone, JetBrains.dotCover.Ide.Core.IDotCoverIdeCoreZone, JetBrains.dotCover.Ide.Core.IDotCoverUnitTestingZone, JetBrains.dotCover.Interactive.Core.ActivityTracking.IDotCoverActivityTrackingImplZone, JetBrains.dotCover.Interactive.Core.IDotCoverInteractiveCoreZone, JetBrains.dotCover.Interactive.Presentation.IDotCoverInteractiveUIZone, JetBrains.dotCover.Shared.IDotCoverFeatureZone, JetBrains.dotCover.Shared.IDotCoverProductZone, JetBrains.dotCover.Vs.Core.IDotCoverVisualStudioCoreZone, JetBrains.dotCover.Vs.Presentation.IDotCoverVisualStudioUIZone, JetBrains.IDE.Debugger.IDebuggerZone, JetBrains.IDE.ResultList.ResultListImplZone, JetBrains.Platform.RdFramework.IRdFrameworkZone, JetBrains.Platform.VisualStudio.JustVs15.Shell.Zones.IJustVs15Zone, JetBrains.Platform.VisualStudio.SinceVs09.Shell.Zones.ISinceVs09Zone, JetBrains.Platform.VisualStudio.SinceVs10.Shell.Zones.ISinceVs10Zone, JetBrains.Platform.VisualStudio.SinceVs11.Shell.Zones.ISinceVs11Zone, JetBrains.Platform.VisualStudio.SinceVs12.Shell.Zones.ISinceVs12Zone, JetBrains.Platform.VisualStudio.SinceVs14.Shell.Zones.IRoslynAwareZone, JetBrains.Platform.VisualStudio.SinceVs14.Shell.Zones.ISinceVs14Zone, JetBrains.Platform.VisualStudio.SinceVs15.Shell.Zones.ISinceVs15Zone, JetBrains.Profiler.InternalLauncher.IInternalLauncherZone, JetBrains.Profiler.Zones.ICoverageProfilerZone, JetBrains.Profiler.Zones.IProfilerZone, JetBrains.Profiler.Zones.IWpfUIProfilerZone, JetBrains.ProjectModel.IProjectModelZone, JetBrains.ProjectModel.NuGet.INuGetZone, JetBrains.ReSharper.Daemon.SolutionAnalysis.SweaZone, JetBrains.ReSharper.Feature.Services.Daemon.CodeInspectionPageImplZone, JetBrains.ReSharper.Feature.Services.Daemon.DaemonEngineZone, JetBrains.ReSharper.Feature.Services.Daemon.DaemonZone, JetBrains.ReSharper.Feature.Services.DebuggerVs.IVsDebuggerZone, JetBrains.ReSharper.Feature.Services.ExternalSources.ExternalSourcesZone, JetBrains.ReSharper.Feature.Services.ICodeEditingZone, JetBrains.ReSharper.Feature.Services.Integration.ICoverageSnapshotHandlerZone, JetBrains.ReSharper.Feature.Services.Naming.NamingImplZone, JetBrains.ReSharper.Feature.Services.Navigation.NavigationZone, JetBrains.ReSharper.Feature.Services.OptionPages.ICodeEditingOptionsPageImplZone, JetBrains.ReSharper.Feature.Services.ParameterInfo.IParameterInfoZone, JetBrains.ReSharper.Features.Diagramming.DiagramsFeatureZone, JetBrains.ReSharper.Features.SolBuilderDuo.ISolutionBuilderFeatureZone, JetBrains.ReSharper.Features.SolBuilderDuo.SolutionBuilderDuoZone, JetBrains.ReSharper.Product.Application.Product.IReSharperProductZone, JetBrains.ReSharper.Psi.Asp.ILanguageAspZone, JetBrains.ReSharper.Psi.Asp.Mvc.IAspMvcZone, JetBrains.ReSharper.Psi.BuildScripts.ILanguageBuildScriptsZone, JetBrains.ReSharper.Psi.BuildScripts.MSBuild.ILanguageMsBuild, JetBrains.ReSharper.Psi.BuildScripts.NAnt.ILanguageNAntZone, JetBrains.ReSharper.Psi.CSharp.ILanguageCSharpZone, JetBrains.ReSharper.Psi.Css.ILanguageCssZone, JetBrains.ReSharper.Psi.Html.ILanguageHtmlZone, JetBrains.ReSharper.Psi.IClrPsiLanguageZone, JetBrains.ReSharper.Psi.IL.ILanguageIlZone, JetBrains.ReSharper.Psi.Impl.Reflection2.IPsiAssemblyFileLoaderImplZone, JetBrains.ReSharper.Psi.IPsiLanguageZone, JetBrains.ReSharper.Psi.IWebPsiLanguageZone, JetBrains.ReSharper.Psi.JavaScript.ILanguageJavaScriptZone, JetBrains.ReSharper.Psi.Protobuf.ILanguageProtobufZone, JetBrains.ReSharper.Psi.Razor.ILanguageRazorZone, JetBrains.ReSharper.Psi.RegExp.ILanguageRegExpZone, JetBrains.ReSharper.Psi.Resx.ILanguageResxZone, JetBrains.ReSharper.Psi.VB.ILanguageVBZone, JetBrains.ReSharper.Psi.Xaml.ILanguageXamlZone, JetBrains.ReSharper.Resources.Shell.PsiFeaturesImplZone, JetBrains.ReSharper.UnitTestFramework.IUnitTestingZone, JetBrains.Rider.Model.IRiderModelZone, JetBrains.Symbols.SymbolsImplZone, JetBrains.TextControl.ITextControlsZone, JetBrains.VsIntegration.Shell.Zones.ISinceVs08Zone, JetBrains.VsIntegration.Shell.Zones.IVisualStudioZone].
09:24:44.982 |V| RunsProducts | :1 | ShellPartCatalogSet: to enable tracing all known components in ShellPartCatalogSet, enable TRACE level for this log category (“JetBrains.Application.Environment.RunsProducts ”).
09:24:44.983 |V| RunsProducts | :1 | FullPartCatalogSet → ShellPartCatalogSet: to enable tracing components which were in FullPartCatalogSet but did not make it into ShellPartCatalogSet, enable TRACE level for this log category (“JetBrains.Application.Environment.RunsProducts ”).
09:24:44.985 |V| ComponentStorage | :1 | Shell created
09:24:44.985 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: Shell”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:45.058 |V| RunningProducts | :1 | Published non-composed Shell container before composition.
09:24:45.080 |V| RunningProducts | :1 | Published fully composed Shell container.
09:24:45.154 |V| RunsPublicStaticIntMain | :1 | Looking for main methods after the whole Shell has been instantiated.
09:24:45.171 |V| RunsPublicStaticIntMain | :1 | Found main methods: (0pcs)[].
09:24:45.172 |V| RunsPublicStaticIntMain | :1 | No main methods found, skipping execution, not shutting down the process.
09:24:45.896 |V| IPropertyEx | :1 | [[SettingsStorage(“This computer”)/XmlDiskFile]] Boolean::IsReloadReschedulled: <N/A> -> False.
09:24:45.896 |V| IPropertyEx | :1 | [[SettingsStorage(“This computer”)/XmlDiskFile]] Boolean::IsSaveReschedulled: <N/A> -> False.
09:24:45.918 |V| IPropertyEx | :1 | [[SettingsStorage(“ReSharper 8 global settings”)/XmlDiskFile]] Boolean::IsReloadReschedulled: <N/A> -> False.
09:24:45.918 |V| IPropertyEx | :1 | [[SettingsStorage(“ReSharper 8 global settings”)/XmlDiskFile]] Boolean::IsSaveReschedulled: <N/A> -> False.
09:24:47.607 |V| VsCommandScopeMonitor | :1 | Selected window frame changed to "Start Page" {387cb18d-6153-4156-9257-9ac3f9207bbe}
09:24:47.614 |V| | :1 | Localization for localeId 1033
09:24:47.615 |V| | :1 | Localization 'Miscellaneous Files' -> 'Miscellaneous Files'
09:24:47.615 |V| | :1 | Localization 'Global' -> 'Global'
09:24:47.615 |V| | :1 | Localization 'Text Editor' -> 'Text Editor'
09:24:47.615 |V| | :1 | Localization 'Ctrl' -> 'Ctrl'
09:24:47.615 |V| | :1 | Localization 'Alt' -> 'Alt'
09:24:47.616 |V| | :1 | Localization 'Shift' -> 'Shift'
09:24:47.616 |V| | :1 | Localization 'Bkspce' -> 'Bkspce'
09:24:47.616 |V| | :1 | Localization 'Tab' -> 'Tab'
09:24:47.616 |V| | :1 | Localization 'Break' -> 'Break'
09:24:47.616 |V| | :1 | Localization 'Break' -> 'Break'
09:24:47.616 |V| | :1 | Localization 'Space' -> 'Space'
09:24:47.616 |V| | :1 | Localization 'PgUp' -> 'PgUp'
09:24:47.616 |V| | :1 | Localization 'PgDn' -> 'PgDn'
09:24:47.616 |V| | :1 | Localization 'Home' -> 'Home'
09:24:47.616 |V| | :1 | Localization 'Ins' -> 'Ins'
09:24:47.616 |V| | :1 | Localization 'Del' -> 'Del'
09:24:47.617 |V| | :1 | Localization 'F1' -> 'F1'
09:24:47.617 |V| | :1 | Localization 'F2' -> 'F2'
09:24:47.617 |V| | :1 | Localization 'F3' -> 'F3'
09:24:47.617 |V| | :1 | Localization 'F4' -> 'F4'
09:24:47.617 |V| | :1 | Localization 'F5' -> 'F5'
09:24:47.617 |V| | :1 | Localization 'F6' -> 'F6'
09:24:47.617 |V| | :1 | Localization 'F7' -> 'F7'
09:24:47.617 |V| | :1 | Localization 'F8' -> 'F8'
09:24:47.617 |V| | :1 | Localization 'F9' -> 'F9'
09:24:47.617 |V| | :1 | Localization 'F10' -> 'F10'
09:24:47.617 |V| | :1 | Localization 'F11' -> 'F11'
09:24:47.617 |V| | :1 | Localization 'F12' -> 'F12'
09:24:47.617 |V| | :1 | Localization 'F13' -> 'F13'
09:24:47.617 |V| | :1 | Localization 'F14' -> 'F14'
09:24:47.617 |V| | :1 | Localization 'F15' -> 'F15'
09:24:47.618 |V| | :1 | Localization 'F16' -> 'F16'
09:24:47.618 |V| | :1 | Localization 'Left Arrow' -> 'Left Arrow'
09:24:47.618 |V| | :1 | Localization 'Right Arrow' -> 'Right Arrow'
09:24:47.618 |V| | :1 | Localization 'Up Arrow' -> 'Up Arrow'
09:24:47.618 |V| | :1 | Localization 'Down Arrow' -> 'Down Arrow'
09:24:47.618 |V| | :1 | Localization 'End' -> 'End'
09:24:47.618 |V| | :1 | Localization 'Enter' -> 'Enter'
09:24:47.618 |V| | :1 | Localization 'Esc' -> 'Esc'
09:24:47.618 |V| | :1 | Localization 'Num 0' -> 'Num 0'
09:24:47.618 |V| | :1 | Localization 'Num 1' -> 'Num 1'
09:24:47.618 |V| | :1 | Localization 'Num 2' -> 'Num 2'
09:24:47.618 |V| | :1 | Localization 'Num 3' -> 'Num 3'
09:24:47.618 |V| | :1 | Localization 'Num 4' -> 'Num 4'
09:24:47.618 |V| | :1 | Localization 'Num 5' -> 'Num 5'
09:24:47.618 |V| | :1 | Localization 'Num 6' -> 'Num 6'
09:24:47.618 |V| | :1 | Localization 'Num 7' -> 'Num 7'
09:24:47.619 |V| | :1 | Localization 'Num 8' -> 'Num 8'
09:24:47.619 |V| | :1 | Localization 'Num 9' -> 'Num 9'
09:24:47.619 |V| | :1 | Localization 'Num *' -> 'Num *'
09:24:47.619 |V| | :1 | Localization 'Num +' -> 'Num +'
09:24:47.619 |V| | :1 | Localization 'Num -' -> 'Num -'
09:24:47.619 |V| | :1 | Localization 'Num .' -> 'Num .'
09:24:47.619 |V| | :1 | Localization 'Num /' -> 'Num /'
09:24:47.626 |V| VsKeyBindingsCacheSinceVs11 | :1 | CurrentInputLanguage: en-US (US)
09:24:47.626 |V| VsKeyBindingsCacheSinceVs11 | :1 | DefaultInputLanguage: en-US (US)
09:24:47.628 |V| VsKeyBindingsCacheSinceVs11 | :1 | InstalledInputLanguages: en-US (US)
09:24:47.628 |V| VsKeyBindingsCacheSinceVs11 | :1 | CurrentInputLanguage en-US (US) is not changed.
09:24:47.843 |V| VsKeyBindingsCacheSinceVs11 | :1 | The key bindings cache rebuilded.
09:24:47.977 |V| | :1 | [VSAMSS] Target path: C:\Users\jerry.lagrou\AppData\Local\JetBrains\ReSharper\vAny\vs15.0_7ea75361\vsActionManager.DotSettings
09:24:48.003 |V| IPropertyEx | :1 | [[SettingsStorage(VsActionManagerSettingsStorage::Provider)/XmlDiskFile]] Boolean::IsReloadReschedulled: <N/A> -> False.
09:24:48.003 |V| IPropertyEx | :1 | [[SettingsStorage(VsActionManagerSettingsStorage::Provider)/XmlDiskFile]] Boolean::IsSaveReschedulled: <N/A> -> False.
09:24:48.012 |V| UsageDbManager | :1 | STV.Started `UsageDbManager` in separate thread
09:24:48.022 |V| ActivityLogsSubmitter | :1 | STV.Started `ActivityLogsSubmitter` in separate thread
09:24:48.048 |V| LevelDbDriver | UsageDbManager:40 | Opening database with DbOpenParams: [
Url=C:\Users\jerry.lagrou\AppData\Local\JetBrains\ReSharperPlatformVs15\vAny_7ea75361\UsageStatistics
Subfolder=
ParanoidChecks=False
OnError=Null
TakeMutex=False
OnMutextNotAcquired=OpenIndexed
SecondaryUrl=C:\Users\jerry.lagrou\AppData\Local\Temp\JetBrains\ReSharper.Db.2018-05-21_09-24-48.046
OnValidationFail=Clear
ExpectedVersion=
PolymorphicTypes=<null>]
09:24:48.100 |V| LevelDbAutocommitTransaction | UsageDbManager:40 | STV.Started `LevelDbAutocommitTransaction` in separate thread
09:24:48.102 |V| LevelDbDriver | UsageDbManager:40 | Already cleared: False, oldVersion: , newVersion:
09:24:48.388 |V| ComponentStorage | :1 | HostManager created
09:24:48.388 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: HostManager”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:49.695 |V| ComponentStorage | :1 | ConfiguratorPipeBuilder created
09:24:49.704 |V| HostController | :44 | Activate #1 HostParameters:<?xml version="1.0" encoding="utf-8"?>
<HostParameters type="LocalHostParameters" />
09:24:49.705 |V| HostController | :44 | Activate #1 Connecting
09:24:49.760 |V| ComponentStorage | :1 | ConfigurationBuilderManager created
09:24:49.760 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ConfigurationBuilderManager”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:49.772 |V| SysTools | :44 | SysTools location=Local res=created
09:24:49.925 |V| ComponentStorage | :1 | ProjectModelExtensionsContainer created
09:24:49.925 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectModelExtensionsContainer”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:49.996 |V| ComponentStorage | :1 | ProjectFileType:JSON created
09:24:49.998 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:JSON”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:50.003 |V| ComponentStorage | :1 | ProjectFileType:Proto created
09:24:50.003 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:Proto”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:50.005 |V| ComponentStorage | :1 | ProjectFileType:JSX created
09:24:50.005 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:JSX”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:50.007 |V| ComponentStorage | :1 | ProjectFileType:TSX created
09:24:50.007 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:TSX”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:50.009 |V| ComponentStorage | :1 | ProjectFileType:UNKNOWN_TEXTUAL created
09:24:50.009 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:UNKNOWN_TEXTUAL”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:50.011 |V| ComponentStorage | :1 | ProjectFileType:AppxManifest created
09:24:50.011 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:AppxManifest”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:50.013 |V| ComponentStorage | :1 | ProjectFileType:ASP created
09:24:50.013 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:ASP”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:50.015 |V| ComponentStorage | :1 | ProjectFileType:Asxx created
09:24:50.015 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:Asxx”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:50.017 |V| ComponentStorage | :1 | ProjectFileType:BuildScript created
09:24:50.017 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:BuildScript”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:50.019 |V| ComponentStorage | :1 | ProjectFileType:CPP created
09:24:50.019 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:CPP”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:50.021 |V| ComponentStorage | :1 | ProjectFileType:Skin created
09:24:50.021 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:Skin”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:50.023 |V| ComponentStorage | :1 | ProjectFileType:IL created
09:24:50.023 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:IL”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:50.024 |V| ComponentStorage | :1 | ProjectFileType:ANY created
09:24:50.024 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:ANY”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:50.026 |V| ComponentStorage | :1 | ProjectFileType:CSHARP created
09:24:50.026 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:CSHARP”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:50.028 |V| ComponentStorage | :1 | ProjectFileType:CSS created
09:24:50.028 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:CSS”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:50.030 |V| ComponentStorage | :1 | ProjectFileType:DTD created
09:24:50.030 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:DTD”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:50.032 |V| ComponentStorage | :1 | ProjectFileType:HTML created
09:24:50.032 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:HTML”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:50.034 |V| ComponentStorage | :1 | ProjectFileType:JS created
09:24:50.034 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:JS”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:50.037 |V| ComponentStorage | :1 | ProjectFileType:MSBuild created
09:24:50.037 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:MSBuild”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:50.038 |V| ComponentStorage | :1 | ProjectFileType:MSTestAccessor created
09:24:50.038 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:MSTestAccessor”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:50.040 |V| ComponentStorage | :1 | ProjectFileType:NAnt created
09:24:50.040 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:NAnt”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:50.042 |V| ComponentStorage | :1 | ProjectFileType:RAZOR_CSHARP created
09:24:50.042 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:RAZOR_CSHARP”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:50.044 |V| ComponentStorage | :1 | ProjectFileType:RAZOR created
09:24:50.044 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:RAZOR”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:50.046 |V| ComponentStorage | :1 | ProjectFileType:RESJSON created
09:24:50.046 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:RESJSON”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:50.048 |V| ComponentStorage | :1 | ProjectFileType:Resw created
09:24:50.048 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:Resw”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:50.050 |V| ComponentStorage | :1 | ProjectFileType:Resx created
09:24:50.050 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:Resx”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:50.052 |V| ComponentStorage | :1 | ProjectFileType:TS created
09:24:50.052 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:TS”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:50.054 |V| ComponentStorage | :1 | ProjectFileType:UNKNOWN created
09:24:50.054 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:UNKNOWN”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:50.056 |V| ComponentStorage | :1 | ProjectFileType:VBASIC created
09:24:50.056 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:VBASIC”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:50.058 |V| ComponentStorage | :1 | ProjectFileType:VBS created
09:24:50.058 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:VBS”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:50.059 |V| ComponentStorage | :1 | ProjectFileType:Web.Config created
09:24:50.059 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:Web.Config”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:50.061 |V| ComponentStorage | :1 | ProjectFileType:XAML created
09:24:50.061 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:XAML”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:50.063 |V| ComponentStorage | :1 | ProjectFileType:XML created
09:24:50.063 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:XML”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:50.065 |V| ComponentStorage | :1 | ProjectFileType:XSD created
09:24:50.065 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ProjectFileType:XSD”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:50.262 |V| LevelDbDriver | :1 | Opening database with DbOpenParams: [
Url=C:\Users\jerry.lagrou\AppData\Local\JetBrains\Transient\ReSharperPlatformVs15\v12_7ea75361\ShellCaches\Shell
Subfolder=Db
ParanoidChecks=False
OnError=ClearAndRetry
TakeMutex=True
OnMutextNotAcquired=OpenIndexed
SecondaryUrl=C:\Users\jerry.lagrou\AppData\Local\Temp\JetBrains\ReSharper.Db.2018-05-21_09-24-50.256
OnValidationFail=Clear
ExpectedVersion=35:wave12-dotPeek
PolymorphicTypes=<len=5>
(JetBrains.ReSharper.Psi.CSharp.Impl.Dependencies.CSharpUsingsInfo, 1279751249)
(JetBrains.ReSharper.Psi.VB.Impl.VBUsingsInfo, 202107484)
(JetBrains.ReSharper.Psi.Asp.Impl.AspUsingsInfo, 1399797158)
(JetBrains.ReSharper.Feature.Services.Resx.i18n.ResxResourceItem, -1941261798)
(JetBrains.ReSharper.I18n.Services.JavaScript.ResJsonResourceItem, 566267078)
]
09:24:50.316 |V| LevelDbAutocommitTransaction | :1 | STV.Started `LevelDbAutocommitTransaction` in separate thread
09:24:50.317 |V| LevelDbDriver | :1 | Already cleared: False, oldVersion: 35:wave12-dotPeek, newVersion: 35:wave12-dotPeek
09:24:50.326 |V| ShellCaches | :1 | Shell database opened in 'C:\Users\jerry.lagrou\AppData\Local\JetBrains\Transient\ReSharperPlatformVs15\v12_7ea75361\ShellCaches\Shell.00'. Cleared: 'False'. Persist: 'True'
09:24:50.361 |V| ComponentStorage | :1 | FeatureParts created
09:24:50.361 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: FeatureParts”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:50.732 |V| ComponentStorage | :1 | FeedbackPageContainer created
09:24:50.733 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: FeedbackPageContainer”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:50.734 |V| ComponentStorage | :1 | UserIdentificatorPartsContainer created
09:24:50.734 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: UserIdentificatorPartsContainer”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:50.743 |V| ComponentStorage | :1 | ReportAttachmentPartsContainer created
09:24:50.743 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: ReportAttachmentPartsContainer”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:50.872 |V| AddProductIdentityToLogs | :1 | ReSharperPlatformVs15 Wave 12 Hive _7ea75361
09:24:50.874 |V| AddProductIdentityToLogs | :1 | JetBrains ReSharper Ultimate 2018.1 Build 112.0.20180414.70444
09:24:50.876 |V| AddProductIdentityToLogs | :1 | Subproducts: (2pcs)[“JetBrains dotCover 2018.1 Build 2018.1.20180414.124358”, “JetBrains ReSharper 2018.1 Build 2018.1.20180414.71556”]
09:24:50.878 |V| AddProductIdentityToLogs | :1 | Zones: (89pcs)[CodeInspectionPageImplZone, DaemonEngineZone, DaemonZone, DiagrammingZone, DiagramsFeatureZone, ExternalSourcesZone, IAspMvcZone, IClrPsiLanguageZone, ICodeEditingOptionsPageImplZone, ICodeEditingZone, ICoverageProfilerZone, ICoverageSnapshotHandlerZone, ICpuArchitectureZone, IDebuggerZone, IDocumentModelZone, IDotCommonActivityTrackingZone, IDotCommonControlKindProvidersZone, IDotCommonNavigationZone, IDotCommonSharedZone, IDotCommonUnitTestingZone, IDotCoverActivityTrackingImplZone, IDotCoverConsoleToolsPackageAccessZone, IDotCoverCoreZone, IDotCoverDataAccessZone, IDotCoverExternalLocalWorkspaceZone, IDotCoverFeatureZone, IDotCoverIdeCoreZone, IDotCoverInteractiveCoreZone, IDotCoverInteractiveUIZone, IDotCoverProductZone, IDotCoverUnitTestingZone, IDotCoverVisualStudioCoreZone, IDotCoverVisualStudioUIZone, IEnvironmentZone, IIntelCpuArchitectureZone, IInternalLauncherZone, IJustVs15Zone, ILanguageAspZone, ILanguageBuildScriptsZone, ILanguageCSharpZone, ILanguageCssZone, ILanguageHtmlZone, ILanguageIlZone, ILanguageJavaScriptZone, ILanguageMsBuild, ILanguageNAntZone, ILanguageProtobufZone, ILanguageRazorZone, ILanguageRegExpZone, ILanguageResxZone, ILanguageVBZone, ILanguageXamlZone, INuGetZone, IOuterWorldConnectZone, IParameterInfoZone, IProfilerZone, IProjectModelZone, IPsiAssemblyFileLoaderImplZone, IPsiLanguageZone, IPublicVisibilityZone, IRdFrameworkZone, IReSharperProductZone, IRiderModelZone, IRoslynAwareZone, ISinceClr2Zone, ISinceClr4Zone, ISinceVs08Zone, ISinceVs09Zone, ISinceVs10Zone, ISinceVs11Zone, ISinceVs12Zone, ISinceVs14Zone, ISinceVs15Zone, ISolutionBuilderFeatureZone, ITextControlsZone, IToolsOptionsPageImplZone, IUIInteractiveZone, IUnitTestingZone, IVisualStudioZone, IVsDebuggerZone, IWebPsiLanguageZone, IWpfUIProfilerZone, NamingImplZone, NavigationZone, PsiFeaturesImplZone, ResultListImplZone, SolutionBuilderDuoZone, SweaZone, SymbolsImplZone]
09:24:50.879 |V| AddProductIdentityToLogs | :1 | Packages: (58pcs)[JetBrains.dotCommon.Core, JetBrains.dotCommon.ElevationAgent, JetBrains.dotCommon.Psi.Navigation, JetBrains.dotCommon.Psi.UnitTesting, JetBrains.dotCommon.Remotable, JetBrains.dotCommon.Timeline, JetBrains.dotCommon.UIInteractive, JetBrains.dotCover.ConsoleTools, JetBrains.dotCover.Core, JetBrains.dotCover.Ide.Core, JetBrains.dotCover.Interactive.Core, JetBrains.dotCover.Interactive.Presentation, JetBrains.dotCover.VisualStudio, JetBrains.EtwService.Core, JetBrains.Platform.Core.Ide, JetBrains.Platform.Core.MsBuild, JetBrains.Platform.Core.Shell, JetBrains.Platform.Core.Text, JetBrains.Platform.Installer, JetBrains.Platform.Interop.CommandLine, JetBrains.Platform.Interop.dotMemoryUnit.Framework, JetBrains.Platform.Interop.dotMemoryUnit.Interop.Console, JetBrains.Platform.Interop.dotMemoryUnit.Interop.Ide, JetBrains.Platform.RdProtocol, JetBrains.Platform.UIInteractive.Ide, JetBrains.Platform.UIInteractive.Shell, JetBrains.Platform.UIInteractive.Text, JetBrains.Platform.VisualStudio, JetBrains.Profiler.Configurator.WPF, JetBrains.Profiler.Editor.Core, JetBrains.Profiler.Editor.Windows.BehaviorModel, JetBrains.Profiler.Editor.Windows.WPF, JetBrains.Profiler.Kernel.CleanUp, JetBrains.Profiler.Kernel.Core, JetBrains.Profiler.Kernel.InternalLauncher, JetBrains.Profiler.Kernel.ProfilingInstance, JetBrains.Profiler.Kernel.Windows.Api, JetBrains.Profiler.Kernel.Windows.Engine, JetBrains.Profiler.Kernel.Windows.RemoteApi, JetBrains.Profiler.Native.Windows.Core, JetBrains.Profiler.Snapshot, JetBrains.Profiler.VsIntegration.Core, JetBrains.Profiler.VsIntegration.Windows, JetBrains.Psi.Features.Core, JetBrains.Psi.Features.Diagramming, JetBrains.Psi.Features.SolutionBuilder, JetBrains.Psi.Features.src, JetBrains.Psi.Features.Tasks, JetBrains.Psi.Features.UIInteractive.Core, JetBrains.Psi.Features.UIInteractive.Features, JetBrains.Psi.Features.UIInteractive.LiveTemplates, JetBrains.Psi.Features.UIInteractive.Refactorings, JetBrains.Psi.Features.UIInteractive.SolutionAnalysis, JetBrains.Psi.Features.UIInteractive.SolutionBuilder, JetBrains.Psi.Features.UnitTesting, JetBrains.Psi.Features.VisualStudio, JetBrains.ReSharper.Plugins.ReSharperTutorials, JetBrains.ReSharper.src]
09:24:51.529 |V| License2 | JetPool(S) #1:29 | I/O error occurred.
--- EXCEPTION #1/2 [IOException]
Message = “I/O error occurred.”
ExceptionPath = Root.InnerException
ClassName = System.IO.IOException
HResult = COR_E_IO=80131620
Source = JetBrains.Platform.Core
StackTraceString = “
at JetBrains.Util.Win32FileSystemWriteHandler.OpenStream(FileSystemPath it, FileMode fileMode, FileAccess fileAccess, FileShare fileShare)
at JetBrains.Util.Win32FileSystemInteraction.OpenStream(FileSystemPath thіs, FileMode fileMode, FileAccess fileAccess, FileShare fileShare)
at JetBrains.Util.FileSystemPathOpenEx.OpenFileForWritingDenyWrite(FileSystemPath path)
at JetBrains.Util.FileSystemPathOpenEx.WriteTextStreamDenyWrite(FileSystemPath path, Encoding encoding, Action`1 λWrite)
at JetBrains.Util.FileSystemPathOpenEx.WriteAllText(FileSystemPath file, String content, Encoding encoding)
at JetBrains.Application.JetBrainsShared.JetBrainsSharedStorage.<>c__DisplayClass13_0.<SetStringValueToFile>b__0()
at JetBrains.Util.ILoggerEx.CatchSilent(ILogger thіs, Action action)
”
--- Outer ---
--- EXCEPTION #2/2 [LoggerException]
Message = “I/O error occurred.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Util.ILoggerEx.CatchSilent(ILogger thіs, Action action)
at JetBrains.Application.JetBrainsShared.JetBrainsSharedStorage.SetStringValueToFile(RelativePath relativePath, String content)
at JetBrains.Application.JetBrainsShared.FileSharedStorageAccess.SetValue(String newValue)
at JetBrains.Application.JetBrainsShared.ConvertingSharedStorageAccess`1.SetValue(T newValue)
at JetBrains.Application.JetBrainsShared.MultipleSharedStorageAccess`1.SetValue(T newValue)
at JetBrains.Application.ActivityTrackingNew.PermanentUserId.GetUniqueUserId()
at JetBrains.Application.ActivityTrackingNew.PermanentUserId.<>c__DisplayClass7_0.<GetUniqueUserId2>b__0(Lifetime lifetime)
at JetBrains.DataFlow.Lifetimes.Using(Action`1 λ)
at JetBrains.Application.ActivityTrackingNew.PermanentUserId.GetUniqueUserId2()
at JetBrains.Application.License2.LicenseServerSupport.AbstractRequestDefaults.<>c.<.cctor>b__20_1()
at JetBrains.Application.License2.LicenseServerSupport.AbstractRequestDefaults.Caclculate(Func`1 calc)
at JetBrains.Application.License2.LicenseServerSupport.AbstractRequestDefaults.<>c.<.cctor>b__20_0()
at System.Lazy`1.CreateValue()
at System.Lazy`1.LazyInitValue()
at System.Lazy`1.get_Value()
at JetBrains.Application.License2.LicenseServerSupport.AbstractRequest`1..ctor()
at JetBrains.Application.License2.LicenseServerSupport.Agreements.ObtainAgreementRequest..ctor(String fileName, String existingVersion, String consentOptions, String licenseId, String userId, String productCode)
at JetBrains.Application.License2.LicenseServerSupport.JBAccount.JetBrainsLicenseServerAccessImpl.TryObtainNewDocumentVersion(IDocumentThatRequiresUserConsent document, IEnumerable`1 consentOptionValues, String licenceId, String userId)
at JetBrains.Application.License2.UIInteractive.PrivacyPolicyProvider.TryObtainNewVersion(CheckForUpdateAllowedArgs args)
at JetBrains.Application.License2.UIInteractive.PrivacyPolicyProvider.<>c__DisplayClass20_2.<.ctor>b__4()
at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state)
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
at JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.ExecuteTask(Task task)
at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.EnqueueNextTask()
at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
”
09:24:52.299 |V| IsModeReportExceptionsComponent | :1 | Using IsModeReportExceptions value False from the Host Product Info Assembly “JetBrains.Platform.VisualStudio.Core, Version=112.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”.
09:24:52.337 |V| VsMainWindowSinceVs10 | :1 | Initialize: handle = 2689362; dte handle = 2689362
09:24:52.344 |V| VsMainWindowSinceVs10 | :1 | IWin32Window::VsTopLevelWin32Windows++ ^: JetBrains.Interop.WinApi.Wrappers.Win32Window (ACK).
09:24:52.380 |V| BackgroundUpdatesChecker | :1 | UpdatesMangerSettings.IsDownloadUpdateDataAllowed is true
09:24:52.382 |V| BackgroundUpdatesChecker | :1 | Time to check for updates, but we don't want to do it at startup.
09:24:52.382 |V| BackgroundUpdatesChecker | :1 | Queue check for updates for: 00:01:00
09:24:52.530 |V| RunningAvalonWindowsList | :1 | Found an already-existing possibly-Avalon window HWND 001B0348, putting on the waiting list to get its Presentation Source.
09:24:52.535 |V| RunningAvalonWindowsList | :1 | Found an already-existing possibly-Avalon window HWND 00290952, putting on the waiting list to get its Presentation Source.
09:24:52.536 |V| RunningAvalonWindowsList | :1 | Possibly-Avalon window HWND 00290952 already has a Presentation Source Mutof available immediately, listing as a window.
09:24:52.538 |V| RunningAvalonWindowsList | :1 | Found an already-existing possibly-Avalon window HWND 00420738, putting on the waiting list to get its Presentation Source.
09:24:52.538 |V| RunningAvalonWindowsList | :1 | Found an already-existing possibly-Avalon window HWND 001810D6, putting on the waiting list to get its Presentation Source.
09:24:52.539 |V| RunningAvalonWindowsList | :1 | << (Opening) Avalon Window HwndWrapper#00290952-Mutof
09:24:52.621 |V| AddVsUIContextsToLogs | :1 | Start logging. Active contexts: DesignMode NoSolution NotBuildingAndNotDebugging ShellInitialized
09:24:52.694 |V| VsFloatingWindowMonitorJustVs15 | :1 | VS window activated. Handle=290952. “Microsoft.VisualStudio.PlatformUI.MainWindow, Microsoft.VisualStudio.Shell.UI.Internal, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a”
09:24:52.713 |I| IndicatorsItemsControl | :1 | ResizeGrip. ResizeGripControl
09:24:52.716 |I| IndicatorsItemsControl | :1 | Panel = StatusBarPanel - DockPanel
09:24:52.728 |I| IndicatorsItemsControl | :1 | TrySubclass. Take 2. OK
09:24:52.770 |V| RunningAvalonWindowsList | :1 | Found a possibly-Avalon window HWND 002A0408, adding to the waiting list to see for a Presentation Source.
09:24:52.789 |V| RunningAvalonWindowsList | :1 | Possibly-Avalon window HWND 002A0408 got WM_WINDOWPOSCHANGED and now has a Presentation Source Legez available, listing as a window.
09:24:52.790 |V| RunningAvalonWindowsList | :1 | << (Opening) Avalon Window HwndWrapper#002A0408-Legez
09:24:52.828 |V| ComponentStorage | :1 | Factory(RichTextWindowlessControl) created
09:24:53.170 |V| ComponentStorage | :1 | PsiLanguageType:UNMANAGED created
09:24:53.170 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:UNMANAGED”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.174 |V| ComponentStorage | :1 | PsiLanguageType:ANY created
09:24:53.174 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:ANY”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.178 |V| ComponentStorage | :1 | PsiLanguageType:UNKNOWN created
09:24:53.178 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:UNKNOWN”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.181 |V| ComponentStorage | :1 | PsiLanguageType:BUILD_SCRIPT created
09:24:53.181 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:BUILD_SCRIPT”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.185 |V| ComponentStorage | :1 | PsiLanguageType:NANT_BUILD_SCRIPT created
09:24:53.185 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:NANT_BUILD_SCRIPT”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.189 |V| ComponentStorage | :1 | PsiLanguageType:MSBUILD_BUILD_SCRIPT created
09:24:53.189 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:MSBUILD_BUILD_SCRIPT”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.193 |V| ComponentStorage | :1 | PsiLanguageType:CSHARP created
09:24:53.193 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:CSHARP”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.201 |V| ComponentStorage | :1 | PsiLanguageType:CSHARP_XMLDOC created
09:24:53.201 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:CSHARP_XMLDOC”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.205 |V| ComponentStorage | :1 | PsiLanguageType:IL created
09:24:53.205 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:IL”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.209 |V| ComponentStorage | :1 | PsiLanguageType:Protobuf created
09:24:53.209 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:Protobuf”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.213 |V| ComponentStorage | :1 | PsiLanguageType:JS_REGEXP created
09:24:53.213 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:JS_REGEXP”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.217 |V| ComponentStorage | :1 | PsiLanguageType:HTML_REGEXP created
09:24:53.217 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:HTML_REGEXP”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.220 |V| ComponentStorage | :1 | PsiLanguageType:CLR_REGULAR_EXPRESSION created
09:24:53.220 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:CLR_REGULAR_EXPRESSION”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.224 |V| ComponentStorage | :1 | PsiLanguageType:REGULAR_EXPRESSION created
09:24:53.224 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:REGULAR_EXPRESSION”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.228 |V| ComponentStorage | :1 | PsiLanguageType:RESX created
09:24:53.228 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:RESX”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.231 |V| ComponentStorage | :1 | PsiLanguageType:VBASIC created
09:24:53.232 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:VBASIC”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.239 |V| ComponentStorage | :1 | PsiLanguageType:VB_XMLDOC created
09:24:53.239 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:VB_XMLDOC”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.243 |V| ComponentStorage | :1 | PsiLanguageType:ASXX created
09:24:53.243 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:ASXX”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.246 |V| ComponentStorage | :1 | PsiLanguageType:AppxManifest created
09:24:53.246 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:AppxManifest”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.250 |V| ComponentStorage | :1 | PsiLanguageType:Web.Config created
09:24:53.250 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:Web.Config”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.254 |V| ComponentStorage | :1 | PsiLanguageType:Razor created
09:24:53.254 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:Razor”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.260 |V| ComponentStorage | :1 | PsiLanguageType:Razor CSharp created
09:24:53.260 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:Razor CSharp”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.265 |V| ComponentStorage | :1 | PsiLanguageType:Razor CSharp Template created
09:24:53.265 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:Razor CSharp Template”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.271 |V| ComponentStorage | :1 | PsiLanguageType:Razor CSharp ASP.NET Core 2.0 created
09:24:53.271 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:Razor CSharp ASP.NET Core 2.0”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.278 |V| ComponentStorage | :1 | PsiLanguageType:Razor CSharp ASP.NET Core 1.0 created
09:24:53.278 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:Razor CSharp ASP.NET Core 1.0”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.283 |V| ComponentStorage | :1 | PsiLanguageType:Razor CSharp Mvc created
09:24:53.283 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:Razor CSharp Mvc”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.288 |V| ComponentStorage | :1 | PsiLanguageType:JAVA_SCRIPT_WINRT created
09:24:53.288 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:JAVA_SCRIPT_WINRT”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.293 |V| ComponentStorage | :1 | PsiLanguageType:JAVA_SCRIPT_LIKE_BASE created
09:24:53.293 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:JAVA_SCRIPT_LIKE_BASE”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.297 |V| ComponentStorage | :1 | PsiLanguageType:JAVA_SCRIPT created
09:24:53.297 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:JAVA_SCRIPT”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.302 |V| ComponentStorage | :1 | PsiLanguageType:TYPE_SCRIPT created
09:24:53.302 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:TYPE_SCRIPT”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.307 |V| ComponentStorage | :1 | PsiLanguageType:JS_DOC created
09:24:53.307 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:JS_DOC”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.311 |V| ComponentStorage | :1 | PsiLanguageType:TSX created
09:24:53.311 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:TSX”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.316 |V| ComponentStorage | :1 | PsiLanguageType:JSX created
09:24:53.316 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:JSX”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.321 |V| ComponentStorage | :1 | PsiLanguageType:JSON created
09:24:53.321 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:JSON”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.326 |V| ComponentStorage | :1 | PsiLanguageType:INJECTEDJSON created
09:24:53.326 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:INJECTEDJSON”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.330 |V| ComponentStorage | :1 | PsiLanguageType:Angular2NgIf created
09:24:53.330 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:Angular2NgIf”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.334 |V| ComponentStorage | :1 | PsiLanguageType:Angular2 created
09:24:53.334 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:Angular2”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.338 |V| ComponentStorage | :1 | PsiLanguageType:Angular2Expression created
09:24:53.338 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:Angular2Expression”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.342 |V| ComponentStorage | :1 | PsiLanguageType:Angular2NgFor created
09:24:53.342 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:Angular2NgFor”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.346 |V| ComponentStorage | :1 | PsiLanguageType:Angular2Statement created
09:24:53.346 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:Angular2Statement”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.350 |V| ComponentStorage | :1 | PsiLanguageType:INJECTEDJS created
09:24:53.350 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:INJECTEDJS”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.354 |V| ComponentStorage | :1 | PsiLanguageType:JS_XMLDOC created
09:24:53.354 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:JS_XMLDOC”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.358 |V| ComponentStorage | :1 | PsiLanguageType:HTML created
09:24:53.358 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:HTML”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.363 |V| ComponentStorage | :1 | PsiLanguageType:INJECTEDHTML created
09:24:53.363 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:INJECTEDHTML”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.368 |V| ComponentStorage | :1 | PsiLanguageType:JSXHTML created
09:24:53.368 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:JSXHTML”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.374 |V| ComponentStorage | :1 | PsiLanguageType:CSS created
09:24:53.374 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:CSS”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.380 |V| ComponentStorage | :1 | PsiLanguageType:INJECTEDCSS created
09:24:53.380 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:INJECTEDCSS”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.384 |V| ComponentStorage | :1 | PsiLanguageType:CSS_HTML created
09:24:53.384 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:CSS_HTML”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.388 |V| ComponentStorage | :1 | PsiLanguageType:ASPX created
09:24:53.389 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:ASPX”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.396 |V| ComponentStorage | :1 | PsiLanguageType:Skin created
09:24:53.396 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:Skin”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.407 |V| ComponentStorage | :1 | PsiLanguageType:Angular2HTML created
09:24:53.407 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:Angular2HTML”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.412 |V| ComponentStorage | :1 | PsiLanguageType:InjectedAngular2HTML created
09:24:53.412 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:InjectedAngular2HTML”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.417 |V| ComponentStorage | :1 | PsiLanguageType:XAML created
09:24:53.417 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:XAML”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.421 |V| ComponentStorage | :1 | PsiLanguageType:DTD created
09:24:53.421 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:DTD”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.425 |V| ComponentStorage | :1 | PsiLanguageType:XML created
09:24:53.425 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:XML”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.428 |V| ComponentStorage | :1 | PsiLanguageType:XMLDOC created
09:24:53.428 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:XMLDOC”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.432 |V| ComponentStorage | :1 | PsiLanguageType:INJECTEDXML created
09:24:53.432 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PsiLanguageType:INJECTEDXML”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:53.459 |V| | :1 | [PT] Language CPP is unknown for key => key.AnalysisFileSizeThreshold
09:24:53.459 |V| | :1 | [PT] Language CPP_DOXYGEN is unknown for key => key.AnalysisFileSizeThreshold
09:24:53.614 |V| InstalledHostsDiscovery | :1 | Searching for hosts in C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations
09:24:53.614 |V| InstalledHostsDiscovery | :1 | Scanning C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\dotCover12
09:24:53.614 |V| InstalledHostsDiscovery | :1 | Reading C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\dotCover12\packages
09:24:53.632 |V| InstalledHostsDiscovery | :1 | Host dotCover12 recognized. 88 packages
09:24:53.632 |V| InstalledHostsDiscovery | :1 | Scanning C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\Packages
09:24:53.632 |V| InstalledHostsDiscovery | :1 | Scanning C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs10
09:24:53.632 |V| InstalledHostsDiscovery | :1 | Reading C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs10\packages
09:24:53.647 |V| InstalledHostsDiscovery | :1 | Host ReSharperPlatformVs10 recognized. 108 packages
09:24:53.647 |V| InstalledHostsDiscovery | :1 | Scanning C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs11
09:24:53.647 |V| InstalledHostsDiscovery | :1 | Reading C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs11\packages
09:24:53.668 |V| InstalledHostsDiscovery | :1 | Host ReSharperPlatformVs11 recognized. 108 packages
09:24:53.669 |V| InstalledHostsDiscovery | :1 | Scanning C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs12
09:24:53.669 |V| InstalledHostsDiscovery | :1 | Reading C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs12\packages
09:24:53.683 |V| InstalledHostsDiscovery | :1 | Host ReSharperPlatformVs12 recognized. 108 packages
09:24:53.683 |V| InstalledHostsDiscovery | :1 | Scanning C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs14
09:24:53.683 |V| InstalledHostsDiscovery | :1 | Reading C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs14\packages
09:24:53.698 |V| InstalledHostsDiscovery | :1 | Host ReSharperPlatformVs14 recognized. 108 packages
09:24:53.698 |V| InstalledHostsDiscovery | :1 | Scanning C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_3aac3c3f
09:24:53.699 |V| InstalledHostsDiscovery | :1 | Reading C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_3aac3c3f\packages
09:24:53.707 |W| InstalledHostsDiscovery | :1 | Host ReSharperPlatformVs15_3aac3c3f validation failed. No per-user nor per-machine registrations found..
09:24:53.707 |V| InstalledHostsDiscovery | :1 | Scanning C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_7ea75361
09:24:53.707 |V| InstalledHostsDiscovery | :1 | Reading C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_7ea75361\packages
09:24:53.719 |V| InstalledHostsDiscovery | :1 | Host ReSharperPlatformVs15_7ea75361 recognized. 108 packages
09:24:54.694 |V| ComponentStorage | :1 | PostfixTemplates created
09:24:54.694 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: PostfixTemplates”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:54.941 |V| ComponentStorage | :1 | NullCheckPatterns created
09:24:54.941 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: NullCheckPatterns”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:24:54.953 |V| IPropertyEx | :1 | Boolean::ExternalSourcesActivation::Active: <N/A> -> False.
09:24:54.953 |V| IPropertyEx | :1 | Boolean::ExternalSourcesActivation::Active: False -> True.
09:24:55.937 |V| | :1 | STV.Started `TaskProcessor for unit test tasks.` in separate thread
09:24:56.515 |V| RunningAvalonWindowsList | :1 | Got WM_DESTROY for Avalon window HwndWrapper#002A0408-Legez, revoking.
09:24:56.515 |V| RunningAvalonWindowsList | :1 | >> (Closing) Avalon Window HwndWrapper#002A0408-Legez
09:24:56.757 |V| DelayedInitializationStrategy | :1 | Dispatch: queue is empty, not scheduling next execution.
09:24:57.159 |V| RunningAvalonWindowsList | :1 | Found a possibly-Avalon window HWND 002B0408, adding to the waiting list to see for a Presentation Source.
09:24:57.170 |V| RunningAvalonWindowsList | :1 | Possibly-Avalon window HWND 002B0408 got WM_WINDOWPOSCHANGED and now has a Presentation Source Wemem available, listing as a window.
09:24:57.170 |V| RunningAvalonWindowsList | :1 | << (Opening) Avalon Window HwndWrapper#002B0408-Wemem
09:24:57.470 |V| RunningAvalonWindowsList | :1 | Got WM_DESTROY for Avalon window HwndWrapper#002B0408-Wemem, revoking.
09:24:57.470 |V| RunningAvalonWindowsList | :1 | >> (Closing) Avalon Window HwndWrapper#002B0408-Wemem
09:24:57.891 |V| RunningAvalonWindowsList | :1 | Found a possibly-Avalon window HWND 0009031E, adding to the waiting list to see for a Presentation Source.
09:24:57.903 |V| RunningAvalonWindowsList | :1 | Possibly-Avalon window HWND 0009031E got WM_WINDOWPOSCHANGED and now has a Presentation Source Pajin available, listing as a window.
09:24:57.903 |V| RunningAvalonWindowsList | :1 | << (Opening) Avalon Window HwndWrapper#0009031E-Pajin
09:24:58.919 |V| OneOfaListActionHandler | :1 | Unsubscribing escape handler: JetBrains.Application.UI.PopupLayout.PopupWindowContextSpecificEscapeActionHandler
09:25:00.300 |V| RunningAvalonWindowsList | :1 | Got WM_DESTROY for Avalon window HwndWrapper#0009031E-Pajin, revoking.
09:25:00.300 |V| RunningAvalonWindowsList | :1 | >> (Closing) Avalon Window HwndWrapper#0009031E-Pajin
09:25:00.302 |V| RunningAvalonWindowsList | :1 | Found a possibly-Avalon window HWND 000A031E, adding to the waiting list to see for a Presentation Source.
09:25:00.322 |V| RunningAvalonWindowsList | :1 | Possibly-Avalon window HWND 000A031E got WM_WINDOWPOSCHANGED and now has a Presentation Source Zilyh available, listing as a window.
09:25:00.322 |V| RunningAvalonWindowsList | :1 | << (Opening) Avalon Window HwndWrapper#000A031E-Zilyh
09:25:00.584 |V| AddVsUIContextsToLogs | :1 | IdeUserSignedIn activeted. Active contexts: DesignMode NoSolution NotBuildingAndNotDebugging IdeUserSignedIn ShellInitialized
09:25:00.658 |V| RunningAvalonWindowsList | :1 | Got WM_DESTROY for Avalon window HwndWrapper#000A031E-Zilyh, revoking.
09:25:00.658 |V| RunningAvalonWindowsList | :1 | >> (Closing) Avalon Window HwndWrapper#000A031E-Zilyh
09:25:01.307 |V| RunningAvalonWindowsList | :1 | Found a possibly-Avalon window HWND 000B031E, adding to the waiting list to see for a Presentation Source.
09:25:01.323 |V| RunningAvalonWindowsList | :1 | Possibly-Avalon window HWND 000B031E got WM_WINDOWPOSCHANGED and now has a Presentation Source Mivym available, listing as a window.
09:25:01.323 |V| RunningAvalonWindowsList | :1 | << (Opening) Avalon Window HwndWrapper#000B031E-Mivym
09:25:02.627 |V| RunningAvalonWindowsList | :1 | Got WM_DESTROY for Avalon window HwndWrapper#000B031E-Mivym, revoking.
09:25:02.627 |V| RunningAvalonWindowsList | :1 | >> (Closing) Avalon Window HwndWrapper#000B031E-Mivym
09:25:03.024 |V| RunningAvalonWindowsList | :1 | Found a possibly-Avalon window HWND 000D10BA, adding to the waiting list to see for a Presentation Source.
09:25:03.040 |V| RunningAvalonWindowsList | :1 | Possibly-Avalon window HWND 000D10BA got WM_WINDOWPOSCHANGED and now has a Presentation Source Hubur available, listing as a window.
09:25:03.040 |V| RunningAvalonWindowsList | :1 | << (Opening) Avalon Window HwndWrapper#000D10BA-Hubur
09:25:03.854 |V| AddVsUIContextsToLogs | :1 | SolutionOpening activeted. Active contexts: DesignMode NoSolution NotBuildingAndNotDebugging SolutionOpening IdeUserSignedIn ShellInitialized
09:25:05.237 |V| | :47 | [Trace::Write] ResolveFWLinkAccountManager statusCode is redirect: 'True'
09:25:05.237 |V| | :47 | [Trace::Write] ResolveFWLinkAccountManager resovled fwlink from 'https://go.microsoft.com/fwlink/?LinkID=415837' to 'https://app.vssps.visualstudio.com/'
09:25:06.770 |V| AddVsUIContextsToLogs | :1 | NoSolution deactivated. Active contexts: DesignMode NotBuildingAndNotDebugging SolutionOpening IdeUserSignedIn ShellInitialized
09:25:06.818 |V| AddVsUIContextsToLogs | :1 | SolutionExists activeted. Active contexts: DesignMode SolutionExists NotBuildingAndNotDebugging SolutionOpening IdeUserSignedIn ShellInitialized
09:25:06.860 |V| AddVsUIContextsToLogs | :1 | SolutionHasMultipleProjects activeted. Active contexts: DesignMode SolutionExists SolutionHasMultipleProjects NotBuildingAndNotDebugging SolutionOpening IdeUserSignedIn ShellInitialized
09:25:06.861 |V| AddVsUIContextsToLogs | :1 | SolutionExistsAndNotBuildingAndNotDebugging activeted. Active contexts: DesignMode SolutionExists SolutionHasMultipleProjects NotBuildingAndNotDebugging SolutionOpening SolutionExistsAndNotBuildingAndNotDebugging IdeUserSignedIn ShellInitialized
09:25:06.867 |V| | :1 | [Trace::Write] Assembly resolution failed: Telerik.JustMock.AddIn.XmlSerializers, Version=2018.1.117.2, Culture=neutral, PublicKeyToken=602a9bfd8c8c4ad7
09:25:07.023 |V| VsCommandScopeMonitor | :1 | Selected window frame changed to NULL
09:25:07.032 |V| VsCommandScopeMonitor | :1 | Selected window frame changed to "Test Explorer" {e1b7d1f8-9b3c-49b1-8f4f-bfc63a88835d}
09:25:07.520 |V| AddVsUIContextsToLogs | :1 | CSharpProject activeted. Active contexts: DesignMode SolutionExists SolutionHasMultipleProjects CSharpProject NotBuildingAndNotDebugging SolutionOpening SolutionExistsAndNotBuildingAndNotDebugging IdeUserSignedIn ShellInitialized
09:25:07.869 |V| VsCommandScopeMonitor | :1 | Selected window frame changed to "Service1.svc.cs"
09:25:07.999 |V| VsIntellisenseControllerSinceVs10| :1 | Registered VS content types
09:25:08.003 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=any, DisplayName=any, BaseTypes=0: . Extensions=0:
09:25:08.004 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=Basic, DisplayName=Basic, BaseTypes=2: Roslyn Languages, code. Extensions=8: vb, frm, dob, dsr, bas, cls, ctl, pag
09:25:08.004 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=Basic Signature Help, DisplayName=Basic Signature Help, BaseTypes=1: sighelp. Extensions=0:
09:25:08.004 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=BreakpointFilterExpression, DisplayName=BreakpointFilterExpression, BaseTypes=1: code. Extensions=0:
09:25:08.004 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=BuildOrderOutput, DisplayName=BuildOrderOutput, BaseTypes=1: Output. Extensions=0:
09:25:08.004 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=BuildOutput, DisplayName=BuildOutput, BaseTypes=1: Output. Extensions=0:
09:25:08.004 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=C/C++, DisplayName=C/C++, BaseTypes=1: code. Extensions=35: pshader, vshader, shader, dshader, c, h, fx, cc, hh, rc, dsh, gsh, csh, cpp, cxx, inl, idl, ipp, odl, odh, hxx, hpp, hsh, vsh, tli, tlh, rc2, psh, cginc, hlsli, gshader, compute, cshader, hshader, hlsl
09:25:08.004 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=code, DisplayName=code, BaseTypes=1: text. Extensions=0:
09:25:08.004 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=code++, DisplayName=code++, BaseTypes=1: code. Extensions=0:
09:25:08.004 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=CoffeeScript, DisplayName=CoffeeScript, BaseTypes=2: text, code. Extensions=1: coffee
09:25:08.004 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=Command, DisplayName=Command, BaseTypes=1: code. Extensions=0:
09:25:08.004 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=ConsoleOutput, DisplayName=ConsoleOutput, BaseTypes=1: Output. Extensions=0:
09:25:08.004 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=CSharp, DisplayName=CSharp, BaseTypes=2: Roslyn Languages, code. Extensions=2: cs, csx
09:25:08.005 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=CSharp Signature Help, DisplayName=CSharp Signature Help, BaseTypes=1: sighelp. Extensions=0:
09:25:08.005 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=css, DisplayName=css, BaseTypes=3: projection, text, code. Extensions=1: css
09:25:08.005 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=css.extensions, DisplayName=css.extensions, BaseTypes=1: css. Extensions=0:
09:25:08.005 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=DatabaseOutput, DisplayName=DatabaseOutput, BaseTypes=1: Output. Extensions=0:
09:25:08.005 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=DebugOutput, DisplayName=DebugOutput, BaseTypes=1: Output. Extensions=0:
09:25:08.005 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=Dockerfile, DisplayName=Dockerfile, BaseTypes=1: code. Extensions=0:
09:25:08.005 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=DockerFileContentType, DisplayName=DockerFileContentType, BaseTypes=1: text. Extensions=0:
09:25:08.005 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=F#, DisplayName=F#, BaseTypes=2: Roslyn Languages, code. Extensions=6: fsscript, fs, ml, fsx, fsi, mli
09:25:08.005 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=F# Signature Help, DisplayName=F# Signature Help, BaseTypes=1: sighelp. Extensions=0:
09:25:08.005 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=FindResults, DisplayName=FindResults, BaseTypes=1: text. Extensions=0:
09:25:08.005 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=FSharpInteractive, DisplayName=FSharpInteractive, BaseTypes=1: code. Extensions=0:
09:25:08.005 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=handlebars, DisplayName=handlebars, BaseTypes=1: htmlx. Extensions=2: hbs, handlebars
09:25:08.005 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=HQL, DisplayName=HQL, BaseTypes=1: code. Extensions=1: hql
09:25:08.005 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=htc, DisplayName=htc, BaseTypes=1: htmlx. Extensions=0:
09:25:08.005 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=HTML, DisplayName=HTML, BaseTypes=1: code. Extensions=14: master, alx, asp, asx, asa, hta, htc, vbs, wsf, srf, stm, aspx, ascx, skin
09:25:08.005 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=htmlx, DisplayName=htmlx, BaseTypes=2: text, code. Extensions=7: hjs, htm, shtml, xhtml, html, stml, xhtm
09:25:08.006 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=HTMLXProjection, DisplayName=HTMLXProjection, BaseTypes=1: projection. Extensions=0:
09:25:08.006 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=Immediate, DisplayName=Immediate, BaseTypes=1: code. Extensions=0:
09:25:08.006 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=InBoxPowerShell, DisplayName=InBoxPowerShell, BaseTypes=1: code++. Extensions=3: ps1, psd1, psm1
09:25:08.006 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=inert, DisplayName=inert, BaseTypes=0: . Extensions=0:
09:25:08.006 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=intellisense, DisplayName=intellisense, BaseTypes=1: text. Extensions=0:
09:25:08.006 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=Interactive Command, DisplayName=Interactive Command, BaseTypes=1: code. Extensions=0:
09:25:08.006 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=Interactive Content, DisplayName=Interactive Content, BaseTypes=2: text, projection. Extensions=0:
09:25:08.006 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=Interactive Output, DisplayName=Interactive Output, BaseTypes=1: text. Extensions=0:
09:25:08.006 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=JavaScript, DisplayName=JavaScript, BaseTypes=1: code. Extensions=1: js
09:25:08.006 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=JSON, DisplayName=JSON, BaseTypes=1: code. Extensions=6: jsonld, csslintrc, eslintrc, bowerrc, webmanifest, json
09:25:08.006 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=LESS, DisplayName=LESS, BaseTypes=2: css.extensions, code. Extensions=1: less
09:25:08.006 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=Memory, DisplayName=Memory, BaseTypes=1: code. Extensions=0:
09:25:08.006 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=mustache, DisplayName=mustache, BaseTypes=1: htmlx. Extensions=2: mustache, nustache
09:25:08.006 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=Output, DisplayName=Output, BaseTypes=1: text. Extensions=0:
09:25:08.006 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=pig, DisplayName=pig, BaseTypes=1: text. Extensions=1: pig
09:25:08.007 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=plaintext, DisplayName=plaintext, BaseTypes=1: text. Extensions=0:
09:25:08.007 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=projection, DisplayName=projection, BaseTypes=1: any. Extensions=0:
09:25:08.007 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=quickinfo, DisplayName=quickinfo, BaseTypes=1: intellisense. Extensions=0:
09:25:08.007 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=Razor, DisplayName=Razor, BaseTypes=1: htmlx. Extensions=0:
09:25:08.007 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=RazorCSharp, DisplayName=RazorCSharp, BaseTypes=1: Razor. Extensions=1: cshtml
09:25:08.007 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=RazorVisualBasic, DisplayName=RazorVisualBasic, BaseTypes=1: Razor. Extensions=1: vbhtml
09:25:08.007 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=Register, DisplayName=Register, BaseTypes=1: code. Extensions=0:
09:25:08.007 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=ResJSON, DisplayName=ResJSON, BaseTypes=1: code. Extensions=1: resjson
09:25:08.007 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=Roslyn Languages, DisplayName=Roslyn Languages, BaseTypes=1: code. Extensions=0:
09:25:08.007 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=RoslynPreviewContentType, DisplayName=RoslynPreviewContentType, BaseTypes=2: text, projection. Extensions=0:
09:25:08.007 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=SCSS, DisplayName=SCSS, BaseTypes=2: css.extensions, code. Extensions=1: scss
09:25:08.007 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=sighelp, DisplayName=sighelp, BaseTypes=1: intellisense. Extensions=0:
09:25:08.007 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=sighelp-doc, DisplayName=sighelp-doc, BaseTypes=1: intellisense. Extensions=0:
09:25:08.007 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=snippet picker, DisplayName=snippet picker, BaseTypes=1: text. Extensions=0:
09:25:08.007 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=SourceControlOutput, DisplayName=SourceControlOutput, BaseTypes=1: Output. Extensions=0:
09:25:08.007 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=Specialized CSharp and VB Interactive Command, DisplayName=Specialized CSharp and VB Interactive Command, BaseTypes=1: code. Extensions=0:
09:25:08.007 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=SQL Server Tools, DisplayName=SQL Server Tools, BaseTypes=1: code. Extensions=0:
09:25:08.008 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=srf, DisplayName=srf, BaseTypes=1: htmlx. Extensions=0:
09:25:08.008 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=StreamAnalytics, DisplayName=StreamAnalytics, BaseTypes=1: code. Extensions=1: asaql
09:25:08.008 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=TestsOutput, DisplayName=TestsOutput, BaseTypes=1: Output. Extensions=0:
09:25:08.008 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=text, DisplayName=text, BaseTypes=1: any. Extensions=0:
09:25:08.008 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=TFSourceControlOutput, DisplayName=TFSourceControlOutput, BaseTypes=1: Output. Extensions=0:
09:25:08.008 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=T-SQL90, DisplayName=T-SQL90, BaseTypes=1: code. Extensions=0:
09:25:08.008 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=TypeScript, DisplayName=TypeScript, BaseTypes=2: Roslyn Languages, code. Extensions=4: ts, tsx, d.ts, ngml
09:25:08.008 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=TypeScript Signature Help, DisplayName=TypeScript Signature Help, BaseTypes=1: sighelp. Extensions=0:
09:25:08.008 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=underscore, DisplayName=underscore, BaseTypes=1: JavaScript. Extensions=0:
09:25:08.008 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=UNKNOWN, DisplayName=UNKNOWN, BaseTypes=0: . Extensions=0:
09:25:08.008 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=U-SQL, DisplayName=U-SQL, BaseTypes=1: code. Extensions=1: usql
09:25:08.008 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=vbscript, DisplayName=vbscript, BaseTypes=2: text, code. Extensions=0:
09:25:08.008 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=wsh, DisplayName=wsh, BaseTypes=1: htmlx. Extensions=1: wsh
09:25:08.008 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=XAML, DisplayName=XAML, BaseTypes=1: code. Extensions=1: xaml
09:25:08.008 |V| VsIntellisenseControllerSinceVs10| :1 | TypeName=XML, DisplayName=XML, BaseTypes=1: code. Extensions=14: config, vstemplate, vssettings, sitemap, dtd, xml, xsl, xsd, xdr, addin, browser, wsdl, resx, xslt
09:25:08.013 |V| VsIntellisenseControllerSinceVs10| :1 | Created. “Microsoft.VisualStudio.Text.Editor.Implementation.WpfTextView, Microsoft.VisualStudio.Platform.VSEditor, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a” "Xuvyr". TextBuffers 1: CSharp "Supid" "using System; u"
09:25:08.368 |V| VsTextViewCollectorDevTen | :1 | IWpfTextView::VsTextViewSink.VsTextViewsGuarded++ 0^1: Microsoft.VisualStudio.Text.Editor.Implementation.WpfTextView.
09:25:09.041 |V| ComponentStorage | :1 | SolutionInstanceContainer created
09:25:09.041 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: SolutionInstanceContainer”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:25:09.045 |V| ComponentStorage | :1 | SolutionContainer created
09:25:09.045 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: SolutionContainer”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:25:09.098 |V| IPropertyEx | :1 | [[SettingsStorage(“Solution “DataExchanges” personal”)/XmlDiskFile]] Boolean::IsReloadReschedulled: <N/A> -> False.
09:25:09.098 |V| IPropertyEx | :1 | [[SettingsStorage(“Solution “DataExchanges” personal”)/XmlDiskFile]] Boolean::IsSaveReschedulled: <N/A> -> False.
09:25:09.110 |V| IPropertyEx | :1 | [[SettingsStorage(“Solution “DataExchanges” team-shared”)/XmlDiskFile]] Boolean::IsReloadReschedulled: <N/A> -> False.
09:25:09.110 |V| IPropertyEx | :1 | [[SettingsStorage(“Solution “DataExchanges” team-shared”)/XmlDiskFile]] Boolean::IsSaveReschedulled: <N/A> -> False.
09:25:09.349 |V| SolutionCaches | :1 | Creating solution caches. Expected path: 'C:\Users\jerry.lagrou\AppData\Local\JetBrains\Transient\ReSharperPlatformVs15\v12_7ea75361\SolutionCaches\_DataExchanges.-863653548'
09:25:09.349 |V| LevelDbDriver | :1 | Opening database with DbOpenParams: [
Url=C:\Users\jerry.lagrou\AppData\Local\JetBrains\Transient\ReSharperPlatformVs15\v12_7ea75361\SolutionCaches\_DataExchanges.-863653548
Subfolder=Db
ParanoidChecks=False
OnError=ClearAndRetry
TakeMutex=True
OnMutextNotAcquired=OpenIndexed
SecondaryUrl=C:\Users\jerry.lagrou\AppData\Local\Temp\JetBrains\ReSharper.Db.2018-05-21_09-25-09.349
OnValidationFail=Clear
ExpectedVersion=67:wave12-qx-24-xamarin-plus
PolymorphicTypes=<len=5>
(JetBrains.ReSharper.Psi.CSharp.Impl.Dependencies.CSharpUsingsInfo, 1279751249)
(JetBrains.ReSharper.Psi.VB.Impl.VBUsingsInfo, 202107484)
(JetBrains.ReSharper.Psi.Asp.Impl.AspUsingsInfo, 1399797158)
(JetBrains.ReSharper.Feature.Services.Resx.i18n.ResxResourceItem, -1941261798)
(JetBrains.ReSharper.I18n.Services.JavaScript.ResJsonResourceItem, 566267078)
]
09:25:09.442 |V| LevelDbAutocommitTransaction | :1 | STV.Started `LevelDbAutocommitTransaction` in separate thread
09:25:09.443 |V| LevelDbDriver | :1 | Already cleared: False, oldVersion: 67:wave12-qx-24-xamarin-plus, newVersion: 67:wave12-qx-24-xamarin-plus
09:25:09.443 |V| SolutionCaches | :1 | Solution caches opened in 'C:\Users\jerry.lagrou\AppData\Local\JetBrains\Transient\ReSharperPlatformVs15\v12_7ea75361\SolutionCaches\_DataExchanges.-863653548.00'. Cleared: 'False'. Persistent: 'True'
09:25:09.461 |V| ProjectModelUpdateStates | :1 | IsInHardUpdateState: False
09:25:09.730 |V| FileSystemTrackerImpl | :1 | IgnoreChangesInFolder C:\Users\jerry.lagrou\AppData\Local\JetBrains\Transient\ReSharperPlatformVs15\v12_7ea75361\SolutionCaches\_DataExchanges.-863653548.00
09:25:09.751 |V| BuildToolContainer | :1 | GetBuildToolBySettings msBuildVersion=0, customBuildToolPath=<EMPTY>, env=AutoDetectorInfo: null, MonoRootPath: , ActiveDotNetCoreCli:
09:25:09.753 |V| BuildToolContainer | :1 | Start build tool discovering in environment: AutoDetectorInfo: null, MonoRootPath: , ActiveDotNetCoreCli:
09:25:09.758 |V| RegistryMsBuildToolProvider | :1 | Start build tool discover int registry: SOFTWARE\WOW6432Node\Microsoft\MSBuild\ToolsVersions
09:25:09.760 |V| RegistryMsBuildToolProvider | :1 | Try to discover xBuild from registry key: 12.0
09:25:09.760 |V| RegistryMsBuildToolProvider | :1 | Found MSBuild: C:\Program Files (x86)\MSBuild\12.0\bin\MSBuild.exe
09:25:09.761 |V| RegistryMsBuildToolProvider | :1 | Try to discover xBuild from registry key: 14.0
09:25:09.761 |V| RegistryMsBuildToolProvider | :1 | Found MSBuild: C:\Program Files (x86)\MSBuild\14.0\bin\MSBuild.exe
09:25:09.761 |V| RegistryMsBuildToolProvider | :1 | Try to discover xBuild from registry key: 2.0
09:25:09.761 |V| RegistryMsBuildToolProvider | :1 | Try to discover xBuild from registry key: 3.5
09:25:09.761 |V| RegistryMsBuildToolProvider | :1 | Try to discover xBuild from registry key: 4.0
09:25:09.761 |V| RegistryMsBuildToolProvider | :1 | Found MSBuild: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe
09:25:09.762 |V| VisualStudio15MsBuildToolProvider | :1 | Try to discover MSBuild in installed VS15
09:25:09.767 |V| DevenvHostDiscovery | :1 | Enumerating installed VS versions the classic machine way.
09:25:09.771 |V| DevenvHostDiscovery | :1 | InstalledVs 10.0 Incomplete=False InstallDir “C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE” ver 10.0.30319.1 aka VS2010 aka “Visual Studio 2010” packages [<NULL>].
09:25:09.772 |V| DevenvHostDiscovery | :1 | InstalledVs 11.0 Incomplete=False InstallDir “C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE” ver 11.0.61219.0 aka VS2012 aka “Visual Studio 2012” packages [<NULL>].
09:25:09.773 |V| DevenvHostDiscovery | :1 | InstalledVs 12.0 Incomplete=False InstallDir “C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE” ver 12.0.40629.0 aka VS2013 aka “Visual Studio 2013” packages [<NULL>].
09:25:09.774 |V| DevenvHostDiscovery | :1 | InstalledVs 14.0 Incomplete=False InstallDir “C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE” ver 14.0.25420.1 aka VS2015 aka “Visual Studio 2015” packages [<NULL>].
09:25:09.774 |V| DevenvHostDiscovery | :1 | Skipping discovered classic VS version 15.0 because it's not whitelisted.
09:25:09.774 |V| DevenvHostDiscovery | :1 | Skipping discovered classic VS version 7.1 because it's not whitelisted.
09:25:09.774 |V| DevenvHostDiscovery | :1 | InstalledVs 8.0 Incomplete=False InstallDir “C:\Program Files (x86)\Microsoft Visual Studio 8\Common7\IDE” ver 8.0.50727.762 aka VS2005 aka “Visual Studio 2005” packages [<NULL>].
09:25:09.775 |V| DevenvHostDiscovery | :1 | InstalledVs 9.0 Incomplete=False InstallDir “C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE” ver 9.0.30729.1 aka VS2008 aka “Visual Studio 2008” packages [<NULL>].
09:25:09.776 |V| DevenvHostDiscovery | :1 | Attempting to create an instance of the VS Setup Configuration interface.
09:25:09.776 |V| DevenvHostDiscovery | :1 | Successfully created an instance of the VS Setup Configuration interface.
09:25:09.776 |V| DevenvHostDiscovery | :1 | Enumerating complete VS Product Instances.
09:25:09.779 |V| DevenvHostDiscovery | :1 | Done with enumerating complete VS Product Instances.
09:25:09.779 |V| DevenvHostDiscovery | :1 | Enumerating all VS Product Instances.
09:25:09.780 |V| DevenvHostDiscovery | :1 | Done with enumerating all VS Product Instances.
09:25:09.780 |V| DevenvHostDiscovery | :1 | InstalledVs 15.0_7ea75361 Incomplete=False InstallDir “C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE” ver 15.6.27428.2002 aka VS2017 aka “Visual Studio Professional 2017” packages [<NULL>].
09:25:09.781 |V| VisualStudio15MsBuildToolProvider | :1 | Try to discover MSBuild in folder: VS 8.0 @ “C:\Program Files (x86)\Microsoft Visual Studio 8\Common7\IDE”
09:25:09.781 |V| VisualStudio15MsBuildToolProvider | :1 | Try to discover MSBuild in folder: VS 9.0 @ “C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE”
09:25:09.781 |V| VisualStudio15MsBuildToolProvider | :1 | Try to discover MSBuild in folder: VS 10.0 @ “C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE”
09:25:09.781 |V| VisualStudio15MsBuildToolProvider | :1 | Try to discover MSBuild in folder: VS 11.0 @ “C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE”
09:25:09.781 |V| VisualStudio15MsBuildToolProvider | :1 | Try to discover MSBuild in folder: VS 12.0 @ “C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE”
09:25:09.781 |V| VisualStudio15MsBuildToolProvider | :1 | Try to discover MSBuild in folder: VS 14.0 @ “C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE”
09:25:09.782 |V| VisualStudio15MsBuildToolProvider | :1 | Try to discover MSBuild in folder: VS 15.0_7ea75361 @ “C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE”
09:25:09.782 |V| VisualStudio15MsBuildToolProvider | :1 | Found MSBuild: C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin\MSBuild.exe
09:25:09.782 |V| BuildToolContainer | :1 | Dicover found 4 build tools
09:25:09.783 |V| BuildToolContainer | :1 | Discovered build tool:
Type: JetBrains.ProjectModel.MSBuild.BuildTools.MsBuildTool
Version: 12.0
Directory: C:\Program Files (x86)\MSBuild\12.0\bin
ExePath: C:\Program Files (x86)\MSBuild\12.0\bin\MSBuild.exe
EnvironmentVariables:
UseTaskEntryPointForRun: False
WellKnownProperties has not been loaded yet.
09:25:09.783 |V| BuildToolContainer | :1 | Discovered build tool:
Type: JetBrains.ProjectModel.MSBuild.BuildTools.MsBuildTool
Version: 14.0
Directory: C:\Program Files (x86)\MSBuild\14.0\bin
ExePath: C:\Program Files (x86)\MSBuild\14.0\bin\MSBuild.exe
EnvironmentVariables:
UseTaskEntryPointForRun: False
WellKnownProperties has not been loaded yet.
09:25:09.783 |V| BuildToolContainer | :1 | Discovered build tool:
Type: JetBrains.ProjectModel.MSBuild.BuildTools.MsBuildTool
Version: 4.0
Directory: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319
ExePath: C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe
EnvironmentVariables:
UseTaskEntryPointForRun: False
WellKnownProperties has not been loaded yet.
09:25:09.783 |V| BuildToolContainer | :1 | Discovered build tool:
Type: JetBrains.ProjectModel.MSBuild.BuildTools.MsBuildTool
Version: 15.0
Directory: C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin
ExePath: C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin\MSBuild.exe
EnvironmentVariables:
UseTaskEntryPointForRun: False
WellKnownProperties has not been loaded yet.
09:25:09.787 |V| VsBuildToolHolder | :1 | VS 15.0_7ea75361 root folder “C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional” does not match build tool folder “C:\Program Files (x86)\MSBuild\12.0\bin”
09:25:09.787 |V| VsBuildToolHolder | :1 | VS 15.0_7ea75361 root folder “C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional” does not match build tool folder “C:\Program Files (x86)\MSBuild\14.0\bin”
09:25:09.787 |V| VsBuildToolHolder | :1 | VS 15.0_7ea75361 root folder “C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional” does not match build tool folder C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319
09:25:09.787 |V| VsBuildToolHolder | :1 | Build tool v.15.0 found. VS 15.0_7ea75361 root folder “C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional” matches build tool folder “C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin”
09:25:10.480 |V| ProjectModelUpdateStates | :1 | IsInHardUpdateState: +1
09:25:10.480 |V| ProjectModelUpdateStates | :1 | IsInHardUpdateState: True
09:25:10.486 |V| | :10 | [Trace::Write] Assembly resolution failed: Telerik.VSX.2018.1.215.2.XmlSerializers, Version=2018.1.215.2, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4
09:25:10.917 |V| SolutionBuilder | :1 | Receive new build runner of type VsSolutionBuilderRunner, runner.IsAvailable=True, runner.Priority=0
09:25:10.917 |V| SolutionBuilder | :1 | Runner: VsSolutionBuilderRunner is available
09:25:10.995 |V| SolutionBuilderControllerPrototype_Executor| :1 | STV.Started `SolutionBuilderControllerPrototype_Executor` in separate thread
09:25:11.001 |V| SolutionBuilderFileAnalyzer | :1 | New value: False. calculationFinished: False, idleValue: True
09:25:11.001 |V| SolutionBuilderFileAnalyzer | :1 | New value: False. calculationFinished: False, idleValue: True
09:25:11.003 |V| IncrementalRunner | :1 | RecalculateState. inputs. isEnabledInSettings=False, applicabilityState.IsApplicable=True, isAvailableMixin=True, isConfigurationConsistent=False, isWaitingSolutionLoaded=True, calculationFinished=False, currentBuilderState=None
09:25:11.003 |V| IncrementalRunner | :1 | RecalculateState. newValues. isAvailableValue=False, isReadyValue=False
09:25:11.004 |V| IncrementalRunner | :1 | RecalculateState. inputs. isEnabledInSettings=False, applicabilityState.IsApplicable=True, isAvailableMixin=True, isConfigurationConsistent=False, isWaitingSolutionLoaded=True, calculationFinished=False, currentBuilderState=None
09:25:11.004 |V| IncrementalRunner | :1 | RecalculateState. newValues. isAvailableValue=False, isReadyValue=False
09:25:11.004 |V| IncrementalRunner | :1 | RecalculateState. inputs. isEnabledInSettings=False, applicabilityState.IsApplicable=True, isAvailableMixin=True, isConfigurationConsistent=False, isWaitingSolutionLoaded=True, calculationFinished=False, currentBuilderState=None
09:25:11.004 |V| IncrementalRunner | :1 | RecalculateState. newValues. isAvailableValue=False, isReadyValue=False
09:25:11.004 |V| IncrementalRunner | :1 | RecalculateState. inputs. isEnabledInSettings=False, applicabilityState.IsApplicable=True, isAvailableMixin=True, isConfigurationConsistent=False, isWaitingSolutionLoaded=True, calculationFinished=False, currentBuilderState=None
09:25:11.004 |V| IncrementalRunner | :1 | RecalculateState. newValues. isAvailableValue=False, isReadyValue=False
09:25:11.004 |V| IncrementalRunner | :1 | RecalculateState. inputs. isEnabledInSettings=False, applicabilityState.IsApplicable=True, isAvailableMixin=True, isConfigurationConsistent=False, isWaitingSolutionLoaded=True, calculationFinished=False, currentBuilderState=None
09:25:11.004 |V| IncrementalRunner | :1 | RecalculateState. newValues. isAvailableValue=False, isReadyValue=False
09:25:11.004 |V| IncrementalRunner | :1 | RecalculateState. inputs. isEnabledInSettings=False, applicabilityState.IsApplicable=True, isAvailableMixin=True, isConfigurationConsistent=False, isWaitingSolutionLoaded=True, calculationFinished=False, currentBuilderState=None
09:25:11.004 |V| IncrementalRunner | :1 | RecalculateState. newValues. isAvailableValue=False, isReadyValue=False
09:25:11.004 |V| IncrementalRunner | :1 | RecalculateState. inputs. isEnabledInSettings=False, applicabilityState.IsApplicable=True, isAvailableMixin=True, isConfigurationConsistent=False, isWaitingSolutionLoaded=True, calculationFinished=False, currentBuilderState=None
09:25:11.004 |V| IncrementalRunner | :1 | RecalculateState. newValues. isAvailableValue=False, isReadyValue=False
09:25:11.004 |V| SolutionBuilder | :1 | Receive new build runner of type IncrementalRunner, runner.IsAvailable=False, runner.Priority=1
09:25:11.006 |V| SuspendHardOperationsManager | :1 | RELEASE SUSPEND HARD OPERATIONS
09:25:11.040 |V| ExternalAnnotationsModuleFactory | :1 | .NETFramework,Version=v2.0 -> C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_7ea75361\Annotations\net20\JetBrains.Annotations.dll
09:25:11.040 |V| ExternalAnnotationsModuleFactory | :1 | .NETStandard,Version=v1.0 -> C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_7ea75361\Annotations\netstandard1.0\JetBrains.Annotations.dll
09:25:11.046 |V| ExternalAnnotationsModuleFactory | :1 | .NETPortable,Version=v4.0,Profile=Profile2 -> C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_7ea75361\Annotations\portable40-net40+sl4+win8+wp7\JetBrains.Annotations.dll
09:25:11.046 |V| ExternalAnnotationsModuleFactory | :1 | .NETPortable,Version=v4.0,Profile=Profile328 -> C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_7ea75361\Annotations\portable40-net40+sl5+win8+wp8+wpa81\JetBrains.Annotations.dll
09:25:11.060 |V| PersistentIndexManagerImpl | :1 | <PersistentIndexManager.Initialize>
09:25:11.129 |V| ComponentStorage | :1 | CodeAnnotationProviders created
09:25:11.129 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: CodeAnnotationProviders”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:25:11.427 |V| XmlIndexThread | :1 | STV.Started `XmlIndexThread` in separate thread
09:25:11.528 |V| CacheJobService | :1 | STV.Started `CacheJobService` in separate thread
09:25:11.745 |V| DaemonThread | :1 | STV.Started `DaemonThread` in separate thread
09:25:11.784 |V| IPropertyEx | :1 | [[SWEA]] Boolean::SolutionAnalysisConfiguration.Paused: <N/A> -> False.
09:25:11.784 |V| IPropertyEx | :1 | [[SWEA]] Boolean::SolutionAnalysisConfiguration.PausedByUser: <N/A> -> False.
09:25:11.784 |V| IPropertyEx | :1 | [[SWEA]] Boolean::SolutionAnalysisConfiguration.Enabled: <N/A> -> False.
09:25:12.129 |V| PsiCacheRegistry | :1 | PsiCaches: <len=20>
InternalsVisibleToCache
AttributeInstancesProvider
CodeAnnotationsCache
TypeElementInheritanceCache
SymbolTableCache
CaseSensitiveSymbolScopeRequestCache
AttributesCache
PredefinedTypeCache
PossibleInheritanceCache
VBModuleCache
AspAttributesCache
AspFileDataCacheImpl
XamlResourcesCache
NamespaceAliasCacheManager
XamlTypeCache
XamlPredefinedResourcesCache
XamlDeclaredElementsCache
CacheMap
DeclaredElementBinderService
UnitTestAttributeCache
09:25:12.132 |V| PsiCacheRegistry | :1 | Added to active caches: GeneratedFilesCache
09:25:12.133 |V| PsiCacheRegistry | :1 | Added to active caches: InternalsVisibleToCache
09:25:12.133 |V| PsiCacheRegistry | :1 | Added to active caches: ConditionalNamesCache
09:25:12.133 |V| PsiCacheRegistry | :1 | Added to active caches: NamedArgumentCache
09:25:12.133 |V| PsiCacheRegistry | :1 | Added to active caches: AnnotatedMembersCache
09:25:12.133 |V| PsiCacheRegistry | :1 | Added to active caches: AssemblyAnnotatedMembersCache
09:25:12.134 |V| PsiCacheRegistry | :1 | Added to active caches: TypeMembersCache
09:25:12.134 |V| PsiCacheRegistry | :1 | Added to active caches: SymbolCache
09:25:12.134 |V| PsiCacheRegistry | :1 | Added to active caches: StubTreeNodeCache
09:25:12.134 |V| PsiCacheRegistry | :1 | Added to active caches: BuildScriptCache
09:25:12.134 |V| PsiCacheRegistry | :1 | Added to active caches: ProtobufFileOptionsCache
09:25:12.135 |V| PsiCacheRegistry | :1 | Added to active caches: ProtobufImportCache
09:25:12.135 |V| PsiCacheRegistry | :1 | Added to active caches: ProtobufDeclarationCache
09:25:12.135 |V| PsiCacheRegistry | :1 | Added to active caches: WebConfigCacheController
09:25:12.135 |V| PsiCacheRegistry | :1 | Added to active caches: TagPrefixCacheImpl
09:25:12.135 |V| PsiCacheRegistry | :1 | Added to active caches: WebSymbolsCache
09:25:12.135 |V| PsiCacheRegistry | :1 | Added to active caches: RazorTagHelperDataCache
09:25:12.135 |V| PsiCacheRegistry | :1 | Added to active caches: RazorNamespaceCache
09:25:12.135 |V| PsiCacheRegistry | :1 | Added to active caches: RazorInheritsCache
09:25:12.135 |V| PsiCacheRegistry | :1 | Added to active caches: RazorNamespaceImportsCache
09:25:12.135 |V| PsiCacheRegistry | :1 | Added to active caches: RazorInjectionsCache
09:25:12.135 |V| PsiCacheRegistry | :1 | Added to active caches: HasSourceFileMapCache
09:25:12.136 |V| PsiCacheRegistry | :1 | Added to active caches: JavaScriptTypeCacheMaintainer
09:25:12.136 |V| PsiCacheRegistry | :1 | Added to active caches: JavaScriptDependentFilesCache
09:25:12.136 |V| PsiCacheRegistry | :1 | Added to active caches: XamlAssemblyResourcesCache
09:25:12.136 |V| PsiCacheRegistry | :1 | Added to active caches: ContentTrigramIndex
09:25:12.136 |V| PsiCacheRegistry | :1 | Added to active caches: SourcesTrigramIndex
09:25:12.136 |V| PsiCacheRegistry | :1 | Added to active caches: ClrTodoManager
09:25:12.136 |V| PsiCacheRegistry | :1 | Added to active caches: DocumentInfoCache
09:25:12.137 |V| PsiCacheRegistry | :1 | Added to active caches: MvcCache
09:25:12.137 |V| PsiCacheRegistry | :1 | Added to active caches: SolutionResourceCache
09:25:12.138 |V| FileImages | :1 | <FileImages.Release>
09:25:12.140 |V| PsiCacheRegistry | :1 | Removed from active caches: FileImages
09:25:12.140 |V| PsiCacheRegistry | :1 | Added to active caches: JavaScriptTestCache
09:25:12.159 |I| SolutionAssemblyNamesTracker | :1 | Started tracking assembly names
09:25:12.187 |V| ComponentStorage | :1 | VanillaV1 created
09:25:12.187 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: VanillaV1”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:25:12.193 |V| ComponentStorage | :1 | VanillaV2 created
09:25:12.193 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: VanillaV2”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:25:12.195 |V| ComponentStorage | :1 | DotNetCoreV1 created
09:25:12.195 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: DotNetCoreV1”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:25:12.200 |V| ComponentStorage | :1 | DotNetCoreV2 created
09:25:12.200 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: DotNetCoreV2”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:25:12.204 |V| ComponentStorage | :1 | Metro created
09:25:12.204 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: Metro”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:25:12.214 |V| ComponentStorage | :1 | UniversalV1 created
09:25:12.214 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: UniversalV1”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:25:12.217 |V| ComponentStorage | :1 | UniversalV2 created
09:25:12.217 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: UniversalV2”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:25:12.219 |V| ComponentStorage | :1 | WinPhone created
09:25:12.219 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: WinPhone”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:25:12.319 |V| Scheduler | :1 | STV.Started `SolutionCoverageMissingCoverageInfoTracker.Scheduler` in separate thread
09:25:12.346 |V| ComponentStorage | :1 | SolutionFeatureParts created
09:25:12.346 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: SolutionFeatureParts”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:25:12.349 |V| ComponentStorage | :1 | SolutionProjectModelExtensionsContainer created
09:25:12.349 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: SolutionProjectModelExtensionsContainer”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:25:12.583 |V| BuildRequestViewModelBase | :1 | Solution False
09:25:12.803 |V| ClangFormatConfigService | JetPool(S) #1:29 | DoPurgeAndUpdate, mode = ForceExpire, UpdateLive
09:25:12.803 |V| ClangFormatConfigService | JetPool(S) #1:29 | Resetting all entries
09:25:12.804 |V| EditorConfigService | JetPool(S) #1:29 | DoPurgeAndUpdate, mode = ForceExpire, UpdateLive
09:25:12.804 |V| EditorConfigService | JetPool(S) #1:29 | Resetting all entries
09:25:12.807 |V| StyleCopSettingsService | JetPool(S) #1:29 | DoPurgeAndUpdate, mode = ForceExpire, UpdateLive
09:25:12.808 |V| StyleCopSettingsService | JetPool(S) #1:29 | Resetting all entries
09:25:13.028 |V| VsTextViewDataForTextControlCollectorDevTen | :1 | Updating text control data for IWpfTextView “CSharp:"using System;
u"” to new value associated with document c:\tfs\misc\DataExchanges\DataExchanges\Service1.svc.cs.
09:25:13.030 |V| VsTextViewDataForTextControlCollectorDevTen | :1 | VsTextViewDataForTextControlDevTen::VsTextViewsWithData++ 0^1: JetBrains.Platform.VisualStudio.SinceVs10.IDE.TextControl.AttachTextControlsToTextViews.VsTextViewDataForTextControlDevTen.
09:25:13.035 |V| VsAttachTextControlsToTextViews | :1 | Creating a new text control for c:\tfs\misc\DataExchanges\DataExchanges\Service1.svc.cs.
09:25:13.050 |V| ComponentStorage | :1 | Factory(VsTextControlDevTen) created
09:25:13.332 |V| ClangFormatConfigService | :1 | New text control for live settings, path = c:\tfs\misc\DataExchanges\DataExchanges\Service1.svc.cs
09:25:13.333 |V| ClangFormatConfigService | :1 | GetOrCalculate live, key = c:\tfs\misc\DataExchanges\DataExchanges\Service1.svc.cs
09:25:13.338 |V| ClangFormatConfigService | :1 | Calculating clang format for file c:\tfs\misc\DataExchanges\DataExchanges\Service1.svc.cs
09:25:13.342 |V| EditorConfigService | :1 | New text control for live settings, path = c:\tfs\misc\DataExchanges\DataExchanges\Service1.svc.cs
09:25:13.342 |V| EditorConfigService | :1 | GetOrCalculate live, key = c:\tfs\misc\DataExchanges\DataExchanges\Service1.svc.cs
09:25:13.344 |V| EditorConfigService | :1 | Calculating editor config for file c:\tfs\misc\DataExchanges\DataExchanges\Service1.svc.cs
09:25:13.360 |V| StyleCopSettingsService | :1 | New text control for live settings, path = c:\tfs\misc\DataExchanges\DataExchanges\Service1.svc.cs
09:25:13.360 |V| StyleCopSettingsService | :1 | GetOrCalculate live, key = c:\tfs\misc\DataExchanges\DataExchanges\Service1.svc.cs
09:25:13.364 |V| StyleCopSettingsService | :1 | Calculating Settings.StyleCop for file c:\tfs\misc\DataExchanges\DataExchanges\Service1.svc.cs
09:25:13.385 |V| VsGlyphMarginRemover | :1 | Margin Microsoft.VisualStudio.Text.Editor.Implementation.GlyphMargin`1[[Microsoft.VisualStudio.Text.Editor.ISuggestionTag, Microsoft.VisualStudio.Text.Internal, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a]]; Visual element Microsoft.VisualStudio.Text.Editor.Implementation.GlyphMarginGrid.
09:25:13.414 |V| VsDocumentOperationsHandlerWhidbey| :1 | VSDocumentOperationsHandler::ConnectToStream, id 33719877 text stream:35043441
09:25:13.500 |V| ComponentStorage | :1 | DaemonStages created
09:25:13.501 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: DaemonStages”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:25:14.237 |V| | :12 | [Trace::Write] Assembly resolution failed: Telerik.UserSettings.2018.1.322.3.XmlSerializers, Version=2018.1.322.3, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4
09:25:14.280 |V| | :48 | [Trace::Write] Assembly resolution failed: Telerik.UserSettings.2018.1.215.2.XmlSerializers, Version=2018.1.215.2, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4
09:25:14.330 |V| ComponentStorage | :1 | IntellisenseParts created
09:25:14.330 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: IntellisenseParts”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:25:14.430 |I| TriggerSolutionBuildAfterOpen | :1 | not requested
09:25:14.430 |I| TriggerSolutionBuildAfterOpen | :1 | not requested at all
09:25:14.430 |I| TriggerSolutionBuildAfterOpen | :1 | !buildRequested
09:25:14.723 |V| HyperlinkManager | :1 | Enabled
09:25:14.903 |V| VsDtePropertiesFacade | :1 | Property 'TextEditor.CSharp-Specific.Squiggles' not found. Disable 'AnalysisEnabled' ignored.
09:25:14.906 |V| VsDtePropertiesFacade | :1 | Property 'TextEditor.CSharp-Specific.Squiggles_SemanticAnalysis' not found. Disable 'AnalysisEnabled' ignored.
09:25:14.951 |V| VsIntellisenseDisableMonitor | :1 | VS completion is executing: False
09:25:14.951 |V| VsIntellisenseDisableMonitor | :1 | VS parameter info is executing: False
09:25:14.958 |V| | :1 | [NUGET PLUGIN] Unable to get NuGet interfaces. No exception thrown
09:25:15.094 |V| FileSystemTrackerImpl | :1 | IgnoreChangesInFolder c:\tfs\misc\DataExchanges\.vs
09:25:15.094 |V| FileSystemTrackerImpl | :1 | IgnoreChangesInFolder c:\tfs\misc\DataExchanges\.git
09:25:15.094 |V| FileSystemTrackerImpl | :1 | IgnoreChangesInFolder c:\tfs\misc\DataExchanges\.idea
09:25:15.216 |V| | :58 | [Trace::Write] Assembly resolution failed: Telerik.VSX.2018.1.322.3.XmlSerializers, Version=2018.1.322.3, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4
09:25:15.384 |V| Win32JetFileSystemWatcher | :1 | Failed to release handle to c:\tfs\misc\DataExchanges\DataExchanges\Bin within 200ms
09:25:15.471 |V| AddModule | :1 | Selected .NETFramework,Version=v2.0 for Default from .NETFramework,Version=v2.0;.NETStandard,Version=v1.0;.NETPortable,Version=v4.0,Profile=Profile2;.NETPortable,Version=v4.0,Profile=Profile328
09:25:15.474 |V| AddModule | :1 | Selected .NETFramework,Version=v2.0 for .NETFramework,Version=v4.6.1 from .NETFramework,Version=v2.0;.NETStandard,Version=v1.0;.NETPortable,Version=v4.0,Profile=Profile2;.NETPortable,Version=v4.0,Profile=Profile328
09:25:15.474 |V| AddModule | :1 | Selected .NETFramework,Version=v2.0 for .NETFramework,Version=v4.0 from .NETFramework,Version=v2.0;.NETStandard,Version=v1.0;.NETPortable,Version=v4.0,Profile=Profile2;.NETPortable,Version=v4.0,Profile=Profile328
09:25:16.085 |V| | :1 | [W] added c:\tfs\misc\DataExchanges\DataExchanges\DataExchanges.csproj
09:25:16.090 |V| | :1 | [W] added c:\tfs\misc\DataExchanges\DataExchanges\IService1.cs
09:25:16.090 |V| | :1 | [W] added c:\tfs\misc\DataExchanges\DataExchanges\Properties\AssemblyInfo.cs
09:25:16.091 |V| | :1 | [W] added c:\tfs\misc\DataExchanges\DataExchanges\Properties\PublishProfiles\CustomProfile.pubxml
09:25:16.091 |V| | :1 | [W] added c:\tfs\misc\DataExchanges\DataExchanges\Service1.svc
09:25:16.104 |V| | :1 | [W] added c:\tfs\misc\DataExchanges\DataExchanges\Service1.svc.cs
09:25:16.105 |V| | :1 | [W] added c:\tfs\misc\DataExchanges\DataExchanges\Web.config
09:25:16.106 |V| | :1 | [W] added c:\tfs\misc\DataExchanges\DataExchanges\Web.Debug.config
09:25:16.106 |V| | :1 | [W] added c:\tfs\misc\DataExchanges\DataExchanges\Web.Release.config
09:25:16.233 |V| | :1 | [PMM] Invalidate: System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Data.SqlXml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Runtime.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Runtime.InteropServices, Version=4.0.20.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Runtime.Extensions, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Resources.ResourceManager, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Reflection, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.IO, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Text.Encoding, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Threading.Tasks, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Reflection.Primitives, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Globalization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Runtime.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Collections, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Diagnostics.Debug, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Text.RegularExpressions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Diagnostics.Tools, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Threading, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Reflection.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Resources.ResourceManager, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.ObjectModel, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Net.NetworkInformation, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Threading, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.ServiceModel.NetTcp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.ServiceModel.Internals, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.233 |V| | :1 | [PMM] Invalidate: SMDiagnostics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.DirectoryServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Transactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Runtime.Remoting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Web.RegularExpressions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.233 |V| | :1 | [PMM] Invalidate: Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Deployment, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Runtime.Serialization.Formatters.Soap, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Data.OracleClient, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Drawing.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.ComponentModel.DataAnnotations, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.DirectoryServices.Protocols, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Runtime.Caching, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.ServiceProcess, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Configuration.Install, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: Microsoft.Build.Utilities.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: Microsoft.Build.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: Microsoft.Transactions.Bridge, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.IdentityModel.Selectors, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Messaging, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Runtime.DurableInstancing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.ServiceModel.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.233 |V| | :1 | [PMM] Invalidate: Microsoft.VisualBasic.Activities.Compiler, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Activities.DurableInstancing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Xaml.Hosting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Runtime, Version=4.0.20.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.ComponentModel.Composition, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Reflection.Primitives, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Reflection.Emit.Lightweight, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Linq.Queryable, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Data.SqlXml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Transactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.DirectoryServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Runtime.Remoting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.ComponentModel.DataAnnotations, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Runtime.Caching, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.233 |V| | :1 | [PMM] Invalidate: Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Deployment, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Runtime.Serialization.Formatters.Soap, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Drawing.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Data.OracleClient, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Web.RegularExpressions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: Microsoft.Build.Utilities.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.DirectoryServices.Protocols, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: Microsoft.Build.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.ServiceProcess, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Configuration.Install, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Reflection.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.ComponentModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Threading.Timer, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.ServiceModel.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Security.Principal, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Runtime.Serialization.Xml, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Runtime.Serialization.Json, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Reflection.Emit.ILGeneration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Text.Encoding.Extensions, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.ServiceModel.Http, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Runtime.Serialization.Primitives, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Linq.Expressions, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Collections.Concurrent, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Threading.Tasks, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Reflection.Emit, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Net.Requests, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Dynamic.Runtime, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Diagnostics.Tracing, Version=4.0.20.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.ComponentModel.EventBasedAsync, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.ServiceModel.Duplex, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Linq.Parallel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.IO, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Collections, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Runtime.Handles, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Xml.ReaderWriter, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Text.RegularExpressions, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Text.Encoding, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.ServiceModel.Primitives, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Globalization, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Net.WebHeaderCollection, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Runtime.InteropServices.WindowsRuntime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Diagnostics.Debug, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Xml.XmlSerializer, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Xml.XDocument, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Threading.Tasks.Parallel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Diagnostics.Contracts, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.ComponentModel.Annotations, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Reflection, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.233 |V| | :1 | [PMM] Invalidate: System.Net.Primitives, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Diagnostics.Tools, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: SullairUtilities, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.234 |V| | :1 | [PMM] Invalidate: System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Data.SqlXml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.234 |V| | :1 | [PMM] Invalidate: Microsoft.VisualC, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Transactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.DirectoryServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Runtime.Remoting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Runtime.Caching, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.234 |V| | :1 | [PMM] Invalidate: Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Runtime.Serialization.Formatters.Soap, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Deployment, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Drawing.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Data.OracleClient, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Web.RegularExpressions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: Microsoft.Build.Utilities.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.DirectoryServices.Protocols, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: Microsoft.Build.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.ServiceProcess, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Configuration.Install, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Runtime.DurableInstancing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Messaging, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.IdentityModel.Selectors, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.ServiceModel.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.234 |V| | :1 | [PMM] Invalidate: Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Activities.DurableInstancing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.234 |V| | :1 | [PMM] Invalidate: System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Data.SqlXml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: Microsoft.VisualC, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Transactions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.234 |V| | :1 | [PMM] Invalidate: Accessibility, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Runtime.Serialization.Formatters.Soap, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Deployment, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Drawing.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Data.OracleClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Web.RegularExpressions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.DirectoryServices.Protocols, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.ServiceProcess, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Configuration.Install, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: IBM.Data.DB2.iSeries, Version=12.0.0.0, Culture=neutral, PublicKeyToken=9cdb2ebfb1f93a26
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Data.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.234 |V| | :1 | [PMM] Invalidate: XmlSerial35, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.234 |V| | :1 | [PMM] Invalidate: Logger, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
09:25:16.234 |V| | :1 | [PMM] Invalidate: Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.ServiceModel.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Data.Services.Client, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Data.Services.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Web.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Web.DynamicData, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.ComponentModel.DataAnnotations, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.234 |V| | :1 | [PMM] Invalidate: Microsoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.234 |V| | :1 | [PMM] Invalidate: System.Dynamic, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.247 |V| | :1 | [PMM] Invalidate: DataExchanges, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
09:25:16.247 |V| | :1 | [PMM] Invalidate: IBM.Data.DB2.iSeries, Version=12.0.0.0, Culture=neutral, PublicKeyToken=9cdb2ebfb1f93a26
09:25:16.247 |V| | :1 | [PMM] Invalidate: Microsoft.VisualStudio.OLE.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.305 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.307 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.IdentityModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Activities.DurableInstancing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Activities.DurableInstancing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.IdentityModel.Selectors, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.IdentityModel.Selectors, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Messaging, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Messaging, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Web.Services, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Runtime.DurableInstancing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Runtime.DurableInstancing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Configuration.Install, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Configuration.Install, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Configuration.Install, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.ServiceProcess, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.ServiceProcess, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.ServiceProcess, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: Microsoft.Build.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: Microsoft.Build.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: Microsoft.Build.Tasks.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.DirectoryServices.Protocols, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.DirectoryServices.Protocols, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.DirectoryServices.Protocols, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.308 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: Microsoft.Build.Utilities.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: Microsoft.Build.Utilities.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: Microsoft.Build.Utilities.v4.0, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Web.RegularExpressions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Web.RegularExpressions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Web.RegularExpressions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Data.OracleClient, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Data.OracleClient, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Data.OracleClient, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Drawing.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Drawing.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Drawing.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Deployment, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Deployment, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Deployment, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Runtime.Serialization.Formatters.Soap, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Runtime.Serialization.Formatters.Soap, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Runtime.Serialization.Formatters.Soap, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Runtime.Caching, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Runtime.Caching, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Runtime.Caching, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Xaml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Runtime.Remoting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Runtime.Remoting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Runtime.Remoting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.DirectoryServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.DirectoryServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.DirectoryServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: Microsoft.VisualC, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.309 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: Microsoft.VisualStudio.Web.PageInspector.Loader, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.310 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.310 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.310 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.311 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.311 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.311 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.311 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Data.SqlXml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.311 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Data.SqlXml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.311 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Data.SqlXml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.311 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.311 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.311 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.311 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Diagnostics.Tools, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.311 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Diagnostics.Tools, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.311 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.311 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.311 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.311 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.311 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.311 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.311 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.311 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.311 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.311 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Net.Primitives, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.311 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Reflection, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.311 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Web.WebPages.Deployment, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.311 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.ComponentModel.Annotations, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.311 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Web.WebPages.Deployment, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.311 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Web.WebPages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.311 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.311 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Diagnostics.Contracts, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.311 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.311 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Threading.Tasks.Parallel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.311 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.311 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.311 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.ServiceModel.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.311 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.ServiceModel.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.311 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.311 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.311 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Xml.XDocument, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.311 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.311 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: Microsoft.VisualBasic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.311 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Xml.XmlSerializer, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Diagnostics.Debug, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Runtime.InteropServices.WindowsRuntime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Net.WebHeaderCollection, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Globalization, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.ServiceModel.Primitives, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Text.Encoding, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Text.RegularExpressions, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Xml.ReaderWriter, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Runtime.Handles, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Collections, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.IO, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Linq.Parallel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.ServiceModel.Duplex, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.ComponentModel.EventBasedAsync, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Diagnostics.Tracing, Version=4.0.20.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Dynamic.Runtime, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Net.Requests, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Reflection.Emit, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Threading.Tasks, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Collections.Concurrent, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Linq.Expressions, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Runtime.Serialization.Primitives, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.ServiceModel.Http, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Text.Encoding.Extensions, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Reflection.Emit.ILGeneration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Runtime.Serialization.Json, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Runtime.Serialization.Xml, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Security.Principal, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.ServiceModel.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Threading.Timer, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.ComponentModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Reflection.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Reflection.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.ComponentModel.DataAnnotations, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.ComponentModel.DataAnnotations, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.ComponentModel.DataAnnotations, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Transactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Transactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Transactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Linq.Queryable, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Reflection.Emit.Lightweight, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Reflection.Primitives, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Reflection.Primitives, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.ComponentModel.Composition, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Runtime, Version=4.0.20.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Xaml.Hosting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: Microsoft.VisualBasic.Activities.Compiler, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: Microsoft.Transactions.Bridge, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: SMDiagnostics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.ServiceModel.Internals, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.ServiceModel.NetTcp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Threading, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Net.NetworkInformation, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.ObjectModel, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Resources.ResourceManager, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.312 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Resources.ResourceManager, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Threading, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Text.RegularExpressions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Diagnostics.Debug, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Collections, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Runtime.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Globalization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Threading.Tasks, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Text.Encoding, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.IO, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Reflection, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Runtime.Extensions, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Runtime.InteropServices, Version=4.0.20.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Runtime.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: Microsoft.VisualStudio.OLE.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: IBM.Data.DB2.iSeries, Version=12.0.0.0, Culture=neutral, PublicKeyToken=9cdb2ebfb1f93a26
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: IBM.Data.DB2.iSeries, Version=12.0.0.0, Culture=neutral, PublicKeyToken=9cdb2ebfb1f93a26
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: XmlSerial35, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Data.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Data.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Configuration.Install, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.ServiceProcess, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.DirectoryServices.Protocols, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Web.RegularExpressions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Data.OracleClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Drawing.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Deployment, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Runtime.Serialization.Formatters.Soap, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: Accessibility, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Transactions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: Microsoft.VisualC, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Data.SqlXml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.ServiceModel.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Web.DynamicData, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Web.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: Microsoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: Microsoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.WorkflowServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: SullairUtilities, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: Logger, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Data.DataSetExtensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Data.Services.Client, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Data.Services.Client, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.313 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Data.Services.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.314 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Data.Services.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.314 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.314 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.314 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Dynamic, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.314 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Dynamic, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.314 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: DataExchanges, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
09:25:16.314 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Workflow.ComponentModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.314 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Workflow.ComponentModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.314 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Workflow.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.314 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Workflow.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.314 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.314 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.314 |V| AssemblyPsiModuleFactory | :1 | [PMM] Add: Microsoft.Workflow.Compiler, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.521 |V| Win32JetFileSystemWatcher | :1 | Failed to release handle to c:\tfs\misc\Logger\Logger\bin\Debug within 200ms
09:25:16.611 |V| | :1 | [PMM] Invalidate: Microsoft.VisualStudio.Web.PageInspector.Loader, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.611 |V| | :1 | [PMM] Invalidate: System.WorkflowServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.611 |V| | :1 | [PMM] Invalidate: System.Workflow.ComponentModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.611 |V| | :1 | [PMM] Invalidate: Microsoft.Workflow.Compiler, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.611 |V| | :1 | [PMM] Invalidate: System.Workflow.ComponentModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.611 |V| | :1 | [PMM] Invalidate: System.Workflow.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.611 |V| | :1 | [PMM] Invalidate: System.Workflow.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.611 |V| | :1 | [PMM] Invalidate: System.Data.DataSetExtensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.611 |V| | :1 | [PMM] Invalidate: System.Web.WebPages.Deployment, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.611 |V| | :1 | [PMM] Invalidate: Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.611 |V| | :1 | [PMM] Invalidate: System.Web.WebPages.Deployment, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.612 |V| | :1 | [PMM] Invalidate: System.Web.WebPages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.612 |V| | :1 | [PMM] Invalidate: System.Data.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.612 |V| | :1 | [PMM] Invalidate: Microsoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.612 |V| | :1 | [PMM] Invalidate: System.Dynamic, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
09:25:16.612 |V| | :1 | [PMM] Invalidate: System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.612 |V| | :1 | [PMM] Invalidate: System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.612 |V| | :1 | [PMM] Invalidate: System.Data.Services.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.612 |V| | :1 | [PMM] Invalidate: System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.612 |V| | :1 | [PMM] Invalidate: System.Data.Services.Client, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
09:25:16.612 |V| | :1 | [PMM] Invalidate: System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
09:25:16.626 |V| PersistentIndexManagerImpl | :1 | <PersistentIndexManager.LoadProjectModel>
09:25:16.662 |V| ProjectModelUpdateStates | :1 | IsInHardUpdateState: +1
09:25:16.823 |V| SolutionLoadStatistics | :1 | Solution load time: 49 tasks: 6.88 seconds (6880 millis), max time = 4.42 seconds (4415 millis)
09:25:16.827 |V| SolutionLoadStatistics | :1 | LoadSolutionFromCache time: 1 tasks: 0.55 seconds (546 millis), max time = 0.55 seconds (546 millis)
09:25:16.827 |V| SolutionLoadStatistics | :1 | InitialSynchronizeSolution time: 5 tasks: 0.20 seconds (203 millis), max time = 0.19 seconds (188 millis)
09:25:16.827 |V| SolutionLoadStatistics | :1 | CompleteDelayedShellContainer time: 1 tasks: 0.00 seconds (0 millis), max time = 0.00 seconds (0 millis)
09:25:16.827 |V| SolutionLoadStatistics | :1 | SolutionContainer time: 9 tasks: 4.71 seconds (4711 millis), max time = 4.42 seconds (4415 millis)
09:25:16.827 |V| SolutionLoadStatistics | :1 | FireProjectItemsAdded time: 2 tasks: 0.87 seconds (874 millis), max time = 0.87 seconds (874 millis)
09:25:16.827 |V| SolutionLoadStatistics | :1 | FireAssembliesAdded time: 1 tasks: 0.27 seconds (265 millis), max time = 0.27 seconds (265 millis)
09:25:16.827 |V| SolutionLoadStatistics | :1 | PreparePsiModules time: 2 tasks: 0.08 seconds (78 millis), max time = 0.05 seconds (47 millis)
09:25:16.827 |V| SolutionLoadStatistics | :1 | BeforeKickOff time: 1 tasks: 0.00 seconds (0 millis), max time = 0.00 seconds (0 millis)
09:25:16.827 |V| SolutionLoadStatistics | :1 | KickOff time: 1 tasks: 0.02 seconds (16 millis), max time = 0.02 seconds (16 millis)
09:25:16.827 |V| SolutionLoadStatistics | :1 | StartPsi time: 3 tasks: 0.03 seconds (31 millis), max time = 0.02 seconds (16 millis)
09:25:16.827 |V| SolutionLoadStatistics | :1 | FinalSynchronizeSolution time: 10 tasks: 0.14 seconds (140 millis), max time = 0.08 seconds (78 millis)
09:25:16.827 |V| SolutionLoadStatistics | :1 | Done time: 13 tasks: 0.02 seconds (16 millis), max time = 0.02 seconds (16 millis)
09:25:16.831 |I| PathMappingRootProvider | JetPool(S) #3:31 | Found solution root: c:\tfs\misc\DataExchanges for 9 ms
09:25:16.881 |V| VsLinqToXsdSupportManager | :1 | Enqueue ProjectImpl(Name : UnitTestProject1, PlatformId: '.NETFramework,Version=v4.6.1')
09:25:16.883 |V| VsLinqToXsdSupportManager | :1 | Enqueue ProjectImpl(Name : DataExchanges, PlatformId: '.NETFramework,Version=v4.0')
09:25:16.884 |I| VsSolutionManager15 | :1 | VSSolutionManager::VsSolutionWrapperLifetimes: Solution instance created 6153845
09:25:16.884 |I| VsSolutionManager15 | :1 | VSSolutionManager::VsSolutionWrapperLifetimes: Solution load done 6153845. Lifetime.IsTerminated=False
09:25:16.993 |V| AddVsUIContextsToLogs | :1 | SolutionExistsAndFullyLoaded activeted. Active contexts: DesignMode SolutionExists SolutionHasMultipleProjects CSharpProject NotBuildingAndNotDebugging SolutionOpening SolutionExistsAndFullyLoaded SolutionExistsAndNotBuildingAndNotDebugging IdeUserSignedIn ShellInitialized
09:25:17.001 |V| AddVsUIContextsToLogs | :1 | SolutionOpening deactivated. Active contexts: DesignMode SolutionExists SolutionHasMultipleProjects CSharpProject NotBuildingAndNotDebugging SolutionExistsAndFullyLoaded SolutionExistsAndNotBuildingAndNotDebugging IdeUserSignedIn ShellInitialized
09:25:17.093 |V| RunningAvalonWindowsList | :1 | Got WM_DESTROY for Avalon window HwndWrapper#000D10BA-Hubur, revoking.
09:25:17.093 |V| RunningAvalonWindowsList | :1 | >> (Closing) Avalon Window HwndWrapper#000D10BA-Hubur
09:25:17.115 |V| AddVsUIContextsToLogs | :1 | StandardPreviewerConfigurationChanging activeted. Active contexts: DesignMode SolutionExists SolutionHasMultipleProjects CSharpProject NotBuildingAndNotDebugging SolutionExistsAndFullyLoaded SolutionExistsAndNotBuildingAndNotDebugging StandardPreviewerConfigurationChanging IdeUserSignedIn ShellInitialized
09:25:17.117 |V| AddVsUIContextsToLogs | :1 | StandardPreviewerConfigurationChanging deactivated. Active contexts: DesignMode SolutionExists SolutionHasMultipleProjects CSharpProject NotBuildingAndNotDebugging SolutionExistsAndFullyLoaded SolutionExistsAndNotBuildingAndNotDebugging IdeUserSignedIn ShellInitialized
09:25:17.129 |V| AddVsUIContextsToLogs | :1 | StandardPreviewerConfigurationChanging activeted. Active contexts: DesignMode SolutionExists SolutionHasMultipleProjects CSharpProject NotBuildingAndNotDebugging SolutionExistsAndFullyLoaded SolutionExistsAndNotBuildingAndNotDebugging StandardPreviewerConfigurationChanging IdeUserSignedIn ShellInitialized
09:25:17.130 |V| AddVsUIContextsToLogs | :1 | StandardPreviewerConfigurationChanging deactivated. Active contexts: DesignMode SolutionExists SolutionHasMultipleProjects CSharpProject NotBuildingAndNotDebugging SolutionExistsAndFullyLoaded SolutionExistsAndNotBuildingAndNotDebugging IdeUserSignedIn ShellInitialized
09:25:17.141 |I| IncrementalBuildTrigger | :1 | !myShouldBuild
09:25:17.141 |V| SolutionBuilder | :1 | UpdateState change newRunner.IsReady=True
09:25:17.142 |V| SolutionBuilder | :1 | UpdateState IsReady=True, Runner=JetBrains.VsIntegration.IDE.SolutionBuilders.VsSolutionBuilderRunner
09:25:17.144 |V| IncrementalRunner | :1 | SetNewState. isAvailableValue=False, isReadyValue=False
09:25:17.144 |V| IncrementalRunner | :1 | SetNewState. isAvailableValue=False, isReadyValue=False
09:25:17.144 |V| IncrementalRunner | :1 | SetNewState. isAvailableValue=False, isReadyValue=False
09:25:17.144 |V| IncrementalRunner | :1 | SetNewState. isAvailableValue=False, isReadyValue=False
09:25:17.144 |V| IncrementalRunner | :1 | SetNewState. isAvailableValue=False, isReadyValue=False
09:25:17.144 |V| IncrementalRunner | :1 | SetNewState. isAvailableValue=False, isReadyValue=False
09:25:17.144 |V| IncrementalRunner | :1 | SetNewState. isAvailableValue=False, isReadyValue=False
09:25:17.144 |V| IPropertyEx | :1 | [[SWEA]] Boolean::SolutionAnalysisConfiguration.Paused: False -> True.
09:25:17.160 |V| SolutionAssemblyNamesTracker | :1 | Looking for assembly names in solution
09:25:17.161 |V| SolutionAssemblyNamesTracker | :1 | Found 2 assembly names
09:25:17.212 |V| ProjectModelPreloadedRunnerConfigurator | :1 | Runners will be used:
09:25:17.223 |I| PreloadedCoverageTaskRunnersPool | :1 | Runner list updated: 0 runners created, 0 runners killed. Total runners: 0
09:25:17.346 |V| VsGlyphMarginRemover | :1 | Visibility of Microsoft.VisualStudio.Text.Editor.Implementation.GlyphMarginGrid (Initialized=True, Loaded=False) will be set to Collapsed.
09:25:17.471 |V| AssemblyPsiModuleFactory | :1 | [PMM] Remove: DataExchanges, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
09:25:17.692 |V| | :93 | [Trace::Write] Informational: ------ Load Playlist started ------
09:25:17.703 |V| | :93 | [Trace::Write] Informational: ========== Load Playlist finished (0:00:00.012) ==========
09:25:17.920 |V| | :50 | [Trace::Write] Assembly resolution failed: Telerik.VSX.Notifications.1.2.0.0.XmlSerializers, Version=1.2.0.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4
09:25:18.561 |V| EditorConfigNotifier | :1 | EditorConfig notification, control c:\tfs\misc\DataExchanges\DataExchanges\Service1.svc.cs
09:25:18.577 |V| ClangFormatConfigService | :1 | GetOrCalculate live, key = c:\tfs\misc\DataExchanges\DataExchanges\Service1.svc.cs
09:25:18.595 |V| EditorConfigService | :1 | GetOrCalculate live, key = c:\tfs\misc\DataExchanges\DataExchanges\Service1.svc.cs
09:25:18.599 |V| StyleCopSettingsService | :1 | GetOrCalculate live, key = c:\tfs\misc\DataExchanges\DataExchanges\Service1.svc.cs
09:25:18.665 |V| VsIntellisenseDisableMonitor | :1 | R# intellisense is supported for CSHARP in c:\tfs\misc\DataExchanges\DataExchanges\Service1.svc.cs
09:25:18.672 |V| VsIntellisenseDisableMonitor | :1 | Disable VS completion for CSharp
09:25:18.674 |V| VsIntellisenseDisableMonitor | :1 | Disable VS signature help for CSharp
09:25:18.808 |V| | :93 | [Trace::Write] Assembly resolution failed: Telerik.VSX.Notifications.1.2.0.0.XmlSerializers, Version=1.2.0.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4
09:25:19.022 |V| IncrementalRunner | :1 | RecalculateState. inputs. isEnabledInSettings=False, applicabilityState.IsApplicable=True, isAvailableMixin=True, isConfigurationConsistent=False, isWaitingSolutionLoaded=True, calculationFinished=False, currentBuilderState=None
09:25:19.022 |V| IncrementalRunner | :1 | RecalculateState. newValues. isAvailableValue=False, isReadyValue=False
09:25:19.022 |V| IncrementalRunner | :1 | RecalculateState. inputs. isEnabledInSettings=False, applicabilityState.IsApplicable=True, isAvailableMixin=True, isConfigurationConsistent=True, isWaitingSolutionLoaded=True, calculationFinished=False, currentBuilderState=None
09:25:19.022 |V| IncrementalRunner | :1 | RecalculateState. newValues. isAvailableValue=False, isReadyValue=False
09:25:19.022 |V| SolutionBuilderFileAnalyzer | :1 | New value: True. calculationFinished: True, idleValue: True
09:25:19.022 |V| IncrementalRunner | :1 | RecalculateState. inputs. isEnabledInSettings=False, applicabilityState.IsApplicable=True, isAvailableMixin=True, isConfigurationConsistent=True, isWaitingSolutionLoaded=True, calculationFinished=True, currentBuilderState=None
09:25:19.022 |V| IncrementalRunner | :1 | RecalculateState. newValues. isAvailableValue=False, isReadyValue=False
09:25:19.022 |V| IncrementalRunner | :1 | RecalculateState. inputs. isEnabledInSettings=False, applicabilityState.IsApplicable=True, isAvailableMixin=True, isConfigurationConsistent=True, isWaitingSolutionLoaded=False, calculationFinished=True, currentBuilderState=None
09:25:19.022 |V| IncrementalRunner | :1 | RecalculateState. newValues. isAvailableValue=False, isReadyValue=False
09:25:19.022 |V| SolutionAssemblyNamesTracker | :1 | Looking for assembly names in solution
09:25:19.022 |V| SolutionAssemblyNamesTracker | :1 | Found 2 assembly names
09:25:19.023 |V| ProjectModelPreloadedRunnerConfigurator | :1 | Runners will be used:
09:25:19.024 |I| PreloadedCoverageTaskRunnersPool | :1 | Runner list updated: 0 runners created, 0 runners killed. Total runners: 0
09:25:19.236 |V| IncrementalRunner | :1 | RecalculateState. inputs. isEnabledInSettings=False, applicabilityState.IsApplicable=True, isAvailableMixin=True, isConfigurationConsistent=True, isWaitingSolutionLoaded=False, calculationFinished=True, currentBuilderState=None
09:25:19.236 |V| IncrementalRunner | :1 | RecalculateState. newValues. isAvailableValue=False, isReadyValue=False
09:25:19.250 |V| IncrementalRunner | :1 | SetNewState. isAvailableValue=False, isReadyValue=False
09:25:19.250 |V| IncrementalRunner | :1 | SetNewState. isAvailableValue=False, isReadyValue=False
09:25:19.250 |V| IncrementalRunner | :1 | SetNewState. isAvailableValue=False, isReadyValue=False
09:25:19.250 |V| IncrementalRunner | :1 | SetNewState. isAvailableValue=False, isReadyValue=False
09:25:19.259 |V| IncrementalRunner | :1 | SetNewState. isAvailableValue=False, isReadyValue=False
09:25:19.313 |V| ProjectModelUpdateStates | :1 | IsInHardUpdateState: -1
09:25:19.314 |V| ProjectModelUpdateStates | :1 | IsInHardUpdateState: -1
09:25:19.314 |V| ProjectModelUpdateStates | :1 | IsInHardUpdateState: False
09:25:19.331 |V| CacheJobService2 | CacheJobService:66 | <Start> "Job.AddAssemblies" #assemblies = 279
09:25:19.513 |V| BuildRequestViewModelBase | SolutionBuilderControllerPrototype_Executor:73 | Project False
09:25:19.523 |V| BuildRequestViewModelBase | SolutionBuilderControllerPrototype_Executor:73 | Project False
09:25:19.544 |V| IncrementalRunner | :1 | RecalculateState. inputs. isEnabledInSettings=False, applicabilityState.IsApplicable=True, isAvailableMixin=True, isConfigurationConsistent=True, isWaitingSolutionLoaded=False, calculationFinished=True, currentBuilderState=Inited
09:25:19.544 |V| IncrementalRunner | :1 | RecalculateState. newValues. isAvailableValue=False, isReadyValue=True
09:25:19.545 |V| IncrementalRunner | :1 | SetNewState. isAvailableValue=False, isReadyValue=True
09:25:20.818 |V| MetadataAssembly | JetPool(S) #2:30 | Could not load referenced assembly 0x23000005 “Microsoft.VisualStudio.Data, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a” from c:\tfs\misc\DataExchanges\DataExchanges\Bin\IBM.Data.DB2.iSeries.dll.
09:25:20.820 |V| MetadataAssembly | JetPool(S) #2:30 | Could not load referenced assembly 0x23000005 “Microsoft.VisualStudio.Data, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a” from c:\tfs\misc\DataExchanges\DataExchanges\Bin\IBM.Data.DB2.iSeries.dll.
09:25:21.111 |V| VsDocumentOperationsHandlerWhidbey| :1 | VSDocumentOperationsHandler::ConnectToStream, id 58668862 text stream:58257713
09:25:21.113 |V| VsTextViewDataForTextControlCollectorDevTen | :1 | ITrackVsTextViewDataForTextControlChanges of type JetBrains.Platform.VisualStudio.SinceVs12.IDE.RespawnTextControlOnDocumentTextBufferChanged has requested a re-check for all views.
09:25:21.122 |V| VsDocumentOperationsHandlerWhidbey| :1 | VSDocumentOperationsHandler::OnLoadCompleted, id 58668862
09:25:21.657 |V| CacheJobService2 | CacheJobService:66 | <Finish> "Job.AddAssemblies" #assemblies = 279 time=2326ms
09:25:21.662 |V| CacheJobService2 | CacheJobService:66 | <Start> "Job.LoadCache" #caches=32: GeneratedFilesCache, InternalsVisibleToCache, ConditionalNamesCache, NamedArgumentCache, AnnotatedMembersCache, AssemblyAnnotatedMembersCache, TypeMembersCache, SymbolCache, StubTreeNodeCache, BuildScriptCache, ProtobufFileOptionsCache, ProtobufImportCache, ProtobufDeclarationCache, WebConfigCacheController, TagPrefixCacheImpl, WebSymbolsCache, RazorTagHelperDataCache, RazorNamespaceCache, RazorInheritsCache, RazorNamespaceImportsCache, RazorInjectionsCache, HasSourceFileMapCache, JavaScriptTypeCacheMaintainer, JavaScriptDependentFilesCache, XamlAssemblyResourcesCache, ContentTrigramIndex, SourcesTrigramIndex, ClrTodoManager, DocumentInfoCache, MvcCache, SolutionResourceCache, JavaScriptTestCache
09:25:21.677 |V| AbstractPersistentCache | CacheJobService:66 | [Caches] <APC.Load> 'JSTest' --- Started ---
09:25:21.690 |V| AbstractPersistentCache | JetPool(S) #3:31 | [Caches] <APC.Load> 'BuildScriptCache' --- Started ---
09:25:21.691 |V| AbstractPersistentCache | CacheJobService:66 | [Caches] <APC.Load> 'JSTest' --- Finished - OK ---
09:25:21.727 |V| AbstractPersistentCache | JetPool(S) #6:34 | [Caches] <APC.Load> 'AnnotatedMembers' --- Started ---
09:25:21.731 |V| AbstractPersistentCache | CacheJobService:66 | [Caches] <APC.Load> 'MVC' --- Started ---
09:25:21.731 |V| AbstractPersistentCache | JetPool(S) #1:29 | [Caches] <APC.Load> 'TagPrefixes' --- Started ---
09:25:21.771 |V| AbstractPersistentCache | CacheJobService:66 | [Caches] <APC.Load> 'MVC' --- Finished - OK ---
09:25:21.773 |V| AbstractPersistentCache | JetPool(S) #4:32 | [Caches] <APC.Load> 'Web symbols' --- Started ---
09:25:21.807 |V| AbstractPersistentCache | JetPool(S) #1:29 | [Caches] <APC.Load> 'TagPrefixes' --- Finished - OK ---
09:25:21.811 |V| AbstractPersistentCache | JetPool(S) #3:31 | [Caches] <APC.Load> 'BuildScriptCache' --- Finished - OK ---
09:25:21.811 |V| AbstractPersistentCache | JetPool(S) #6:34 | [Caches] <APC.Load> 'AnnotatedMembers' --- Finished - OK ---
09:25:21.821 |V| AbstractPersistentCache | JetPool(S) #4:32 | [Caches] <APC.Load> 'Web symbols' --- Finished - OK ---
09:25:21.822 |V| AbstractPersistentCache | JetPool(S) #5:33 | [Caches] <APC.Load> 'FileDependencies' --- Started ---
09:25:21.833 |V| AbstractPersistentCache | JetPool(S) #5:33 | [Caches] <APC.Load> 'FileDependencies' --- Finished - OK ---
09:25:22.251 |V| CacheJobService2 | CacheJobService:66 | <Finish> "Job.LoadCache" #caches=32: GeneratedFilesCache, InternalsVisibleToCache, ConditionalNamesCache, NamedArgumentCache, AnnotatedMembersCache, AssemblyAnnotatedMembersCache, TypeMembersCache, SymbolCache, StubTreeNodeCache, BuildScriptCache, ProtobufFileOptionsCache, ProtobufImportCache, ProtobufDeclarationCache, WebConfigCacheController, TagPrefixCacheImpl, WebSymbolsCache, RazorTagHelperDataCache, RazorNamespaceCache, RazorInheritsCache, RazorNamespaceImportsCache, RazorInjectionsCache, HasSourceFileMapCache, JavaScriptTypeCacheMaintainer, JavaScriptDependentFilesCache, XamlAssemblyResourcesCache, ContentTrigramIndex, SourcesTrigramIndex, ClrTodoManager, DocumentInfoCache, MvcCache, SolutionResourceCache, JavaScriptTestCache time=588ms
09:25:22.251 |V| CacheJobService2 | CacheJobService:66 | <Start> "Job.UpdateAllProjectFiles"
09:25:22.299 |V| CacheJobService2 | CacheJobService:66 | All files to update: 3, total files: 28, total modules: 13
09:25:22.415 |V| IPropertyEx | :1 | [[SettingsStorage(“Project “Miscellaneous Files” Personal”)/XmlDiskFile]] Boolean::IsReloadReschedulled: <N/A> -> False.
09:25:22.415 |V| IPropertyEx | :1 | [[SettingsStorage(“Project “Miscellaneous Files” Personal”)/XmlDiskFile]] Boolean::IsSaveReschedulled: <N/A> -> False.
09:25:22.416 |V| IPropertyEx | :1 | [[SettingsStorage(“Project “Miscellaneous Files” Shared”)/XmlDiskFile]] Boolean::IsReloadReschedulled: <N/A> -> False.
09:25:22.416 |V| IPropertyEx | :1 | [[SettingsStorage(“Project “Miscellaneous Files” Shared”)/XmlDiskFile]] Boolean::IsSaveReschedulled: <N/A> -> False.
09:25:23.142 |V| VsQuickInfoSourceSinceVs10 | :1 | VS14+ Preview. Null content is cached. Skip augmentation.
09:25:23.279 |V| VsIntellisenseDisableMonitor | :1 | DISMISS VS completion session for CSharp. TextBuffer: CSharp "Supid" "using System; u"
09:25:23.279 |V| VsQuickInfoSourceSinceVs10 | :1 | Common. Cached content is null. Skip augmentation.
09:25:23.314 |V| IPropertyEx | :1 | [[SettingsStorage(“Project & Personal”)/XmlDiskFile]] Boolean::IsReloadReschedulled: <N/A> -> False.
09:25:23.314 |V| IPropertyEx | :1 | [[SettingsStorage(“Project & Personal”)/XmlDiskFile]] Boolean::IsSaveReschedulled: <N/A> -> False.
09:25:23.314 |V| IPropertyEx | :1 | [[SettingsStorage(“Project & Shared”)/XmlDiskFile]] Boolean::IsReloadReschedulled: <N/A> -> False.
09:25:23.314 |V| IPropertyEx | :1 | [[SettingsStorage(“Project & Shared”)/XmlDiskFile]] Boolean::IsSaveReschedulled: <N/A> -> False.
09:25:23.322 |V| IPropertyEx | :1 | [PPP] FileSystemPath::ProjectSettingsStoragePathPersonal: <N/A> -> c:\tfs\misc\DataExchanges\UnitTestProject1\UnitTestProject1.csproj.DotSettings.user.
09:25:23.322 |V| IPropertyEx | :1 | [[SettingsStorage(“Project UnitTestProject1 Personal”)/XmlDiskFile]] Boolean::IsReloadReschedulled: <N/A> -> False.
09:25:23.322 |V| IPropertyEx | :1 | [[SettingsStorage(“Project UnitTestProject1 Personal”)/XmlDiskFile]] Boolean::IsSaveReschedulled: <N/A> -> False.
09:25:23.322 |V| IPropertyEx | :1 | [PPP] FileSystemPath::ProjectSettingsStoragePath: <N/A> -> c:\tfs\misc\DataExchanges\UnitTestProject1\UnitTestProject1.csproj.DotSettings.
09:25:23.323 |V| IPropertyEx | :1 | [[SettingsStorage(“Project UnitTestProject1 Shared”)/XmlDiskFile]] Boolean::IsReloadReschedulled: <N/A> -> False.
09:25:23.323 |V| IPropertyEx | :1 | [[SettingsStorage(“Project UnitTestProject1 Shared”)/XmlDiskFile]] Boolean::IsSaveReschedulled: <N/A> -> False.
09:25:23.329 |V| IPropertyEx | :1 | [PPP] FileSystemPath::ProjectSettingsStoragePathPersonal: <N/A> -> c:\tfs\misc\DataExchanges\DataExchanges\DataExchanges.csproj.DotSettings.user.
09:25:23.329 |V| IPropertyEx | :1 | [[SettingsStorage(“Project DataExchanges Personal”)/XmlDiskFile]] Boolean::IsReloadReschedulled: <N/A> -> False.
09:25:23.329 |V| IPropertyEx | :1 | [[SettingsStorage(“Project DataExchanges Personal”)/XmlDiskFile]] Boolean::IsSaveReschedulled: <N/A> -> False.
09:25:23.329 |V| IPropertyEx | :1 | [PPP] FileSystemPath::ProjectSettingsStoragePath: <N/A> -> c:\tfs\misc\DataExchanges\DataExchanges\DataExchanges.csproj.DotSettings.
09:25:23.329 |V| IPropertyEx | :1 | [[SettingsStorage(“Project DataExchanges Shared”)/XmlDiskFile]] Boolean::IsReloadReschedulled: <N/A> -> False.
09:25:23.329 |V| IPropertyEx | :1 | [[SettingsStorage(“Project DataExchanges Shared”)/XmlDiskFile]] Boolean::IsSaveReschedulled: <N/A> -> False.
09:25:23.417 |V| AddVsUIContextsToLogs | :1 | StandardPreviewerConfigurationChanging activeted. Active contexts: DesignMode SolutionExists SolutionHasMultipleProjects CSharpProject NotBuildingAndNotDebugging SolutionExistsAndFullyLoaded SolutionExistsAndNotBuildingAndNotDebugging StandardPreviewerConfigurationChanging IdeUserSignedIn ShellInitialized
09:25:23.419 |V| AddVsUIContextsToLogs | :1 | StandardPreviewerConfigurationChanging deactivated. Active contexts: DesignMode SolutionExists SolutionHasMultipleProjects CSharpProject NotBuildingAndNotDebugging SolutionExistsAndFullyLoaded SolutionExistsAndNotBuildingAndNotDebugging IdeUserSignedIn ShellInitialized
09:25:23.549 |V| CacheJobService2 | CacheJobService:66 | <Finish> "Job.UpdateAllProjectFiles" time=1297ms
09:25:23.549 |V| CacheJobService2 | CacheJobService:66 | <Start> "Job.RemoveAssembly" #assemblies=1
09:25:23.555 |V| CacheJobService2 | CacheJobService:66 | <Finish> "Job.RemoveAssembly" #assemblies=1 time=6ms
09:25:23.556 |V| CacheJobService2 | CacheJobService:66 | <Start> "Job.SaveCaches" #caches=32: GeneratedFilesCache, InternalsVisibleToCache, ConditionalNamesCache, NamedArgumentCache, AnnotatedMembersCache, AssemblyAnnotatedMembersCache, TypeMembersCache, SymbolCache, StubTreeNodeCache, BuildScriptCache, ProtobufFileOptionsCache, ProtobufImportCache, ProtobufDeclarationCache, WebConfigCacheController, TagPrefixCacheImpl, WebSymbolsCache, RazorTagHelperDataCache, RazorNamespaceCache, RazorInheritsCache, RazorNamespaceImportsCache, RazorInjectionsCache, HasSourceFileMapCache, JavaScriptTypeCacheMaintainer, JavaScriptDependentFilesCache, XamlAssemblyResourcesCache, ContentTrigramIndex, SourcesTrigramIndex, ClrTodoManager, DocumentInfoCache, MvcCache, SolutionResourceCache, JavaScriptTestCache
09:25:23.561 |V| AbstractPersistentCache | JetPool(S) #6:34 | [Caches] <APC.Save> 'AnnotatedMembers' --- Started ---
09:25:23.561 |V| AbstractPersistentCache | JetPool(S) #2:30 | [Caches] <APC.Save> 'BuildScriptCache' --- Started ---
09:25:23.561 |V| AbstractPersistentCache | CacheJobService:66 | [Caches] <APC.Save> 'JSTest' --- Started ---
09:25:23.561 |V| AbstractPersistentCache | JetPool(S) #7:35 | [Caches] <APC.Save> 'TagPrefixes' --- Started ---
09:25:23.562 |V| AbstractPersistentCache | JetPool(S) #3:31 | [Caches] <APC.Save> 'MVC' --- Started ---
09:25:23.562 |V| AbstractPersistentCache | JetPool(S) #5:33 | [Caches] <APC.Save> 'Web symbols' --- Started ---
09:25:23.591 |V| AbstractPersistentCache | JetPool(S) #4:32 | [Caches] <APC.Save> 'FileDependencies' --- Started ---
09:25:23.615 |V| AbstractPersistentCache | JetPool(S) #4:32 | [Caches] <APC.Save> 'FileDependencies' --- Finished ---
09:25:23.618 |V| AbstractPersistentCache | CacheJobService:66 | [Caches] <APC.Save> 'JSTest' --- Finished ---
09:25:23.631 |V| AbstractPersistentCache | JetPool(S) #7:35 | [Caches] <APC.Save> 'TagPrefixes' --- Finished ---
09:25:23.631 |V| AbstractPersistentCache | JetPool(S) #2:30 | [Caches] <APC.Save> 'BuildScriptCache' --- Finished ---
09:25:23.631 |V| AbstractPersistentCache | JetPool(S) #3:31 | [Caches] <APC.Save> 'MVC' --- Finished ---
09:25:23.638 |V| AbstractPersistentCache | JetPool(S) #5:33 | [Caches] <APC.Save> 'Web symbols' --- Finished ---
09:25:23.661 |V| AbstractPersistentCache | JetPool(S) #6:34 | [Caches] <APC.Save> 'AnnotatedMembers' --- Finished ---
09:25:23.662 |V| CacheJobService2 | CacheJobService:66 | <Finish> "Job.SaveCaches" #caches=32: GeneratedFilesCache, InternalsVisibleToCache, ConditionalNamesCache, NamedArgumentCache, AnnotatedMembersCache, AssemblyAnnotatedMembersCache, TypeMembersCache, SymbolCache, StubTreeNodeCache, BuildScriptCache, ProtobufFileOptionsCache, ProtobufImportCache, ProtobufDeclarationCache, WebConfigCacheController, TagPrefixCacheImpl, WebSymbolsCache, RazorTagHelperDataCache, RazorNamespaceCache, RazorInheritsCache, RazorNamespaceImportsCache, RazorInjectionsCache, HasSourceFileMapCache, JavaScriptTypeCacheMaintainer, JavaScriptDependentFilesCache, XamlAssemblyResourcesCache, ContentTrigramIndex, SourcesTrigramIndex, ClrTodoManager, DocumentInfoCache, MvcCache, SolutionResourceCache, JavaScriptTestCache time=106ms
09:25:23.666 |V| UnitTestElementCache | JetPool(S) #1:29 | Loading unit test elements from 4 projects
09:25:23.684 |V| UnitTestElementCache | JetPool(S) #1:29 | Loaded 1 elements from project 'UnitTestProject1'
09:25:23.705 |V| ExternalAnnotationModule | JetPool(S) #2:30 | Target annotations candidates JetBrains.ProjectModel.Impl.ProjectToAssemblyReference (AssemblyName: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, HintLocation: C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\mscorlib.dll), ModuleReferenceResolveContext: UnitTestProject1:.NETFramework,Version=v4.6.1; JetBrains.ProjectModel.Impl.ProjectToAssemblyReference (AssemblyName: System.Runtime, Version=4.0.20.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, HintLocation: C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Runtime.dll), ModuleReferenceResolveContext: UnitTestProject1:.NETFramework,Version=v4.6.1; JetBrains.ProjectModel.Impl.ProjectToAssemblyReference (AssemblyName: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, HintLocation: C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\mscorlib.dll), ModuleReferenceResolveContext: DataExchanges:.NETFramework,Version=v4.0
09:25:23.716 |V| ExternalAnnotationModule | JetPool(S) #2:30 | Target annotations module for UnitTestProject1:.NETFramework,Version=v4.6.1 from JetBrains.ProjectModel.Impl.ProjectToAssemblyReference (AssemblyName: System.Runtime, Version=4.0.20.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, HintLocation: C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Runtime.dll) is ProjectAssemblyPsiModule(Name: System.Runtime)
09:25:23.718 |V| ExternalAnnotationModule | JetPool(S) #2:30 | Target annotations candidates JetBrains.ProjectModel.Impl.ProjectToAssemblyReference (AssemblyName: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, HintLocation: C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\mscorlib.dll), ModuleReferenceResolveContext: UnitTestProject1:.NETFramework,Version=v4.6.1; JetBrains.ProjectModel.Impl.ProjectToAssemblyReference (AssemblyName: System.Runtime, Version=4.0.20.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, HintLocation: C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Runtime.dll), ModuleReferenceResolveContext: UnitTestProject1:.NETFramework,Version=v4.6.1; JetBrains.ProjectModel.Impl.ProjectToAssemblyReference (AssemblyName: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, HintLocation: C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\mscorlib.dll), ModuleReferenceResolveContext: DataExchanges:.NETFramework,Version=v4.0
09:25:23.718 |V| ExternalAnnotationModule | JetPool(S) #2:30 | Target annotations module for UnitTestProject1:.NETFramework,Version=v4.6.1 from JetBrains.ProjectModel.Impl.ProjectToAssemblyReference (AssemblyName: System.Runtime, Version=4.0.20.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, HintLocation: C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\Facades\System.Runtime.dll) is ProjectAssemblyPsiModule(Name: System.Runtime)
09:25:23.720 |V| ExternalAnnotationModule | JetPool(S) #2:30 | Target annotations candidates JetBrains.ProjectModel.Impl.ProjectToAssemblyReference (AssemblyName: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, HintLocation: C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\mscorlib.dll), ModuleReferenceResolveContext: DataExchanges:.NETFramework,Version=v4.0
09:25:23.720 |V| ExternalAnnotationModule | JetPool(S) #2:30 | Target annotations module for DataExchanges:.NETFramework,Version=v4.0 from JetBrains.ProjectModel.Impl.ProjectToAssemblyReference (AssemblyName: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, HintLocation: C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\mscorlib.dll) is ProjectAssemblyPsiModule(Name: mscorlib)
09:25:23.819 |I| PsiChangesListener | :1 | Ranges building started
09:25:23.827 |I| ContinuousTestingIndicatorVisibilityDetector | :1 | Initializing continuous testing indicator
09:25:23.855 |V| DaemonProcessBase | DaemonThread:86 | [Daemon] Daemon process 17561916 started on file 00922507-8a90-4e11-8297-4f0d86a2d4a6(DataExchanges)-3D013D13-WebAppMainModule[.NETFramework,Version=v4.0]/f:Service1.svc.cs, kind = VISIBLE_DOCUMENT
09:25:23.859 |I| InitialExplorationTask | JetPool(S) #6:34 | Initial unit-test exploration started
09:25:23.889 |I| UnitTestSessionRepository | JetPool(S) #1:29 | << (Opening) Loading sessions from persistent storage
09:25:23.890 |I| UnitTestSessionRepository | JetPool(S) #1:29 | << (Closing) Loading sessions from persistent storage
09:25:23.966 |V| Unit Testing | JetPool(S) #6:34 | Exploration started for <UnitTestProject1,.NETFramework,Version=v4.6.1>
09:25:24.257 |V| Unit Testing | JetPool(S) #6:34 | Exploration started for <DataExchanges,.NETFramework,Version=v4.0>
09:25:24.264 |W| | :1 | Member not found. The error code is DISP_E_MEMBERNOTFOUND, or 0x80020003.
--- EXCEPTION #1/2 [COMException]
Message = “Member not found. The error code is DISP_E_MEMBERNOTFOUND, or 0x80020003.”
ExceptionPath = Root.InnerException
ClassName = System.Runtime.InteropServices.COMException
HResult = DISP_E_MEMBERNOTFOUND=80020003
Source = JetBrains.Platform.VisualStudio.Core
StackTraceString = “
at JetBrains.VsIntegration.Interop.Shim.VsShell.Shell.IVsWindowFrame.GetProperty[TValue](VSFPROPID propid)
at JetBrains.VsIntegration.IDE.Documents.Whidbey.VsDocumentManagerWhidbey.<>c__DisplayClass36_1.<OnTextManagerRegisterView>b__3()
at JetBrains.Util.Logging.Logger.CatchSilent(Action action)
”
--- Outer ---
--- EXCEPTION #2/2 [LoggerException]
Message = “Member not found. The error code is DISP_E_MEMBERNOTFOUND, or 0x80020003.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.VsIntegration.IDE.Documents.Whidbey.VsDocumentManagerWhidbey.<>c__DisplayClass36_0.<OnTextManagerRegisterView>b__0()
at JetBrains.Application.Threading.IShellLocksEx.ExecuteWithReadLock(IShellLocks thіs, Action F)
at JetBrains.VsIntegration.IDE.Documents.Whidbey.VsDocumentManagerWhidbey.<>c__DisplayClass28_0.<ExecuteOrQueueOrMergeUnguardedCallbackWithLog>b__1()
at JetBrains.Util.LogCookie.Execute(String comment, Action F)
at JetBrains.VsIntegration.IDE.Documents.Whidbey.VsDocumentManagerWhidbey.<>c__DisplayClass28_0.<ExecuteOrQueueOrMergeUnguardedCallbackWithLog>b__0()
at JetBrains.Util.Concurrency.UnguardedCallbackMerger.<>c__DisplayClass8_0.<ExecuteOrQueueOrMerge>b__0()
at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action)
at JetBrains.Threading.ReentrancyGuardEx.ExecuteOrQueue(ReentrancyGuard thіs, Lifetime lifetime, String name, Action F, TaskPriority priority)
at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(Lifetime lifetimeQueue, String name, Action F)
at JetBrains.VsIntegration.IDE.Documents.Whidbey.VsDocumentManagerWhidbey.ExecuteOrQueueOrMergeUnguardedCallbackWithLog(String eventName, VSCOOKIE docCookie, Action action)
at JetBrains.VsIntegration.IDE.Documents.Whidbey.VsDocumentManagerWhidbey.OnTextManagerRegisterView(IVsTextView view)
at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload)
at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie)
at JetBrains.DataFlow.Signal`1.Fire(TValue value)
at JetBrains.VsIntegration.Interop.Events.TextControls.VsTextManagerEvents.Sink.Microsoft.VisualStudio.TextManager.Interop.IVsTextManagerEvents.OnRegisterView(IVsTextView pView)
at Microsoft.VisualStudio.TextManager.Interop.IVsTextManager.RegisterView(IVsTextView pView, IVsTextBuffer pBuffer)
at Microsoft.VisualStudio.Editor.Implementation.SimpleTextViewWindow.Init_InitializeWpfTextView()
at Microsoft.VisualStudio.Editor.Implementation.SimpleTextViewWindow.Init_OnActivation()
at Microsoft.VisualStudio.Editor.Implementation.SimpleTextViewWindow.ShimHostNowVisible(Object sender, EventArgs e)
at Microsoft.VisualStudio.Editor.Implementation.SimpleTextViewWindow.TextViewShimHost.OnLayoutUpdated(Object sender, EventArgs e)
at System.Windows.ContextLayoutManager.fireLayoutUpdateEvent()
at System.Windows.ContextLayoutManager.UpdateLayout()
at System.Windows.ContextLayoutManager.UpdateLayoutCallback(Object arg)
at System.Windows.Media.MediaContext.InvokeOnRenderCallback.DoWork()
at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Threading.DispatcherOperation.Invoke()
at System.Windows.Threading.Dispatcher.ProcessQueue()
at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
”
09:25:24.288 |V| Unit Testing | JetPool(S) #2:30 | Exploration completed for <DataExchanges,.NETFramework,Version=v4.0>
09:25:24.300 |V| DaemonProcessBase | DaemonThread:86 | [Daemon] Daemon process 17561916 interrupted
09:25:24.517 |I| PsiChangesListener | :1 | Ranges building cancelled
09:25:24.540 |I| MsTestMetadataExplorer | :111 | Process without patch: FileName = 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.discoveryengine.x86.exe', Arguments = '/ParentProcessId 15092', WorkDir = 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE'
09:25:24.543 |I| MsTestMetadataExplorer | :111 | Starting process: C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.discoveryengine.x86.exe /ParentProcessId 15092
09:25:24.584 |I| MsTestMetadataExplorer | :111 | Started process with pid 15256
09:25:24.630 |I| PsiChangesListener | :1 | Ranges building started
09:25:24.635 |V| DaemonProcessBase | DaemonThread:86 | [Daemon] Daemon process 17561916 started on file 00922507-8a90-4e11-8297-4f0d86a2d4a6(DataExchanges)-3D013D13-WebAppMainModule[.NETFramework,Version=v4.0]/f:Service1.svc.cs, kind = VISIBLE_DOCUMENT
09:25:24.662 |I| MsTestMetadataExplorer | :111 | Using extensions: c:\tfs\misc\DataExchanges\UnitTestProject1\bin\Debug\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll
09:25:24.825 |V| DaemonProcessBase | DaemonThread:86 | [Daemon] Daemon process 17561916 interrupted
09:25:24.842 |V| PsiCaches | :1 | <PsiCaches.FileChanges> 4
09:25:24.850 |V| CacheJobService2 | CacheJobService:66 | <Start> "Job.UpdateProjectFilesList" #files=4
09:25:24.860 |I| PsiChangesListener | :1 | Ranges building cancelled
09:25:24.898 |V| PsiCaches | :1 | <PsiCaches.FileChanges> 1
09:25:24.968 |V| CacheJobService2 | CacheJobService:66 | <Finish> "Job.UpdateProjectFilesList" #files=4 time=117ms
09:25:24.968 |V| CacheJobService2 | CacheJobService:66 | <Start> "Job.UpdateProjectFilesList" #files=1
09:25:24.969 |I| PsiChangesListener | :1 | Ranges building started
09:25:24.975 |I| PsiChangesListener | :1 | Ranges building cancelled
09:25:24.975 |V| CacheJobService2 | CacheJobService:66 | <Finish> "Job.UpdateProjectFilesList" #files=1 time=7ms
09:25:25.081 |I| PsiChangesListener | :1 | Ranges building started
09:25:25.081 |V| DaemonProcessBase | DaemonThread:86 | [Daemon] Daemon process 17561916 started on file 00922507-8a90-4e11-8297-4f0d86a2d4a6(DataExchanges)-3D013D13-WebAppMainModule[.NETFramework,Version=v4.0]/f:Service1.svc.cs, kind = VISIBLE_DOCUMENT
09:25:25.859 |V| VsQuickInfoSourceSinceVs10 | :1 | VS14+ Preview. Null content is cached. Skip augmentation.
09:25:25.861 |V| VsIntellisenseDisableMonitor | :1 | DISMISS VS completion session for CSharp. TextBuffer: CSharp "Supid" "using System; u"
09:25:25.861 |V| VsQuickInfoSourceSinceVs10 | :1 | Common. Cached content is null. Skip augmentation.
09:25:25.918 |I| PsiChangesListener | :1 | Ranges building completed
09:25:25.945 |V| VsQuickInfoSourceSinceVs10 | :1 | VS14+ Preview. Null content is cached. Skip augmentation.
09:25:25.956 |V| VsIntellisenseDisableMonitor | :1 | DISMISS VS completion session for CSharp. TextBuffer: CSharp "Supid" "using System; u"
09:25:25.956 |V| VsQuickInfoSourceSinceVs10 | :1 | Common. Cached content is null. Skip augmentation.
09:25:26.023 |I| MsTestMetadataExplorer | :111 | No file is set to use as .runsettings. Will create from the template.
09:25:26.030 |V| RunningAvalonWindowsList | :1 | Found a possibly-Avalon window HWND 00BB0940, adding to the waiting list to see for a Presentation Source.
09:25:26.059 |V| RunningAvalonWindowsList | :1 | Possibly-Avalon window HWND 00BB0940 got WM_WINDOWPOSCHANGED and now has a Presentation Source Sofaw available, listing as a window.
09:25:26.059 |V| RunningAvalonWindowsList | :1 | << (Opening) Avalon Window HwndWrapper#00BB0940-Sofaw
09:25:26.146 |V| RunningAvalonWindowsList | :1 | Got WM_DESTROY for Avalon window HwndWrapper#00BB0940-Sofaw, revoking.
09:25:26.146 |V| RunningAvalonWindowsList | :1 | >> (Closing) Avalon Window HwndWrapper#00BB0940-Sofaw
09:25:27.001 |V| ComponentStorage | :1 | Factory(ImplementsGutterMark) created
09:25:27.195 |I| MsTestMetadataExplorer | :111 | Process C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.discoveryengine.x86.exe:15256 is being aborted
09:25:27.243 |I| MsTestMetadataExplorer | :111 | Process C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.discoveryengine.x86.exe:15256 has exited with code (-1)
Output stream:
Error stream:
09:25:27.285 |W| MsTestMetadataExplorer | :111 | C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.discoveryengine.x86.exe exited with exit code (-1)
Output stream:
Error stream:
09:25:27.298 |V| Unit Testing | JetPool(S) #1:29 | Exploration completed for <UnitTestProject1,.NETFramework,Version=v4.6.1>
09:25:27.305 |I| InitialExplorationTask | JetPool(S) #1:29 | Initial unit-test exploration completed
09:25:27.369 |V| ExternalAnnotationModule | JetPool(L) #1:36 | Target annotations candidates JetBrains.ProjectModel.Impl.ProjectToAssemblyReference (AssemblyName: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, HintLocation: C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\mscorlib.dll), ModuleReferenceResolveContext: DataExchanges:.NETFramework,Version=v4.0
09:25:27.369 |V| ExternalAnnotationModule | JetPool(L) #1:36 | Target annotations module for DataExchanges:.NETFramework,Version=v4.0 from JetBrains.ProjectModel.Impl.ProjectToAssemblyReference (AssemblyName: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, HintLocation: C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\mscorlib.dll) is ProjectAssemblyPsiModule(Name: mscorlib)
09:25:27.369 |V| ExternalAnnotationModule | JetPool(L) #1:36 | Target annotations candidates JetBrains.ProjectModel.Impl.ProjectToAssemblyReference (AssemblyName: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, HintLocation: C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\mscorlib.dll), ModuleReferenceResolveContext: DataExchanges:.NETFramework,Version=v4.0
09:25:27.369 |V| ExternalAnnotationModule | JetPool(L) #1:36 | Target annotations module for DataExchanges:.NETFramework,Version=v4.0 from JetBrains.ProjectModel.Impl.ProjectToAssemblyReference (AssemblyName: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, HintLocation: C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\mscorlib.dll) is ProjectAssemblyPsiModule(Name: mscorlib)
09:25:27.369 |V| ExternalAnnotationModule | JetPool(L) #1:36 | Target annotations candidates JetBrains.ProjectModel.Impl.ProjectToAssemblyReference (AssemblyName: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, HintLocation: C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\mscorlib.dll), ModuleReferenceResolveContext: DataExchanges:.NETFramework,Version=v4.0
09:25:27.369 |V| ExternalAnnotationModule | JetPool(L) #1:36 | Target annotations module for DataExchanges:.NETFramework,Version=v4.0 from JetBrains.ProjectModel.Impl.ProjectToAssemblyReference (AssemblyName: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, HintLocation: C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\mscorlib.dll) is ProjectAssemblyPsiModule(Name: mscorlib)
09:25:27.793 |V| ComponentStorage | :1 | Factory(BulbMenuOnGutterMark) created
09:25:27.796 |V| DaemonProcessBase | DaemonThread:86 | [Daemon] Daemon process 17561916 finished on file 00922507-8a90-4e11-8297-4f0d86a2d4a6(DataExchanges)-3D013D13-WebAppMainModule[.NETFramework,Version=v4.0]/f:Service1.svc.cs
09:25:28.308 |V| SolutionAssemblyNamesTracker | :1 | Looking for assembly names in solution
09:25:28.308 |V| SolutionAssemblyNamesTracker | :1 | Found 2 assembly names
09:25:28.340 |V| ComponentStorage | JetPool(S) #1:29 | Factory(JavaScriptUnitTestProvidersSettingsMigration) created
09:25:28.358 |V| ComponentStorage | JetPool(S) #1:29 | Factory(RemoveBuildPolicyAlwaysMigration) created
09:25:28.359 |V| ComponentStorage | JetPool(S) #1:29 | Factory(XmlMoveToCommonFormatterSettingsUpgrade) created
09:25:28.362 |V| ComponentStorage | JetPool(S) #1:29 | Factory(TsModuleAliasesSettingsUpgrader) created
09:25:28.365 |V| ComponentStorage | JetPool(S) #1:29 | Factory(JsCodeFormatterSettingsUpgrader) created
09:25:28.369 |V| ComponentStorage | JetPool(S) #1:29 | Factory(JsWrapperSettingsUpgrader) created
09:25:28.371 |V| ComponentStorage | JetPool(S) #1:29 | Factory(JsParsFormattingSettingsUpgrader) created
09:25:28.374 |V| ComponentStorage | JetPool(S) #1:29 | Factory(MigrateBlankLinesAroundFieldToBlankLinesAroundProperty) created
09:25:28.376 |V| ComponentStorage | JetPool(S) #1:29 | Factory(MigrateThisQualifierSettings) created
09:25:28.378 |V| ComponentStorage | JetPool(S) #1:29 | Factory(AlwaysTreatStructAsNotReorderableMigration) created
09:25:28.380 |V| ComponentStorage | JetPool(S) #1:29 | Factory(AddAccessorOwnerDeclarationBracesMigration) created
09:25:28.382 |V| ComponentStorage | JetPool(S) #1:29 | Factory(CSharpPlaceAttributeOnSameLineMigration) created
09:25:28.390 |V| ComponentStorage | JetPool(S) #1:29 | Factory(CSharpRenamePlacementToArrangementMigration) created
09:25:28.395 |V| ComponentStorage | JetPool(S) #1:29 | Factory(CSharpPlaceEmbeddedOnSameLineMigration) created
09:25:28.400 |V| ComponentStorage | JetPool(S) #1:29 | Factory(CSharpKeepExistingMigration) created
09:25:28.402 |V| ComponentStorage | JetPool(S) #1:29 | Factory(CSharpAttributeForSingleLineMethodUpgrade) created
09:25:28.403 |V| ComponentStorage | JetPool(S) #1:29 | Factory(CSharpFileLayoutPatternsUpgrade) created
09:25:28.405 |V| ComponentStorage | JetPool(S) #1:29 | Factory(AlignmentTabFillStyleMigration) created
09:25:28.818 |V| ProjectModelPreloadedRunnerConfigurator | :1 | Runners will be used: JetBrains.ReSharper.TaskRunner.CLR45.x64.exe
09:25:28.832 |I| PreloadedCoverageTaskRunnersPool | :1 | Runner list updated: 1 runners created, 0 runners killed. Total runners: 1
09:25:28.873 |V| LauncherController | JetPool(S) #1:29 | List exclude executables for global mode (2pcs)[JetBrains.dotCover.WorkspaceHost.exe, dotCover.exe]
09:25:28.897 |V| LauncherController | JetPool(S) #1:29 | Configuration:
<?xml version="1.0" encoding="utf-8"?>
<Configuration>
<HostParameters type="LocalHostParameters" />
<Argument type="StandaloneArgument">
<Arguments>"127.0.0.1" "61006" "706018a7-dfeb-4cd1-9bd2-516e5293c881"</Arguments>
<CreateNoWindow>True</CreateNoWindow>
<FileName>C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_7ea75361\JetBrains.ReSharper.TaskRunner.CLR45.x64.exe</FileName>
<ProfileChildProcesses>True</ProfileChildProcesses>
<WorkingDirectory>C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_7ea75361</WorkingDirectory>
<Scope>
<ProcessFilters />
</Scope>
</Argument>
<Info type="CoverageInfo">
<CyclomaticComplexityGather>True</CyclomaticComplexityGather>
<InjectInfo>
<SymbolSearch>
<SearchPolicy>AllowReferencePathAccess</SearchPolicy>
<SearchPaths>
<Item>C:\Users\jerry.lagrou\AppData\Local\Temp\JetBrains\CoverageSymbolsCache\706018a7-dfeb-4cd1-9bd2-516e5293c881</Item>
</SearchPaths>
</SymbolSearch>
<Scope>
<PatternFilters>
<Item>
<AssemblyFilter>UnitTestProject1</AssemblyFilter>
</Item>
<Item>
<AssemblyFilter>DataExchanges</AssemblyFilter>
</Item>
</PatternFilters>
<DenyAttributeFilters>
<Item>
<Mask>All</Mask>
<TypeFilter>System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute</TypeFilter>
</Item>
<Item>
<Mask>All</Mask>
<TypeFilter>System.CodeDom.Compiler.GeneratedCodeAttribute</TypeFilter>
</Item>
</DenyAttributeFilters>
</Scope>
</InjectInfo>
</Info>
<CoreOptions type="CoreOptions">
<ControlKind>ApiFirst</ControlKind>
<CoreLogMask>Api</CoreLogMask>
<CoreTempPath IsNull="False">
</CoreTempPath>
<RemoteEndPoint IsNull="False">
</RemoteEndPoint>
<AdditionalEnvironmentVariables />
</CoreOptions>
<HostOptions type="HostOptions">
<FinishProfilingAutomaticallyTimeout>1</FinishProfilingAutomaticallyTimeout>
<HostTempPath IsNull="False">
</HostTempPath>
<ReprofileDisableReason>LaunchedByReSharperUnitTestRunner</ReprofileDisableReason>
</HostOptions>
</Configuration>
09:25:28.910 |V| SysTools | JetPool(S) #1:29 | SysTools location=Local res=created
09:25:28.945 |V| TransparentIntegrationTools | JetPool(S) #1:29 | MakeIntegrationCoreInfo name='CoverageProfiler' res=ok guid={b7abe522-a68f-44f2-925b-81e7488e9ec0}
09:25:28.974 |V| LifetimeTools | JetPool(S) #1:29 | CreateLifetime
09:25:28.975 |V| LifetimeTools | JetPool(S) #1:29 | LifetimeDefinition_Create
09:25:28.976 |V| LifetimeDefinitions | JetPool(S) #1:29 | Add id=93df4b54-0c77-4a28-b26d-eed5de263120
09:25:28.977 |V| LifetimeTools | JetPool(S) #1:29 | LifetimeDefinition_Create res=ok lifetimeIdentity={93df4b54-0c77-4a28-b26d-eed5de263120}
09:25:28.977 |V| LifetimeTools | JetPool(S) #1:29 | CreateLifetime res=ok lifetimeIdentity={93df4b54-0c77-4a28-b26d-eed5de263120}
09:25:28.997 |V| IPropertyEx | JetPool(S) #1:29 | [BaseHostProfile.CloseAllRequest] Boolean::BaseHostProfile.CloseAllRequest: <N/A> -> False.
09:25:28.998 |V| IPropertyEx | JetPool(S) #1:29 | [BaseHostProfile.NoConnections] Boolean::BaseBridge.Connections::IsEmpty: <N/A> -> True.
09:25:29.015 |V| IPropertyEx | JetPool(S) #1:29 | [BaseHostProfile.NoScopes] Boolean::BaseHostProfile.Scopes::IsEmpty: <N/A> -> True.
09:25:29.015 |V| IPropertyEx | JetPool(S) #1:29 | [BaseHostProfile.NoCoreOperations] Boolean::BaseHostProfile.CoreOperations::IsEmpty: <N/A> -> True.
09:25:29.015 |V| IPropertyEx | JetPool(S) #1:29 | [BaseHostProfile.NoOperations] Boolean::(BaseHostProfile.CoreOperations::IsEmpty,BaseHostProfile.Scopes::IsEmpty).And: <N/A> -> True.
09:25:29.015 |V| IPropertyEx | JetPool(S) #1:29 | [BaseHostProfile.NoConnectionsAndOperations] Boolean::(BaseBridge.Connections::IsEmpty,(BaseHostProfile.CoreOperations::IsEmpty,BaseHostProfile.Scopes::IsEmpty).And).And: <N/A> -> True.
09:25:29.015 |V| IPropertyEx | JetPool(S) #1:29 | [BaseHostProfile.InternalFinishRequest] Boolean::(BaseHostProfile.CloseAllRequest,(BaseBridge.Connections::IsEmpty,(BaseHostProfile.CoreOperations::IsEmpty,BaseHostProfile.Scopes::IsEmpty).And).And).And: <N/A> -> False.
09:25:29.016 |V| BaseHostProfile | JetPool(S) #1:29 | FinishProfilingAutomaticallyTimeout value=1mS
09:25:29.016 |V| IPropertyEx | JetPool(S) #1:29 | [BaseHostProfile.EnableAutomaticShutdown] Boolean::BaseHostProfile.EnableAutomaticShutdown: <N/A> -> False.
09:25:29.018 |V| IPropertyEx | JetPool(S) #1:29 | [BaseHostProfile.DelayedNoConnectionsAndOperations] Boolean::BaseHostProfile.DelayedNoConnectionsAndOperations: <N/A> -> False.
09:25:29.018 |V| IPropertyEx | JetPool(S) #1:29 | [BaseHostProfile.EnableAutomaticShutdownAndDelayedNoConnectionsAndOperations] Boolean::(BaseHostProfile.EnableAutomaticShutdown,BaseHostProfile.DelayedNoConnectionsAndOperations).And: <N/A> -> False.
09:25:29.018 |V| IPropertyEx | JetPool(S) #1:29 | [BaseHostProfile.FinishedRequest] Boolean::((BaseHostProfile.CloseAllRequest,(BaseBridge.Connections::IsEmpty,(BaseHostProfile.CoreOperations::IsEmpty,BaseHostProfile.Scopes::IsEmpty).And).And).And,(BaseHostProfile.EnableAutomaticShutdown,BaseHostProfile.DelayedNoConnectionsAndOperations).And).Or: <N/A> -> False.
09:25:29.018 |V| IPropertyEx | JetPool(S) #1:29 | [BaseHostProfile.ShutdownStarted] Boolean::BaseHostProfile.ShutdownStarted: <N/A> -> False.
09:25:29.018 |V| IPropertyEx | JetPool(S) #1:29 | [BaseHostProfile.ShutdownFinished] Boolean::BaseHostProfile.ShutdownFinished: <N/A> -> False.
09:25:29.041 |V| IPropertyEx | :1 | [BaseHostProfile.DelayedNoConnectionsAndOperations] Boolean::BaseHostProfile.DelayedNoConnectionsAndOperations: False -> True.
09:25:29.059 |V| BaseHostProfile | JetPool(S) #1:29 | Start
09:25:29.061 |V| StandaloneHostProfile | JetPool(S) #1:29 | OnStart
09:25:29.066 |V| BaseHost | JetPool(S) #1:29 | Deploy grantedClr4AndGreater=False deployAttach=False deployMetro=False checkMetroAccessRights=False checkBuiltinUsersAccessRights=False instructionSets=(2pcs)[x64, x86]
09:25:29.068 |V| BaseHost | JetPool(S) #1:29 | Deploy coreRegistration=Default instructionSets=(2pcs)[x64, x86]
09:25:29.081 |V| FileCacheTools | JetPool(S) #1:29 | CacheFiles localDir=C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_7ea75361 relativeFiles=(1pc)[x64\JetBrains.Profiler.Windows.PdbServer.exe]
09:25:29.082 |V| FileCacheTools | JetPool(S) #1:29 | CacheFiles localDir=C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_7ea75361 relativeFiles=(1pc)[x64\SymSrv.dll]
09:25:29.082 |V| FileCacheTools | JetPool(S) #1:29 | CacheFiles localDir=C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_7ea75361 relativeFiles=(1pc)[x64\SymSrv.yes]
09:25:29.085 |V| EventTools | JetPool(S) #1:29 | Event_Create name=ee325c79-5e92-4025-b750-1cfda7c35909
09:25:29.086 |V| Event | JetPool(S) #1:29 | Add id=f8281813-fe0b-4f3c-94a2-dcb3531b807e
09:25:29.086 |V| EventTools | JetPool(S) #1:29 | Event_Create name=ee325c79-5e92-4025-b750-1cfda7c35909 res=ok id=f8281813-fe0b-4f3c-94a2-dcb3531b807e
09:25:29.094 |V| ProcessTools | JetPool(S) #1:29 | Process_Start uid=1 filename=C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_7ea75361\x64\JetBrains.Profiler.Windows.PdbServer.exe arguments=“--symsrv_dir=C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_7ea75361\x64 --stop_request_event=ee325c79-5e92-4025-b750-1cfda7c35909 a44e2738-f00e-4459-abeb-d5e658e24365” env=(0pcs)[]
09:25:29.171 |V| ProcessTools | JetPool(S) #1:29 | Process_Start uid=1 res=suspended pid=8936
09:25:29.171 |V| Process | JetPool(S) #1:29 | Add id=e82eac59-f59b-4d95-a66e-9a94ca5a3bdb
09:25:29.176 |V| ProcessTools | JetPool(S) #1:29 | Process_Start uid=1 res=ok pid=8936 id=e82eac59-f59b-4d95-a66e-9a94ca5a3bdb
09:25:29.176 |V| BaseHost | JetPool(S) #1:29 | PdbServer state=started pid=8936 id='a44e2738-f00e-4459-abeb-d5e658e24365'
09:25:29.287 |V| | :10 | [Trace::Write] Assembly resolution failed: Telerik.VSX.2018.1.215.2.XmlSerializers, Version=2018.1.215.2, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4
09:25:29.479 |V| BaseHost | JetPool(S) #1:29 | PdbServer state=listen pid=8936
09:25:29.488 |V| FileCacheTools | JetPool(S) #1:29 | CacheFiles localDir=C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_7ea75361 relativeFiles=(1pc)[x64\JetBrains.Profiler.Windows.Core.dll]
09:25:29.488 |V| FileCacheTools | JetPool(S) #1:29 | CacheFiles localDir=C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_7ea75361 relativeFiles=(1pc)[x64\JetBrains.Profiler.Windows.CoreApi.dll]
09:25:29.493 |V| BaseHost | JetPool(S) #1:29 | RegisterCore op=Install instructionSet=x64 path='C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_7ea75361\x64\JetBrains.Profiler.Windows.Core.dll'
09:25:29.505 |V| RunTools | JetPool(S) #1:29 | RunConsoleExecutable executable=C:\WINDOWS\SysWOW64\RegSvr32.exe arguments=(2pcs)[/s, C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_7ea75361\x64\JetBrains.Profiler.Windows.Core.dll]
09:25:29.506 |V| RunTools | JetPool(S) #1:29 | RunConsoleExecutable res=set key=JETBRAINS_PROFILER_CORE_TYPE_ReleaseCoverage value={f1a218e9-89d1-482f-a95d-00e576974f7e}
09:25:29.519 |V| RunTools | JetPool(S) #1:29 | RunConsoleExecutable executable=C:\WINDOWS\SysWOW64\RegSvr32.exe arguments=(2pcs)[/s, C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_7ea75361\x64\JetBrains.Profiler.Windows.Core.dll] res=run pid=9628
09:25:29.705 |V| RunTools | JetPool(S) #1:29 | RunConsoleExecutable pid=9628 res=ok exitCode=00000000
09:25:29.706 |V| FileCacheTools | JetPool(S) #1:29 | CacheFiles localDir=C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_7ea75361 relativeFiles=(1pc)[x86\JetBrains.Profiler.Windows.Core.dll]
09:25:29.706 |V| FileCacheTools | JetPool(S) #1:29 | CacheFiles localDir=C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_7ea75361 relativeFiles=(1pc)[x86\JetBrains.Profiler.Windows.CoreApi.dll]
09:25:29.706 |V| BaseHost | JetPool(S) #1:29 | RegisterCore op=Install instructionSet=x86 path='C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_7ea75361\x86\JetBrains.Profiler.Windows.Core.dll'
09:25:29.707 |V| RunTools | JetPool(S) #1:29 | RunConsoleExecutable executable=C:\WINDOWS\system32\RegSvr32.exe arguments=(2pcs)[/s, C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_7ea75361\x86\JetBrains.Profiler.Windows.Core.dll]
09:25:29.707 |V| RunTools | JetPool(S) #1:29 | RunConsoleExecutable res=set key=JETBRAINS_PROFILER_CORE_TYPE_ReleaseCoverage value={f1a218e9-89d1-482f-a95d-00e576974f7e}
09:25:29.716 |V| RunTools | JetPool(S) #1:29 | RunConsoleExecutable executable=C:\WINDOWS\system32\RegSvr32.exe arguments=(2pcs)[/s, C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_7ea75361\x86\JetBrains.Profiler.Windows.Core.dll] res=run pid=17692
09:25:29.926 |V| RunTools | JetPool(S) #1:29 | RunConsoleExecutable pid=17692 res=ok exitCode=00000000
09:25:29.929 |V| Bridge | BridgeThread:113 | BridgeListen res=started
09:25:29.933 |V| CommunicationTools | BridgeThread:113 | Listener_Create endPoint=127.0.0.1:0
09:25:29.935 |V| Listener | BridgeThread:113 | Add id=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:29.936 |V| CommunicationTools | BridgeThread:113 | Listener_Create endPoint=127.0.0.1:0 res=ok bindedEndPoint=127.0.0.1:61027 listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:29.937 |V| Bridge | BridgeThread:113 | BridgeListen res=listen ipEndPoint=127.0.0.1:61027
09:25:29.939 |V| SessionFilesManager | BridgeThread:113 | GetListenerProxy listener=JetBrains.Profiler.Windows.SysTools.Impl.ListenerProxy isLocal=True
09:25:29.939 |V| LifetimeTools | BridgeThread:113 | CreateLifetime
09:25:29.939 |V| LifetimeTools | BridgeThread:113 | LifetimeDefinition_Create
09:25:29.939 |V| LifetimeDefinitions | BridgeThread:113 | Add id=6620f4fa-1a46-45c7-8c36-8c0932c89ff9
09:25:29.939 |V| LifetimeTools | BridgeThread:113 | LifetimeDefinition_Create res=ok lifetimeIdentity={6620f4fa-1a46-45c7-8c36-8c0932c89ff9}
09:25:29.939 |V| LifetimeTools | BridgeThread:113 | CreateLifetime res=ok lifetimeIdentity={6620f4fa-1a46-45c7-8c36-8c0932c89ff9}
09:25:29.940 |V| SessionFilesManager | BridgeThread:113 | GetListenerProxy res=ok type=HandleConverterProxy proxyConnectionLifetimeIdentity={6620f4fa-1a46-45c7-8c36-8c0932c89ff9}
09:25:30.103 |V| BaseProcessHostProfile | JetPool(S) #1:29 | OnStart
09:25:30.103 |V| BaseHostProfile | JetPool(S) #1:29 | OnStart
09:25:30.103 |V| BaseBridge | JetPool(S) #1:29 | BlockSubscribtion
09:25:30.103 |V| BaseBridge | JetPool(S) #1:29 | Activate
09:25:30.104 |V| ProcessTools | JetPool(S) #1:29 | Process_Start uid=2 filename=C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_7ea75361\JetBrains.ReSharper.TaskRunner.CLR45.x64.exe arguments=“"127.0.0.1" "61006" "706018a7-dfeb-4cd1-9bd2-516e5293c881"” env=(19pcs)[COR_ENABLE_PROFILING=7, COR_PROFILER={b7abe522-a68f-44f2-925b-81e7488e9ec0}, COR_PROFILER_PATH=<DELETE-KEY>, COR_PROFILER_PATH_32=<DELETE-KEY>, COR_PROFILER_PATH_64=<DELETE-KEY>, CORECLR_ENABLE_PROFILING=7, CORECLR_PROFILER={b7abe522-a68f-44f2-925b-81e7488e9ec0}, CORECLR_PROFILER_PATH=<DELETE-KEY>, CORECLR_PROFILER_PATH_32=<DELETE-KEY>, CORECLR_PROFILER_PATH_64=<DELETE-KEY>, JETBRAINS_PROFILER_CORE_GUID={f1a218e9-89d1-482f-a95d-00e576974f7e}, JETBRAINS_PROFILER_CORE_TYPE_ReleaseCoverage={f1a218e9-89d1-482f-a95d-00e576974f7e}, JETBRAINS_PROFILER_CORE_LOGMASK=2, JETBRAINS_PROFILER_CORE_TEMP=<DELETE-KEY>, JETBRAINS_PROFILER_CORE_DEBUG=<DELETE-KEY>, JETBRAINS_PROFILER_CORE_FIRST=7, JETBRAINS_PROFILER_CORE_HOST=127.0.0.1:61027, JETBRAINS_PROFILER_CORE_REMOTE=<DELETE-KEY>, COMPlus_ReadyToRun=0]
09:25:30.133 |V| ProcessTools | JetPool(S) #1:29 | Process_Start uid=2 res=suspended pid=6904
09:25:30.133 |V| Process | JetPool(S) #1:29 | Add id=32fddd47-cc28-4560-9e38-100242da99be
09:25:30.135 |V| ProcessTools | JetPool(S) #1:29 | Process_Start uid=2 res=ok pid=6904 id=32fddd47-cc28-4560-9e38-100242da99be
09:25:30.135 |V| BaseHostProfile | JetPool(S) #1:29 | Start res=activate
09:25:30.140 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:30.142 |I| PreloadedCoverageTaskRunner | JetPool(S) #1:29 | Created preloaded task runner 706018a7-dfeb-4cd1-9bd2-516e5293c881. Process Id: 6904
09:25:30.197 |V| HandleConverterProxy | BridgeThread:113 | HandleConverterProxy srcProcessId=15092
09:25:30.198 |V| LifetimeTools | BridgeThread:113 | GetLifetime lifetimeIdentity={6620f4fa-1a46-45c7-8c36-8c0932c89ff9}
09:25:30.198 |V| LifetimeTools | BridgeThread:113 | GetLifetime res=ok lifetimeIdentity={6620f4fa-1a46-45c7-8c36-8c0932c89ff9}
09:25:30.198 |V| Socket | BridgeThread:113 | Add id=739002aa-b2ec-4e90-a86c-e860e707d467
09:25:30.298 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d res=ok streamIds=(1pc)[739002aa-b2ec-4e90-a86c-e860e707d467]
09:25:30.299 |V| Bridge | BridgeThread:113 | BridgeListen res=accept streadId=739002aa-b2ec-4e90-a86c-e860e707d467
09:25:30.299 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:30.301 |V| Bridge | BridgeCoreThread:116 | BridgeStream streamId=739002aa-b2ec-4e90-a86c-e860e707d467 res=started
09:25:30.304 |V| Bridge | BridgeCoreThread:116 | BridgeStream streamId=739002aa-b2ec-4e90-a86c-e860e707d467 res=connected
09:25:30.315 |V| HandleConverterProxy | BridgeCoreThread:116 | ReceiveCommand cmd=Info coreProcessId=6904
09:25:30.321 |V| SessionFilesManager | BridgeCoreThread:116 | CreateCoreFilesManager coreDirs= isLocal=True
09:25:30.343 |V| IPropertyEx | BridgeCoreThread:116 | [BaseHostProfile.NoConnections] Boolean::BaseBridge.Connections::IsEmpty: True -> False.
09:25:30.343 |V| IPropertyEx | BridgeCoreThread:116 | [BaseHostProfile.NoConnectionsAndOperations] Boolean::(BaseBridge.Connections::IsEmpty,(BaseHostProfile.CoreOperations::IsEmpty,BaseHostProfile.Scopes::IsEmpty).And).And: True -> False.
09:25:30.343 |V| IPropertyEx | BridgeCoreThread:116 | [BaseHostProfile.DelayedNoConnectionsAndOperations] Boolean::BaseHostProfile.DelayedNoConnectionsAndOperations: True -> False.
09:25:30.355 |V| Bridge | BridgeCoreThread:116 | BridgeStream streamId=739002aa-b2ec-4e90-a86c-e860e707d467 res=accepted core=5903a4fa-e75c-4e2f-b90f-1364318cd882 process=717bac04-3f5b-42d3-8c51-c327653fdbb0
09:25:30.360 |V| CommandProcessor | BridgeCoreThread:116 | OnHandleRequest corellationId=0 handleType=Temporary
09:25:30.374 |V| HandleConverterProxy | BridgeCoreThread:116 | SendCommand cmd=Handle corellationId=0 handleResponseType=AnonymousFile res=ok
09:25:30.382 |V| CommandProcessor | BridgeCoreThread:116 | OnHandleRequest corellationId=1 handleType=Temporary
09:25:30.394 |V| HandleConverterProxy | BridgeCoreThread:116 | SendCommand cmd=Handle corellationId=1 handleResponseType=AnonymousFile res=ok
09:25:30.394 |V| CommandProcessor | BridgeCoreThread:116 | OnHandleRequest corellationId=2 handleType=Temporary
09:25:30.400 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:30.403 |V| HandleConverterProxy | BridgeCoreThread:116 | SendCommand cmd=Handle corellationId=2 handleResponseType=AnonymousFile res=ok
09:25:30.404 |V| CommandProcessor | BridgeCoreThread:116 | OnHandleRequest corellationId=3 handleType=Temporary
09:25:30.413 |V| HandleConverterProxy | BridgeCoreThread:116 | SendCommand cmd=Handle corellationId=3 handleResponseType=AnonymousFile res=ok
09:25:30.414 |V| CommandProcessor | BridgeCoreThread:116 | OnHandleRequest corellationId=4 handleType=Temporary
09:25:30.423 |V| HandleConverterProxy | BridgeCoreThread:116 | SendCommand cmd=Handle corellationId=4 handleResponseType=AnonymousFile res=ok
09:25:30.423 |V| CommandProcessor | BridgeCoreThread:116 | OnHandleRequest corellationId=5 handleType=Temporary
09:25:30.432 |V| HandleConverterProxy | BridgeCoreThread:116 | SendCommand cmd=Handle corellationId=5 handleResponseType=AnonymousFile res=ok
09:25:30.433 |V| CommandProcessor | BridgeCoreThread:116 | OnHandleRequest corellationId=6 handleType=Temporary
09:25:30.442 |V| HandleConverterProxy | BridgeCoreThread:116 | SendCommand cmd=Handle corellationId=6 handleResponseType=AnonymousFile res=ok
09:25:30.442 |V| CommandProcessor | BridgeCoreThread:116 | OnHandleRequest corellationId=7 handleType=Temporary
09:25:30.451 |V| HandleConverterProxy | BridgeCoreThread:116 | SendCommand cmd=Handle corellationId=7 handleResponseType=AnonymousFile res=ok
09:25:30.452 |V| CommandProcessor | BridgeCoreThread:116 | OnHandleRequest corellationId=8 handleType=Temporary
09:25:30.461 |V| HandleConverterProxy | BridgeCoreThread:116 | SendCommand cmd=Handle corellationId=8 handleResponseType=AnonymousFile res=ok
09:25:30.461 |V| CommandProcessor | BridgeCoreThread:116 | OnHandleRequest corellationId=9 handleType=Temporary
09:25:30.471 |V| HandleConverterProxy | BridgeCoreThread:116 | SendCommand cmd=Handle corellationId=9 handleResponseType=AnonymousFile res=ok
09:25:30.472 |V| CommandProcessor | BridgeCoreThread:116 | OnHandleRequest corellationId=10 handleType=Temporary
09:25:30.480 |V| HandleConverterProxy | BridgeCoreThread:116 | SendCommand cmd=Handle corellationId=10 handleResponseType=AnonymousFile res=ok
09:25:30.485 |V| MeasureCommandProcessor | BridgeCoreThread:116 | OnUnsupported
09:25:30.500 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:30.600 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:30.700 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:30.800 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:30.900 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:31.000 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:31.100 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:31.200 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:31.300 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:31.400 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:31.500 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:31.600 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:31.700 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:31.800 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:31.900 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:32.000 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:32.100 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:32.200 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:32.323 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:32.423 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:32.523 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:32.623 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:32.723 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:32.823 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:32.923 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:33.023 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:33.123 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:33.223 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:33.323 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:33.366 |I| UnitTestServer | :87 | 127.0.0.1:61037 connected
09:25:33.423 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:33.523 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:33.623 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:33.723 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:33.823 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:33.923 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:34.023 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:34.123 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:34.223 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:34.323 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:34.423 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:34.523 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:34.623 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:34.723 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:34.823 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:34.923 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:35.023 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:35.123 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:35.223 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:35.323 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:35.423 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:35.523 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:35.623 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:35.723 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:35.823 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:35.923 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:36.023 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:36.123 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:36.223 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:36.323 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:36.423 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:36.523 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:36.623 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:36.723 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:36.823 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:36.923 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:37.023 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:37.123 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:37.223 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:37.323 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:37.423 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:37.523 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:37.623 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:37.723 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:37.823 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:37.923 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:38.023 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:38.123 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:38.223 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:38.323 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:38.423 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:38.523 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:38.623 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:38.723 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:38.823 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:38.923 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:39.023 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:39.123 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:39.223 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:39.323 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:39.423 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:39.523 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:39.623 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:39.723 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:39.823 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:39.923 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:40.023 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:40.123 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:40.223 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:40.323 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:40.418 |V| VsQuickInfoSourceSinceVs10 | :1 | VS14+ Preview. Null content is cached. Skip augmentation.
09:25:40.422 |V| VsIntellisenseDisableMonitor | :1 | DISMISS VS completion session for CSharp. TextBuffer: CSharp "Supid" "using System; u"
09:25:40.422 |V| VsQuickInfoSourceSinceVs10 | :1 | Common. Cached content is null. Skip augmentation.
09:25:40.423 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:40.457 |V| VsQuickInfoSourceSinceVs10 | :1 | VS14+ Preview. Null content is cached. Skip augmentation.
09:25:40.460 |V| VsIntellisenseDisableMonitor | :1 | DISMISS VS completion session for CSharp. TextBuffer: CSharp "Supid" "using System; u"
09:25:40.460 |V| VsQuickInfoSourceSinceVs10 | :1 | Common. Cached content is null. Skip augmentation.
09:25:40.523 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:40.623 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:40.681 |V| VsQuickInfoSourceSinceVs10 | :1 | VS14+ Preview. Null content is cached. Skip augmentation.
09:25:40.685 |V| VsQuickInfoSourceSinceVs10 | :1 | VS14+ Preview. Null content is cached. Skip augmentation.
09:25:40.689 |V| VsIntellisenseDisableMonitor | :1 | DISMISS VS completion session for CSharp. TextBuffer: CSharp "Supid" "using System; u"
09:25:40.689 |V| VsQuickInfoSourceSinceVs10 | :1 | Common. Cached content is null. Skip augmentation.
09:25:40.695 |V| RunningAvalonWindowsList | :1 | Found a possibly-Avalon window HWND 001D0B74, adding to the waiting list to see for a Presentation Source.
09:25:40.704 |V| RunningAvalonWindowsList | :1 | Possibly-Avalon window HWND 001D0B74 got WM_WINDOWPOSCHANGED and now has a Presentation Source Tepyz available, listing as a window.
09:25:40.704 |V| RunningAvalonWindowsList | :1 | << (Opening) Avalon Window HwndWrapper#001D0B74-Tepyz
09:25:40.723 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:40.823 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:40.923 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:40.974 |V| RunningAvalonWindowsList | :1 | Got WM_DESTROY for Avalon window HwndWrapper#001D0B74-Tepyz, revoking.
09:25:40.974 |V| RunningAvalonWindowsList | :1 | >> (Closing) Avalon Window HwndWrapper#001D0B74-Tepyz
09:25:41.023 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:41.125 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:41.225 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:41.325 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:41.425 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:41.525 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:41.625 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:41.725 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:41.825 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:41.925 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:42.025 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:42.125 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:42.225 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:42.325 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:42.425 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:42.525 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:42.625 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:42.725 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:42.825 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:42.925 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:43.025 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:43.125 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:43.225 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:43.325 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:43.425 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:43.525 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:43.625 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:43.725 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:43.825 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:43.925 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:44.025 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:44.125 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:44.225 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:44.325 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:44.425 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:44.525 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:44.625 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:44.725 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:44.825 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:44.925 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:45.025 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:45.125 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:45.225 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:45.325 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:45.425 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:45.525 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:45.625 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:45.725 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:45.825 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:45.925 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:46.025 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:46.125 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:46.225 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:46.325 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:46.425 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:46.525 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:46.625 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:46.725 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:46.825 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:46.925 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:47.025 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:47.125 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:47.225 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:47.325 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:47.425 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:47.525 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:47.625 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:47.725 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:47.825 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:47.925 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:48.025 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:48.125 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:48.225 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:48.325 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:48.425 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:48.525 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:48.625 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:48.725 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:48.825 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:48.925 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:49.025 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:49.125 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:49.225 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:49.325 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:49.425 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:49.525 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:49.625 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:49.725 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:49.825 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:49.925 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:50.025 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:50.125 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:50.225 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:50.325 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:50.425 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:50.525 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:50.625 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:50.725 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:50.825 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:50.925 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:51.025 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:51.125 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:51.225 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:51.325 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:51.425 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:51.525 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:51.625 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:51.725 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:51.825 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:51.925 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:52.025 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:52.125 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:52.225 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:52.325 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:52.412 |V| InstalledHostsDiscovery | JetPool(S) #1:29 | Searching for hosts in C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations
09:25:52.412 |V| InstalledHostsDiscovery | JetPool(S) #1:29 | Scanning C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\dotCover12
09:25:52.412 |V| InstalledHostsDiscovery | JetPool(S) #1:29 | Reading C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\dotCover12\packages
09:25:52.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:52.433 |V| InstalledHostsDiscovery | JetPool(S) #1:29 | Host dotCover12 recognized. 88 packages
09:25:52.433 |V| InstalledHostsDiscovery | JetPool(S) #1:29 | Scanning C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\Packages
09:25:52.433 |V| InstalledHostsDiscovery | JetPool(S) #1:29 | Scanning C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs10
09:25:52.433 |V| InstalledHostsDiscovery | JetPool(S) #1:29 | Reading C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs10\packages
09:25:52.447 |V| InstalledHostsDiscovery | JetPool(S) #1:29 | Host ReSharperPlatformVs10 recognized. 108 packages
09:25:52.447 |V| InstalledHostsDiscovery | JetPool(S) #1:29 | Scanning C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs11
09:25:52.448 |V| InstalledHostsDiscovery | JetPool(S) #1:29 | Reading C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs11\packages
09:25:52.466 |V| InstalledHostsDiscovery | JetPool(S) #1:29 | Host ReSharperPlatformVs11 recognized. 108 packages
09:25:52.466 |V| InstalledHostsDiscovery | JetPool(S) #1:29 | Scanning C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs12
09:25:52.466 |V| InstalledHostsDiscovery | JetPool(S) #1:29 | Reading C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs12\packages
09:25:52.487 |V| InstalledHostsDiscovery | JetPool(S) #1:29 | Host ReSharperPlatformVs12 recognized. 108 packages
09:25:52.487 |V| InstalledHostsDiscovery | JetPool(S) #1:29 | Scanning C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs14
09:25:52.487 |V| InstalledHostsDiscovery | JetPool(S) #1:29 | Reading C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs14\packages
09:25:52.502 |V| InstalledHostsDiscovery | JetPool(S) #1:29 | Host ReSharperPlatformVs14 recognized. 108 packages
09:25:52.502 |V| InstalledHostsDiscovery | JetPool(S) #1:29 | Scanning C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_3aac3c3f
09:25:52.503 |V| InstalledHostsDiscovery | JetPool(S) #1:29 | Reading C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_3aac3c3f\packages
09:25:52.519 |W| InstalledHostsDiscovery | JetPool(S) #1:29 | Host ReSharperPlatformVs15_3aac3c3f validation failed. No per-user nor per-machine registrations found..
09:25:52.519 |V| InstalledHostsDiscovery | JetPool(S) #1:29 | Scanning C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_7ea75361
09:25:52.519 |V| InstalledHostsDiscovery | JetPool(S) #1:29 | Reading C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_7ea75361\packages
09:25:52.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:52.539 |V| InstalledHostsDiscovery | JetPool(S) #1:29 | Host ReSharperPlatformVs15_7ea75361 recognized. 108 packages
09:25:52.543 |V| InProcessProductUpdatesChecker | JetPool(S) #1:29 | Downloading https://download.jetbrains.com/resharper/resharper-version.json
09:25:52.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:52.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:52.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:52.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:53.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:53.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:53.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:53.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:53.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:53.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:53.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:53.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:53.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:53.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:54.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:54.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:54.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:54.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:54.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:54.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:54.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:54.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:54.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:54.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:55.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:55.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:55.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:55.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:55.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:55.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:55.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:55.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:55.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:55.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:56.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:56.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:56.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:56.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:56.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:56.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:56.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:56.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:56.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:56.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:57.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:57.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:57.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:57.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:57.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:57.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:57.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:57.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:57.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:57.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:58.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:58.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:58.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:58.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:58.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:58.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:58.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:58.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:58.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:58.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:59.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:59.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:59.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:59.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:59.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:59.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:59.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:59.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:59.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:25:59.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:00.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:00.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:00.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:00.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:00.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:00.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:00.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:00.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:00.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:00.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:01.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:01.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:01.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:01.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:01.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:01.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:01.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:01.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:01.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:01.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:02.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:02.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:02.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:02.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:02.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:02.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:02.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:02.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:02.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:02.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:03.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:03.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:03.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:03.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:03.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:03.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:03.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:03.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:03.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:03.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:04.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:04.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:04.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:04.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:04.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:04.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:04.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:04.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:04.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:04.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:05.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:05.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:05.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:05.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:05.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:05.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:05.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:05.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:05.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:05.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:06.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:06.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:06.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:06.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:06.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:06.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:06.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:06.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:06.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:06.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:07.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:07.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:07.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:07.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:07.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:07.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:07.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:07.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:07.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:07.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:08.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:08.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:08.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:08.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:08.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:08.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:08.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:08.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:08.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:08.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:09.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:09.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:09.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:09.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:09.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:09.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:09.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:09.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:09.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:09.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:10.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:10.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:10.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:10.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:10.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:10.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:10.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:10.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:10.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:10.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:11.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:11.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:11.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:11.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:11.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:11.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:11.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:11.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:11.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:11.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:12.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:12.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:12.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:12.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:12.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:12.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:12.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:12.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:12.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:12.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:13.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:13.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:13.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:13.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:13.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:13.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:13.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:13.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:13.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:13.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:14.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:14.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:14.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:14.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:14.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:14.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:14.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:14.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:14.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:14.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:14.970 |V| ClangFormatConfigService | JetPool(S) #3:31 | DoPurgeAndUpdate, mode = ForceExpire, UpdateLive
09:26:14.970 |V| StyleCopSettingsService | JetPool(S) #4:32 | DoPurgeAndUpdate, mode = ForceExpire, UpdateLive
09:26:14.970 |V| ClangFormatConfigService | JetPool(S) #3:31 | Resetting all entries
09:26:14.970 |V| StyleCopSettingsService | JetPool(S) #4:32 | Resetting all entries
09:26:14.970 |V| StyleCopSettingsService | JetPool(S) #4:32 | Updating Settings.StyleCop for file c:\tfs\misc\DataExchanges\DataExchanges\Service1.svc.cs
09:26:14.970 |V| ClangFormatConfigService | JetPool(S) #3:31 | Updating clang format for file c:\tfs\misc\DataExchanges\DataExchanges\Service1.svc.cs
09:26:14.970 |V| EditorConfigService | JetPool(S) #2:30 | DoPurgeAndUpdate, mode = ForceExpire, UpdateLive
09:26:14.971 |V| EditorConfigService | JetPool(S) #2:30 | Resetting all entries
09:26:14.971 |V| EditorConfigService | JetPool(S) #2:30 | Updating editor config for file c:\tfs\misc\DataExchanges\DataExchanges\Service1.svc.cs
09:26:14.973 |V| ClangFormatConfigService | JetPool(S) #3:31 | .clang-format files aren't changed, nothing to update
09:26:14.973 |V| StyleCopSettingsService | JetPool(S) #4:32 | Settings.StyleCop files aren't changed, nothing to update
09:26:14.974 |V| EditorConfigService | JetPool(S) #2:30 | .editorConfig files aren't changed, nothing to update
09:26:14.977 |V| VsFloatingWindowMonitorJustVs15 | :1 | VS window activated. Handle=290952. “Microsoft.VisualStudio.PlatformUI.MainWindow, Microsoft.VisualStudio.Shell.UI.Internal, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a”
09:26:15.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:15.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:15.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:15.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:15.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:15.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:15.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:15.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:15.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:15.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:16.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:16.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:16.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:16.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:16.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:16.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:16.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:16.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:16.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:16.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:17.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:17.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:17.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:17.259 |V| StyleCopSettingsService | JetPool(S) #3:31 | DoPurgeAndUpdate, mode = PurgeExpiredOnly
09:26:17.259 |V| EditorConfigService | JetPool(S) #2:30 | DoPurgeAndUpdate, mode = PurgeExpiredOnly
09:26:17.259 |V| ClangFormatConfigService | JetPool(S) #3:31 | DoPurgeAndUpdate, mode = PurgeExpiredOnly
09:26:17.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:17.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:17.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:17.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:17.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:17.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:17.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:18.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:18.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:18.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:18.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:18.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:18.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:18.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:18.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:18.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:18.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:19.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:19.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:19.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:19.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:19.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:19.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:19.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:19.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:19.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:19.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:20.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:20.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:20.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:20.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:20.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:20.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:20.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:20.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:20.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:20.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:21.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:21.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:21.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:21.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:21.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:21.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:21.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:21.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:21.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:21.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:22.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:22.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:22.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:22.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:22.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:22.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:22.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:22.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:22.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:22.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:23.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:23.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:23.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:23.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:23.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:23.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:23.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:23.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:23.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:23.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:24.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:24.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:24.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:24.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:24.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:24.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:24.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:24.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:24.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:24.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:25.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:25.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:25.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:25.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:25.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:25.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:25.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:25.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:25.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:25.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:26.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:26.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:26.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:26.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:26.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:26.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:26.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:26.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:26.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:26.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:27.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:27.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:27.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:27.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:27.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:27.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:27.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:27.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:27.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:27.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:28.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:28.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:28.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:28.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:28.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:28.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:28.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:28.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:28.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:28.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:29.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:29.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:29.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:29.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:29.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:29.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:29.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:29.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:29.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:29.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:30.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:30.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:30.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:30.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:30.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:30.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:30.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:30.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:30.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:30.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:31.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:31.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:31.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:31.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:31.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:31.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:31.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:31.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:31.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:31.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:32.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:32.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:32.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:32.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:32.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:32.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:32.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:32.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:32.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:32.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:33.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:33.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:33.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:33.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:33.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:33.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:33.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:33.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:33.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:33.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:34.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:34.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:34.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:34.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:34.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:34.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:34.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:34.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:34.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:34.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:35.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:35.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:35.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:35.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:35.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:35.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:35.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:35.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:35.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:35.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:36.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:36.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:36.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:36.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:36.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:36.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:36.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:36.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:36.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:36.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:37.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:37.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:37.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:37.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:37.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:37.531 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:37.631 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:37.731 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:37.831 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:37.931 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:38.031 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:38.131 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:38.231 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:38.331 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:38.286 |V| InProcessProductUpdatesChecker | JetPool(S) #1:29 | The underlying connection was closed: An unexpected error occurred on a send. Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
--- EXCEPTION #1/4 [SocketException]
Message = “A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond”
ExceptionPath = Root.InnerException.InnerException.InnerException
NativeErrorCode = 10060
ClassName = System.Net.Sockets.SocketException
HResult = E_FAIL=EFail=80004005
Source = System
StackTraceString = “
at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
”
--- Outer ---
--- EXCEPTION #2/4 [IOException]
Message = “Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.”
ExceptionPath = Root.InnerException.InnerException
ClassName = System.IO.IOException
InnerException = “Exception #1 at Root.InnerException.InnerException.InnerException”
HResult = COR_E_IO=80131620
Source = System
StackTraceString = “
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count)
at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
at System.Net.TlsStream.CallProcessAuthentication(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)
at System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.ConnectStream.WriteHeaders(Boolean async)
”
--- Outer ---
--- EXCEPTION #3/4 [WebException]
Message = “The underlying connection was closed: An unexpected error occurred on a send.”
ExceptionPath = Root.InnerException
ClassName = System.Net.WebException
InnerException = “Exception #2 at Root.InnerException.InnerException”
HResult = COR_E_INVALIDOPERATION=80131509
Source = System
StackTraceString = “
at System.Net.WebClient.OpenRead(Uri address)
at JetBrains.Application.Install.WebInstallerUtils.ReadRemoteStream[T](Uri uri, IWebProxy proxy, ILogger logger, Func`2 read)
at JetBrains.Application.Install.WebInstallerUtils.<>c__DisplayClass0_0.<GetRemoteVersion>b__0()
at JetBrains.Util.ILoggerEx.CatchSilent[TValue](ILogger thіs, Func`1 F)
”
--- Outer ---
--- EXCEPTION #4/4 [LoggerException]
Message = “The underlying connection was closed: An unexpected error occurred on a send.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #3 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.Util.ILoggerEx.CatchSilent[TValue](ILogger thіs, Func`1 F)
at JetBrains.Application.Install.WebInstallerUtils.GetRemoteVersion(IWebProxy proxy, ILogger logger, Boolean eap)
at JetBrains.UI.Updates.InProcessProductUpdatesChecker.GetUpdates()
at JetBrains.UI.Updates.BackgroundUpdatesChecker.<>c.<SpawnCheck>b__11_1(IInProcessUpdatesChecker _)
at System.Linq.Enumerable.<SelectManyIterator>d__17`2.MoveNext()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at JetBrains.Util.CollectionUtil.AsCollection[T](IEnumerable`1 enumerable)
at JetBrains.UI.Updates.BackgroundUpdatesChecker.<>c__DisplayClass11_0.<SpawnCheck>b__0()
at JetBrains.Application.Threading.Tasks.TaskHost.AccessViolationCatcher(Action action)
at JetBrains.Application.Threading.Tasks.TaskHost.<>c__DisplayClass33_0.<Create>b__1(Object state)
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
at System.Threading.Tasks.TaskScheduler.TryExecuteTask(Task task)
at JetBrains.Application.Threading.Tasks.Scheduler.JetScheduler.ExecuteTask(Task task)
at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.EnqueueNextTask()
at JetBrains.Application.Threading.Tasks.Scheduler.JetSchedulerThread.ThreadPoolProc()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
”
09:26:38.331 |V| InProcessProductUpdatesChecker | JetPool(S) #1:29 | Downloading https://download.jetbrains.com/resharper/resharper-version-eap.json
09:26:38.431 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:39.129 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:39.290 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:39.391 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:39.436 |V| InProcessProductUpdatesChecker | JetPool(S) #1:29 | "https://download.jetbrains.com/resharper/resharper-version-eap.json" downloaded in 1.1036463s.
09:26:39.436 |V| InProcessProductUpdatesChecker | JetPool(S) #1:29 | Running version: 112.0.20180411.131626
09:26:39.436 |V| InProcessProductUpdatesChecker | JetPool(S) #1:29 | Remote RTM version: 0.0.0.0
09:26:39.437 |V| InProcessProductUpdatesChecker | JetPool(S) #1:29 | Remote EAP version: 112.0.20180516.182952-eap11
09:26:39.437 |V| InProcessProductUpdatesChecker | JetPool(S) #1:29 | Participate in EAP: False
09:26:39.437 |V| InProcessProductUpdatesChecker | JetPool(S) #1:29 | Latest remote version: 0.0.0.0
09:26:39.446 |V| InProcessProductUpdatesChecker | JetPool(S) #1:29 | Downloading https://resources.jetbrains.com/resharper/updateswitch.json
09:26:39.491 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:39.591 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:39.691 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:39.791 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:39.884 |V| InProcessProductUpdatesChecker | JetPool(S) #1:29 | "https://resources.jetbrains.com/resharper/updateswitch.json" downloaded in 0.4380787s.
09:26:39.884 |V| InProcessProductUpdatesChecker | JetPool(S) #1:29 | Running shell version: 112.0.20180411.131626
09:26:39.886 |V| InProcessProductUpdatesChecker | JetPool(S) #1:29 | All up to date, no more checks.
09:26:39.891 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:39.898 |V| BackgroundUpdatesChecker | :1 | No updates available
09:26:39.991 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:40.091 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:40.191 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:40.291 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:40.391 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:40.491 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:40.591 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:40.691 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:40.791 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:40.891 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:40.991 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:41.025 |V| SettingsLogging | JetPool(S) #1:29 | [Settings] [SettingsStorage(“This computer”)/Core] Save completed OK.
09:26:41.091 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:41.191 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:41.291 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:41.391 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:41.491 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:41.591 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:41.691 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:41.791 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:41.891 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:41.991 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:42.091 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:42.191 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:42.291 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:42.391 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:42.491 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:42.591 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:42.691 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:42.791 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:42.891 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:42.991 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:43.091 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:43.191 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:43.291 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:43.391 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:43.491 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:43.591 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:43.691 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:43.791 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:43.891 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:43.991 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:44.091 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:44.191 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:44.291 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:44.391 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:44.491 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:44.591 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:44.691 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:44.791 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:44.891 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:44.991 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:45.091 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:45.191 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:45.291 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:45.391 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:45.413 |V| RunningAvalonWindowsList | :1 | Found a possibly-Avalon window HWND 00BD0940, adding to the waiting list to see for a Presentation Source.
09:26:45.491 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:45.491 |V| RunningAvalonWindowsList | :1 | Possibly-Avalon window HWND 00BD0940 got WM_WINDOWPOSCHANGED and now has a Presentation Source Ryxil available, listing as a window.
09:26:45.491 |V| RunningAvalonWindowsList | :1 | << (Opening) Avalon Window HwndWrapper#00BD0940-Ryxil
09:26:45.591 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:45.691 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:45.791 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:45.891 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:45.991 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:46.096 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:46.196 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:46.296 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:46.396 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:46.496 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:46.596 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:46.696 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:46.764 |V| RunningAvalonWindowsList | :1 | Found a possibly-Avalon window HWND 0015022A, adding to the waiting list to see for a Presentation Source.
09:26:46.796 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:46.841 |V| RunningAvalonWindowsList | :1 | Possibly-Avalon window HWND 0015022A got WM_WINDOWPOSCHANGED and now has a Presentation Source Bodug available, listing as a window.
09:26:46.841 |V| RunningAvalonWindowsList | :1 | << (Opening) Avalon Window HwndWrapper#0015022A-Bodug
09:26:46.896 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:46.996 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:47.096 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:47.196 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:47.296 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:47.396 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:47.496 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:47.596 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:47.696 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:47.796 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:47.896 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:47.996 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:48.096 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:48.175 |I| UnitTestSessionRepository | :1 | Create unit-test session 'Session::Name=All tests from Solution' (f41df7da-df95-4af1-b92f-e024048c11bd)
09:26:48.196 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:48.219 |V| UnitTestLaunch | :1 | Host Controller initialization started
09:26:48.220 |I| UnitTestLaunch | :1 | Host Controller: RunHostController
09:26:48.221 |V| UnitTestLaunch | :1 | Host Controller initialization completed
09:26:48.222 |V| UnitTestLaunch | :1 | Component container composition started
09:26:48.222 |V| ComponentStorage | :1 | UnitTestLaunch Container created
09:26:48.223 |V| CatalogComponentSource | :1 | Created a CatalogComponentSource for container “Container: UnitTestLaunch Container”. To trace eligible components set, enable TRACE level for this log category (JetBrains.Application.Extensibility.CatalogComponentSource).
09:26:48.228 |V| UnitTestLaunch | :1 | Component container composition completed
09:26:48.285 |V| RunningAvalonWindowsList | :1 | Got WM_DESTROY for Avalon window HwndWrapper#0015022A-Bodug, revoking.
09:26:48.285 |V| RunningAvalonWindowsList | :1 | >> (Closing) Avalon Window HwndWrapper#0015022A-Bodug
09:26:48.286 |I| UnitTestLaunch | :11 | BuildStage started
09:26:48.287 |V| RunningAvalonWindowsList | :1 | Got WM_DESTROY for Avalon window HwndWrapper#00BD0940-Ryxil, revoking.
09:26:48.287 |V| RunningAvalonWindowsList | :1 | >> (Closing) Avalon Window HwndWrapper#00BD0940-Ryxil
09:26:48.291 |I| UnitTestLaunch | :11 | Build policy: Automatic
09:26:48.296 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:48.299 |I| UnitTestSolutionBuilder | :1 | Got request to build 1 projects (BuildPolicy: Automatic)
09:26:48.299 |I| UnitTestSolutionBuilder | :1 | Building 1 projects
09:26:48.364 |V| | :1 | [VsSaveMonitor] Boolean::VsOptionsMightHaveChanged: fired True.
09:26:48.371 |V| SuspendHardOperationsManager | :1 | Suspend Hard Operations mode request from: [BuildIsRunnning]
09:26:48.371 |V| SuspendHardOperationsManager | :1 | ENTER SUSPEND HARD OPERATIONS MODE
09:26:48.371 |V| SuspendHardOperationsManager | :1 | Suspend Hard Operations mode request from: [BuildIsRunnning]
09:26:48.371 |V| SuspendHardOperationsManager | :1 | Suspend Hard Operations mode request from: [(BuildIsRunnning,NugetEventsWrapper::IsNugetRunningEx).Or]
09:26:48.396 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:48.495 |V| AddVsUIContextsToLogs | :1 | SolutionBuilding activeted. Active contexts: DesignMode SolutionBuilding SolutionExists SolutionHasMultipleProjects CSharpProject NotBuildingAndNotDebugging SolutionExistsAndFullyLoaded SolutionExistsAndNotBuildingAndNotDebugging IdeUserSignedIn ShellInitialized
09:26:48.496 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:48.498 |V| AddVsUIContextsToLogs | :1 | NotBuildingAndNotDebugging deactivated. Active contexts: DesignMode SolutionBuilding SolutionExists SolutionHasMultipleProjects CSharpProject SolutionExistsAndFullyLoaded SolutionExistsAndNotBuildingAndNotDebugging IdeUserSignedIn ShellInitialized
09:26:48.507 |V| AddVsUIContextsToLogs | :1 | SolutionExistsAndNotBuildingAndNotDebugging deactivated. Active contexts: DesignMode SolutionBuilding SolutionExists SolutionHasMultipleProjects CSharpProject SolutionExistsAndFullyLoaded IdeUserSignedIn ShellInitialized
09:26:48.520 |V| BuildRequestViewModelBase | :1 | Solution DataExchanges True
09:26:48.596 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:48.619 |V| VsSolutionBuildWatcher | :1 | Receive BeginBuild when runner not VsSolutionBuilderRunner
09:26:48.626 |V| AddVsUIContextsToLogs | :1 | SolutionBuilding deactivated. Active contexts: DesignMode SolutionExists SolutionHasMultipleProjects CSharpProject SolutionExistsAndFullyLoaded IdeUserSignedIn ShellInitialized
09:26:48.632 |V| AddVsUIContextsToLogs | :1 | NotBuildingAndNotDebugging activeted. Active contexts: DesignMode SolutionExists SolutionHasMultipleProjects CSharpProject NotBuildingAndNotDebugging SolutionExistsAndFullyLoaded IdeUserSignedIn ShellInitialized
09:26:48.633 |V| AddVsUIContextsToLogs | :1 | SolutionExistsAndNotBuildingAndNotDebugging activeted. Active contexts: DesignMode SolutionExists SolutionHasMultipleProjects CSharpProject NotBuildingAndNotDebugging SolutionExistsAndFullyLoaded SolutionExistsAndNotBuildingAndNotDebugging IdeUserSignedIn ShellInitialized
09:26:48.645 |V| SuspendHardOperationsManager | :1 | Release Hard Operations mode request from: [BuildIsRunnning]
09:26:48.645 |V| SuspendHardOperationsManager | :1 | Release Hard Operations mode request from: [BuildIsRunnning]
09:26:48.645 |V| SuspendHardOperationsManager | :1 | RELEASE SUSPEND HARD OPERATIONS
09:26:48.645 |V| SuspendHardOperationsManager | :1 | Release Hard Operations mode request from: [(BuildIsRunnning,NugetEventsWrapper::IsNugetRunningEx).Or]
09:26:48.646 |V| BuildRequestViewModelBase | :1 | Solution DataExchanges False
09:26:48.650 |I| UnitTestLaunch | :1 | 1 projects built
09:26:48.650 |V| UnitTestLaunch | :1 | UnitTestProject1
09:26:48.651 |I| UnitTestLaunch | :89 | BuildStage completed
09:26:48.655 |I| UnitTestLaunch | :1 | RefreshProjectPropertiesStage started
09:26:48.657 |I| UnitTestLaunch | :1 | RefreshProjectPropertiesStage completed
09:26:48.657 |I| UnitTestLaunch | :58 | DiscoveryStage started
09:26:48.660 |I| UnitTestLaunch | :58 | Test exploration required for 1 projects
09:26:48.661 |V| UnitTestLaunch | :58 | UnitTestProject1
09:26:48.661 |I| UnitTestLaunch | :58 | DiscoveryStage completed
09:26:48.661 |I| UnitTestLaunch | :58 | BuildPipelineStage started
09:26:48.664 |I| UnitTestLaunch | :58 | BuildPipelineStage completed
09:26:48.664 |I| UnitTestLaunch | :58 | ApplyRulesStage started
09:26:48.671 |I| UnitTestLaunch | :58 | Got 30 elements (0 explicit) to run
09:26:48.673 |V| UnitTestLaunch | :58 | Marking 30 elements as Pending
09:26:48.676 |W| | :1 | Member not found. The error code is DISP_E_MEMBERNOTFOUND, or 0x80020003.
--- EXCEPTION #1/2 [COMException]
Message = “Member not found. The error code is DISP_E_MEMBERNOTFOUND, or 0x80020003.”
ExceptionPath = Root.InnerException
ClassName = System.Runtime.InteropServices.COMException
HResult = DISP_E_MEMBERNOTFOUND=80020003
Source = JetBrains.Platform.VisualStudio.Core
StackTraceString = “
at JetBrains.VsIntegration.Interop.Shim.VsShell.Shell.IVsWindowFrame.GetProperty[TValue](VSFPROPID propid)
at JetBrains.VsIntegration.IDE.Documents.Whidbey.VsDocumentManagerWhidbey.<>c__DisplayClass36_1.<OnTextManagerRegisterView>b__3()
at JetBrains.Util.Logging.Logger.CatchSilent(Action action)
”
--- Outer ---
--- EXCEPTION #2/2 [LoggerException]
Message = “Member not found. The error code is DISP_E_MEMBERNOTFOUND, or 0x80020003.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #1 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.VsIntegration.IDE.Documents.Whidbey.VsDocumentManagerWhidbey.<>c__DisplayClass36_0.<OnTextManagerRegisterView>b__0()
at JetBrains.Application.Threading.IShellLocksEx.ExecuteWithReadLock(IShellLocks thіs, Action F)
at JetBrains.VsIntegration.IDE.Documents.Whidbey.VsDocumentManagerWhidbey.<>c__DisplayClass28_0.<ExecuteOrQueueOrMergeUnguardedCallbackWithLog>b__1()
at JetBrains.Util.LogCookie.Execute(String comment, Action F)
at JetBrains.VsIntegration.IDE.Documents.Whidbey.VsDocumentManagerWhidbey.<>c__DisplayClass28_0.<ExecuteOrQueueOrMergeUnguardedCallbackWithLog>b__0()
at JetBrains.Util.Concurrency.UnguardedCallbackMerger.<>c__DisplayClass8_0.<ExecuteOrQueueOrMerge>b__0()
at JetBrains.Threading.ReentrancyGuard.Execute(String name, Action action)
at JetBrains.Threading.ReentrancyGuard.TryExecute(String name, Action action)
at JetBrains.Threading.ReentrancyGuardEx.ExecuteOrQueue(ReentrancyGuard thіs, Lifetime lifetime, String name, Action F, TaskPriority priority)
at JetBrains.Util.Concurrency.UnguardedCallbackMerger.ExecuteOrQueueOrMerge(Lifetime lifetimeQueue, String name, Action F)
at JetBrains.VsIntegration.IDE.Documents.Whidbey.VsDocumentManagerWhidbey.ExecuteOrQueueOrMergeUnguardedCallbackWithLog(String eventName, VSCOOKIE docCookie, Action action)
at JetBrains.VsIntegration.IDE.Documents.Whidbey.VsDocumentManagerWhidbey.OnTextManagerRegisterView(IVsTextView view)
at JetBrains.DataFlow.Signal`1.NotifySinks(TValue payload)
at JetBrains.DataFlow.Signal`1.Fire(TValue value, Object cookie)
at JetBrains.DataFlow.Signal`1.Fire(TValue value)
at JetBrains.VsIntegration.Interop.Events.TextControls.VsTextManagerEvents.Sink.Microsoft.VisualStudio.TextManager.Interop.IVsTextManagerEvents.OnRegisterView(IVsTextView pView)
at Microsoft.VisualStudio.TextManager.Interop.IVsTextManager.RegisterView(IVsTextView pView, IVsTextBuffer pBuffer)
at Microsoft.VisualStudio.Editor.Implementation.SimpleTextViewWindow.Init_InitializeWpfTextView()
at Microsoft.VisualStudio.Editor.Implementation.SimpleTextViewWindow.Init_OnActivation()
at Microsoft.VisualStudio.Editor.Implementation.SimpleTextViewWindow.ShimHostNowVisible(Object sender, EventArgs e)
at Microsoft.VisualStudio.Editor.Implementation.SimpleTextViewWindow.TextViewShimHost.OnLayoutUpdated(Object sender, EventArgs e)
at System.Windows.ContextLayoutManager.fireLayoutUpdateEvent()
at System.Windows.ContextLayoutManager.UpdateLayout()
at System.Windows.ContextLayoutManager.UpdateLayoutCallback(Object arg)
at System.Windows.Media.MediaContext.InvokeOnRenderCallback.DoWork()
at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state)
at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Threading.DispatcherOperation.Invoke()
at System.Windows.Threading.Dispatcher.ProcessQueue()
at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
”
09:26:48.695 |V| UnitTestLaunch | :58 | Marking elements as Pending completed
09:26:48.696 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:48.699 |V| UnitTestLaunch | :58 | Distributing 30 elements into runs
09:26:48.796 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:48.896 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:48.996 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:49.096 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:49.196 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:49.296 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:49.326 |V| UnitTestLaunch | :58 | Distributing elements completed
09:26:49.326 |I| UnitTestLaunch | :58 | Created 1 unit-test runs
09:26:49.326 |I| UnitTestLaunch | :58 | ApplyRulesStage completed
09:26:49.327 |I| UnitTestLaunch | :91 | RunTestsStage started
09:26:49.329 |I| UnitTestLaunch | :91 | Running up to 1 unit-test runs in parallel
09:26:49.352 |I| UnitTestLaunch | :107 | No file is set to use as .runsettings. Will create from the template.
09:26:49.396 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:49.496 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:49.515 |I| UnitTestSessionConductor | :1 | Create unit-test session view model 'Session::Name=All tests from Solution' (f41df7da-df95-4af1-b92f-e024048c11bd)
09:26:49.552 |V| RunningAvalonWindowsList | :1 | Found a possibly-Avalon window HWND 003206F4, adding to the waiting list to see for a Presentation Source.
09:26:49.596 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:49.616 |V| RunningAvalonWindowsList | :1 | Possibly-Avalon window HWND 003206F4 got WM_WINDOWPOSCHANGED and now has a Presentation Source Myjyd available, listing as a window.
09:26:49.616 |V| RunningAvalonWindowsList | :1 | << (Opening) Avalon Window HwndWrapper#003206F4-Myjyd
09:26:49.653 |V| Haqov | :1 | << (Opening) ResultList UI binding automation object UIResultListPublisherAutomation+Haqov.
09:26:49.666 |I| UnitTestLaunch | :107 | [ProcessStartInfoPatchResult]
Original request: FrameworkRequest (UseInternal: False, UseMono: False, MonoDebugMode: True, MonoPlatform: PreferX86)
Success: True
ErrorMessage: <Empty>
Original StartInfo: FileName = 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.executionengine.x86.exe', Arguments = '/ParentProcessId 15092', WorkDir = 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE'
Patched StartInfo: FileName = 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.executionengine.x86.exe', Arguments = '/ParentProcessId 15092', WorkDir = 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE'
09:26:49.666 |I| UnitTestLaunch | :107 | Starting process: C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.executionengine.x86.exe /ParentProcessId 15092
09:26:49.696 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:49.696 |I| UnitTestLaunch | :107 | Started process with pid 8248
09:26:49.699 |I| UnitTestLaunch | :107 | Using extensions: c:\tfs\misc\DataExchanges\UnitTestProject1\bin\Debug\Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll
09:26:49.714 |I| UnitTestLaunch | :107 | Could not connect to net.pipe://su01-lagrouj/TestExecutor/8248 in 00:00:00.0090280. Retrying...
09:26:49.748 |W| TogglePreviewAction | :1 | [TogglePreviewAction:Update] preview is not supported
09:26:49.770 |I| UnitTestLaunch | :107 | Could not connect to net.pipe://su01-lagrouj/TestExecutor/8248 in 00:00:00.0657676. Retrying...
09:26:49.797 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:49.876 |I| UnitTestLaunch | :107 | Could not connect to net.pipe://su01-lagrouj/TestExecutor/8248 in 00:00:00.1715922. Retrying...
09:26:49.897 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:49.996 |V| VsMainWindowSinceVs10 | :1 | Window::FloatingWindowsCollectionJustVs15++ 0^1: Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow.
09:26:49.997 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:50.000 |V| RunningAvalonWindowsList | :1 | Found a possibly-Avalon window HWND 002E05DA, adding to the waiting list to see for a Presentation Source.
09:26:50.032 |I| UnitTestLaunch | :107 | Could not connect to net.pipe://su01-lagrouj/TestExecutor/8248 in 00:00:00.3271034. Retrying...
09:26:50.097 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:50.197 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:50.237 |I| UnitTestLaunch | :107 | Could not connect to net.pipe://su01-lagrouj/TestExecutor/8248 in 00:00:00.5321243. Retrying...
09:26:50.266 |V| Haqov | :1 | << (Opening) Attached to Avalon element for automation UIResultListPublisherAutomation+Haqov.
09:26:50.297 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:50.366 |V| RunningAvalonWindowsList | :1 | Possibly-Avalon window HWND 002E05DA got WM_WINDOWPOSCHANGED and now has a Presentation Source Lydat available, listing as a window.
09:26:50.366 |V| RunningAvalonWindowsList | :1 | << (Opening) Avalon Window HwndWrapper#002E05DA-Lydat
09:26:50.390 |V| RunningAvalonWindowsList | :1 | Found a possibly-Avalon window HWND 00250A28, adding to the waiting list to see for a Presentation Source.
09:26:50.397 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:50.446 |V| VsFloatingWindowMonitorJustVs15 | :1 | VS window activated. Handle=2E05DA. “Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow, Microsoft.VisualStudio.Shell.ViewManager, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a”
09:26:50.496 |I| UnitTestLaunch | :107 | Could not connect to net.pipe://su01-lagrouj/TestExecutor/8248 in 00:00:00.7913325. Retrying...
09:26:50.497 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:50.597 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:50.697 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:50.767 |V| Haqov | :1 | << (Opening) IsToPublish high, publishing the result list.
09:26:50.770 |V| VsCommandScopeMonitor | :1 | Selected window frame changed to "Unit Test Sessions" {8ab29a5d-b969-5666-8936-187bbd6be82f}
09:26:50.792 |V| VsIntellisenseDisableMonitor | :1 | Enable VS completion
09:26:50.792 |V| VsIntellisenseDisableMonitor | :1 | Enable VS signature help
09:26:50.797 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:50.804 |I| UnitTestLaunch | :107 | Could not connect to net.pipe://su01-lagrouj/TestExecutor/8248 in 00:00:01.0991117. Retrying...
09:26:50.832 |V| VsDocumentOperationsHandlerWhidbey| :1 | VSDocumentOperationsHandler::ConnectToStream, id 42514916 text stream:47089924
09:26:50.835 |V| ComponentStorage | :1 | Factory(VsCodeEditorDevTen) created
09:26:50.879 |V| ComponentStorage | :1 | Factory(VsTextControlDevTen) created
09:26:50.885 |W| VsTextControlClickNavigationSinceVs10| :1 | GoToDefMouseHandler is not found among TextView properties.
09:26:50.886 |V| VsGlyphMarginRemover | :1 | Could not find Glyph margin.
09:26:50.897 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:50.997 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:51.003 |I| PsiChangesListener | :1 | Ranges building started
09:26:51.003 |I| PsiChangesListener | :1 | Ranges building completed
09:26:51.101 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:51.159 |I| UnitTestLaunch | :107 | Could not connect to net.pipe://su01-lagrouj/TestExecutor/8248 in 00:00:01.4541503. Retrying...
09:26:51.201 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:51.301 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:51.401 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:51.501 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:51.529 |V| | :1 | STE: Creating Read Activity, Document StackTraceExplorerEditor.Myforev
09:26:51.531 |V| | :1 | STE: Working, document StackTraceExplorerEditor.Myforev
09:26:51.536 |V| | :1 | STE: Finishing parsing, document StackTraceExplorerEditor.Myforev
09:26:51.565 |I| UnitTestLaunch | :107 | Could not connect to net.pipe://su01-lagrouj/TestExecutor/8248 in 00:00:01.8600894. Retrying...
09:26:51.601 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:51.701 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:51.801 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:51.901 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:52.001 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:52.020 |I| UnitTestLaunch | :107 | Could not connect to net.pipe://su01-lagrouj/TestExecutor/8248 in 00:00:02.3151089. Retrying...
09:26:52.101 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:52.201 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:52.301 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:52.401 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:52.501 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:52.525 |I| UnitTestLaunch | :107 | Could not connect to net.pipe://su01-lagrouj/TestExecutor/8248 in 00:00:02.8201401. Retrying...
09:26:52.601 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:52.701 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:52.801 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:52.901 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:53.001 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:53.102 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:53.105 |I| UnitTestLaunch | :107 | Could not connect to net.pipe://su01-lagrouj/TestExecutor/8248 in 00:00:03.4000977. Retrying...
09:26:53.202 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:53.302 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:53.402 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:53.502 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:53.602 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:53.702 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:53.710 |I| UnitTestLaunch | :107 | Could not connect to net.pipe://su01-lagrouj/TestExecutor/8248 in 00:00:04.0051964. Retrying...
09:26:53.802 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:53.902 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:54.002 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:54.102 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:54.202 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:54.302 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:54.365 |I| UnitTestLaunch | :107 | Could not connect to net.pipe://su01-lagrouj/TestExecutor/8248 in 00:00:04.6601638. Retrying...
09:26:54.402 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:54.502 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:54.602 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:54.702 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:54.802 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:54.902 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:55.002 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:55.070 |I| UnitTestLaunch | :107 | Connection to net.pipe://su01-lagrouj/TestExecutor/8248 exceeded timeout of 00:00:05.
09:26:55.093 |W| UnitTestLaunch | :107 | Transition failed: Transition from state <RunnerStarting> on event <local::RunnerStarted>. There was no endpoint listening at net.pipe://su01-lagrouj/TestExecutor/8248 that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. The pipe endpoint 'net.pipe://su01-lagrouj/TestExecutor/8248' could not be found on your local machine.
--- EXCEPTION #1/3 [PipeException]
Message = “The pipe endpoint 'net.pipe://su01-lagrouj/TestExecutor/8248' could not be found on your local machine.”
ExceptionPath = Root.InnerException.InnerException
ClassName = System.IO.PipeException
HResult = COR_E_IO=80131620
--- Outer ---
--- EXCEPTION #2/3 [EndpointNotFoundException]
Message = “There was no endpoint listening at net.pipe://su01-lagrouj/TestExecutor/8248 that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.”
ExceptionPath = Root.InnerException
ClassName = System.ServiceModel.EndpointNotFoundException
InnerException = “Exception #1 at Root.InnerException.InnerException”
RemoteStackTraceString = “
Server stack trace:
at System.ServiceModel.Channels.PipeConnectionInitiator.GetPipeName(Uri uri, IPipeTransportFactorySettings transportFactorySettings)
at System.ServiceModel.Channels.NamedPipeConnectionPoolRegistry.NamedPipeConnectionPool.GetPoolKey(EndpointAddress address, Uri via)
at System.ServiceModel.Channels.CommunicationPool`2.TakeConnection(EndpointAddress address, Uri via, TimeSpan timeout, TKey& key)
at System.ServiceModel.Channels.ConnectionPoolHelper.EstablishConnection(TimeSpan timeout)
at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.OnOpen(TimeSpan timeout)
at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout)
at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.CallOpenOnce.System.ServiceModel.Channels.ServiceChannel.ICallOnce.Call(ServiceChannel channel, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.CallOnceManager.CallOnce(TimeSpan timeout, CallOnceManager cascade)
at System.ServiceModel.Channels.ServiceChannel.EnsureOpened(TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
”
HResult = COR_E_SYSTEM=80131501
Source = mscorlib
StackTraceString = “
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at Microsoft.VisualStudio.TestPlatform.Core.ITestExecutorService.InitializeConnection(IEnumerable`1 pathToAdditionalExtensions, Boolean loadOnlyWellKnownExtensions)
at JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.Wcf.TestExecutorServiceProxy.InitializeConnection(IEnumerable`1 pathToAdditionalExtensions, Boolean loadOnlyWellKnownExtensions)
at JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.MsTestExecutionProtocol.<>c__DisplayClass32_0.<OpenClient>b__1(ITestExecutorService x)
at JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.Wcf.ResurrectableProxy`1.WithTimeout(Action`1 action)
at JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.MsTestExecutionProtocol.OpenClient()
at Appccelerate.StateMachine.Machine.ActionHolders.ArgumentLessActionHolder.Execute(Object argument) in C:\projects\appccelerate\repos\statemachine\source\Appccelerate.StateMachine\Machine\ActionHolders\ArgumentLessActionHolder.cs:line 37
at Appccelerate.StateMachine.Machine.States.State`2.ExecuteEntryAction(IActionHolder actionHolder, ITransitionContext`2 context) in C:\projects\appccelerate\repos\statemachine\source\Appccelerate.StateMachine\Machine\States\State.cs:line 340
”
--- Outer ---
--- EXCEPTION #3/3 [LoggerException]
Message = “Transition failed: Transition from state <RunnerStarting> on event <local::RunnerStarted>. There was no endpoint listening at net.pipe://su01-lagrouj/TestExecutor/8248 that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.”
ExceptionPath = Root
ClassName = JetBrains.Util.LoggerException
InnerException = “Exception #2 at Root.InnerException”
HResult = COR_E_APPLICATION=80131600
StackTraceString = “
at JetBrains.ReSharper.UnitTesting.MSTest.Provider.Execution.MsTestExecutionProtocol.<.ctor>b__24_17(Object sender, TransitionExceptionEventArgs`2 args)
at Appccelerate.StateMachine.Machine.StateMachine`2.RaiseEvent[T](EventHandler`1 eventHandler, T arguments, ITransitionContext`2 context, Boolean raiseEventOnException) in C:\projects\appccelerate\repos\statemachine\source\Appccelerate.StateMachine\Machine\StateMachine.cs:line 404
at Appccelerate.StateMachine.Machine.StateMachine`2.OnExceptionThrown(ITransitionContext`2 context, Exception exception) in C:\projects\appccelerate\repos\statemachine\source\Appccelerate.StateMachine\Machine\StateMachine.cs:line 260
at Appccelerate.StateMachine.Machine.Contexts.TransitionContext`2.OnExceptionThrown(Exception exception) in C:\projects\appccelerate\repos\statemachine\source\Appccelerate.StateMachine\Machine\Contexts\TransitionContext.cs:line 74
at Appccelerate.StateMachine.Machine.States.State`2.HandleException(Exception exception, ITransitionContext`2 context) in C:\projects\appccelerate\repos\statemachine\source\Appccelerate.StateMachine\Machine\States\State.cs:line 307
at Appccelerate.StateMachine.Machine.States.State`2.HandleEntryActionException(ITransitionContext`2 context, Exception exception) in C:\projects\appccelerate\repos\statemachine\source\Appccelerate.StateMachine\Machine\States\State.cs:line 357
at Appccelerate.StateMachine.Machine.States.State`2.ExecuteEntryAction(IActionHolder actionHolder, ITransitionContext`2 context) in C:\projects\appccelerate\repos\statemachine\source\Appccelerate.StateMachine\Machine\States\State.cs:line 345
at Appccelerate.StateMachine.Machine.States.State`2.ExecuteEntryActions(ITransitionContext`2 context) in C:\projects\appccelerate\repos\statemachine\source\Appccelerate.StateMachine\Machine\States\State.cs:line 330
at Appccelerate.StateMachine.Machine.States.State`2.Entry(ITransitionContext`2 context) in C:\projects\appccelerate\repos\statemachine\source\Appccelerate.StateMachine\Machine\States\State.cs:line 247
at Appccelerate.StateMachine.Machine.Transitions.Transition`2.Fire(IState`2 source, IState`2 target, ITransitionContext`2 context) in C:\projects\appccelerate\repos\statemachine\source\Appccelerate.StateMachine\Machine\Transitions\Transition.cs:line 172
at Appccelerate.StateMachine.Machine.Transitions.Transition`2.Fire(ITransitionContext`2 context) in C:\projects\appccelerate\repos\statemachine\source\Appccelerate.StateMachine\Machine\Transitions\Transition.cs:line 87
at Appccelerate.StateMachine.Machine.States.State`2.Fire(ITransitionContext`2 context) in C:\projects\appccelerate\repos\statemachine\source\Appccelerate.StateMachine\Machine\States\State.cs:line 222
at Appccelerate.StateMachine.Machine.StateMachine`2.Fire(TEvent eventId, Object eventArgument) in C:\projects\appccelerate\repos\statemachine\source\Appccelerate.StateMachine\Machine\StateMachine.cs:line 230
at Appccelerate.StateMachine.ActiveStateMachine`2.ProcessEventQueue(CancellationToken cancellationToken) in C:\projects\appccelerate\repos\statemachine\source\Appccelerate.StateMachine\ActiveStateMachine.cs:line 338
at Appccelerate.StateMachine.ActiveStateMachine`2.<Start>b__32_0() in C:\projects\appccelerate\repos\statemachine\source\Appccelerate.StateMachine\ActiveStateMachine.cs:line 257
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
at System.Threading.Tasks.Task.ExecutionContextCallback(Object obj)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot)
at System.Threading.Tasks.Task.ExecuteEntry(Boolean bPreventDoubleExecution)
at System.Threading.Tasks.ThreadPoolTaskScheduler.LongRunningThreadWork(Object obj)
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart(Object obj)
”
09:26:55.095 |I| UnitTestLaunch | :107 | Process C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.executionengine.x86.exe:8248 is being aborted
09:26:55.102 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:55.105 |I| UnitTestLaunch | :107 | Process C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.executionengine.x86.exe:8248 has exited with code (-1)
Output stream:
Error stream:
09:26:55.140 |W| UnitTestLaunch | :107 | C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.executionengine.x86.exe exited with exit code (-1)
Output stream:
Error stream:
09:26:55.143 |I| UnitTestLaunch | :82 | RunTestsStage completed
09:26:55.143 |I| UnitTestLaunch | :82 | FinishLaunchStage started
09:26:55.146 |I| UnitTestLaunch | :82 | Finishing run
09:26:55.152 |W| UnitTestLaunch | :82 | Element UnitTestProject1.UnitTest1 was left pending after its run completion.
09:26:55.157 |W| UnitTestLaunch | :82 | Element UnitTestProject1.UnitTest1.AlwaysTrue was left pending after its run completion.
09:26:55.158 |W| UnitTestLaunch | :82 | Element UnitTestProject1.UnitTest1.AlwaysFalse was left pending after its run completion.
09:26:55.159 |W| UnitTestLaunch | :82 | Element UnitTestProject1.UnitTest1._HelloTest was left pending after its run completion.
09:26:55.159 |W| UnitTestLaunch | :82 | Element UnitTestProject1.UnitTest1.FailCall1 was left pending after its run completion.
09:26:55.159 |W| UnitTestLaunch | :82 | Element UnitTestProject1.UnitTest1.FailCall2 was left pending after its run completion.
09:26:55.159 |W| UnitTestLaunch | :82 | Element UnitTestProject1.UnitTest1.FailCall3 was left pending after its run completion.
09:26:55.159 |W| UnitTestLaunch | :82 | Element UnitTestProject1.UnitTest1.FailCall4 was left pending after its run completion.
09:26:55.159 |W| UnitTestLaunch | :82 | Element UnitTestProject1.UnitTest1.FailCall5 was left pending after its run completion.
09:26:55.159 |W| UnitTestLaunch | :82 | Element UnitTestProject1.UnitTest1.FailCall6 was left pending after its run completion.
09:26:55.159 |W| UnitTestLaunch | :82 | Element UnitTestProject1.UnitTest1.TestCall1 was left pending after its run completion.
09:26:55.159 |W| UnitTestLaunch | :82 | Element UnitTestProject1.UnitTest1.TestCall1F was left pending after its run completion.
09:26:55.159 |W| UnitTestLaunch | :82 | Element UnitTestProject1.UnitTest1.TestCall1F2 was left pending after its run completion.
09:26:55.159 |W| UnitTestLaunch | :82 | Element UnitTestProject1.UnitTest1.TestCall2 was left pending after its run completion.
09:26:55.159 |W| UnitTestLaunch | :82 | Element UnitTestProject1.UnitTest1.TestCall2F0 was left pending after its run completion.
09:26:55.159 |W| UnitTestLaunch | :82 | Element UnitTestProject1.UnitTest1.TestCall2F was left pending after its run completion.
09:26:55.159 |W| UnitTestLaunch | :82 | Element UnitTestProject1.UnitTest1.TestCall2Fx was left pending after its run completion.
09:26:55.159 |W| UnitTestLaunch | :82 | Element UnitTestProject1.UnitTest1.TestCall3 was left pending after its run completion.
09:26:55.159 |W| UnitTestLaunch | :82 | Element UnitTestProject1.UnitTest1.TestCall3F0 was left pending after its run completion.
09:26:55.159 |W| UnitTestLaunch | :82 | Element UnitTestProject1.UnitTest1.TestCall3F was left pending after its run completion.
09:26:55.159 |W| UnitTestLaunch | :82 | Element UnitTestProject1.UnitTest1.TestCall3Fx was left pending after its run completion.
09:26:55.160 |W| UnitTestLaunch | :82 | Element UnitTestProject1.UnitTest1.TestCall4 was left pending after its run completion.
09:26:55.160 |W| UnitTestLaunch | :82 | Element UnitTestProject1.UnitTest1.TestCall4F was left pending after its run completion.
09:26:55.160 |W| UnitTestLaunch | :82 | Element UnitTestProject1.UnitTest1.TestCall5 was left pending after its run completion.
09:26:55.160 |W| UnitTestLaunch | :82 | Element UnitTestProject1.UnitTest1.TestCall6 was left pending after its run completion.
09:26:55.160 |W| UnitTestLaunch | :82 | Element UnitTestProject1.UnitTest1.TestCall7 was left pending after its run completion.
09:26:55.160 |W| UnitTestLaunch | :82 | Element UnitTestProject1.UnitTest1.TestCall8 was left pending after its run completion.
09:26:55.160 |W| UnitTestLaunch | :82 | Element UnitTestProject1.UnitTest1.TestCall9 was left pending after its run completion.
09:26:55.160 |W| UnitTestLaunch | :82 | Element UnitTestProject1.UnitTest1.TestCall10 was left pending after its run completion.
09:26:55.160 |W| UnitTestLaunch | :82 | Element UnitTestProject1.UnitTest1.TestCall11 was left pending after its run completion.
09:26:55.164 |I| UnitTestLaunch | :82 | Run is finished
09:26:55.164 |I| UnitTestLaunch | :82 | FinishLaunchStage completed
09:26:55.202 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:55.302 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:55.402 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:55.502 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:55.602 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:55.702 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:55.802 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:55.902 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:56.002 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:56.102 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:56.202 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:56.302 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:56.402 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:56.502 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:56.602 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:56.702 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:56.802 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:56.902 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:57.002 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:57.102 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:57.202 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:57.302 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:57.402 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:57.502 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:57.602 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:57.702 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:57.802 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:57.902 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:58.002 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:58.102 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:58.202 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:58.302 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:58.402 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:58.502 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:58.602 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:58.702 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:58.802 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:58.902 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:59.002 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:59.102 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:59.202 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:59.302 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:59.402 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:59.502 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:59.602 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:59.702 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:59.802 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:26:59.902 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:27:00.002 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:27:00.102 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:27:00.202 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:27:00.302 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:27:00.402 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:27:00.502 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:27:00.602 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:27:00.704 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:27:00.804 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:27:00.904 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:27:01.004 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:27:01.104 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:27:01.204 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:27:01.304 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:27:01.404 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:27:01.504 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:27:01.561 |V| Haqov | :1 | >> (Closing) IsToPublish high, publishing the result list.
09:27:01.576 |V| RunningAvalonWindowsList | :1 | Found a possibly-Avalon window HWND 0015111C, adding to the waiting list to see for a Presentation Source.
09:27:01.604 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:27:01.670 |V| RunningAvalonWindowsList | :1 | Possibly-Avalon window HWND 0015111C got WM_WINDOWPOSCHANGED and now has a Presentation Source Saqod available, listing as a window.
09:27:01.670 |V| RunningAvalonWindowsList | :1 | << (Opening) Avalon Window HwndWrapper#0015111C-Saqod
09:27:01.704 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:27:01.804 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:27:01.904 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:27:02.004 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:27:02.104 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:27:02.204 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:27:02.304 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:27:02.404 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:27:02.504 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:27:02.604 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:27:02.704 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:27:02.804 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:27:02.904 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:27:03.004 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:27:03.013 |V| Haqov | :1 | << (Opening) IsToPublish high, publishing the result list.
09:27:03.079 |I| VsSolutionManager15 | :1 | VSSolutionManager::OnBeforeCloseSolution 6153845
09:27:03.079 |I| VsSolutionManager15 | :1 | VSSolutionManager::CloseSolutionInstance 6153845
09:27:03.080 |V| SolutionManagerBase | :1 | Closing solution...
09:27:03.096 |V| SolutionManagerBase | :1 | Clear tasks
09:27:03.096 |V| SolutionManagerBase | :1 | Close solution instance
09:27:03.104 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:27:03.114 |V| SolutionBuilder | :1 | UpdateState IsReady=False, Runner=
09:27:03.114 |V| SolutionBuilder | :1 | Runner: VsSolutionBuilderRunner is not available
09:27:03.131 |V| VsDocumentOperationsHandlerWhidbey| :1 | VSDocumentOperationsHandler::DisconnetFromStream, id 42514916 text stream:47089924
09:27:03.131 |V| VsDocumentOperationsHandlerWhidbey| :1 | VSDocumentOperationsHandler::Dispose, id:42514916, text stream:0
09:27:03.133 |V| VsIntellisenseDisableMonitor | :1 | VS parameter info is executing: False
09:27:03.133 |V| VsIntellisenseDisableMonitor | :1 | VS completion is executing: False
09:27:03.134 |V| IPropertyEx | :1 | Boolean::ExternalSourcesActivation::Active: True -> False.
09:27:03.139 |V| StyleCopSettingsService | :1 | Unpin (stop live) key c:\tfs\misc\DataExchanges\DataExchanges\Service1.svc.cs
09:27:03.139 |V| EditorConfigService | :1 | Unpin (stop live) key c:\tfs\misc\DataExchanges\DataExchanges\Service1.svc.cs
09:27:03.139 |V| ClangFormatConfigService | :1 | Unpin (stop live) key c:\tfs\misc\DataExchanges\DataExchanges\Service1.svc.cs
09:27:03.145 |V| HyperlinkManager | :1 | Disabled
09:27:03.204 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:27:03.221 |V| StyleCopSettingsService | :1 | Unpin (stop live) key c:\tfs\misc\DataExchanges\DataExchanges\Service1.svc.cs
09:27:03.222 |V| StyleCopSettingsService | :1 | Removing entry for key c:\tfs\misc\DataExchanges\DataExchanges\Service1.svc.cs
09:27:03.224 |V| EditorConfigService | :1 | Unpin (stop live) key c:\tfs\misc\DataExchanges\DataExchanges\Service1.svc.cs
09:27:03.224 |V| EditorConfigService | :1 | Removing entry for key c:\tfs\misc\DataExchanges\DataExchanges\Service1.svc.cs
09:27:03.224 |V| ClangFormatConfigService | :1 | Unpin (stop live) key c:\tfs\misc\DataExchanges\DataExchanges\Service1.svc.cs
09:27:03.224 |V| ClangFormatConfigService | :1 | Removing entry for key c:\tfs\misc\DataExchanges\DataExchanges\Service1.svc.cs
09:27:03.243 |V| VsDocumentOperationsHandlerWhidbey| :1 | VSDocumentOperationsHandler::DisconnetFromStream, id 33719877 text stream:35043441
09:27:03.243 |V| VsDocumentOperationsHandlerWhidbey| :1 | VSDocumentOperationsHandler::Dispose, id:33719877, text stream:0
09:27:03.243 |V| VsDocumentOperationsHandlerWhidbey| :1 | VSDocumentOperationsHandler::DisconnetFromStream, id 58668862 text stream:58257713
09:27:03.243 |V| VsDocumentOperationsHandlerWhidbey| :1 | VSDocumentOperationsHandler::Dispose, id:58668862, text stream:0
09:27:03.249 |V| VsGlyphMarginRemover | :1 | Visibility of Microsoft.VisualStudio.Text.Editor.Implementation.GlyphMarginGrid (Initialized=True, Loaded=True) will be set to Visible.
09:27:03.249 |V| VsGlyphMarginRemover | :1 | Visibility of Microsoft.VisualStudio.Text.Editor.Implementation.GlyphMarginGrid (Initialized=True, Loaded=True) will be set to Visible.
09:27:03.260 |V| VsTextViewDataForTextControlCollectorDevTen | :1 | Updating text control data for IWpfTextView “CSharp:"using System;
u"” to new value associated with document <NULL>.
09:27:03.260 |V| VsTextViewDataForTextControlCollectorDevTen | :1 | VsTextViewDataForTextControlDevTen::VsTextViewsWithData-- 1v0: JetBrains.Platform.VisualStudio.SinceVs10.IDE.TextControl.AttachTextControlsToTextViews.VsTextViewDataForTextControlDevTen.
09:27:03.266 |V| DotMemoryUnitReferenceTracker | :1 | Solution unloaded
09:27:03.270 |V| SolutionWatchdog | :1 | SolutionWatchdog is disabled. Solution leak won't be checked.
09:27:03.283 |V| IPropertyEx | :1 | [[SettingsStorage(“Project “Miscellaneous Files” Shared”)/XmlDiskFile]] Boolean::IsSaveReschedulled: False -> <N/A>.
09:27:03.283 |V| IPropertyEx | :1 | [[SettingsStorage(“Project “Miscellaneous Files” Shared”)/XmlDiskFile]] Boolean::IsReloadReschedulled: False -> <N/A>.
09:27:03.283 |V| IPropertyEx | :1 | [[SettingsStorage(“Project “Miscellaneous Files” Personal”)/XmlDiskFile]] Boolean::IsSaveReschedulled: False -> <N/A>.
09:27:03.283 |V| IPropertyEx | :1 | [[SettingsStorage(“Project “Miscellaneous Files” Personal”)/XmlDiskFile]] Boolean::IsReloadReschedulled: False -> <N/A>.
09:27:03.288 |V| IPropertyEx | :1 | [[SettingsStorage(“Project & Shared”)/XmlDiskFile]] Boolean::IsSaveReschedulled: False -> <N/A>.
09:27:03.288 |V| IPropertyEx | :1 | [[SettingsStorage(“Project & Shared”)/XmlDiskFile]] Boolean::IsReloadReschedulled: False -> <N/A>.
09:27:03.288 |V| IPropertyEx | :1 | [[SettingsStorage(“Project & Personal”)/XmlDiskFile]] Boolean::IsSaveReschedulled: False -> <N/A>.
09:27:03.288 |V| IPropertyEx | :1 | [[SettingsStorage(“Project & Personal”)/XmlDiskFile]] Boolean::IsReloadReschedulled: False -> <N/A>.
09:27:03.289 |V| IPropertyEx | :1 | [[SettingsStorage(“Project UnitTestProject1 Shared”)/XmlDiskFile]] Boolean::IsSaveReschedulled: False -> <N/A>.
09:27:03.289 |V| IPropertyEx | :1 | [[SettingsStorage(“Project UnitTestProject1 Shared”)/XmlDiskFile]] Boolean::IsReloadReschedulled: False -> <N/A>.
09:27:03.289 |V| IPropertyEx | :1 | [PPP] FileSystemPath::ProjectSettingsStoragePath: c:\tfs\misc\DataExchanges\UnitTestProject1\UnitTestProject1.csproj.DotSettings -> <N/A>.
09:27:03.289 |V| IPropertyEx | :1 | [[SettingsStorage(“Project UnitTestProject1 Personal”)/XmlDiskFile]] Boolean::IsSaveReschedulled: False -> <N/A>.
09:27:03.289 |V| IPropertyEx | :1 | [[SettingsStorage(“Project UnitTestProject1 Personal”)/XmlDiskFile]] Boolean::IsReloadReschedulled: False -> <N/A>.
09:27:03.289 |V| IPropertyEx | :1 | [PPP] FileSystemPath::ProjectSettingsStoragePathPersonal: c:\tfs\misc\DataExchanges\UnitTestProject1\UnitTestProject1.csproj.DotSettings.user -> <N/A>.
09:27:03.291 |V| IPropertyEx | :1 | [[SettingsStorage(“Project DataExchanges Shared”)/XmlDiskFile]] Boolean::IsSaveReschedulled: False -> <N/A>.
09:27:03.291 |V| IPropertyEx | :1 | [[SettingsStorage(“Project DataExchanges Shared”)/XmlDiskFile]] Boolean::IsReloadReschedulled: False -> <N/A>.
09:27:03.291 |V| IPropertyEx | :1 | [PPP] FileSystemPath::ProjectSettingsStoragePath: c:\tfs\misc\DataExchanges\DataExchanges\DataExchanges.csproj.DotSettings -> <N/A>.
09:27:03.291 |V| IPropertyEx | :1 | [[SettingsStorage(“Project DataExchanges Personal”)/XmlDiskFile]] Boolean::IsSaveReschedulled: False -> <N/A>.
09:27:03.291 |V| IPropertyEx | :1 | [[SettingsStorage(“Project DataExchanges Personal”)/XmlDiskFile]] Boolean::IsReloadReschedulled: False -> <N/A>.
09:27:03.291 |V| IPropertyEx | :1 | [PPP] FileSystemPath::ProjectSettingsStoragePathPersonal: c:\tfs\misc\DataExchanges\DataExchanges\DataExchanges.csproj.DotSettings.user -> <N/A>.
09:27:03.294 |V| BuildRequestViewModelBase | :1 | Project DataExchanges False
09:27:03.294 |V| BuildRequestViewModelBase | :1 | Project UnitTestProject1 False
09:27:03.294 |V| BuildRequestViewModelBase | :1 | Solution DataExchanges False
09:27:03.296 |V| SolutionBuilderControllerPrototype_Executor| :1 | STV.Finished: Successfully waited for thread `SolutionBuilderControllerPrototype_Executor` to exit for 0 ms
09:27:03.304 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:27:03.330 |V| Haqov | :1 | >> (Closing) IsToPublish high, publishing the result list.
09:27:03.381 |V| Haqov | :1 | >> (Closing) ResultList UI binding automation object UIResultListPublisherAutomation+Haqov.
09:27:03.397 |V| VsFloatingWindowMonitorJustVs15 | :1 | VS window activated. Handle=2E05DA. “Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow, Microsoft.VisualStudio.Shell.ViewManager, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a”
09:27:03.401 |V| VsFloatingWindowMonitorJustVs15 | :1 | VS window activated. Handle=290952. “Microsoft.VisualStudio.PlatformUI.MainWindow, Microsoft.VisualStudio.Shell.UI.Internal, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a”
09:27:03.404 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:27:03.406 |V| VsFloatingWindowMonitorJustVs15 | :1 | VS window activated. Handle=290952. “Microsoft.VisualStudio.PlatformUI.MainWindow, Microsoft.VisualStudio.Shell.UI.Internal, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a”
09:27:03.407 |V| RunningAvalonWindowsList | :1 | Possibly-Avalon window HWND 00250A28 has gotten destoryed before obtaining a Presentation Source, removing from the waiting list.
09:27:03.408 |V| RunningAvalonWindowsList | :1 | Got WM_DESTROY for Avalon window HwndWrapper#002E05DA-Lydat, revoking.
09:27:03.408 |V| RunningAvalonWindowsList | :1 | >> (Closing) Avalon Window HwndWrapper#002E05DA-Lydat
09:27:03.409 |V| VsMainWindowSinceVs10 | :1 | Window::FloatingWindowsCollectionJustVs15-- 1v0: “Microsoft.VisualStudio.PlatformUI.Shell.Controls.FloatingWindow: WMFloatSite, Children = 1, VisibleChildren = 1, DockedWidth = 200, DockedHeight = 200”.
09:27:03.411 |V| VsCommandScopeMonitor | :1 | Selected window frame changed to NULL
09:27:03.447 |V| DpiUtil | :1 | CollectCurrentMonitorDpis got (4pcs)[96, 96, 96, 96].
09:27:03.451 |V| DpiUtil | :1 | Setting min/max DPI: min = 96; max = 96.
09:27:03.462 |V| RunningAvalonWindowsList | :1 | Got WM_DESTROY for Avalon window HwndWrapper#003206F4-Myjyd, revoking.
09:27:03.462 |V| RunningAvalonWindowsList | :1 | >> (Closing) Avalon Window HwndWrapper#003206F4-Myjyd
09:27:03.463 |V| RunningAvalonWindowsList | :1 | Found a possibly-Avalon window HWND 003306F4, adding to the waiting list to see for a Presentation Source.
09:27:03.468 |V| Haqov | :1 | >> (Closing) Attached to Avalon element for automation UIResultListPublisherAutomation+Haqov.
09:27:03.504 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:27:03.557 |V| RunningAvalonWindowsList | :1 | Possibly-Avalon window HWND 003306F4 got WM_WINDOWPOSCHANGED and now has a Presentation Source Peber available, listing as a window.
09:27:03.557 |V| RunningAvalonWindowsList | :1 | << (Opening) Avalon Window HwndWrapper#003306F4-Peber
09:27:03.579 |V| RunningAvalonWindowsList | :1 | Got WM_DESTROY for Avalon window HwndWrapper#003306F4-Peber, revoking.
09:27:03.579 |V| RunningAvalonWindowsList | :1 | >> (Closing) Avalon Window HwndWrapper#003306F4-Peber
09:27:03.580 |V| RunningAvalonWindowsList | :1 | Found a possibly-Avalon window HWND 003406F4, adding to the waiting list to see for a Presentation Source.
09:27:03.604 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:27:03.610 |V| RunningAvalonWindowsList | :1 | Possibly-Avalon window HWND 003406F4 got WM_WINDOWPOSCHANGED and now has a Presentation Source Cipuz available, listing as a window.
09:27:03.610 |V| RunningAvalonWindowsList | :1 | << (Opening) Avalon Window HwndWrapper#003406F4-Cipuz
09:27:03.613 |V| Scheduler | :1 | STV.Finished: Successfully waited for thread `SolutionCoverageMissingCoverageInfoTracker.Scheduler` to exit for 0 ms
09:27:03.617 |I| SolutionAssemblyNamesTracker | :1 | Ended tracking assembly names
09:27:03.620 |V| BaseHostProfile | :50 | CloseAll sequenceCoreCloseWays=Kill
09:27:03.620 |V| IPropertyEx | :50 | [BaseHostProfile.CloseAllRequest] Boolean::BaseHostProfile.CloseAllRequest: False -> True.
09:27:03.623 |V| CommandProcessor | :50 | Close coreCloseWay=Kill
09:27:03.625 |V| ProcessTools | :50 | Process_GetById pid=6904
09:27:03.633 |V| Process | :50 | Add id=2616aa59-f25d-46a4-b4f2-e78ba879f463
09:27:03.634 |V| ProcessTools | :50 | Process_Kill pid=6904
09:27:03.635 |V| Process | :50 | Remove id=2616aa59-f25d-46a4-b4f2-e78ba879f463
09:27:03.636 |V| BaseProcessHostProfile | :50 | Kill
09:27:03.636 |V| ProcessTools | :50 | Process_Kill pid=6904
09:27:03.639 |V| BaseCoreFilesManager | BridgeCoreThread:116 | ProcessCoreLog log='C:\Users\jerry.lagrou\AppData\Local\Temp\lgc.710C921C.tmp' core=5903a4fa-e75c-4e2f-b90f-1364318cd882 process=717bac04-3f5b-42d3-8c51-c327653fdbb0
09:27:03.640 |V| IPropertyEx | :1 | [[SWEA]] Boolean::SolutionAnalysisConfiguration.Enabled: False -> <N/A>.
09:27:03.640 |V| IPropertyEx | :1 | [[SWEA]] Boolean::SolutionAnalysisConfiguration.PausedByUser: False -> <N/A>.
09:27:03.640 |V| IPropertyEx | :1 | [[SWEA]] Boolean::SolutionAnalysisConfiguration.Paused: True -> <N/A>.
09:27:03.640 |V| Downloader | BridgeCoreThread:116 | ProcessCoreLog mode=local core=5903a4fa-e75c-4e2f-b90f-1364318cd882 process=717bac04-3f5b-42d3-8c51-c327653fdbb0 remoteLogFile=C:\Users\jerry.lagrou\AppData\Local\Temp\lgc.710C921C.tmp
09:27:03.641 |V| DaemonThread | :1 | STV.Finished: Successfully waited for thread `DaemonThread` to exit for 0 ms
09:27:03.641 |V| Downloader | BridgeCoreThread:116 | FireScope id=1 action=Start core=5903a4fa-e75c-4e2f-b90f-1364318cd882 process=717bac04-3f5b-42d3-8c51-c327653fdbb0
09:27:03.643 |V| CacheJobService | :1 | STV.Finished: Successfully waited for thread `CacheJobService` to exit for 0 ms
09:27:03.643 |V| IPropertyEx | BridgeCoreThread:116 | [BaseHostProfile.NoScopes] Boolean::BaseHostProfile.Scopes::IsEmpty: True -> False.
09:27:03.643 |V| IPropertyEx | BridgeCoreThread:116 | [BaseHostProfile.NoOperations] Boolean::(BaseHostProfile.CoreOperations::IsEmpty,BaseHostProfile.Scopes::IsEmpty).And: True -> False.
09:27:03.645 |V| Downloader | BridgeCoreThread:116 | FireOperation id=1 hostOperation=LogQueueing action=Start
09:27:03.646 |V| XmlIndexThread | :1 | STV.Finished: Successfully waited for thread `XmlIndexThread` to exit for 0 ms
09:27:03.648 |V| IPropertyEx | BridgeCoreThread:116 | [BaseHostProfile.NoConnections] Boolean::BaseBridge.Connections::IsEmpty: False -> True.
09:27:03.648 |V| IPropertyEx | BridgeCoreThread:116 | [BaseHostProfile.EnableAutomaticShutdown] Boolean::BaseHostProfile.EnableAutomaticShutdown: False -> True.
09:27:03.651 |V| Socket | BridgeCoreThread:116 | Remove id=739002aa-b2ec-4e90-a86c-e860e707d467
09:27:03.652 |V| Bridge | BridgeCoreThread:116 | BridgeStream streamId=739002aa-b2ec-4e90-a86c-e860e707d467 res=exited
09:27:03.658 |V| Downloader | :55 | FireOperation id=1 hostOperation=LogQueueing action=Finish
09:27:03.664 |V| Downloader | :55 | FireOperation id=1 hostOperation=LogDownloading action=Start
09:27:03.666 |V| Downloader | :55 | DownloadLog mode=local remoteLog=C:\Users\jerry.lagrou\AppData\Local\Temp\lgc.710C921C.tmp localLog=C:\Users\jerry.lagrou\AppData\Local\Temp\JetLogs\JetBrainsLog.JetBrains.2018-05-21T09-24-37.devenv#15092.Core#0.log
09:27:03.668 |V| Downloader | :55 | DownloadLog mode=local remoteLog=C:\Users\jerry.lagrou\AppData\Local\Temp\lgc.710C921C.tmp iteration=0
09:27:03.682 |V| Downloader | :55 | DownloadLog mode=local remoteLog=C:\Users\jerry.lagrou\AppData\Local\Temp\lgc.710C921C.tmp res=downloaded
09:27:03.695 |V| FileSystemTrackerImpl | :1 | Stop IgnoreChangesInFolder C:\Users\jerry.lagrou\AppData\Local\JetBrains\Transient\ReSharperPlatformVs15\v12_7ea75361\SolutionCaches\_DataExchanges.-863653548.00
09:27:03.698 |V| Downloader | :55 | TrimLog localLog='C:\Users\jerry.lagrou\AppData\Local\Temp\JetLogs\JetBrainsLog.JetBrains.2018-05-21T09-24-37.devenv#15092.Core#0.log' origLength=4194304 newLength=9330
09:27:03.699 |V| Downloader | :55 | DownloadLog mode=local remoteLog=C:\Users\jerry.lagrou\AppData\Local\Temp\lgc.710C921C.tmp res=trimmed
09:27:03.699 |V| Downloader | :55 | DownloadLog mode=local remoteLog=C:\Users\jerry.lagrou\AppData\Local\Temp\lgc.710C921C.tmp res=ok_copied
09:27:03.701 |V| Downloader | :55 | FireOperation id=1 hostOperation=LogDownloading action=Finish
09:27:03.702 |V| Downloader | :55 | FireOperation id=1 hostOperation=LogSending action=Start
09:27:03.704 |V| CommunicationTools | BridgeThread:113 | Listener_GetNewStreamIds listenerId=1a21c5cf-2085-4653-98db-20392ac25d2d
09:27:03.704 |V| Downloader | :55 | FireLogDone id=1 logSource=Core logFile='C:\Users\jerry.lagrou\AppData\Local\Temp\JetLogs\JetBrainsLog.JetBrains.2018-05-21T09-24-37.devenv#15092.Core#0.log' core=5903a4fa-e75c-4e2f-b90f-1364318cd882 process=717bac04-3f5b-42d3-8c51-c327653fdbb0
09:27:03.706 |V| Downloader | :55 | FireOperation id=1 hostOperation=LogSending action=Finish
09:27:03.706 |V| Downloader | :55 | FireScope id=1 action=Finish core=5903a4fa-e75c-4e2f-b90f-1364318cd882 process=717bac04-3f5b-42d3-8c51-c327653fdbb0
09:27:03.707 |V| IPropertyEx | :55 | [BaseHostProfile.NoScopes] Boolean::BaseHostProfile.Scopes::IsEmpty: False -> True.
09:27:03.707 |V| IPropertyEx | :55 | [BaseHostProfile.NoOperations] Boolean::(BaseHostProfile.CoreOperations::IsEmpty,BaseHostProfile.Scopes::IsEmpty).And: False -> True.
09:27:03.707 |V| IPropertyEx | :55 | [BaseHostProfile.NoConnectionsAndOperations] Boolean::(BaseBridge.Connections::IsEmpty,(BaseHostProfile.CoreOperations::IsEmpty,BaseHostProfile.Scopes::IsEmpty).And).And: False -> True.
09:27:03.707 |V| IPropertyEx | :55 | [BaseHostProfile.InternalFinishRequest] Boolean::(BaseHostProfile.CloseAllRequest,(BaseBridge.Connections::IsEmpty,(BaseHostProfile.CoreOperations::IsEmpty,BaseHostProfile.Scopes::IsEmpty).And).And).And: False -> True.
09:27:03.707 |V| IPropertyEx | :55 | [BaseHostProfile.FinishedRequest] Boolean::((BaseHostProfile.CloseAllRequest,(BaseBridge.Connections::IsEmpty,(BaseHostProfile.CoreOperations::IsEmpty,BaseHostProfile.Scopes::IsEmpty).And).And).And,(BaseHostProfile.EnableAutomaticShutdown,BaseHostProfile.DelayedNoConnectionsAndOperations).And).Or: False -> True.
09:27:03.708 |V| BaseHostProfile | :55 | Shutdown res=detected
09:27:03.708 |V| BaseHostProfile | JetPool(S) #1:29 | Shutdown res=dispatched
09:27:03.708 |V| IPropertyEx | JetPool(S) #1:29 | [BaseHostProfile.ShutdownStarted] Boolean::BaseHostProfile.ShutdownStarted: False -> True.
09:27:03.708 |V| BaseHostProfile | JetPool(S) #1:29 | Shutdown res=triggered
09:27:03.709 |V| BaseBridge | JetPool(S) #1:29 | Deactivate
09:27:03.804 |V| LifetimeTools | BridgeThread:113 | LifetimeDefinition_TerminateAndClose lifetimeDefiniotnId={6620f4fa-1a46-45c7-8c36-8c0932c89ff9}
09:27:03.804 |V| LifetimeDefinitions | BridgeThread:113 | Remove id=6620f4fa-1a46-45c7-8c36-8c0932c89ff9
09:27:03.804 |V| LifetimeTools | BridgeThread:113 | LifetimeDefinition_TerminateAndClose res=ok lifetimeDefinitionId={6620f4fa-1a46-45c7-8c36-8c0932c89ff9}
09:27:03.805 |V| Listener | BridgeThread:113 | Remove id=1a21c5cf-2085-4653-98db-20392ac25d2d
09:27:03.805 |V| Bridge | BridgeThread:113 | BridgeListen res=exited
09:27:03.807 |V| BaseHost | JetPool(S) #1:29 | RegisterCore op=Uninstall instructionSet=x86 path='C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_7ea75361\x86\JetBrains.Profiler.Windows.Core.dll'
09:27:03.807 |V| RunTools | JetPool(S) #1:29 | RunConsoleExecutable executable=C:\WINDOWS\system32\RegSvr32.exe arguments=(3pcs)[/s, /u, C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_7ea75361\x86\JetBrains.Profiler.Windows.Core.dll]
09:27:03.807 |V| RunTools | JetPool(S) #1:29 | RunConsoleExecutable res=set key=JETBRAINS_PROFILER_CORE_TYPE_ReleaseCoverage value={f1a218e9-89d1-482f-a95d-00e576974f7e}
09:27:03.826 |V| RunTools | JetPool(S) #1:29 | RunConsoleExecutable executable=C:\WINDOWS\system32\RegSvr32.exe arguments=(3pcs)[/s, /u, C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_7ea75361\x86\JetBrains.Profiler.Windows.Core.dll] res=run pid=18400
09:27:03.827 |V| LevelDbAutocommitTransaction | :1 | STV.Finished: Successfully waited for thread `LevelDbAutocommitTransaction` to exit for 0 ms
09:27:03.855 |V| IPropertyEx | :1 | [[SettingsStorage(“Solution “DataExchanges” team-shared”)/XmlDiskFile]] Boolean::IsSaveReschedulled: False -> <N/A>.
09:27:03.855 |V| IPropertyEx | :1 | [[SettingsStorage(“Solution “DataExchanges” team-shared”)/XmlDiskFile]] Boolean::IsReloadReschedulled: False -> <N/A>.
09:27:03.856 |V| IPropertyEx | :1 | [[SettingsStorage(“Solution “DataExchanges” personal”)/XmlDiskFile]] Boolean::IsSaveReschedulled: False -> <N/A>.
09:27:03.856 |V| IPropertyEx | :1 | [[SettingsStorage(“Solution “DataExchanges” personal”)/XmlDiskFile]] Boolean::IsReloadReschedulled: False -> <N/A>.
09:27:03.856 |V| SolutionManagerBase | :1 | Dispose solution
09:27:03.857 |V| FileSystemTrackerImpl | :1 | Stop IgnoreChangesInFolder c:\tfs\misc\DataExchanges\.idea
09:27:03.857 |V| FileSystemTrackerImpl | :1 | Stop IgnoreChangesInFolder c:\tfs\misc\DataExchanges\.git
09:27:03.857 |V| FileSystemTrackerImpl | :1 | Stop IgnoreChangesInFolder c:\tfs\misc\DataExchanges\.vs
09:27:03.857 |V| SolutionManagerBase | :1 | Set nulls
09:27:03.857 |V| SolutionManagerBase | :1 | Solution is closed
09:27:03.857 |I| VsSolutionManager15 | :1 | VSSolutionManager::VsSolutionWrapperLifetimes: terminated 6153845
09:27:03.889 |V| AddVsUIContextsToLogs | :1 | CSharpProject deactivated. Active contexts: DesignMode SolutionExists SolutionHasMultipleProjects NotBuildingAndNotDebugging SolutionExistsAndFullyLoaded SolutionExistsAndNotBuildingAndNotDebugging IdeUserSignedIn ShellInitialized
09:27:03.948 |V| RunTools | JetPool(S) #1:29 | RunConsoleExecutable pid=18400 res=ok exitCode=00000000
09:27:03.948 |V| BaseHost | JetPool(S) #1:29 | RegisterCore op=Uninstall instructionSet=x64 path='C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_7ea75361\x64\JetBrains.Profiler.Windows.Core.dll'
09:27:03.948 |V| RunTools | JetPool(S) #1:29 | RunConsoleExecutable executable=C:\WINDOWS\SysWOW64\RegSvr32.exe arguments=(3pcs)[/s, /u, C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_7ea75361\x64\JetBrains.Profiler.Windows.Core.dll]
09:27:03.948 |V| RunTools | JetPool(S) #1:29 | RunConsoleExecutable res=set key=JETBRAINS_PROFILER_CORE_TYPE_ReleaseCoverage value={f1a218e9-89d1-482f-a95d-00e576974f7e}
09:27:03.957 |V| RunTools | JetPool(S) #1:29 | RunConsoleExecutable executable=C:\WINDOWS\SysWOW64\RegSvr32.exe arguments=(3pcs)[/s, /u, C:\Users\jerry.lagrou\AppData\Local\JetBrains\Installations\ReSharperPlatformVs15_7ea75361\x64\JetBrains.Profiler.Windows.Core.dll] res=run pid=10928
09:27:03.987 |V| VsIntellisenseControllerSinceVs10| :1 | DisconnectSubjectBuffer CSharp "Supid" "using System; u". WpfTextView "Xuvyr". TextBuffers 0:
09:27:03.991 |V| VsIntellisenseControllerSinceVs10| :1 | Detach TextView Xuvyr. WpfTextView "Xuvyr". TextBuffers 0:
09:27:04.005 |V| VsTextViewCollectorDevTen | :1 | IWpfTextView::VsTextViewSink.VsTextViewsGuarded-- 1v0: Microsoft.VisualStudio.Text.Editor.Implementation.WpfTextView.
09:27:04.073 |V| RunTools | JetPool(S) #1:29 | RunConsoleExecutable pid=10928 res=ok exitCode=00000000
09:27:04.073 |V| Event | JetPool(S) #1:29 | Remove id=f8281813-fe0b-4f3c-94a2-dcb3531b807e
09:27:04.074 |V| EventTools | JetPool(S) #1:29 | Event_Has name=ee325c79-5e92-4025-b750-1cfda7c35909
09:27:04.074 |V| EventTools | JetPool(S) #1:29 | Event_Has name=ee325c79-5e92-4025-b750-1cfda7c35909 res=failed
09:27:04.090 |V| AddVsUIContextsToLogs | :1 | SolutionHasSingleProject activeted. Active contexts: DesignMode SolutionExists SolutionHasMultipleProjects SolutionHasSingleProject NotBuildingAndNotDebugging SolutionExistsAndFullyLoaded SolutionExistsAndNotBuildingAndNotDebugging IdeUserSignedIn ShellInitialized
09:27:04.091 |V| AddVsUIContextsToLogs | :1 | SolutionHasMultipleProjects deactivated. Active contexts: DesignMode SolutionExists SolutionHasSingleProject NotBuildingAndNotDebugging SolutionExistsAndFullyLoaded SolutionExistsAndNotBuildingAndNotDebugging IdeUserSignedIn ShellInitialized
09:27:04.102 |V| AddVsUIContextsToLogs | :1 | EmptySolution activeted. Active contexts: DesignMode EmptySolution SolutionExists SolutionHasSingleProject NotBuildingAndNotDebugging SolutionExistsAndFullyLoaded SolutionExistsAndNotBuildingAndNotDebugging IdeUserSignedIn ShellInitialized
09:27:04.105 |V| AddVsUIContextsToLogs | :1 | SolutionHasSingleProject deactivated. Active contexts: DesignMode EmptySolution SolutionExists NotBuildingAndNotDebugging SolutionExistsAndFullyLoaded SolutionExistsAndNotBuildingAndNotDebugging IdeUserSignedIn ShellInitialized
09:27:04.110 |V| VsCommandScopeMonitor | :1 | Selected window frame changed to "Test Explorer" {e1b7d1f8-9b3c-49b1-8f4f-bfc63a88835d}
09:27:04.112 |V| AddVsUIContextsToLogs | :1 | NoSolution activeted. Active contexts: DesignMode EmptySolution NoSolution SolutionExists NotBuildingAndNotDebugging SolutionExistsAndFullyLoaded SolutionExistsAndNotBuildingAndNotDebugging IdeUserSignedIn ShellInitialized
09:27:04.113 |V| AddVsUIContextsToLogs | :1 | SolutionExists deactivated. Active contexts: DesignMode EmptySolution NoSolution NotBuildingAndNotDebugging SolutionExistsAndFullyLoaded SolutionExistsAndNotBuildingAndNotDebugging IdeUserSignedIn ShellInitialized
09:27:04.114 |V| AddVsUIContextsToLogs | :1 | SolutionExistsAndFullyLoaded deactivated. Active contexts: DesignMode EmptySolution NoSolution NotBuildingAndNotDebugging SolutionExistsAndNotBuildingAndNotDebugging IdeUserSignedIn ShellInitialized
09:27:04.114 |V| AddVsUIContextsToLogs | :1 | EmptySolution deactivated. Active contexts: DesignMode NoSolution NotBuildingAndNotDebugging SolutionExistsAndNotBuildingAndNotDebugging IdeUserSignedIn ShellInitialized
09:27:04.115 |V| AddVsUIContextsToLogs | :1 | SolutionExistsAndNotBuildingAndNotDebugging deactivated. Active contexts: DesignMode NoSolution NotBuildingAndNotDebugging IdeUserSignedIn ShellInitialized
09:27:04.263 |V| ProcessTools | JetPool(S) #1:29 | Process_ExitCode pid=8936
09:27:04.263 |V| ProcessTools | JetPool(S) #1:29 | Process_ExitCode pid=8936 res=ok exitCode=0
09:27:04.263 |V| BaseHost | JetPool(S) #1:29 | PdbServer state=exited pid=8936 exitCode=0
09:27:04.263 |V| Process | JetPool(S) #1:29 | Remove id=e82eac59-f59b-4d95-a66e-9a94ca5a3bdb
09:27:04.263 |V| BaseHostProfile | JetPool(S) #1:29 | Shutdown res=terminated
09:27:04.263 |V| BaseHostProfile | JetPool(S) #1:29 | Shutdown res=downloaded
09:27:04.263 |V| IPropertyEx | JetPool(S) #1:29 | [BaseHostProfile.ShutdownFinished] Boolean::BaseHostProfile.ShutdownFinished: False -> True.
09:27:04.264 |I| PreloadedCoverageTaskRunner | JetPool(S) #1:29 | Preloaded task runner finished: 706018a7-dfeb-4cd1-9bd2-516e5293c881
09:27:04.270 |V| Process | JetPool(S) #1:29 | Remove id=32fddd47-cc28-4560-9e38-100242da99be
09:27:04.270 |V| IPropertyEx | JetPool(S) #1:29 | [BaseHostProfile.ShutdownFinished] Boolean::BaseHostProfile.ShutdownFinished: True -> <N/A>.
09:27:04.270 |V| IPropertyEx | JetPool(S) #1:29 | [BaseHostProfile.ShutdownStarted] Boolean::BaseHostProfile.ShutdownStarted: True -> <N/A>.
09:27:04.270 |V| IPropertyEx | JetPool(S) #1:29 | [BaseHostProfile.FinishedRequest] Boolean::((BaseHostProfile.CloseAllRequest,(BaseBridge.Connections::IsEmpty,(BaseHostProfile.CoreOperations::IsEmpty,BaseHostProfile.Scopes::IsEmpty).And).And).And,(BaseHostProfile.EnableAutomaticShutdown,BaseHostProfile.DelayedNoConnectionsAndOperations).And).Or: True -> <N/A>.
09:27:04.270 |V| IPropertyEx | JetPool(S) #1:29 | [BaseHostProfile.EnableAutomaticShutdownAndDelayedNoConnectionsAndOperations] Boolean::(BaseHostProfile.EnableAutomaticShutdown,BaseHostProfile.DelayedNoConnectionsAndOperations).And: False -> <N/A>.
09:27:04.270 |V| IPropertyEx | JetPool(S) #1:29 | [BaseHostProfile.DelayedNoConnectionsAndOperations] Boolean::BaseHostProfile.DelayedNoConnectionsAndOperations: False -> <N/A>.
09:27:04.270 |V| IPropertyEx | JetPool(S) #1:29 | [BaseHostProfile.EnableAutomaticShutdown] Boolean::BaseHostProfile.EnableAutomaticShutdown: True -> <N/A>.
09:27:04.270 |V| IPropertyEx | JetPool(S) #1:29 | [BaseHostProfile.InternalFinishRequest] Boolean::(BaseHostProfile.CloseAllRequest,(BaseBridge.Connections::IsEmpty,(BaseHostProfile.CoreOperations::IsEmpty,BaseHostProfile.Scopes::IsEmpty).And).And).And: True -> <N/A>.
09:27:04.270 |V| IPropertyEx | JetPool(S) #1:29 | [BaseHostProfile.NoConnectionsAndOperations] Boolean::(BaseBridge.Connections::IsEmpty,(BaseHostProfile.CoreOperations::IsEmpty,BaseHostProfile.Scopes::IsEmpty).And).And: True -> <N/A>.
09:27:04.270 |V| IPropertyEx | JetPool(S) #1:29 | [BaseHostProfile.NoOperations] Boolean::(BaseHostProfile.CoreOperations::IsEmpty,BaseHostProfile.Scopes::IsEmpty).And: True -> <N/A>.
09:27:04.270 |V| IPropertyEx | JetPool(S) #1:29 | [BaseHostProfile.NoCoreOperations] Boolean::BaseHostProfile.CoreOperations::IsEmpty: True -> <N/A>.
09:27:04.270 |V| IPropertyEx | JetPool(S) #1:29 | [BaseHostProfile.NoScopes] Boolean::BaseHostProfile.Scopes::IsEmpty: True -> <N/A>.
09:27:04.270 |V| IPropertyEx | JetPool(S) #1:29 | [BaseHostProfile.NoConnections] Boolean::BaseBridge.Connections::IsEmpty: True -> <N/A>.
09:27:04.270 |V| IPropertyEx | JetPool(S) #1:29 | [BaseHostProfile.CloseAllRequest] Boolean::BaseHostProfile.CloseAllRequest: True -> <N/A>.
09:27:04.271 |V| LifetimeTools | JetPool(S) #1:29 | LifetimeDefinition_TerminateAndClose lifetimeDefiniotnId={93df4b54-0c77-4a28-b26d-eed5de263120}
09:27:04.271 |V| LifetimeDefinitions | JetPool(S) #1:29 | Remove id=93df4b54-0c77-4a28-b26d-eed5de263120
09:27:04.271 |V| LifetimeTools | JetPool(S) #1:29 | LifetimeDefinition_TerminateAndClose res=ok lifetimeDefinitionId={93df4b54-0c77-4a28-b26d-eed5de263120}
09:27:04.273 |V| EventTools | JetPool(S) #1:29 | OnDispose
09:27:04.274 |V| Event | JetPool(S) #1:29 | Dispose
09:27:04.275 |V| CommunicationTools | JetPool(S) #1:29 | OnDispose
09:27:04.275 |V| Listener | JetPool(S) #1:29 | Dispose
09:27:04.276 |V| Socket | JetPool(S) #1:29 | Dispose
09:27:04.277 |V| ProcessTools | JetPool(S) #1:29 | OnDispose
09:27:04.277 |V| Process | JetPool(S) #1:29 | Dispose
09:27:04.278 |V| SemaphoreTools | JetPool(S) #1:29 | OnDispose
09:27:04.278 |V| Semaphore | JetPool(S) #1:29 | Dispose
09:27:04.280 |V| WindowsServiceTools | JetPool(S) #1:29 | OnDispose
09:27:04.280 |V| Service | JetPool(S) #1:29 | Dispose
09:27:04.281 |V| BaseHostProfile | JetPool(S) #1:29 | Shutdown res=ok
09:27:04.729 |V| RunningProducts | :1 | Unpublishing the Shell container before decomposing it.
09:27:04.756 |V| | :1 | STV.Finished: Successfully waited for thread `TaskProcessor for unit test tasks.` to exit for 0 ms
09:27:04.808 |V| IPropertyEx | :1 | Boolean::ExternalSourcesActivation::Active: False -> <N/A>.
09:27:04.810 |V| AddVsUIContextsToLogs | :1 | Stop logging. Active contexts: DesignMode NoSolution NotBuildingAndNotDebugging IdeUserSignedIn ShellInitialized
09:27:04.880 |V| RunningAvalonWindowsList | :1 | >> (Closing) Avalon Window HwndWrapper#003406F4-Cipuz
09:27:04.880 |V| RunningAvalonWindowsList | :1 | >> (Closing) Avalon Window HwndWrapper#0015111C-Saqod
09:27:04.880 |V| RunningAvalonWindowsList | :1 | >> (Closing) Avalon Window HwndWrapper#00290952-Mutof
09:27:04.980 |V| AddProductIdentityToLogs | :1 | ReSharperPlatformVs15 Wave 12 Hive _7ea75361
09:27:04.980 |V| AddProductIdentityToLogs | :1 | JetBrains ReSharper Ultimate 2018.1 Build 112.0.20180414.70444
09:27:04.980 |V| AddProductIdentityToLogs | :1 | Subproducts: (2pcs)[“JetBrains dotCover 2018.1 Build 2018.1.20180414.124358”, “JetBrains ReSharper 2018.1 Build 2018.1.20180414.71556”]
09:27:04.980 |V| AddProductIdentityToLogs | :1 | Zones: (89pcs)[CodeInspectionPageImplZone, DaemonEngineZone, DaemonZone, DiagrammingZone, DiagramsFeatureZone, ExternalSourcesZone, IAspMvcZone, IClrPsiLanguageZone, ICodeEditingOptionsPageImplZone, ICodeEditingZone, ICoverageProfilerZone, ICoverageSnapshotHandlerZone, ICpuArchitectureZone, IDebuggerZone, IDocumentModelZone, IDotCommonActivityTrackingZone, IDotCommonControlKindProvidersZone, IDotCommonNavigationZone, IDotCommonSharedZone, IDotCommonUnitTestingZone, IDotCoverActivityTrackingImplZone, IDotCoverConsoleToolsPackageAccessZone, IDotCoverCoreZone, IDotCoverDataAccessZone, IDotCoverExternalLocalWorkspaceZone, IDotCoverFeatureZone, IDotCoverIdeCoreZone, IDotCoverInteractiveCoreZone, IDotCoverInteractiveUIZone, IDotCoverProductZone, IDotCoverUnitTestingZone, IDotCoverVisualStudioCoreZone, IDotCoverVisualStudioUIZone, IEnvironmentZone, IIntelCpuArchitectureZone, IInternalLauncherZone, IJustVs15Zone, ILanguageAspZone, ILanguageBuildScriptsZone, ILanguageCSharpZone, ILanguageCssZone, ILanguageHtmlZone, ILanguageIlZone, ILanguageJavaScriptZone, ILanguageMsBuild, ILanguageNAntZone, ILanguageProtobufZone, ILanguageRazorZone, ILanguageRegExpZone, ILanguageResxZone, ILanguageVBZone, ILanguageXamlZone, INuGetZone, IOuterWorldConnectZone, IParameterInfoZone, IProfilerZone, IProjectModelZone, IPsiAssemblyFileLoaderImplZone, IPsiLanguageZone, IPublicVisibilityZone, IRdFrameworkZone, IReSharperProductZone, IRiderModelZone, IRoslynAwareZone, ISinceClr2Zone, ISinceClr4Zone, ISinceVs08Zone, ISinceVs09Zone, ISinceVs10Zone, ISinceVs11Zone, ISinceVs12Zone, ISinceVs14Zone, ISinceVs15Zone, ISolutionBuilderFeatureZone, ITextControlsZone, IToolsOptionsPageImplZone, IUIInteractiveZone, IUnitTestingZone, IVisualStudioZone, IVsDebuggerZone, IWebPsiLanguageZone, IWpfUIProfilerZone, NamingImplZone, NavigationZone, PsiFeaturesImplZone, ResultListImplZone, SolutionBuilderDuoZone, SweaZone, SymbolsImplZone]
09:27:04.980 |V| AddProductIdentityToLogs | :1 | Packages: (58pcs)[JetBrains.dotCommon.Core, JetBrains.dotCommon.ElevationAgent, JetBrains.dotCommon.Psi.Navigation, JetBrains.dotCommon.Psi.UnitTesting, JetBrains.dotCommon.Remotable, JetBrains.dotCommon.Timeline, JetBrains.dotCommon.UIInteractive, JetBrains.dotCover.ConsoleTools, JetBrains.dotCover.Core, JetBrains.dotCover.Ide.Core, JetBrains.dotCover.Interactive.Core, JetBrains.dotCover.Interactive.Presentation, JetBrains.dotCover.VisualStudio, JetBrains.EtwService.Core, JetBrains.Platform.Core.Ide, JetBrains.Platform.Core.MsBuild, JetBrains.Platform.Core.Shell, JetBrains.Platform.Core.Text, JetBrains.Platform.Installer, JetBrains.Platform.Interop.CommandLine, JetBrains.Platform.Interop.dotMemoryUnit.Framework, JetBrains.Platform.Interop.dotMemoryUnit.Interop.Console, JetBrains.Platform.Interop.dotMemoryUnit.Interop.Ide, JetBrains.Platform.RdProtocol, JetBrains.Platform.UIInteractive.Ide, JetBrains.Platform.UIInteractive.Shell, JetBrains.Platform.UIInteractive.Text, JetBrains.Platform.VisualStudio, JetBrains.Profiler.Configurator.WPF, JetBrains.Profiler.Editor.Core, JetBrains.Profiler.Editor.Windows.BehaviorModel, JetBrains.Profiler.Editor.Windows.WPF, JetBrains.Profiler.Kernel.CleanUp, JetBrains.Profiler.Kernel.Core, JetBrains.Profiler.Kernel.InternalLauncher, JetBrains.Profiler.Kernel.ProfilingInstance, JetBrains.Profiler.Kernel.Windows.Api, JetBrains.Profiler.Kernel.Windows.Engine, JetBrains.Profiler.Kernel.Windows.RemoteApi, JetBrains.Profiler.Native.Windows.Core, JetBrains.Profiler.Snapshot, JetBrains.Profiler.VsIntegration.Core, JetBrains.Profiler.VsIntegration.Windows, JetBrains.Psi.Features.Core, JetBrains.Psi.Features.Diagramming, JetBrains.Psi.Features.SolutionBuilder, JetBrains.Psi.Features.src, JetBrains.Psi.Features.Tasks, JetBrains.Psi.Features.UIInteractive.Core, JetBrains.Psi.Features.UIInteractive.Features, JetBrains.Psi.Features.UIInteractive.LiveTemplates, JetBrains.Psi.Features.UIInteractive.Refactorings, JetBrains.Psi.Features.UIInteractive.SolutionAnalysis, JetBrains.Psi.Features.UIInteractive.SolutionBuilder, JetBrains.Psi.Features.UnitTesting, JetBrains.Psi.Features.VisualStudio, JetBrains.ReSharper.Plugins.ReSharperTutorials, JetBrains.ReSharper.src]
09:27:04.984 |V| LevelDbAutocommitTransaction | :1 | STV.Finished: Successfully waited for thread `LevelDbAutocommitTransaction` to exit for 0 ms
09:27:05.078 |V| IPropertyEx | :1 | [[SettingsStorage(“ReSharper 8 global settings”)/XmlDiskFile]] Boolean::IsSaveReschedulled: False -> <N/A>.
09:27:05.078 |V| IPropertyEx | :1 | [[SettingsStorage(“ReSharper 8 global settings”)/XmlDiskFile]] Boolean::IsReloadReschedulled: False -> <N/A>.
09:27:05.078 |V| IPropertyEx | :1 | [[SettingsStorage(“This computer”)/XmlDiskFile]] Boolean::IsSaveReschedulled: False -> <N/A>.
09:27:05.078 |V| IPropertyEx | :1 | [[SettingsStorage(“This computer”)/XmlDiskFile]] Boolean::IsReloadReschedulled: False -> <N/A>.
09:27:05.146 |V| ActivityLogsSubmitter | :1 | STV.Finished: Successfully waited for thread `ActivityLogsSubmitter` to exit for 0 ms
09:27:05.146 |V| LevelDbAutocommitTransaction | :1 | STV.Finished: Successfully waited for thread `LevelDbAutocommitTransaction` to exit for 0 ms
09:27:05.159 |V| UsageDbManager | UsageDbManager:40 | STV.Finished on the same thread: `UsageDbManager`
09:27:05.159 |V| IPropertyEx | :1 | [[SettingsStorage(VsActionManagerSettingsStorage::Provider)/XmlDiskFile]] Boolean::IsSaveReschedulled: False -> <N/A>.
09:27:05.159 |V| IPropertyEx | :1 | [[SettingsStorage(VsActionManagerSettingsStorage::Provider)/XmlDiskFile]] Boolean::IsReloadReschedulled: False -> <N/A>.
09:27:05.170 |V| | :1 | [MW] OnWmActivate Detached.
09:27:05.176 |V| RunningProducts | :1 | Unpublished non-composed Shell container after decomposition.
09:27:05.179 |V| RunsProducts | :1 | >> (Closing) RunProduct.
09:27:05.179 |V| VsMainWindowSinceVs10 | :1 | IWin32Window::VsTopLevelWin32Windows-- v: JetBrains.Interop.WinApi.Wrappers.Win32Window (ACK).
09:27:05.489 |V| JetEnvironment | :1 | JetEnvironment is initiating shutdown.
09:27:05.490 |I| | :1 | Running under VS version 15.6.27428.2002, registry root 15.0_7ea75361.
09:27:05.493 |V| ReportsProductsAllowedToRun | :1 | IProductCanBeStarted::IProductCanBeStarted[]-- v: JetBrains.Application.Environment.LicenseCheck.RestartShellOnZoneLicenseCheckChanges (ACK).
09:27:05.493 |V| ReportsProductsAllowedToRun | :1 | IProductCanBeStarted::IProductCanBeStarted[]-- v: JetBrains.Application.Environment.Components.SuspendResumeProductCanBeStarted (ACK).
09:27:05.493 |V| ReportsProductsAllowedToRun | :1 | IProductCanBeStarted::IProductCanBeStarted[]-- v: JetBrains.VsIntegration.Shell.VsNonZombiedProductCanBeStarted (ACK).
09:27:05.493 |V| ReportsProductsAllowedToRun | :1 | IProductCanBeStarted::IProductCanBeStarted[]-- v: JetBrains.Platform.VisualStudio.SinceVs10.Shell.ApplicationShutdownRequestsSinceVs10 (ACK).
09:27:05.493 |V| ReportsProductsAllowedToRun | :1 | IProductCanBeStarted::IProductCanBeStarted[]-- v: JetBrains.Platform.VisualStudio.SinceVs10.Shell.VsSkipFirstLaunchSetupProductCanBeStarted (ACK).
09:27:05.499 |V| FileSystemTrackerImpl | :1 | Stop DoNotListenToTheWholeFolder E:\
09:27:05.499 |V| FileSystemTrackerImpl | :1 | Stop DoNotListenToTheWholeFolder D:\
09:27:05.499 |V| FileSystemTrackerImpl | :1 | Stop DoNotListenToTheWholeFolder C:\
09:27:05.499 |V| FileSystemTrackerImpl | :1 | Stop DoNotListenToTheWholeFolder C:\Users\jerry.lagrou\AppData\Local\Temp\JetBrains
09:27:05.499 |V| FileSystemTrackerImpl | :1 | Stop DoNotListenToTheWholeFolder C:\Users\jerry.lagrou\AppData\Local\Temp
09:27:05.501 |V| JetScheduler | JetPool Manager:26 | Thread 'JetPool Manager' finished
09:27:05.521 |V| JetScheduler | JetPool(S) #1:29 | Thread 'JetPool(S) #1' finished execution in unit 'Short Tasks'. #AllExecutors=6, #FreeExecutors=0
09:27:05.521 |V| JetScheduler | JetPool(S) #3:31 | Thread 'JetPool(S) #3' finished execution in unit 'Short Tasks'. #AllExecutors=5, #FreeExecutors=0
09:27:05.521 |V| JetScheduler | JetPool(S) #2:30 | Thread 'JetPool(S) #2' finished execution in unit 'Short Tasks'. #AllExecutors=4, #FreeExecutors=0
09:27:05.521 |V| JetScheduler | JetPool(S) #7:35 | Thread 'JetPool(S) #7' finished execution in unit 'Short Tasks'. #AllExecutors=3, #FreeExecutors=0
09:27:05.521 |V| JetScheduler | JetPool(S) #5:33 | Thread 'JetPool(S) #5' finished execution in unit 'Short Tasks'. #AllExecutors=2, #FreeExecutors=0
09:27:05.521 |V| JetScheduler | JetPool(L) #2:37 | Thread 'JetPool(L) #2' finished execution in unit 'Long Tasks'. #AllExecutors=2, #FreeExecutors=0
09:27:05.521 |V| JetScheduler | JetPool(L) #3:38 | Thread 'JetPool(L) #3' finished execution in unit 'Long Tasks'. #AllExecutors=1, #FreeExecutors=0
09:27:05.521 |V| JetScheduler | JetPool(S) #6:34 | Thread 'JetPool(S) #6' finished execution in unit 'Short Tasks'. #AllExecutors=1, #FreeExecutors=0
09:27:05.521 |V| JetScheduler | JetPool(L) #1:36 | Thread 'JetPool(L) #1' finished execution in unit 'Long Tasks'. #AllExecutors=0, #FreeExecutors=0
09:27:05.523 |V| JetScheduler | JetPool(S) #4:32 | Thread 'JetPool(S) #4' finished execution in unit 'Short Tasks'. #AllExecutors=0, #FreeExecutors=0
09:27:05.621 |V| JetScheduler | JetPool Manager:16 | Thread 'JetPool Manager' finished
09:27:05.628 |V| CatalogTables | :1 | Catalog Tables destroyed at 1CBF9878 size 11,470,810.
09:27:06.200 |I| VsPackage | :1 | VS Package Unloaded
For what it is worth, it might have something to do with security rights. I resolved this by doing the following 3 things (I'm not sure which one actually did the trick, as I did them sort of simultaneously) :
1. Downloaded and installed the latest VSTEST for VS2015 (which I use)
2. Run VS2015 in Administrator mode
3. In VS under Test menu I changed the settings : Default Processor Architecture to X64 and un-ticked Keep Test Execution Engine Running
and finally I could debug / run my unit tests...
I have the same issue. The problem started occuring since a rebuild of Windows and a reinstallation of Visual Studio 2015 and 2017 and ReSharper. Problem occurs in both VS2015 and 2017. The same tests runn fine using Microsoft Test Runner. Does not affect all tests - difficult to establish any sort of pattern though - it is quite sporadic. But it happens most of the time with most tests...
None of the solutions suggested by Alex in the above post have made any difference.
I had the same problem.
I enabled "Enable Just My Code" in Debug -> Options -> General. Now the error is gone.
I still have this Problem, none of the solutions above worked for me.
Can anyone help me with this?
I still 'semi-have' this problem.
I believe I am running the latest version of everything.
Visual Studio Professional 2017. Version 15.7.5
.Net Framework Version 4.7.03062
JetBrains Resharper Ultimate 2018.1.4
dotCover 2018.1.4
Telerik 2018.2.620
JustMock Version R2 2018 (2018.2.511.5)
------------------
I have mocks.
I need the mocks to run my tests. (I'm mocking the session with a mvc app. The session knows who the user is via a passed in header.)
If I open vs2017. I have the justmock profiler enabled. I open the test sessions window. I run 'cover session'. And sometimes it works.
Also, sometimes it doesn't.
Interesting. I just tried Alex's suggestions. And I do have improvement. Sometimes all of the tests will pass in the same run. None with inconclusive, None with a fail on making a mock.
Thanks for the tip Alex!
They still fail sometimes, with 'inconclusive' on the MVC side. I don't know why.
Hello!
Please try the latest ReSharper 2018.2 EAP build - https://www.jetbrains.com/resharper/eap/ and check if the problem is still reproduced.
Thank you.
Thanks Angelina,
I just tried some Test which all had the PipeException and they are all working now.
Much of improvement for me!!
Hello I seem to be having a similar issue:
JetBrains dotCover Console Runner 2018.2. Build 777.0.20180821.115217
[BaseHostProfile.DelayedNoConnectionsAndOperations] Boolean::BaseHostProfile.DelayedNoConnectionsAndOperations: False -> True.
I'm using this on a build server so the resharper 2018.2 eap doesn't work for me. Is the fix in the dotcover download?
Update.
It's fixed for me now.
I am running:
All of Alex's Tips.
Visual Studio 2017 Professional 15.8.1
.Net 4.7.03062
ReSharper 2018.2.1 (built on 2018-08-29)
DotCover 2018.2.1 (up to date) (today is 31AUG2018)
Telerik JustMock 2018.2.511.5
It all seems stable clean and fast.
Thanks guys.
Covering tests with Mocking is super important and necessary for me. I know it was not easy to sort out. Thanks again for your efforts.
You rock!
Hello Chris!
Thank you for the feedback.
Have you tried the latest 2018.2.1 version - https://www.jetbrains.com/dotcover/download/#section=commandline?
Thank you.