Skip to content

Instantly share code, notes, and snippets.

@nosami
Created February 23, 2015 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nosami/d316d0ee6871715c2b9e to your computer and use it in GitHub Desktop.
Save nosami/d316d0ee6871715c2b9e to your computer and use it in GitHub Desktop.
eventstore log
00000054 Using solution path ..\EventStore\src\EventStore.sln
00000054 Using config file C:\Users\jason.imison\src\omnisharp-server\OmniSharp\bin\Debug\config.json
00000788 OmniSharp server is listening
C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\mscorlib.dll
00001260 Loading project - EventStore.BufferManagement, ..\EventStore\src\EventStore.BufferManagement\EventStore.BufferManagement.csproj, {A794D3FB-06AC-471F-AB8D-6E98CBFA0021}
00001267 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.BufferManagement\BufferManager.cs
00001539 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.BufferManagement\BufferPool.cs
00001573 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.BufferManagement\BufferPoolStream.cs
00001581 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.BufferManagement\UnableToCreateMemoryException.cs
00001582 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.BufferManagement\Properties\AssemblyInfo.cs
00001612 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.BufferManagement\UnableToAllocateBufferException.cs
00001614 Loading assembly System
00001786 Loading assembly System.Core
00001855 Adding project reference EventStore.Common, b4c9be3d-43b1-4049-a23a-5dc53db3f0b0
00001855 Loading project - EventStore.Transport.Tcp, ..\EventStore\src\EventStore.Transport.Tcp\EventStore.Transport.Tcp.csproj, {A3C1CBE0-4728-451F-B709-480134432880}
00001856 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Tcp\TcpConnectionLockless.cs
00001885 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Tcp\TcpConnectionSsl.cs
00001893 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Tcp\Framing\PackageFramingException.cs
00001894 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Tcp\Framing\LengthPrefixMessageFramerWithBufferPool.cs
00001905 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Tcp\IMonitoredTcpConnection.cs
00001909 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Tcp\ITcpConnection.cs
00001910 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Tcp\TcpConnection.cs
00001924 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Tcp\Formatting\FormatterBase.cs
00001928 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Tcp\Formatting\IMessageFormatter.cs
00001929 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Tcp\Formatting\ProtoBufMessageFormatter.cs
00001930 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Tcp\Formatting\RawMessageFormatter.cs
00001931 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Tcp\Framing\IMessageFramer.cs
00001931 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Tcp\Framing\LengthPrefixMessageFramer.cs
00001933 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Tcp\Framing\StxEtxMessageFramer.cs
00001942 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Tcp\Helper.cs
00001945 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Tcp\Properties\AssemblyInfo.cs
00001946 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Tcp\SocketArgsPool.cs
00001979 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Tcp\TcpClientConnector.cs
00001983 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Tcp\TcpConfiguration.cs
00001984 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Tcp\TcpConnectionBase.cs
00001987 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Tcp\TcpConnectionMonitor.cs
00001989 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Tcp\TcpServerListener.cs
00001990 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Tcp\TcpStats.cs
00001992 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Tcp\TcpTypedConnection.cs
00001994 Loading assembly protobuf-net, Version=2.0.0.480, Culture=neutral, processorArchitecture=MSIL
00002001 Loading assembly System
00002001 Loading assembly System.Core
00002001 Loading assembly System.XML
00002045 Adding project reference EventStore.BufferManagement, a794d3fb-06ac-471f-ab8d-6e98cbfa0021
00002045 Adding project reference EventStore.Common, b4c9be3d-43b1-4049-a23a-5dc53db3f0b0
00002045 Loading project - EventStore.Core, ..\EventStore\src\EventStore.Core\EventStore.Core.csproj, {D42A5833-4F20-4FCC-B364-6207AE016732}
00002046 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Authentication\AuthenticationRequest.cs
00002047 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Authentication\IAuthenticationProvider.cs
00002047 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Authentication\IAuthenticationProviderFactory.cs
00002047 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Authentication\InternalAuthenticationProviderFactory.cs
00002050 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Bus\AdHocHandler.cs
00002054 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Bus\QueueStatsCollector.cs
00002062 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Bus\IQueuedHandler.cs
00002063 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Bus\QueuedHandlerThreadPool.cs
00002065 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Bus\MultiQueuedHandler.cs
00002068 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Bus\QueuedHandlerSleep.cs
00002078 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Bus\QueuedHandlerMRES.cs
00002079 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Bus\QueuedHandler.cs
00002080 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Bus\QueuedHandlerPulse.cs
00002090 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Bus\NarrowingHandler.cs
00002092 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Bus\WideningHandler.cs
00002093 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Bus\HandleExtensions.cs
00002094 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Bus\IBus.cs
00002095 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Bus\IMonitoredQueue.cs
00002095 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Bus\InMemoryBus.cs
00002101 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Bus\ISubscriber.cs
00002102 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Bus\MessageHandler.cs
00002103 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Bus\QueuedHandlerAutoReset.cs
00002105 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Bus\IPublisher.cs
00002105 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Bus\IHandle.cs
00002106 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Bus\QueueMonitor.cs
00002107 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\ClusterNodeMutex.cs
00002108 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\ClusterVNode.cs
00002119 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Cluster\ClusterInfo.cs
00002120 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Cluster\MemberInfo.cs
00002124 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Cluster\Settings\ClusterConsts.cs
00002124 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Cluster\Settings\ClusterVNodeAuthenticationType.cs
00002125 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Cluster\Settings\ClusterVNodeSettings.cs
00002133 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Cluster\VNodeInfo.cs
00002134 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\DataStructures\BoundedQueue.cs
00002135 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\DataStructures\PreemptableQueue.cs
00002136 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\DataStructures\StickyLRUCache.cs
00002145 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Data\LowerUpper.cs
00002146 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Data\StreamAcl.cs
00002146 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Data\SystemSettings.cs
00002148 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Data\VNodeInfo.cs
00002149 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Data\VNodeState.cs
00002150 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\DataStructures\ILRUCache.cs
00002150 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\DataStructures\LRUCache.cs
00002152 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\DataStructures\NoLRUCache.cs
00002152 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\DataStructures\ObjectPool.cs
00002154 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\DataStructures\PairingHeap.cs
00002158 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Data\CommitEventRecord.cs
00002159 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Data\Epoch.cs
00002159 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Data\ResolvedEvent.cs
00002160 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Data\EventNumber.cs
00002162 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Data\EventRecord.cs
00002172 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Data\ReadAllResult.cs
00002174 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Data\ReadStreamResult.cs
00002174 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Data\StreamMetadata.cs
00002177 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Data\TFPos.cs
00002179 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Exceptions\BadChunkInDatabaseException.cs
00002179 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Exceptions\ChunkNotFoundException.cs
00002197 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Exceptions\WrongFileVersionException.cs
00002197 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Exceptions\CorruptIndexException.cs
00002198 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Exceptions\ExtraneousFileFoundException.cs
00002199 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Exceptions\FileBeingDeletedException.cs
00002200 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Exceptions\HashValidationException.cs
00002201 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Exceptions\InvalidFileException.cs
00002206 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Exceptions\PossibleToHandleOutOfMemoryException.cs
00002206 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Exceptions\PTableNotFoundException.cs
00002207 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Exceptions\ReaderCheckpointHigherThanWriterException.cs
00002207 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Exceptions\SystemStreamNotFoundException.cs
00002208 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Exceptions\UnableToAcquireLockInReasonableTimeException.cs
00002208 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\ExclusiveDbLock.cs
00002213 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Helpers\IODispatcherAsync.cs
00002224 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Helpers\IODispatcherDelayedMessage.cs
00002225 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Helpers\LengthPrefixSuffixFramer.cs
00002230 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Index\GuidFilenameProvider.cs
00002230 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Index\Hashes\IHasher.cs
00002231 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Index\Hashes\Murmur2Unsafe.cs
00002239 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Index\Hashes\Murmur3AUnsafe.cs
00002241 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Index\Hashes\XXHashUnsafe.cs
00002243 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Index\IIndexFilenameProvider.cs
00002243 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Index\IMemTable.cs
00002244 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Index\IndexEntry.cs
00002250 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Index\IndexMap.cs
00002261 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Index\ISearchTable.cs
00002262 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Index\ITableIndex.cs
00002263 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Index\HashListMemTable.cs
00002268 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Index\MergeResult.cs
00002268 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Index\PTable.cs
00002284 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Index\PTableConstruction.cs
00002287 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Index\PTableHeader.cs
00002287 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Index\SortedListExtensions.cs
00002288 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\ISubsystem.cs
00002289 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Messages\ClusterInfoDto.cs
00002289 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Messages\ElectionMessage.cs
00002293 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Messages\ElectionMessageDtos.cs
00002295 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Messages\GossipMessage.cs
00002296 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Messages\MemberInfoDto.cs
00002297 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Messages\ReplicationMessage.cs
00002304 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Messages\ReplicationMessageDto.cs
00002315 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Messages\SubscriptionMessage.cs
00002316 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Messages\HttpClientMessageDto.cs
00002318 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Messages\InternalAuthenticationProviderMessages.cs
00002319 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Messages\IQueueAffineMessage.cs
00002319 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Messages\TcpClientMessageDtoExtensions.cs
00002320 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Messaging\CallbackEnvelope.cs
00002321 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Helpers\IODispatcher.cs
00002323 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Messages\UserManagementMessage.cs
00002326 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Messaging\RequestResponseDispatcher.cs
00002328 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\PluginModel\IAuthenticationPlugin.cs
00002328 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\AwakeReaderService\AwakeService.cs
00002330 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\AwakeReaderService\AwakeServiceMessage.cs
00002330 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\ClusterStorageWriterService.cs
00002333 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\ElectionsService.cs
00002346 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Gossip\DnsGossipSeedSource.cs
00002351 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Gossip\GossipServiceBase.cs
00002356 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Gossip\GossipState.cs
00002356 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Gossip\IGossipSeedSource.cs
00002357 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Gossip\LoopbackDns.cs
00002357 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Gossip\NodeGossipService.cs
00002358 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Histograms\HistogramService.cs
00002359 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\PersistentSubscription\IPersistentSubscriptionCheckpointReader.cs
00002360 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\PersistentSubscription\IPersistentSubscriptionCheckpointWriter.cs
00002364 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\PersistentSubscription\IPersistentSubscriptionMessageParker.cs
00002364 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\PersistentSubscription\IPersistentSubscriptionStreamReader.cs
00002365 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\PersistentSubscription\NakAction.cs
00002365 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\PersistentSubscription\OutstandingMessage.cs
00002366 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\PersistentSubscription\OutstandingMessageCache.cs
00002367 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\PersistentSubscription\PersistentSubscription.cs
00002372 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\PersistentSubscription\PersistentSubscriptionCheckpointReader.cs
00002373 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\PersistentSubscription\PersistentSubscriptionCheckpointWriter.cs
00002374 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\PersistentSubscription\PersistentSubscriptionClient.cs
00002376 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\PersistentSubscription\PersistentSubscriptionClientCollection.cs
00002377 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\PersistentSubscription\PersistentSubscriptionConfig.cs
00002378 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\PersistentSubscription\PersistentSubscriptionMessageParker.cs
00002380 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\PersistentSubscription\PersistentSubscriptionParams.cs
00002381 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\PersistentSubscription\PersistentSubscriptionParamsBuilder.cs
00002411 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\PersistentSubscription\PersistentSubscriptionService.cs
00002423 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\PersistentSubscription\PersistentSubscriptionState.cs
00002425 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\PersistentSubscription\PersistentSubscriptionStats.cs
00002426 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\PersistentSubscription\PersistentSubscriptionStreamReader.cs
00002427 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\PersistentSubscription\RequestStatistics.cs
00002429 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\PersistentSubscription\RetryableMessage.cs
00002430 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\PersistentSubscription\SequencedEvent.cs
00002430 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\PersistentSubscription\StreamBuffer.cs
00002432 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Replication\MasterReplicationService.cs
00002439 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Replication\ReplicaService.cs
00002445 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\RequestForwardingService.cs
00002447 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Storage\EpochManager\EpochManager.cs
00002450 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Storage\EpochManager\IEpochManager.cs
00002450 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\NodeSubsystems.cs
00002451 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Storage\ReaderIndex\AllReader.cs
00002453 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Storage\ReaderIndex\IIndexCache.cs
00002455 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Storage\ReaderIndex\IndexBackend.cs
00002457 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Storage\ReaderIndex\IndexCommitter.cs
00002463 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Storage\ReaderIndex\IndexReader.cs
00002472 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Storage\ReaderIndex\StreamAccessType.cs
00002473 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Storage\ReaderIndex\StreamAccess.cs
00002473 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Storage\ReaderIndex\TransactionInfo.cs
00002474 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Storage\ReaderIndex\IndexWriter.cs
00002485 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\SubscriptionsService.cs
00002490 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\HttpSendService.cs
00002493 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\RequestManager\Managers\DeleteStreamTwoPhaseRequestManager.cs
00002494 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Monitoring\StatsCollectorEnvelope.cs
00002494 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Monitoring\Stats\StatsContainer.cs
00002496 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Monitoring\SystemStatsHelper.cs
00002499 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Monitoring\Stats\StatMetadata.cs
00002500 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\RequestManager\Managers\SingleAckRequestManager.cs
00002508 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Storage\ReaderIndex\CommitCheckResult.cs
00002508 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Storage\ReaderIndex\CommitDecision.cs
00002508 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Storage\ReaderIndex\IndexReadAllResult.cs
00002509 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Storage\ReaderIndex\IReadIndex.cs
00002510 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Storage\ReaderIndex\ReadStreamResult.cs
00002510 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Storage\ReaderIndex\IndexReadEventResult.cs
00002511 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Storage\ReaderIndex\ReadIndex.cs
00002513 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Index\TableIndex.cs
00002524 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Storage\ReaderIndex\IndexReadStreamResult.cs
00002525 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Data\ReadEventResult.cs
00002525 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Storage\StorageReaderWorker.cs
00002534 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Storage\StorageScavenger.cs
00002535 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\SystemNames.cs
00002537 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\RequestManager\Managers\TransactionCommitTwoPhaseRequestManager.cs
00002538 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\TcpSendService.cs
00002538 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Http\Authentication\HttpAuthenticationProvider.cs
00002539 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Http\Authentication\BasicHttpAuthenticationProvider.cs
00002540 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Http\Authentication\AnonymousHttpAuthenticationProvider.cs
00002540 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Authentication\InternalAuthenticationProvider.cs
00002542 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Authentication\OpenGenericPrincipal.cs
00002543 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Http\Authentication\PasswordChangeNotificationReader.cs
00002544 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Authentication\PasswordHashAlgorithm.cs
00002544 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Http\Authentication\Rfc2898PasswordHashAlgorithm.cs
00002545 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Data\UserData.cs
00002546 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Http\Authentication\TrustedHttpAuthenticationProvider.cs
00002547 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Http\Controllers\HistogramController.cs
00002562 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Http\Controllers\RelLink.cs
00002563 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Http\Controllers\ClusterWebUIController.cs
00002564 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Http\Controllers\ElectController.cs
00002569 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Http\Controllers\GossipController.cs
00002572 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Http\Controllers\HttpHelpers.cs
00002573 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Http\Controllers\InfoController.cs
00002577 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Http\Controllers\PersistentSubscriptionController.cs
00002585 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Http\Controllers\UsersController.cs
00002593 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\RequestManager\Managers\TwoPhaseRequestManagerBase.cs
00002599 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\RequestManager\Managers\WriteStreamTwoPhaseRequestManager.cs
00002606 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Http\IncomingHttpRequestAuthenticationManager.cs
00002607 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Http\AuthenticatedHttpRequestProcessor.cs
00002620 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Http\IHttpService.cs
00002620 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Http\RequestParams.cs
00002621 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Http\UriRouters.cs
00002623 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Http\Messages\AuthenticatedHttpRequestMessage.cs
00002624 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Http\Messages\IncomingHttpRequestMessage.cs
00002624 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Http\ServiceAccessibility.cs
00002625 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Http\UriToActionMatch.cs
00002625 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Tcp\InternalTcpDispatcher.cs
00002629 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Tcp\UnableToAcquireStreamException.cs
00002629 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\UserManagement\AllUsersReader.cs
00002638 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\UserManagement\SystemAccount.cs
00002639 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\UserManagement\UserManagementService.cs
00002645 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\VNode\ClusterVNodeController.cs
00002663 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\VNode\MessageForwardingProxy.cs
00002665 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Settings\ESConsts.cs
00002665 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Settings\VNodeSettings.cs
00002666 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\StandardComponents.cs
00002667 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\TransactionLog\Checkpoint\Checkpoint.cs
00002668 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\TransactionLog\Chunks\TFChunkDbTruncator.cs
00002669 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\TransactionLog\Chunks\TFChunk\BulkReadResult.cs
00002670 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\TransactionLog\Chunks\TFChunk\PosMap.cs
00002671 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\TransactionLog\Chunks\TFChunk\TFChunkReadSide.cs
00002676 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\TransactionLog\Chunks\TFChunkBulkReader.cs
00002677 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\TransactionLog\Chunks\TFChunkScavenger.cs
00002682 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Http\Configure.cs
00002687 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Http\AutoEventConverter.cs
00002694 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Http\Format.cs
00002696 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Http\SendToHttpWithConversionEnvelope.cs
00002697 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\TransactionLog\Chunks\ChunkFooter.cs
00002698 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\TransactionLog\Chunks\ChunkHeader.cs
00002700 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\TransactionLog\Chunks\TFChunk\ReaderWorkItem.cs
00002700 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\TransactionLog\Chunks\TFChunkChaser.cs
00002701 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\TransactionLog\Chunks\TFChunkDbConfig.cs
00002702 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\TransactionLog\Chunks\TFChunkDb.cs
00002705 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\TransactionLog\Chunks\TFChunkReader.cs
00002707 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\TransactionLog\Chunks\TFChunkWriter.cs
00002708 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\TransactionLog\Chunks\TFConsts.cs
00002709 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Exceptions\UnableToReadPastEndOfStreamException.cs
00002709 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\TransactionLog\Chunks\TFChunk\WriterWorkItem.cs
00002710 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Exceptions\CorruptDatabaseException.cs
00002711 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\TransactionLog\ITransactionFileChaser.cs
00002711 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\TransactionLog\ITransactionFileReader.cs
00002712 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\TransactionLog\LogRecords\EpochRecord.cs
00002713 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\TransactionLog\LogRecords\SystemLogRecord.cs
00002715 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\TransactionLog\ReadResults.cs
00002716 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\TransactionLog\Chunks\TFChunk\TFChunk.cs
00002747 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\TransactionLog\Chunks\TFChunkManager.cs
00002753 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\TransactionLog\RecordWriteResult.cs
00002754 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\TransactionLog\FileNamingStrategy\VersionedPatternFileNamingStrategy.cs
00002759 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\TransactionLog\Unbuffered\NativeFile.cs
00002765 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\TransactionLog\Unbuffered\UnbufferedFileStream.cs
00002769 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\TransactionLog\Unbuffered\WinNative.cs
00002770 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Util\FileUtil.cs
00002771 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Util\HistogramExtensions.cs
00002771 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Util\MD5Hash.cs
00002772 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Messages\TcpClientMessageDto.cs
00002799 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Messages\MonitoringMessage.cs
00002801 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Messages\StorageMessage.cs
00002806 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Messaging\Forwarder.cs
00002807 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Messaging\SendToThisEnvelope.cs
00002808 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Messaging\NoopEnvelope.cs
00002808 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\ProgramBase.cs
00002813 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Monitoring\Utils\PerfCounterHelper.cs
00002815 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Monitoring\Stats\QueueStats.cs
00002816 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Monitoring\Stats\GcStats.cs
00002817 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Storage\ReaderIndex\BoundedCache.cs
00002825 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Storage\ReaderIndex\ReadCacheStats.cs
00002825 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\TimerService\ThreadBasedScheduler.cs
00002827 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Tcp\ITcpDispatcher.cs
00002827 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Tcp\TcpDispatcher.cs
00002829 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Tcp\TcpService.cs
00002831 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\VNode\VNodeFSM.cs
00002832 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\VNode\VNodeFSMBuilder.cs
00002834 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\VNode\VNodeFSMHandling.cs
00002835 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\VNode\VNodeFSMStatesDefinition.cs
00002836 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Monitoring\MonitoringService.cs
00002839 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Monitoring\Stats\EsDriveInfo.cs
00002840 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Monitoring\Stats\DiskIo.cs
00002841 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Monitoring\Utils\StatsCsvEncoder.cs
00002842 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Storage\ReaderIndex\DictionaryBasedCache.cs
00002843 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Storage\ReaderIndex\ReadIndexStats.cs
00002844 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Storage\StorageChaser.cs
00002848 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Storage\StorageReaderService.cs
00002851 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Http\ControllerAction.cs
00002857 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Http\Controllers\AdminController.cs
00002863 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Http\Controllers\CommunicationController.cs
00002864 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Http\Controllers\PingController.cs
00002865 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Http\Controllers\StatController.cs
00002866 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Http\Controllers\AtomController.cs
00002877 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Http\Convert.cs
00002882 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Http\HttpMessagePipe.cs
00002884 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Http\ResponseConfiguration.cs
00002885 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Data\Event.cs
00002886 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Data\ExpectedVersion.cs
00002886 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Messages\SystemMessage.cs
00002889 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Messages\ClientMessage.cs
00002925 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Messaging\IEnvelope.cs
00002926 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Messaging\Message.cs
00002933 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Messaging\PublishEnvelope.cs
00002933 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Properties\AssemblyInfo.cs
00002934 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\RequestManager\RequestManagementService.cs
00002936 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Storage\StorageWriterService.cs
00002945 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Tcp\TcpCommand.cs
00002946 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Messages\HttpMessage.cs
00002957 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Http\HttpService.cs
00002959 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Tcp\ProtobufExtensions.cs
00002960 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Http\SendToHttpEnvelope.cs
00002962 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Tcp\ClientTcpDispatcher.cs
00002975 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Tcp\SendOverTcpEnvelope.cs
00002976 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Tcp\TcpConnectionManager.cs
00002981 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Messages\TcpMessage.cs
00002983 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\TimerService\IScheduler.cs
00002983 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\TimerService\ITimer.cs
00002983 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\TimerService\ITimeProvider.cs
00002984 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\TimerService\TimerBasedScheduler.cs
00002985 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\TimerService\RealTimer.cs
00002986 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\TimerService\RealTimeProvider.cs
00002986 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\TimerService\TimerService.cs
00002991 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\TimerService\TimerMessage.cs
00002992 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Services\Transport\Tcp\TcpPackage.cs
00002994 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\TransactionLog\Checkpoint\FileCheckpoint.cs
00002995 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\TransactionLog\Checkpoint\ICheckpoint.cs
00002995 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\TransactionLog\Checkpoint\InMemoryCheckpoint.cs
00002996 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\TransactionLog\Checkpoint\MemoryMappedFileCheckpoint.cs
00002998 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\TransactionLog\Checkpoint\WriteThroughFileCheckpoint.cs
00002999 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\TransactionLog\LogRecords\CommitLogRecord.cs
00003000 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\TransactionLog\LogRecords\LogRecord.cs
00003002 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\TransactionLog\LogRecords\PrepareLogRecord.cs
00003005 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\TransactionLog\ITransactionFileWriter.cs
00003006 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\TransactionLog\FileNamingStrategy\IFileNamingStrategy.cs
00003006 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Util\MiniWeb.cs
00003008 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\Util\Opts.cs
00003011 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core\VNodeStatusChangeArgs.cs
00003012 Loading assembly EventStore.Rags, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL
00003030 Loading assembly HdrHistogram.NET
00003033 Loading assembly Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL
00003053 Loading assembly protobuf-net, Version=2.0.0.580, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL
00003060 Loading assembly System
00003060 Loading assembly System.Core
00003060 Loading assembly System.Runtime.Serialization
00003091 Loading assembly System.ServiceModel
00003273 Loading assembly System.ServiceModel.Web
00003280 Loading assembly System.Xml
00003281 Loading assembly System.Xml.Linq
00003292 Could not find referenced assembly Mono.Posix
00003292 Adding project reference EventStore.BufferManagement, a794d3fb-06ac-471f-ab8d-6e98cbfa0021
00003292 Adding project reference EventStore.Common, b4c9be3d-43b1-4049-a23a-5dc53db3f0b0
00003292 Adding project reference EventStore.Transport.Http, 30af4820-dc60-4674-9e19-c4518445545a
00003292 Adding project reference EventStore.Transport.Tcp, a3c1cbe0-4728-451f-b709-480134432880
00003293 Loading project - EventStore.Core.Tests, ..\EventStore\src\EventStore.Core.Tests\EventStore.Core.Tests.csproj, {6BC8929C-FFD0-4EE6-ACF8-BDF4A3855AF4}
00003293 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Authentication\StubPasswordHashAlgorithm.cs
00003294 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\AwakeService\when_creating.cs
00003295 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\AwakeService\when_handling_comitted_event.cs
00003296 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\AwakeService\when_handling_committed_event_after_unsybscribe.cs
00003298 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\AwakeService\when_handling_committed_event_with_subscribers.cs
00003299 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\AwakeService\when_handling_subscribe_awake.cs
00003300 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\AwakeService\when_subscribing_before_last_position_with_already_committed_events.cs
00003302 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Bus\FSMSpeedTest.cs
00003304 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Bus\Helpers\BusTestMessages.cs
00003305 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Bus\Helpers\NoopConsumer.cs
00003305 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Bus\Helpers\QueuedHandlerTestWithWaitingConsumer.cs
00003331 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Bus\Helpers\TestMultiHandler.cs
00003332 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Bus\Helpers\TestHandler.cs
00003333 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Bus\Helpers\TimeoutHelper.cs
00003333 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Bus\Helpers\WaitingConsumer.cs
00003334 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Bus\Helpers\Messages.cs
00003335 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Bus\Helpers\QueuedHandlerTestWithNoopConsumer.cs
00003335 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Bus\queued_handler_should.cs
00003336 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Bus\QueueSpeedTest.cs
00003339 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Bus\when_publishing_to_queued_handler.cs
00003340 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Bus\when_publishing_to_queued_handler_before_starting.cs
00003342 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Bus\when_stopping_queued_handler.cs
00003343 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Bus\when_publishing_into_memory_bus.cs
00003345 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Bus\when_subscribing_to_memory_bus.cs
00003348 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Bus\when_unsubscribing_from_memory_bus.cs
00003350 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\appending_to_implicitly_created_stream.cs
00003354 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\appending_to_implicitly_created_stream_using_transaction.cs
00003364 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\connecting_to_a_persistent_subscription.cs
00003372 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\connection_string.cs
00003373 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\create_persistent_subscription.cs
00003376 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\deleting_persistent_subscription.cs
00003377 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\read_allevents_backward_with_linkto_deleted_event.cs
00003378 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Embedded\appending_to_implicitly_created_stream.cs
00003379 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Embedded\appending_to_implicitly_created_stream_using_transaction.cs
00003379 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Embedded\append_to_stream.cs
00003379 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Embedded\deleting_stream.cs
00003380 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Embedded\isjson_flag_on_event.cs
00003380 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Embedded\read_all_events_backward_should.cs
00003381 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Embedded\read_all_events_forward_should.cs
00003381 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Embedded\read_all_events_forward_with_hard_deleted_stream_should.cs
00003382 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Embedded\read_all_events_forward_with_soft_deleted_stream_should.cs
00003382 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Embedded\read_event_should.cs
00003383 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Embedded\read_event_stream_backward_should.cs
00003384 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Embedded\read_event_stream_forward_should.cs
00003384 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Embedded\read_stream_events_with_unresolved_linkto.cs
00003385 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Embedded\soft_delete.cs
00003385 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Embedded\subscribe_should.cs
00003386 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Embedded\subscribe_to_all_catching_up_should.cs
00003386 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Embedded\subscribe_to_all_should.cs
00003387 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Embedded\subscribe_to_stream_catching_up_should.cs
00003387 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Embedded\transaction.cs
00003388 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Embedded\when_committing_empty_transaction.cs
00003388 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Embedded\when_having_max_count_set_for_stream.cs
00003389 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Embedded\when_having_truncatebefore_set_for_stream.cs
00003389 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Embedded\when_working_with_stream_metadata_as_byte_array.cs
00003390 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Embedded\when_working_with_stream_metadata_as_structured_info.cs
00003390 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\read_all_events_forward_with_hard_deleted_stream_should.cs
00003396 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\read_all_events_forward_with_linkto_passed_max_count.cs
00003398 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\read_all_events_forward_with_linkto_to_deleted_event.cs
00003399 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\read_all_events_forward_with_soft_deleted_stream_should.cs
00003401 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\read_stream_events_with_unresolved_linkto.cs
00003404 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\soft_delete.cs
00003421 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Security\multiple_role_security.cs
00003424 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Security\stream_security_inheritance.cs
00003428 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Security\overriden_system_stream_security_for_all.cs
00003432 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Security\overriden_user_stream_security.cs
00003435 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Security\overriden_system_stream_security.cs
00003439 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\append_to_stream.cs
00003453 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\SpecificationWithLinkToToDeletedEvents.cs
00003473 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\SpecificationWithLinkToToMaxCountDeletedEvents.cs
00003474 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\SpecificationWithMiniNode.cs
00003474 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\update_persistent_subscription.cs
00003478 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\UserManagement\reset_change_password.cs
00003480 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\UserManagement\creating_a_user.cs
00003481 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\UserManagement\deleting_a_user.cs
00003482 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\UserManagement\enable_disable_user.cs
00003485 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\UserManagement\get_current_user.cs
00003485 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\UserManagement\list_users.cs
00003486 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\UserManagement\TestWithNode.cs
00003487 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\UserManagement\TestWithUser.cs
00003488 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\UserManagement\updating_a_user.cs
00003489 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\when_having_truncatebefore_set_for_stream.cs
00003503 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\connect.cs
00003505 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\read_event_should.cs
00003509 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\deleting_stream.cs
00003511 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\event_store_connection_should.cs
00003521 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Helpers\TcpType.cs
00003522 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Helpers\EventDataComparer.cs
00003525 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Helpers\EventsStream.cs
00003525 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Helpers\TestConnection.cs
00003527 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Helpers\TestEvent.cs
00003528 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Helpers\Writer.cs
00003529 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\isjson_flag_on_event.cs
00003534 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\read_all_events_backward_should.cs
00003535 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\read_all_events_forward_should.cs
00003537 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\read_event_stream_backward_should.cs
00003540 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\read_event_stream_forward_should.cs
00003544 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Security\all_stream_with_no_acl_security.cs
00003546 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Security\delete_stream_security.cs
00003549 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Security\system_stream_security.cs
00003554 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Security\read_stream_security.cs
00003562 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Security\read_all_security.cs
00003563 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Security\read_stream_meta_security.cs
00003565 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Security\AuthenticationTestBase.cs
00003568 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Security\authorized_default_credentials_security.cs
00003570 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Security\subscribe_to_all_security.cs
00003571 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Security\subscribe_to_stream_security.cs
00003572 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Security\transactional_write_stream_security.cs
00003575 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Security\write_stream_meta_security.cs
00003577 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\Security\write_stream_security.cs
00003579 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\subscribe_should.cs
00003580 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\subscribe_to_all_catching_up_should.cs
00003584 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\subscribe_to_all_should.cs
00003586 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\subscribe_to_stream_catching_up_should.cs
00003595 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\SystemData\clientapi_tcp_package.cs
00003597 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\transaction.cs
00003600 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\when_committing_empty_transaction.cs
00003602 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\when_having_max_count_set_for_stream.cs
00003604 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\when_working_with_stream_metadata_as_byte_array.cs
00003607 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\ClientAPI\when_working_with_stream_metadata_as_structured_info.cs
00003612 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Common\EventStoreOptionsTests\TestArgs.cs
00003613 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Common\EventStoreOptionsTests\when_parsing\with_a_complex_type.cs
00003614 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Common\EventStoreOptionsTests\when_parsing\with_incorrectly_cased_option_in_config.cs
00003616 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Common\EventStoreOptionsTests\when_parsing\with_invalid_format.cs
00003617 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Common\EventStoreOptionsTests\when_parsing\with_long_form_argument.cs
00003619 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Common\EventStoreOptionsTests\when_parsing\with_no_arguments_and_environment_variables_exist.cs
00003642 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Common\EventStoreOptionsTests\when_parsing\with_config_file_and_environment_variable.cs
00003643 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Common\EventStoreOptionsTests\when_parsing\with_arguments_and_config_files.cs
00003643 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Common\EventStoreOptionsTests\when_parsing\with_command_line_argument_with_config_file_and_environment_variable.cs
00003644 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Common\EventStoreOptionsTests\when_parsing\with_a_config_file.cs
00003645 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Common\EventStoreOptionsTests\when_parsing\with_arguments.cs
00003645 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Common\EventStoreOptionsTests\when_parsing\with_no_arguments.cs
00003646 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Common\EventStoreOptionsTests\when_parsing\with_unknown_options.cs
00003647 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Common\EventStoreOptionsTests\when_updating\with_a_change_that_will_not_take_effect.cs
00003648 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\DataStructures\PremptableQueueTests.cs
00003648 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\DefaultData.cs
00003649 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Common\EventStoreOptionsTests\when_updating\when_config_file_was_used.cs
00003650 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Common\EventStoreOptionsTests\when_updating\with_a_single_change.cs
00003651 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Common\EventStoreOptionsTests\when_updating\when_no_config_file_is_present.cs
00003652 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Common\EventStoreOptionsTests\when_updating\with_no_change.cs
00003653 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Fakes\FakeTfReader.cs
00003653 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Helpers\CollectionsExtensions.cs
00003654 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Helpers\HelperExtensions.cs
00003656 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\DataStructures\pairing_heap_should.cs
00003657 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Fakes\FakeLogger.cs
00003658 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Fakes\FakePublisher.cs
00003659 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Fakes\NoopPublisher.cs
00003659 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Hashes\murmur2_hash_should.cs
00003660 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Hashes\murmur3a_hash_should.cs
00003660 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Hashes\SMHasher.cs
00003662 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Hashes\xxhash_hash_should.cs
00003662 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Helpers\ClientApiLoggerBridge.cs
00003663 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Helpers\LengthPrefixSuffixFramer.cs
00003666 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Helpers\ManualQueue.cs
00003667 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Helpers\MiniClusterNode.cs
00003674 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Helpers\MiniNode.cs
00003677 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Helpers\ReflectionDynamic.cs
00003680 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Helpers\PortsHelper.cs
00003681 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Helpers\TestFixtureWithExistingEvents.cs
00003690 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Helpers\TestFixtureWithReadWriteDispatchers.cs
00003694 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Helpers\TestHelper.cs
00003695 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Http\ArgumentPassing\matching.cs
00003697 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Http\BasicAuthentication\basic_authentication.cs
00003699 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Http\HttpBehaviorSpecification.cs
00003709 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Http\PersistentSubscription\creating.cs
00003711 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Http\PersistentSubscription\deleting.cs
00003712 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Http\PersistentSubscription\statistics.cs
00003717 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Http\PersistentSubscription\updating.cs
00003719 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Http\StreamSecurity\SetUpFixture.cs
00003719 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Http\StreamSecurity\SpecificationWithUsers.cs
00003722 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Http\StreamSecurity\stream_access.cs
00003723 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Http\Streams\HttpSpecificationWithLinkToToDeletedEvents.cs
00003724 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Http\Streams\HttpSpecificationWithLinkToToEvents.cs
00003725 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Http\Streams\idempotency.cs
00003728 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Http\Streams\basic.cs
00003747 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Http\Streams\feed.cs
00003755 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Http\Streams\metadata.cs
00003756 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Http\Streams\SetUpFixture.cs
00003756 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Http\Streams\SpecificationWithLinkToToMaxCountDeletedEvents.cs
00003757 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Http\Streams\XDocumentAtomExtensions.cs
00003758 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Http\TestController.cs
00003759 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Http\TestSuiteMarkerBase.cs
00003760 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Http\Users\StreamHelpers.cs
00003760 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Http\Users\users.cs
00003763 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Index\adding_four_items_to_empty_index_map_with_two_tables_per_level_causes_double_merge.cs
00003765 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Index\adding_two_items_to_empty_index_map_with_two_tables_per_level_causes_merge.cs
00003766 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Index\when_trying_to_get_oldest_entry.cs
00003767 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Index\create_index_map_from_non_existing_file.cs
00003768 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Index\adding_four_items_to_empty_index_map_with_four_tables_per_level_causes_merge.cs
00003769 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Index\adding_item_to_empty_index_map.cs
00003770 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Index\adding_sixteen_items_to_empty_index_map_with_four_tables_per_level_causes_double_merge.cs
00003805 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Index\destroying_ptable.cs
00003806 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Index\index_map_should.cs
00003809 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Index\MemTableTests.cs
00003823 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Index\FakeFilenameProvider.cs
00003825 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Index\IndexEntryTests.cs
00003827 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Index\ptable_midpoint_cache_should.cs
00003837 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Index\ptable_read_scenario_with_usual_items.cs
00003840 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Index\ptable_read_scenario_with_items_spanning_few_cache_segments.cs
00003845 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Index\ptable_should.cs
00003846 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Index\index_map_should_detect_corruption.cs
00003851 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Index\table_index_should.cs
00003852 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Index\table_index_with_two_ptables_and_memtable_on_range_query.cs
00003858 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Index\when_marking_an_index_as_corrupt.cs
00003858 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Index\saving_empty_index_to_a_file.cs
00003859 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Index\saving_index_with_six_items_to_a_file.cs
00003861 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Index\ptable_range_query_tests.cs
00003865 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Index\PTableReadScenario.cs
00003866 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Index\table_index_on_try_get_one_value_query.cs
00003867 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Index\when_a_ptable_header_is_corrupt_on_disk.cs
00003868 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Index\when_a_ptable_is_corrupt_on_disk.cs
00003873 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Index\when_creating_ptable_from_memtable.cs
00003875 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Index\when_marking_an_index_map_as_corrupt_then_ok.cs
00003875 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Index\when_merging_four_ptables.cs
00003876 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Index\ReverseComparerTests.cs
00003877 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Index\saving_index_with_single_item_to_a_file.cs
00003887 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Index\when_merging_two_ptables.cs
00003888 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Index\when_trying_to_get_latest_entry.cs
00003890 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Index\table_index_on_range_query.cs
00003893 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Index\when_merging_ptables_with_entries_to_nonexisting_record.cs
00003894 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Index\when_opening_ptable_without_right_flag_in_header.cs
00003895 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Infrastructure\RandTestQueueItem.cs
00003895 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Infrastructure\IRandTestFinishCondition.cs
00003896 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Infrastructure\IRandTestItemProcessor.cs
00003896 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Infrastructure\RandomTestRunner.cs
00003899 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\ElectionsService\ClusterSettings.cs
00003900 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\ElectionsService\ClusterSettingsFactory.cs
00003901 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\ElectionsService\ElectionServiceUnit.cs
00003906 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\ElectionsService\FakeEpochManager.cs
00003907 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\ElectionsService\LeaderNode\happy_case_as_leader.cs
00003907 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\ElectionsService\LeaderNode\paxos_walktrough_as_leader.cs
00003908 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\ElectionsService\NonLeaderNode\happy_case_as_nonleader.cs
00003908 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\ElectionsService\NonLeaderNode\paxos_walktrough_as_nonleader.cs
00003908 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\ElectionsService\no_quorum_cases.cs
00003910 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\ElectionsService\Randomized\ElectionParams.cs
00003910 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\ElectionsService\Randomized\ElectionsInstance.cs
00003911 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\ElectionsService\Randomized\ElectionsLogger.cs
00003914 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\ElectionsService\Randomized\ElectionsProgressCondition.cs
00003915 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\ElectionsService\Randomized\ElectionsSafetyCondition.cs
00003916 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\ElectionsService\Randomized\elections_service_3_nodes_full_gossip_no_http_loss_no_dup.cs
00003917 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\ElectionsService\Randomized\elections_service_3_nodes_full_gossip_some_http_loss_some_dup.cs
00003917 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\ElectionsService\Randomized\elections_service_3_nodes_with_1_known_and_changing_for_every_node_correct_removal.cs
00003920 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\ElectionsService\Randomized\elections_service_3_nodes_with_1_known_and_changing_for_every_node_remove_dead.cs
00003920 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\ElectionsService\Randomized\elections_service_3_nodes_with_1_known_and_changing_for_every_node_remove_dead_668010149.cs
00003920 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\ElectionsService\Randomized\elections_service_3_nodes_with_1_known_and_changing_for_every_node_remove_dead_base.cs
00003921 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\ElectionsService\Randomized\elections_service_3_nodes_with_1_known_and_changing_for_every_node_with_shuffle_stable_last_1000.cs
00003921 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\ElectionsService\Randomized\elections_service_4_nodes_full_gossip_no_http_loss_no_dup.cs
00003928 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\ElectionsService\Randomized\elections_service_4_nodes_full_gossip_some_http_loss_some_dup.cs
00003929 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\ElectionsService\Randomized\elections_service_4_nodes_full_gossip_some_http_loss_some_dup_rndseed_20676840.cs
00003930 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\ElectionsService\Randomized\elections_service_5_nodes_full_gossip_no_http_loss_no_dup.cs
00003933 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\ElectionsService\Randomized\elections_service_5_nodes_full_gossip_some_http_loss_some_dup.cs
00003934 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\ElectionsService\Randomized\elections_service_5_nodes_with_1_known_and_changing_for_every_node_correct_removal.cs
00003934 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\ElectionsService\Randomized\elections_service_5_nodes_with_1_known_and_changing_for_every_node_remove_dead.cs
00003934 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\ElectionsService\Randomized\elections_service_5_nodes_with_1_known_and_changing_for_every_node_with_shuffle.cs
00003935 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\ElectionsService\Randomized\elections_service_5_nodes_with_1_known_when_started_and_set_full_imediately.cs
00003936 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\ElectionsService\Randomized\elections_service_5_nodes_with_1_known_when_started_and_set_to_full_later.cs
00003939 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\ElectionsService\Randomized\GossipUpdateParams.cs
00003940 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\ElectionsService\Randomized\InnerBusMessagesProcessor.cs
00003941 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\ElectionsService\Randomized\RandomizedElectionsAndGossipTestCase.cs
00003942 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\ElectionsService\Randomized\RandomizedElectionsTestCase.cs
00003944 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\ElectionsService\Randomized\SendOverHttpBlockingProcessor.cs
00003949 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\ElectionsService\Randomized\SendOverHttpProcessor.cs
00003950 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\ElectionsService\Randomized\SeqHelpers.cs
00003950 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\ElectionsService\Randomized\TimerMessageProcessor.cs
00003951 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\ElectionsService\Randomized\UpdateGossipProcessor.cs
00003953 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\GossipService\gossip_service_should.cs
00003954 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\PersistentSubscription\OutstandingMessageCacheTests.cs
00003956 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\PersistentSubscription\PersistentSubscriptionConfigPersistence.cs
00003956 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\PersistentSubscription\PersistentSubscriptionTests.cs
00003973 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\PersistentSubscription\StreamBufferTests.cs
00003975 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Replication\DeleteStream\when_delete_stream_gets_commit_timeout_after_commit.cs
00003976 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Authentication\when_handling_multiple_requests_with_reset_password_cache_in_between.cs
00003977 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Authentication\when_handling_multiple_requests_with_the_same_correct_user_name_and_password.cs
00003978 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Replication\DeleteStream\when_delete_stream_gets_prepare_timeout_after_prepares.cs
00003979 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Replication\DeleteStream\when_delete_stream_completes_successfully.cs
00003980 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Replication\DeleteStream\when_creating_delete_stream_request_manager.cs
00003980 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Replication\DeleteStream\when_delete_stream_gets_already_committed.cs
00003981 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Replication\DeleteStream\when_delete_stream_gets_commit_timeout_before_commit_stage.cs
00003982 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Replication\DeleteStream\when_delete_stream_gets_commit_timeout_before_final_commit.cs
00003983 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Replication\DeleteStream\when_delete_stream_gets_prepare_timeout_before_prepares.cs
00003984 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Replication\DeleteStream\when_delete_stream_gets_stream_deleted.cs
00003985 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Replication\FakeEnvelope.cs
00003985 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Replication\RequestManagerSpecification.cs
00003986 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Replication\TransactionCommit\when_creating_transaction_commit_request_manager.cs
00003987 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Replication\TransactionCommit\when_transaction_commit_completes_successfully.cs
00003988 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Replication\TransactionCommit\when_transaction_commit_gets_already_committed.cs
00003989 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Replication\TransactionCommit\when_transaction_commit_gets_commit_timeout_before_commit_stage.cs
00003990 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Replication\TransactionCommit\when_transaction_commit_gets_commit_timeout_before_final_commit.cs
00003991 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Replication\TransactionCommit\when_transaction_commit_gets_prepare_timeout_after_prepares.cs
00003992 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Replication\TransactionCommit\when_transaction_commit_gets_prepare_timeout_before_prepares.cs
00003998 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Replication\TransactionCommit\when_transaction_commit_gets_stream_deleted.cs
00003999 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Replication\WriteStream\when_write_stream_gets_commit_timeout_after_commit.cs
00004000 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Replication\WriteStream\when_creating_write_stream_request_manager.cs
00004001 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Replication\WriteStream\when_write_stream_gets_stream_deleted.cs
00004002 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Replication\WriteStream\when_write_stream_gets_already_committed.cs
00004003 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Replication\WriteStream\when_write_stream_gets_prepare_timeout_after_prepares.cs
00004004 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Replication\WriteStream\when_write_stream_completes_successfully.cs
00004005 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Replication\WriteStream\when_write_stream_gets_commit_timeout_before_commit_stage.cs
00004006 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Replication\WriteStream\when_write_stream_gets_commit_timeout_before_final_commit.cs
00004007 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Replication\WriteStream\when_write_stream_gets_prepare_timeout_before_prepares.cs
00004008 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\CheckCommitStartingAt\when_writing_few_prepares_with_same_expected_version_and_committing_one_of_them.cs
00004009 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\CheckCommitStartingAt\when_writing_few_prepares_with_same_expected_version_and_not_committing_them.cs
00004010 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\CheckCommitStartingAt\when_writing_prepares_in_wrong_order_and_committing_in_right_order.cs
00004011 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\CheckCommitStartingAt\when_writing_few_prepares_and_committing_one.cs
00004012 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\CheckCommitStartingAt\when_writing_single_prepare.cs
00004012 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\DeletingStream\when_writing_few_prepares_on_same_event_number_and_commiting_delete_on_this_version_read_index_should.cs
00004014 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\DeletingStream\when_writing_delete_prepare_but_no_commit_read_index_should.cs
00004016 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\MaxAgeMaxCount\AfterScavenge\when_having_stream_with_truncatebefore_specified.cs
00004017 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\MaxAgeMaxCount\AfterScavenge\when_having_stream_both_maxage_and_maxcount_specified_with_maxage_more_strict.cs
00004019 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\MaxAgeMaxCount\AfterScavenge\when_having_stream_both_maxage_and_maxcount_specified_with_maxcount_more_strict.cs
00004021 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\MaxAgeMaxCount\AfterScavenge\when_having_stream_with_maxage_specified.cs
00004022 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\MaxAgeMaxCount\AfterScavenge\when_having_stream_with_maxcount_specified.cs
00004045 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\MaxAgeMaxCount\ReadRangeAndNextEventNumber\when_reading_stream_with_start_from.cs
00004048 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\MaxAgeMaxCount\with_too_big_start_from.cs
00004050 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\MaxAgeMaxCount\with_big_start_from.cs
00004053 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\MaxAgeMaxCount\when_having_stream_with_truncatebefore_specified.cs
00004054 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\MaxAgeMaxCount\ReadRangeAndNextEventNumber\when_reading_stream_with_max_age_and_max_count_and_max_age_is_more_strict.cs
00004057 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\MaxAgeMaxCount\ReadRangeAndNextEventNumber\when_reading_stream_with_max_age_and_max_count_and_max_count_is_more_strict.cs
00004061 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\MaxAgeMaxCount\ReadRangeAndNextEventNumber\when_reading_stream_with_max_age.cs
00004065 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\MaxAgeMaxCount\ReadRangeAndNextEventNumber\when_reading_stream_with_max_count.cs
00004068 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\MaxAgeMaxCount\ReadRangeAndNextEventNumber\when_reading_stream_with_no_max_age_max_count.cs
00004070 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\Metastreams\when_having_multiple_metaevents_in_metastream_and_read_index_is_set_to_keep_last_2.cs
00004072 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\Metastreams\when_having_multiple_metaevents_in_metastream_and_read_index_is_set_to_keep_just_last.cs
00004080 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\Metastreams\when_having_deleted_stream_and_no_metastream_metastream_is_declared_deleted_as_well.cs
00004081 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\Metastreams\when_having_deleted_stream_its_metastream_is_deleted_as_well.cs
00004083 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\Scavenge\when_stream_is_softdeleted_and_temp_but_some_metaevents_are_in_multiple_chunks.cs
00004084 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\Scavenge\when_stream_is_softdeleted_and_temp_but_some_events_are_in_multiple_chunks.cs
00004086 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\Scavenge\when_stream_is_softdeleted_and_temp_and_all_events_and_metaevents_are_in_one_chunk.cs
00004087 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\SimpleDbTestScenario.cs
00004088 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\Scavenge\when_having_commit_spanning_multiple_chunks.cs
00004090 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\Scavenge\when_having_commits_spanning_multiple_chunks.cs
00004091 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\Scavenge\when_deleting_single_stream_spanning_through_2_chunks_in_2nd_chunk__in_db_with_3_chunks.cs
00004092 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\Scavenge\when_writing_delete_prepare_without_commit_on_stream_spanning_through_2_chunks_in_db_with_2_chunks.cs
00004094 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\Scavenge\when_deleting_single_stream_spanning_through_2_chunks_in_db_with_3_chunks.cs
00004095 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\Scavenge\when_deleting_single_stream_spanning_through_2_chunks_in_db_with_2_chunks.cs
00004096 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\DeletingStream\when_deleting_stream_spanning_through_multiple_chunks_in_db_with_other_streams_read_index_should.cs
00004097 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\DeletingStream\deleting_stream_tests_2.cs
00004098 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\DeletingStream\deleting_stream_tests_3.cs
00004099 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\DeletingStream\deleting_stream_tests_1.cs
00004100 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\DeletingStream\when_deleting_stream_spanning_through_multiple_chunks_read_index_should.cs
00004101 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\DeletingStream\is_stream_deleted_should.cs
00004101 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\DeletingStream\with_empty_db_read_index_should.cs
00004102 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\DeletingStream\when_deleting_stream_with_1_hash_collision_and_1_stream_with_other_hash_read_index_should.cs
00004103 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\MaxAgeMaxCount\with_invalid_metadata.cs
00004108 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\MaxAgeMaxCount\with_invalid_max_count_and_normal_max_age.cs
00004110 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\MaxAgeMaxCount\with_invalid_max_age_and_normal_max_count.cs
00004112 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\MaxAgeMaxCount\with_too_big_max_age_and_normal_max_count.cs
00004113 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\MaxAgeMaxCount\with_too_big_max_count_and_normal_max_age.cs
00004115 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\MaxAgeMaxCount\with_too_big_max_age.cs
00004117 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\MaxAgeMaxCount\with_too_big_max_count.cs
00004119 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\MaxAgeMaxCount\with_big_max_count.cs
00004121 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\MaxAgeMaxCount\with_big_max_age.cs
00004123 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\MaxAgeMaxCount\when_having_stream_with_maxcount_specified_and_long_transactions_written.cs
00004124 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\MaxAgeMaxCount\when_having_one_stream_with_maxage_and_other_stream_with_maxcount_and_streams_have_same_hash.cs
00004127 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\DeletingStream\when_deleting_stream_with_2_hash_collisions_and_mixed_order_read_index_should.cs
00004128 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\DeletingStream\when_deleting_the_only_existing_stream_in_db_read_index_should.cs
00004129 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\Transactions\when_having_two_intermingled_transactions_and_some_uncommited_prepares_spanning_few_chunks_read_index_should.cs
00004133 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\Transactions\when_having_two_intermingled_transactions_spanning_few_chunks_read_index_should.cs
00004142 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\Transactions\when_having_two_intermingled_transactions_and_some_uncommited_prepares_in_the_end_read_index_should.cs
00004146 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\MaxAgeMaxCount\when_having_stream_both_maxage_and_maxcount_specified_with_maxage_more_strict.cs
00004148 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\MaxAgeMaxCount\when_having_stream_both_maxage_and_maxcount_specified_with_maxcount_more_strict.cs
00004149 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\MaxAgeMaxCount\when_having_stream_with_maxage_specified.cs
00004151 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\MaxAgeMaxCount\when_having_stream_with_maxcount_specified.cs
00004152 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\Transactions\when_rebuilding_index_for_partially_persisted_transaction.cs
00004153 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Hashes\MD5HashTests.cs
00004155 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Monitoring\FormatterTests.cs
00004158 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Monitoring\StatsParserTests.cs
00004158 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\ByLengthHasher.cs
00004159 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\FakeTableIndex.cs
00004160 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\ReadIndexTestScenario.cs
00004170 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\BuildingIndex\when_building_an_index_off_tfile_with_multiple_events_in_a_stream.cs
00004172 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\BuildingIndex\when_building_an_index_off_tfile_with_prepares_and_commits.cs
00004174 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\BuildingIndex\when_building_an_index_off_tfile_with_prepares_but_no_commits.cs
00004175 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\BuildingIndex\when_building_an_index_off_tfile_with_two_events_in_stream.cs
00004177 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\when_caching_read_items.cs
00004179 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\Transactions\when_having_multievent_sequential_write_request_read_index_should.cs
00004180 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\Transactions\when_having_two_intermingled_transactions_read_index_should.cs
00004185 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\HashCollisions\with_single_deleted_event_stream_read_index_should.cs
00004187 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\HashCollisions\with_three_collisioned_streams_one_event_each_with_second_stream_deleted_read_index_should.cs
00004190 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\HashCollisions\with_three_collisioned_streams_with_different_number_of_events_each_read_index_should.cs
00004221 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\HashCollisions\with_three_collisioned_streams_with_different_number_of_events_third_one_deleted_each_read_index_should.cs
00004234 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\HashCollisions\with_two_collisioned_streams_one_event_each_first_stream_deleted_read_index_should.cs
00004236 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\HashCollisions\with_two_collisioned_streams_one_event_each_read_index_should.cs
00004240 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\HashCollisions\with_no_hash_collisions_read_index_should.cs
00004243 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Storage\HashCollisions\with_three_collisioned_streams_one_event_each_read_index_should.cs
00004247 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Transport\Http\Authentication\basic_http_authentication_provider.cs
00004250 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Transport\Http\Authentication\rfc_2898_password_hash_algorithm.cs
00004253 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Authentication\with_internal_authentication_provider.cs
00004262 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Transport\Http\media_type.cs
00004265 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Transport\Http\atom_specs.cs
00004269 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Transport\Http\auto_convertion.cs
00004283 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Transport\Http\HttpBootstrap.cs
00004286 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Transport\Http\http_service_should.cs
00004288 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Transport\Http\PortableServer.cs
00004289 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Transport\Http\ping_controller_should.cs
00004292 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\MightyMooseIgnoreAttribute.cs
00004293 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Transport\Http\proxy_headers.cs
00004294 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Transport\Http\speed_test.cs
00004301 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Transport\Http\uri_router_should.cs
00004314 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Transport\Tcp\ssl_connection.cs
00004317 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\Transport\Tcp\core_tcp_package.cs
00004320 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\UserManagementService\password_change_notification_reader.cs
00004321 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\UserManagementService\user_management_service.cs
00004392 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\VNode\vnode_fsm_should.cs
00004394 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\SpecificationWithDirectoryPerTestFixture.cs
00004394 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\SpecificationWithFilePerTestFixture.cs
00004395 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\SpecificationWithDirectory.cs
00004396 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Properties\AssemblyInfo.cs
00004396 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\Services\TimeService\time_service_should.cs
00004399 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\SpecificationWithFile.cs
00004400 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TestsInitFixture.cs
00004401 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\Scavenging\when_having_stream_with_start_from_specified.cs
00004410 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\Scavenging\scavenged_chunk.cs
00004411 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\Truncation\when_truncating_into_the_middle_of_completed_chunk.cs
00004413 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\Truncation\when_truncating_into_the_middle_of_ongoing_chunk.cs
00004415 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\Truncation\when_truncating_to_the_very_beginning_of_db.cs
00004416 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\Truncation\when_truncating_into_the_middle_of_multichunk.cs
00004417 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\Truncation\TruncateAndReOpenDbScenario.cs
00004418 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\Truncation\TruncateScenario.cs
00004419 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\Truncation\when_truncating_few_chunks_with_index_on_disk.cs
00004420 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\Truncation\when_truncating_few_chunks_with_index_on_disk_and_then_reopening_db.cs
00004422 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\Truncation\when_truncating_into_the_middle_of_scavenged_chunk_with_index_in_memory.cs
00004423 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\Truncation\when_truncating_into_the_middle_of_scavenged_chunk_with_index_in_memory_and_then_reopening_db.cs
00004425 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\Truncation\when_truncating_right_at_the_end_of_multichunk.cs
00004427 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\Truncation\when_truncating_single_uncompleted_chunk_with_index_in_memory_and_then_reopening_db.cs
00004429 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\Truncation\when_truncating_single_uncompleted_chunk_with_index_on_disk.cs
00004429 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\Scavenging\when_metastream_is_scavenged_and_read_index_is_set_to_keep_last_3_metaevents.cs
00004430 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\Scavenging\when_deleted_stream_with_metadata_is_scavenged.cs
00004431 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\Scavenging\when_metastream_is_scavenged_and_read_index_is_set_to_keep_just_last_metaevent.cs
00004432 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\Unbuffered\UnbufferedTests.cs
00004460 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\Validation\TFChunkDbCreationTestBase.cs
00004461 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\when_reading_cached_empty_scavenged_tfchunk.cs
00004462 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\when_reading_uncached_empty_scavenged_tfchunk.cs
00004463 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\FlushTimeMeter.cs
00004464 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\when_reading_logical_bytes_bulk_from_a_chunk.cs
00004466 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\when_reading_physical_bytes_bulk_from_a_chunk.cs
00004468 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\when_sequentially_reading_db_with_few_chunks.cs
00004471 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\when_sequentially_reading_db_with_one_chunk.cs
00004473 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\when_having_scavenged_tfchunk_with_all_records_removed.cs
00004476 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\FakeReadIndex.cs
00004477 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\when_destroying_a_tfchunk.cs
00004478 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\when_destroying_a_tfchunk_that_is_locked.cs
00004478 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\when_marking_for_deletion_a_tfchunk_that_has_been_locked_and_unlocked.cs
00004479 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\Truncation\when_truncating_database.cs
00004481 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\when_sequentially_reading_db_with_one_chunk_ending_with_prepare.cs
00004489 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\when_unlocking_a_tfchunk_that_has_been_marked_for_deletion.cs
00004490 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\commit_log_record_should.cs
00004492 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\Validation\when_validating_tfchunk_db_with_multi_chunks.cs
00004496 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\prepare_log_record_should.cs
00004497 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\when_creating_tfchunk_from_empty_file.cs
00004498 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\when_appending_past_end_of_a_tfchunk.cs
00004499 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\when_appending_to_a_tfchunk_and_flushing.cs
00004500 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\when_appending_to_a_tfchunk_without_flush.cs
00004501 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\when_opening_existing_tfchunk.cs
00004502 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\when_opening_tfchunk_from_non_existing_file.cs
00004503 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\when_reading_from_a_cached_tfchunk.cs
00004504 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\when_uncaching_a_tfchunk.cs
00004505 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\when_writing_a_file_checkpoint_to_a_writethroughfile.cs
00004506 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\when_writing_a_memorymappedpoint_to_a_file.cs
00004507 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\when_writing_multiple_records_to_a_tfchunk.cs
00004509 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\Scavenging\Helpers\ScavengeTestScenario.cs
00004511 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\Scavenging\Helpers\TFChunkDbCreationHelper.cs
00004515 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\Scavenging\when_deleted_stream_with_a_lot_of_data_is_scavenged.cs
00004522 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\Scavenging\when_deleted_stream_with_explicit_transaction_is_scavenged.cs
00004523 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\Scavenging\when_having_nothing_to_scavenge.cs
00004523 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\Scavenging\when_having_stream_with_both_max_age_and_max_count_with_stricted_max_age_specified.cs
00004525 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\Scavenging\when_having_stream_with_both_max_age_and_max_count_with_stricted_max_count_specified.cs
00004526 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\Scavenging\when_having_stream_with_max_age_specified.cs
00004527 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\Scavenging\when_having_stream_with_max_count_specified.cs
00004528 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\Scavenging\when_having_stream_with_strict_max_age_leaving_no_events_in_stream.cs
00004529 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\Scavenging\when_stream_is_deleted.cs
00004529 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\Scavenging\when_stream_is_deleted_and_bulk_transaction_spans_chunks_boundary.cs
00004530 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\Scavenging\when_stream_is_deleted_and_explicit_transaction_spans_chunks_boundary.cs
00004531 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\versioned_pattern_filenaming_strategy.cs
00004533 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\when_chasing_a_chunked_transaction_log.cs
00004536 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\when_creating_chunked_transaction_chaser.cs
00004537 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\when_creating_chunked_transaction_file_database.cs
00004537 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\when_creating_chunked_transaction_file_reader.cs
00004538 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\when_creating_chunked_transaction_file_writer.cs
00004538 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\when_opening_chunked_transaction_file_db_without_previous_files.cs
00004539 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\when_reading_an_empty_chunked_transaction_log.cs
00004540 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\Validation\when_validating_tfchunk_db.cs
00004553 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\Validation\when_validating_tfchunkdb_without_previous_files.cs
00004554 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\when_writing_an_existing_chunked_transaction_file_with_checksum.cs
00004555 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\when_writing_an_existing_chunked_transaction_file_with_checksum_and_data_bigger_than_buffer.cs
00004557 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\when_writing_an_existing_chunked_transaction_file_with_not_enough_space_in_chunk.cs
00004558 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\when_writing_a_file_checksum_to_a_file.cs
00004559 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\when_writing_a_new_chunked_transaction_file.cs
00004560 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\when_writing_commit_record_to_file.cs
00004561 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\TransactionLog\when_writing_prepare_record_to_file.cs
00004563 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Core.Tests\mono_filestream_bug.cs
00004564 Loading assembly EventStore.Rags, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL
00004576 Loading assembly Microsoft.CSharp
00004578 Loading assembly Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL
00004632 Loading assembly nunit.framework
00004655 Loading assembly System
00004655 Loading assembly System.Core
00004655 Loading assembly System.ServiceModel
00004656 Loading assembly System.Web
00005004 Loading assembly System.Xml
00005004 Loading assembly System.Xml.Linq
00005004 Adding project reference EventStore.ClientAPI.Embedded, 0ed5bed0-ebf0-4c9d-b2a3-0ea54a767c3f
00005004 Adding project reference EventStore.ClientAPI, c7c0a3c2-a0eb-4ff4-a0cd-67eadf3f553f
00005005 Adding project reference EventStore.Common, b4c9be3d-43b1-4049-a23a-5dc53db3f0b0
00005005 Adding project reference EventStore.Core, d42a5833-4f20-4fcc-b364-6207ae016732
00005005 Adding project reference EventStore.Transport.Http, 30af4820-dc60-4674-9e19-c4518445545a
00005005 Adding project reference EventStore.Transport.Tcp, a3c1cbe0-4728-451f-b709-480134432880
00005005 Loading project - EventStore.Transport.Http, ..\EventStore\src\EventStore.Transport.Http\EventStore.Transport.Http.csproj, {30AF4820-DC60-4674-9E19-C4518445545A}
00005006 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Http\Codecs\Codec.cs
00005007 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Http\Codecs\CustomCodec.cs
00005008 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Http\Codecs\JsonCodec.cs
00005009 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Http\Codecs\ManualEncoding.cs
00005010 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Http\Codecs\NoCodec.cs
00005011 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Http\Codecs\TextCodec.cs
00005011 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Http\Codecs\XmlCodec.cs
00005013 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Http\MediaType.cs
00005014 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Http\AsyncQueuedBufferWriter.cs
00005016 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Http\Client\ClientOperationState.cs
00005029 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Http\Client\HttpAsyncClient.cs
00005032 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Http\Client\IHttpClient.cs
00005032 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Http\EntityManagement\HttpEntity.cs
00005034 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Http\EntityManagement\HttpEntityManager.cs
00005038 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Http\EntityManagement\HttpEntityManagerExtensions.cs
00005041 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Http\EntityManagement\ManagerOperationState.cs
00005042 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Http\HttpResponse.cs
00005042 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Http\IOStreams.cs
00005043 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Http\AsyncStreamCopier.cs
00005044 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Http\Atom\AtomSpecs.cs
00005044 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Http\Atom\AtomExceptions.cs
00005045 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Http\Atom\Feed.cs
00005049 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Http\Atom\ServiceDocument.cs
00005051 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Http\ContentType.cs
00005052 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Http\HttpMethod.cs
00005052 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Http\ICodec.cs
00005053 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Http\Properties\AssemblyInfo.cs
00005053 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Http\HttpStatusCode.cs
00005055 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Http\ProxyHeaders.cs
00005055 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Http\Server\HttpAsyncServer.cs
00005083 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Transport.Http\WebRequestExtensions.cs
00005084 Loading assembly Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL
00005104 Loading assembly System
00005105 Loading assembly System.Core
00005105 Loading assembly System.Xml
00005105 Adding project reference EventStore.Common, b4c9be3d-43b1-4049-a23a-5dc53db3f0b0
00005105 Loading project - EventStore.Common, ..\EventStore\src\EventStore.Common\EventStore.Common.csproj, {B4C9BE3D-43B1-4049-A23A-5DC53DB3F0B0}
00005105 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Common\Concurrent\ConcurrentQueue.cs
00005106 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Common\Concurrent\ConcurrentStack.cs
00005107 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Common\Locks\SpinLock2.cs
00005108 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Common\Exceptions\ApplicationInitializationException.cs
00005108 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Common\Log\ConsoleLogger.cs
00005110 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Common\Log\LazyLogger.cs
00005111 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Common\Log\ILogger.cs
00005112 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Common\Log\LogManager.cs
00005113 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Common\Log\NLogDirectoryLayoutRendered.cs
00005113 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Common\Log\NLogger.cs
00005115 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Common\Properties\JetbrainsAnnotations.cs
00005127 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Common\Options\EventStoreOptions.cs
00005131 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Common\Options\IOptions.cs
00005131 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Common\Options\ProjectionType.cs
00005131 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Common\Properties\AssemblyInfo.cs
00005132 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Common\Utils\Application.cs
00005133 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Common\Utils\BooleanTypeConverter.cs
00005134 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Common\Utils\FileStreamExtensions.cs
00005135 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Common\Utils\Empty.cs
00005135 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Common\Utils\IPAddressConverter.cs
00005135 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Common\Utils\IPEndPointArrayConverter.cs
00005136 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Common\Utils\IPEndPointComparer.cs
00005137 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Common\Utils\Json.cs
00005138 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Common\Utils\ShellExecutor.cs
00005138 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Common\Utils\StringExtensions.cs
00005139 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Common\Utils\Helper.cs
00005140 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Common\Utils\HostName.cs
00005140 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Common\Utils\OS.cs
00005141 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Common\Utils\BytesFormatter.cs
00005143 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Common\Utils\EnumerableExtensions.cs
00005144 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Common\Utils\IPEndpointExtensions.cs
00005144 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Common\Utils\Ensure.cs
00005145 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Common\Utils\Runtime.cs
00005145 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Common\Utils\VersionInfo.cs
00005146 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Common\Utils\IPEndpointConverter.cs
00005147 Loading assembly EventStore.Rags, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL
00005163 Loading assembly Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL
00005183 Loading assembly System
00005183 Loading assembly System.Core
00005183 Loading assembly NLog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c
00005226 Loading assembly System.Xml
00005226 Loading project - EventStore.BufferManagement.Tests, ..\EventStore\src\EventStore.BufferManagement.Tests\EventStore.BufferManagement.Tests.csproj, {05598608-CF42-49C1-A220-B1B7D1EBD83E}
00005226 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.BufferManagement.Tests\BufferManagerTests.cs
00005228 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.BufferManagement.Tests\BufferPoolStreamTests.cs
00005230 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.BufferManagement.Tests\BufferPoolTests.cs
00005240 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.BufferManagement.Tests\Properties\AssemblyInfo.cs
00005241 Loading assembly nunit.framework
00005264 Loading assembly System
00005264 Loading assembly System.Core
00005264 Adding project reference EventStore.BufferManagement, a794d3fb-06ac-471f-ab8d-6e98cbfa0021
00005264 Adding project reference EventStore.Common, b4c9be3d-43b1-4049-a23a-5dc53db3f0b0
00005264 Loading project - EventStore.Projections.Core, ..\EventStore\src\EventStore.Projections.Core\EventStore.Projections.Core.csproj, {03E02082-E179-4730-81FF-CE914749D6E3}
00005275 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\EventReaders\Feeds\FeedReader.cs
00005277 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\EventReaders\Feeds\FeedReaderService.cs
00005277 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\CoreProjectionManagementMessage.cs
00005283 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\CoreProjectionManagementMessageBase.cs
00005283 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\CoreProjectionManagementControlMessage.cs
00005284 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\CoreProjectionProcessingMessage.cs
00005288 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\CoreProjectionStatusMessage.cs
00005290 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\EventReaders\Feeds\FeedReaderMessage.cs
00005291 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\ICoreProjection.cs
00005293 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\IProjectionCheckpointManager.cs
00005294 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\IQuerySources.cs
00005295 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\ParallelQueryProcessingOutputMessages.cs
00005296 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\ParallelQueryProcessingMessages.cs
00005298 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\Persisted\Commands\CreateAndPrepareCommand.cs
00005300 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\Persisted\Commands\CreateAndPrepareSlaveCommand.cs
00005301 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\Persisted\Commands\CreatePreparedCommand.cs
00005301 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\Persisted\Commands\DisposeCommand.cs
00005302 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\Persisted\Commands\GetResultCommand.cs
00005302 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\Persisted\Commands\GetStateCommand.cs
00005303 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\Persisted\Commands\KillCommand.cs
00005303 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\Persisted\Commands\LoadStoppedCommand.cs
00005303 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\Persisted\Commands\PersistedProjectionConfig.cs
00005304 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\Persisted\Commands\PersistedProjectionVersion.cs
00005306 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\Persisted\Commands\SlaveProjectionsStartedResponse.cs
00005307 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\Persisted\Commands\SpoolStreamReadingCommand.cs
00005308 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\Persisted\Commands\StartCommand.cs
00005314 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\Persisted\Commands\StopCommand.cs
00005315 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\Persisted\Responses\AbortCommand.cs
00005315 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\Persisted\Responses\DeleteCommand.cs
00005315 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\Persisted\Responses\DisableCommand.cs
00005316 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\Persisted\Responses\EnableCommand.cs
00005316 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\Persisted\Responses\Faulted.cs
00005343 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\Persisted\Responses\GetQueryCommand.cs
00005343 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\Persisted\Responses\GetResultCommand.cs
00005344 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\Persisted\Responses\GetStateCommand.cs
00005346 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\Persisted\Responses\GetStatisticsCommand.cs
00005346 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\Persisted\Responses\PostCommand.cs
00005347 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\Persisted\Responses\Prepared.cs
00005347 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\Persisted\Responses\ProjectionWorkerStarted.cs
00005347 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\Persisted\Responses\ResetCommand.cs
00005348 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\Persisted\Responses\ResultReport.cs
00005348 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\Persisted\Responses\SetRunAsCommand.cs
00005349 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\Persisted\Responses\SlaveProjectionReaderAssigned.cs
00005349 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\Persisted\Responses\Slave\PartitionMeasuredResponse.cs
00005350 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\Persisted\Responses\Slave\PartitionProcessingProgressResponse.cs
00005350 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\Persisted\Responses\Slave\PartitionProcessingResultResponse.cs
00005352 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\Persisted\Responses\Started.cs
00005353 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\Persisted\Responses\StartSlaveProjectionsCommand.cs
00005353 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\Persisted\Responses\StateReport.cs
00005354 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\Persisted\Responses\StatisticsReport.cs
00005354 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\Persisted\Responses\Stopped.cs
00005354 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\Persisted\Responses\UpdateQueryCommand.cs
00005355 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\ProjectionCoreServiceMessage.cs
00005356 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\QuerySourcesDefinition.cs
00005359 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\QuerySourcesDefinitionOptions.cs
00005360 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\ReaderCoreServiceMessage.cs
00005361 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\ReaderSubscriptionManagement.cs
00005363 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\EventReaderSubscriptionMessageBase.cs
00005378 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\ReaderSubscriptionMessage.cs
00005383 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\SlaveProjectionCommunicationChannel.cs
00005384 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\SlaveProjectionCommunicationChannels.cs
00005384 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\SlaveProjectionDefinitions.cs
00005385 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messaging\PublishToWrapEnvelop.cs
00005386 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messaging\UnwrapEnvelopeHandler.cs
00005386 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messaging\UnwrapEnvelopeMessage.cs
00005387 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\ProjectionCoreWorkersNode.cs
00005390 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\ProjectionManagerNode.cs
00005392 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\ProjectionsStandardComponents.cs
00005393 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\ProjectionsSubsystem.cs
00005396 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Http\ProjectionsStatisticsHttpFormatted.cs
00005397 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\ISingletonTimeoutScheduler.cs
00005397 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Management\MasterCoreProjectionResponseReader.cs
00005399 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Management\MultiStreamMessageWriter.cs
00005400 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Management\IMultiStreamMessageWriter.cs
00005401 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Management\IResponseWriter.cs
00005403 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Management\ManagedProjection.cs
00005457 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Management\ManagedProjectionState.cs
00005457 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Management\ManagedProjectionStates\AbortedState.cs
00005457 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Management\ManagedProjectionStates\AbortingState.cs
00005458 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Management\ManagedProjectionStates\CompletedState.cs
00005458 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Management\ManagedProjectionStates\CreatingLoadingLoadedState.cs
00005459 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Management\ManagedProjectionStates\FaultedState.cs
00005459 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Management\ManagedProjectionStates\LoadingStateState.cs
00005460 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Management\ManagedProjectionStates\PreparedState.cs
00005460 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Management\ManagedProjectionStates\PreparingState.cs
00005461 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Management\ManagedProjectionStates\RunningState.cs
00005461 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Management\ManagedProjectionStates\StartingState.cs
00005462 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Management\ManagedProjectionStates\StoppedState.cs
00005462 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Management\ManagedProjectionStates\StoppingState.cs
00005463 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Management\ProjectionBalancer.cs
00005464 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Management\ProjectionCoreCoordinator.cs
00005465 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Management\ProjectionCoreResponseWriter.cs
00005468 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Management\ProjectionManagerResponseReader.cs
00005471 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Management\ProjectionManagerCommandWriter.cs
00005474 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Management\ProjectionManagerMessageDispatcher.cs
00005475 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Management\ProjectionStateHandlerFactory.cs
00005475 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Management\ResponseWriter.cs
00005476 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Management\SlaveProjectionResponseWriter.cs
00005477 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Management\TimeoutScheduler.cs
00005478 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\AllStreamsCatalogEventReader.cs
00005487 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\ByHandleStatePartitionSelector.cs
00005487 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\BypassingEventFilter.cs
00005488 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\ByPositionStreamStatePartitionSelector.cs
00005489 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\ByStreamCatalogEventReader.cs
00005491 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\ByStreamStatePartitionSelector.cs
00005491 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\CatalogStreamPositionTagger.cs
00005492 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\CategoryEventFilter.cs
00005493 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\CheckpointSuggestedWorkItem.cs
00005494 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\CheckpointTagExtensions.cs
00005500 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\CheckpointWorkItemBase.cs
00005501 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\CommittedEventWorkItem.cs
00005502 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\CompletedWorkItem.cs
00005502 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\ContinuousProjectionProcessingStrategy.cs
00005503 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\CoreProjectionCheckpointManager.cs
00005507 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\CoreProjectionCheckpointReader.cs
00005508 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\CoreProjectionCheckpointWriter.cs
00005510 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\DefaultCheckpointManager.cs
00005512 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\DefaultProjectionProcessingStrategy.cs
00005514 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\EmittedDataEvent.cs
00005515 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\EmittedEventEnvelope.cs
00005516 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\EmittedLinkTo.cs
00005520 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\EventByTypeIndexEventFilter.cs
00005521 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\EventByTypeIndexEventReader.cs
00005528 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\EventByTypeIndexPositionTagger.cs
00005530 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\EventProcessedResult.cs
00005531 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\EventReorderingReaderSubscription.cs
00005532 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\ExternallyFedByStreamEventReader.cs
00005535 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\ExternallyFedReaderStrategy.cs
00005536 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\ExtraMetaData.cs
00005536 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\GetDataWorkItemBase.cs
00005537 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\GetResultWorkItem.cs
00005538 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\GetStateWorkItem.cs
00005538 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\ICoreProjectionCheckpointManager.cs
00005539 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\ICoreProjectionForProcessingPhase.cs
00005540 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\IEventReader.cs
00005540 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\IEventWriter.cs
00005540 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\IEventProcessingPhase.cs
00005541 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\IProgressResultWriter.cs
00005541 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\IProjectionProcessingPhase.cs
00005542 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\IReaderStrategy.cs
00005543 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\IResultEventEmitter.cs
00005543 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\IResultWriter.cs
00005544 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\MultiStreamEventReader.cs
00005570 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\MultiStreamMultiOutputCheckpointManager.cs
00005573 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\CoreProjectionQueue.cs
00005581 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\EventReader.cs
00005584 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\IReaderSubscription.cs
00005584 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\MultiStreamEventFilter.cs
00005585 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\MultiStreamPositionTagger.cs
00005586 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\NoopCheckpointManager.cs
00005589 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\NoopResultEventEmitter.cs
00005589 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\NoopStatePartitionSelector.cs
00005590 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\NotAuthorizedWorkItem.cs
00005590 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\ParallelProcessingLoadBalancer.cs
00005592 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\ParallelQueryAllStreamsMasterReaderStrategy.cs
00005593 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\ParallelQueryMasterProjectionProcessingPhase.cs
00005594 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\ParallelQueryMasterReaderStrategy.cs
00005595 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\ParallelQueryProcessingStrategy.cs
00005597 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\PartitionCompletedWorkItem.cs
00005598 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\PartitionDeletedWorkItem.cs
00005599 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\PartitionState.cs
00005600 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\PartitionStateCache.cs
00005608 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\PartitionStateUpdateManager.cs
00005609 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\PhasePositionTagger.cs
00005610 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\PositionTracker.cs
00005611 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\PreparePositionTagger.cs
00005612 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\PreTaggedPositionTagger.cs
00005613 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\ProcessingStrategySelector.cs
00005614 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\ProgressWorkItem.cs
00005615 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\ProjectionCoreServiceCommandReader.cs
00005618 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\ProjectionNamesBuilder.cs
00005624 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\EventReaderCoreService.cs
00005628 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\EventProcessingProjectionProcessingPhase.cs
00005633 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\EventSubscriptionBasedProjectionProcessingPhase.cs
00005643 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\ProjectionOutputConfig.cs
00005644 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\ProjectionProcessingStrategy.cs
00005645 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\ProjectionSourceDefinition.cs
00005647 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\ReaderSubscriptionBase.cs
00005650 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\ProjectionVersion.cs
00005651 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\QueryProcessingStrategy.cs
00005652 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\ResultWriter.cs
00005653 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\SlaveQueryProcessingStrategy.cs
00005654 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\SlaveResultWriter.cs
00005655 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\SourceDefinitionBuilder.cs
00005658 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\CheckpointTag.cs
00005670 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\EmittedEvent.cs
00005671 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\EmittedStream.cs
00005684 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\HeadingEventReader.cs
00005686 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\ReaderStrategy.cs
00005691 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\ReaderSubscriptionOptions.cs
00005695 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\ResolvedEvent.cs
00005697 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\ResultEventEmitter.cs
00005698 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\EmittedLinkToWithRecategorization.cs
00005699 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\SpoolStreamProcessingWorkItem.cs
00005701 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\StagedProcessingQueue.cs
00005704 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\StatePartitionSelector.cs
00005705 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\StreamEventFilter.cs
00005705 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\StreamEventReader.cs
00005708 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\IProjectionStateHandler.cs
00005731 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\EventFilter.cs
00005733 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\StreamPositionTagger.cs
00005734 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\PositionTagger.cs
00005735 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\PrepareInfo.cs
00005736 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\CoreProjection.cs
00005742 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\ProjectionCheckpoint.cs
00005745 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\ReaderSubscription.cs
00005746 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\TaggedResolvedEvent.cs
00005746 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\TransactionFileEventFilter.cs
00005747 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\TransactionFilePositionTagger.cs
00005748 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\TransactionFileEventReader.cs
00005750 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\WorkItem.cs
00005751 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\WorkLoadEstimationStrategy.cs
00005752 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\WriteQueryEofProjectionProcessingPhase.cs
00005752 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\WriteQueryResultProjectionProcessingPhase.cs
00005753 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\WriteQueryResultProjectionProcessingPhaseBase.cs
00005755 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\ProjectionConfig.cs
00005756 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\ProjectionCoreService.cs
00005765 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Messages\ProjectionManagementMessage.cs
00005773 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Management\ProjectionManager.cs
00005782 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\ProjectionMode.cs
00005783 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Properties\AssemblyInfo.cs
00005783 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\ProjectionWorkerNode.cs
00005786 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Http\ProjectionsController.cs
00005799 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Http\ProjectionStatisticsHttpFormatted.cs
00005801 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\ProjectionStatistics.cs
00005803 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\PublishSubscribeDispatcher.cs
00005804 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\Processing\RequestResponseQueueForwarder.cs
00005806 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\ReaderSubscriptionDispatcher.cs
00005806 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\ReadWrite.cs
00005806 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\v8\DefaultV8ProjectionStateHandler.cs
00005807 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Services\v8\V8ProjectionStateHandler.cs
00005810 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Standard\CategorizeEventsByStreamPath.cs
00005811 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Standard\CategorizeStreamByPath.cs
00005813 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Standard\IndexEventsByEventType.cs
00005814 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Standard\IndexStreams.cs
00005816 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Standard\StreamCategoryExtractor.cs
00005817 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Standard\StreamCategoryExtractorByFirstSeparator.cs
00005817 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Standard\StreamCategoryExtractorByLastSeparator.cs
00005818 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Standard\StreamDeletedHelper.cs
00005819 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Standard\StubHandler.cs
00005820 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Utils\DebugLogger.cs
00005820 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Utils\EncodingExtensions.cs
00005826 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\Utils\EnumExtensions.cs
00005826 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\v8\CompiledScript.cs
00005827 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\v8\js1.cs
00005829 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\v8\Js1Exception.cs
00005830 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\v8\PreludeScript.cs
00005832 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core\v8\QueryScript.cs
00005836 Loading assembly Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL
00005856 Loading assembly System
00005856 Loading assembly System.Core
00005856 Loading assembly System.Runtime.Serialization
00005857 Loading assembly System.ServiceModel
00005857 Adding project reference EventStore.Common, b4c9be3d-43b1-4049-a23a-5dc53db3f0b0
00005857 Adding project reference EventStore.Core, d42a5833-4f20-4fcc-b364-6207ae016732
00005857 Adding project reference EventStore.Transport.Http, 30af4820-dc60-4674-9e19-c4518445545a
00005857 Loading project - EventStore.TestClient, ..\EventStore\src\EventStore.TestClient\EventStore.TestClient.csproj, {F5D3314D-E4B9-4D82-90C5-F1CEFA527365}
00005858 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\ClientApiLoggerBridge.cs
00005859 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Client.cs
00005861 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\ClientOptions.cs
00005897 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\CommandProcessorContext.cs
00005898 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\CommandsProcessor.cs
00005900 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\SubscriptionStressTestProcessor.cs
00005901 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\RunTestScenarios\NodeConnectionInfo.cs
00005903 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\WriteFloodClientApiProcessor.cs
00005906 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\ReadAllProcessor.cs
00005907 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\RunTestScenariosProcessor.cs
00005912 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\RunTestScenarios\BankAccountEvent.cs
00005918 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\RunTestScenarios\JsonEventContainer.cs
00005919 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\RunTestScenarios\LoopingProjectionKillScenario.cs
00005920 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\RunTestScenarios\MassProjectionsScenario.cs
00005924 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\RunTestScenarios\ProjectionsScenarioBase.cs
00005926 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\RunTestScenarios\ProjectionWrongTagCheck.cs
00005930 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\RunTestScenarios\ProjectionsKillScenario.cs
00005931 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\RunTestScenarios\IScenario.cs
00005932 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\RunTestScenarios\LoopingScenario.cs
00005944 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\RunTestScenarios\ProjForeachForcedCommonNameScenario.cs
00005954 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\RunTestScenarios\LoopingProjTranWriteScenario.cs
00005958 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\RunTestScenarios\ScenarioBase.cs
00005967 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\RunTestScenarios\TestEvent.cs
00005968 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\RunTestScenarios\WriteMode.cs
00005968 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\ScavengeProcessor.cs
00005969 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\DeleteProcessor.cs
00005972 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\DvuBasic\BankAccountBasicProducer.cs
00005975 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\DvuBasic\BankAccountEventFactory.cs
00005976 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\DvuBasic\DvuBasicProcessor.cs
00005983 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\DvuBasic\IBasicProducer.cs
00005983 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\DvuBasic\Status.cs
00005986 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\DvuBasic\StreamNamesGenerator.cs
00005987 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\MultiWriteFloodWaiting.cs
00005989 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\MultiWriteProcessor.cs
00005998 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\ExitProcessor.cs
00005999 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\ReadProcessor.cs
00006002 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\SubscribeToStreamProcessor.cs
00006003 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\TcpSanitazationCheckProcessor.cs
00006005 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\TransactionWriteProcessor.cs
00006009 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\UsageProcessor.cs
00006010 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\WriteFloodProcessor.cs
00006015 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\WriteJsonProcessor.cs
00006024 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\ReadFloodProcessor.cs
00006030 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\PingFloodProcessor.cs
00006034 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\PingFloodWaitingProcessor.cs
00006037 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\PingProcessor.cs
00006038 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\WriteFloodWaitingProcessor.cs
00006040 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\WriteLongTermProcessor.cs
00006045 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\WriteProcessor.cs
00006052 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Commands\RequestMonitor.cs
00006053 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\ConsoleTable.cs
00006056 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\ICmdProcessor.cs
00006056 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\PerfUtils.cs
00006057 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\PortsHelper.cs
00006059 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Program.cs
00006059 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.TestClient\Properties\AssemblyInfo.cs
00006060 Loading assembly EventStore.Rags
00006148 Loading assembly HdrHistogram.NET
00006151 Loading assembly System
00006151 Loading assembly System.Core
00006151 Adding project reference EventStore.BufferManagement, a794d3fb-06ac-471f-ab8d-6e98cbfa0021
00006151 Adding project reference EventStore.ClientAPI, c7c0a3c2-a0eb-4ff4-a0cd-67eadf3f553f
00006151 Adding project reference EventStore.Common, b4c9be3d-43b1-4049-a23a-5dc53db3f0b0
00006151 Adding project reference EventStore.Core, d42a5833-4f20-4fcc-b364-6207ae016732
00006151 Adding project reference EventStore.Transport.Http, 30af4820-dc60-4674-9e19-c4518445545a
00006151 Adding project reference EventStore.Transport.Tcp, a3c1cbe0-4728-451f-b709-480134432880
00006151 Loading project - EventStore.Web, ..\EventStore\src\EventStore.Web\EventStore.Web.csproj, {68065B8C-0FDC-473F-9C32-54078E32FD5C}
00006151 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Web\Properties\AssemblyInfo.cs
00006152 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Web\Users\UsersWebController.cs
00006153 Loading assembly System
00006153 Adding project reference EventStore.Common, b4c9be3d-43b1-4049-a23a-5dc53db3f0b0
00006153 Adding project reference EventStore.Core, d42a5833-4f20-4fcc-b364-6207ae016732
00006153 Adding project reference EventStore.Projections.Core, 03e02082-e179-4730-81ff-ce914749d6e3
00006153 Loading project - EventStore.ClientAPI, ..\EventStore\src\EventStore.ClientAPI\EventStore.ClientAPI.csproj, {C7C0A3C2-A0EB-4FF4-A0CD-67EADF3F553F}
00006154 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\AllCheckpoint.cs
00006154 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\AllEventsSlice.cs
00006155 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\ConnectionString.cs
00006157 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Internal\IPEndPointExtensions.cs
00006157 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\UserManagement\ResetPasswordDetails.cs
00006158 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\UserManagement\ChangePasswordDetails.cs
00006158 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\EventStorePersistentSubscription.cs
00006161 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Common\Log\FileLogger.cs
00006162 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Exceptions\UserCommandConflictException.cs
00006163 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Exceptions\UserCommandFailedException.cs
00006167 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Internal\PersistentSubscriptionCreateResult.cs
00006168 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\PersistentSubscriptionSettings.cs
00006169 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\PersistentSubscriptionSettingsBuilder.cs
00006171 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\ClientOperations\CreatePersistentSubscriptionOperation.cs
00006173 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\ClientOperations\DeletePersistentSubscriptionOperation.cs
00006174 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\ClientOperations\UpdatePersistentSubscriptionOperation.cs
00006175 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\ClientOperations\ISubscriptionOperation.cs
00006175 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\ClientOperations\VolatileSubscriptionOperation.cs
00006176 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\PersistentEventStoreSubscription.cs
00006177 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\ClientOperations\ConnectToPersistentSubscriptionOperation.cs
00006179 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Internal\GossipSeedEndPointDiscoverer.cs
00006180 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Internal\IEventStoreConnectionLogicHandler.cs
00006181 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Internal\NodeEndPoints.cs
00006181 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\GossipSeed.cs
00006182 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Internal\PersistentSubscriptionCreateStatus.cs
00006182 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Internal\PersistentSubscriptionDeleteResult.cs
00006182 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Internal\PersistentSubscriptionDeleteStatus.cs
00006183 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\PersistentSubscriptionNakEventAction.cs
00006183 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Internal\PersistentSubscriptionUpdateResult.cs
00006184 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Internal\PersistentSubscriptionUpdateStatus.cs
00006184 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\StreamCheckpoint.cs
00006184 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\ClientAuthenticationFailedEventArgs.cs
00006185 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\ClientErrorEventArgs.cs
00006185 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\ClientOperations\CommitTransactionOperation.cs
00006186 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\ClientOperations\ReadEventOperation.cs
00006188 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\ClientOperations\SubscriptionOperation.cs
00006191 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\ClientOperations\OperationBase.cs
00006198 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\ClientOperations\ReadAllEventsBackwardOperation.cs
00006199 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\ClientOperations\ReadAllEventsForwardOperation.cs
00006200 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\ClientOperations\ReadStreamEventsBackwardOperation.cs
00006201 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\ClientOperations\StartTransactionOperation.cs
00006202 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\ClientOperations\TransactionalWriteOperation.cs
00006203 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\ClientReconnectingEventArgs.cs
00006203 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Common\Concurrent\ConcurrentQueue.cs
00006204 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Common\Concurrent\ConcurrentStack.cs
00006205 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Common\Log\ConsoleLogger.cs
00006206 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Common\Log\NoopLogger.cs
00006206 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Common\Log\DebugLogger.cs
00006207 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Common\SpinLock2.cs
00006208 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Common\SystemNames.cs
00006209 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Common\Utils\Helper.cs
00006210 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Common\Utils\Json.cs
00006211 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\ClientClosedEventArgs.cs
00006212 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\ConnectionSettings.cs
00006213 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\DnsClusterSettingsBuilder.cs
00006214 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\GossipSeedClusterSettingsBuilder.cs
00006215 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\ConnectionSettingsBuilder.cs
00006219 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\ClusterSettings.cs
00006220 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\ClusterSettingsBuilder.cs
00006220 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\ClientConnectionEventArgs.cs
00006221 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\EventReadStatus.cs
00006221 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Exceptions\ProjectionCommandConflictException.cs
00006222 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\RawStreamMetadataResult.cs
00006226 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\StreamMetadataBuilder.cs
00006229 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\StreamMetadataResult.cs
00006230 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\UserManagement\UserCreationInformation.cs
00006230 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\UserManagement\UserDetails.cs
00006231 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\UserManagement\UserUpdateInformation.cs
00006231 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\UserManagement\UsersClient.cs
00006234 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\UserManagement\UsersManager.cs
00006236 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Internal\VolatileEventStoreSubscription.cs
00006236 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\WriteResult.cs
00006237 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\DeleteResult.cs
00006237 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\SystemSettings.cs
00006238 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\EventReadResult.cs
00006239 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Internal\EventStoreConnectionLogicHandler.cs
00006249 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Internal\IEndPointDiscoverer.cs
00006249 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Internal\OperationsManager.cs
00006252 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Internal\StaticEndPointDiscoverer.cs
00006252 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Internal\SubscriptionsManager.cs
00006279 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Internal\EventStoreNodeConnection.cs
00006287 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Exceptions\ClusterException.cs
00006287 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Exceptions\NotAuthenticatedException.cs
00006288 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\IEventStoreConnection.cs
00006292 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Internal\IEventStoreTransactionConnection.cs
00006293 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\StreamAcl.cs
00006295 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\SubscriptionDropReason.cs
00006295 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Exceptions\AccessDeniedException.cs
00006296 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\StreamMetadata.cs
00006300 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Internal\ClusterDnsEndPointDiscoverer.cs
00006303 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Internal\Messages.cs
00006305 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Internal\SimpleQueuedHandler.cs
00006306 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Internal\Consts.cs
00006306 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\EventStoreConnection.cs
00006315 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\EventStoreCatchUpSubscription.cs
00006320 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Internal\Empty.cs
00006321 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\EventData.cs
00006322 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\EventStoreSubscription.cs
00006322 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Exceptions\EventStoreConnectionException.cs
00006323 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Exceptions\ServerErrorException.cs
00006323 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Projections\ProjectionsClient.cs
00006326 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\ReadDirection.cs
00006326 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\ResolvedEvent.cs
00006327 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Exceptions\CannotEstablishConnectionException.cs
00006328 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Exceptions\ProjectionCommandFailedException.cs
00006328 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Exceptions\InvalidTransactionException.cs
00006329 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Exceptions\StreamDeletedException.cs
00006329 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Exceptions\WrongExpectedVersionException.cs
00006330 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\EventStoreTransaction.cs
00006331 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\StreamEventsSlice.cs
00006332 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Exceptions\CommandNotExpectedException.cs
00006332 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Exceptions\ConnectionClosedException.cs
00006333 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Exceptions\NoResultException.cs
00006333 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Exceptions\OperationTimedOutException.cs
00006334 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Exceptions\RetriesLimitReachedException.cs
00006334 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Common\Log\LogManager.cs
00006335 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\ClientOperations\DeleteStreamOperation.cs
00006336 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\ClientOperations\IClientOperation.cs
00006336 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\ClientOperations\ReadStreamEventsForwardOperation.cs
00006337 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Common\Utils\Ensure.cs
00006338 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\ILogger.cs
00006339 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Messages\ClientMessagesExtensions.cs
00006344 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Messages\ClusterMessages.cs
00006345 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Position.cs
00006347 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Projections\ProjectionsManager.cs
00006349 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\RecordedEvent.cs
00006350 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\SliceReadStatus.cs
00006350 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\StreamPosition.cs
00006351 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\SystemData\UserCredentials.cs
00006351 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\SystemData\StatusCode.cs
00006352 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\ExpectedVersion.cs
00006352 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\SystemData\InspectionResult.cs
00006353 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\SystemData\InspectionDecision.cs
00006353 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\SystemData\TcpCommand.cs
00006354 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\SystemData\TcpPackage.cs
00006356 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Transport.Http\AsyncStreamCopier.cs
00006357 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Transport.Http\ClientOperationState.cs
00006358 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Transport.Http\ContentType.cs
00006358 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Transport.Http\HttpAsyncClient.cs
00006361 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Transport.Http\HttpMethod.cs
00006362 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Transport.Http\HttpResponse.cs
00006362 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Transport.Http\HttpStatusCode.cs
00006364 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Transport.Http\IPEndpointExtensions.cs
00006364 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Transport.Http\WebRequestExtensions.cs
00006365 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Messages\ClientMessage.cs
00006408 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Transport.Tcp\PackageFramingException.cs
00006409 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Transport.Tcp\ProtobufExtensions.cs
00006410 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Transport.Tcp\TcpConfiguratin.cs
00006410 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Transport.Tcp\TcpConnection.cs
00006414 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Transport.Tcp\LengthPrefixFramer.cs
00006415 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Transport.Tcp\TcpConnectionLockless.cs
00006419 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Transport.Tcp\TcpConnectionMonitor.cs
00006421 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Transport.Tcp\TcpConnectionSsl.cs
00006431 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Transport.Tcp\TcpStats.cs
00006432 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Transport.Tcp\TcpPackageConnection.cs
00006434 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Properties\AssemblyInfo.cs
00006435 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Transport.Tcp\TcpClientConnector.cs
00006437 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Transport.Tcp\IMonitoredTcpConnection.cs
00006438 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Transport.Tcp\ITcpConnection.cs
00006438 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Transport.Tcp\SocketArgsPool.cs
00006439 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\Transport.Tcp\TcpConnectionBase.cs
00006441 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI\ClientOperations\AppendToStreamOperation.cs
00006443 Loading assembly Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL
00006464 Loading assembly protobuf-net
00006898 Loading assembly System
00006898 Loading assembly System.Xml.Linq
00006898 Loading assembly System.Data.DataSetExtensions
00006900 Loading assembly Microsoft.CSharp
00006901 Loading assembly System.Data
00006966 Loading assembly System.Xml
00006967 Loading project - EventStore.Projections.Core.Tests, ..\EventStore\src\EventStore.Projections.Core.Tests\EventStore.Projections.Core.Tests.csproj, {B3792B44-423E-4937-B065-F2D61785017F}
00006968 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\CallbackSubscriber.cs
00006969 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\ClientAPI\Cluster\specification_with_standard_projections_runnning.cs
00006973 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\ClientAPI\event_by_type_index.cs
00006974 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\ClientAPI\event_by_type_index\when_reverting_after_index_catches_up.cs
00006975 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\ClientAPI\specification_with_standard_projections_runnning.cs
00006978 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\ClientAPI\when_handling_created\with_from_all_any_foreach_projection\when_running_and_events_are_posted.cs
00006979 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\ClientAPI\when_handling_created\with_from_all_foreach_projection\when_running_and_events_are_indexed.cs
00006980 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\ClientAPI\when_handling_created\with_from_category_foreach_projection\when_running_and_events_are_indexed.cs
00006980 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\ClientAPI\when_handling_deleted\with_from_all_any_foreach_projection\recovery\when_running_and_events_are_posted.cs
00006981 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\ClientAPI\when_handling_deleted\with_from_all_any_foreach_projection\recovery\when_running_and_a_stream_gets_deleted_before_recovery.cs
00006982 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\ClientAPI\when_handling_deleted\with_from_all_any_foreach_projection\when_running_and_events_are_posted.cs
00006982 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\ClientAPI\when_handling_deleted\with_from_all_any_foreach_projection\when_running_and_events_are_posted_but_a_stream_and_tombstone_postponed.cs
00006983 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\ClientAPI\when_handling_deleted\with_from_all_any_foreach_projection\when_running_and_events_are_posted_but_tombstone.cs
00006984 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\ClientAPI\when_handling_deleted\with_from_all_any_foreach_projection\when_running_and_events_are_posted_including_tombstone.cs
00006984 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\ClientAPI\when_handling_deleted\with_from_all_any_foreach_projection\when_running_and_then_other_events_tombstone_ant_other_events.cs
00006985 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\ClientAPI\when_handling_deleted\with_from_category_foreach_projection\recovery\when_running_and_events_are_indexed.cs
00006986 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\ClientAPI\when_handling_deleted\with_from_category_foreach_projection\recovery\when_running_and_events_get_indexed_before_recovery.cs
00006987 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\ClientAPI\when_handling_deleted\with_from_category_foreach_projection\recovery\when_running_long_parallel_query.cs
00006997 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\ClientAPI\when_handling_deleted\with_from_category_foreach_projection\recovery\when_running_parallel_query.cs
00006998 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\ClientAPI\when_handling_deleted\with_from_category_foreach_projection\when_running_and_events_are_indexed.cs
00006999 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\ClientAPI\when_handling_deleted\with_from_category_foreach_projection\when_running_and_events_are_indexed_but_a_stream_and_tombstone_postponed.cs
00006999 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\ClientAPI\when_handling_deleted\with_from_category_foreach_projection\when_running_and_events_are_indexed_including_tombstone.cs
00007000 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\ClientAPI\when_handling_deleted\with_from_category_foreach_projection\when_running_and_events_are_indexed_but_tombstone.cs
00007001 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\ClientAPI\when_handling_deleted\with_from_category_foreach_projection\when_running_and_then_other_events_tombstone_ant_other_events.cs
00007001 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\ClientAPI\when_handling_deleted\with_from_all_foreach_projection\recovery\when_running_and_events_are_indexed.cs
00007002 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\ClientAPI\when_handling_deleted\with_from_all_foreach_projection\recovery\when_running_and_events_get_indexed_before_recovery.cs
00007003 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\ClientAPI\when_handling_deleted\with_from_all_foreach_projection\when_running_and_no_indexing.cs
00007004 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\ClientAPI\when_handling_deleted\with_from_all_foreach_projection\when_running_and_events_are_indexed.cs
00007004 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\ClientAPI\when_handling_deleted\with_from_all_foreach_projection\when_running_and_events_are_indexed_but_a_stream_and_tombstone.cs
00007005 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\ClientAPI\when_handling_deleted\with_from_all_foreach_projection\when_running_and_events_are_indexed_but_more_events_and_tombstone.cs
00007006 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\ClientAPI\when_handling_deleted\with_from_all_foreach_projection\when_running_and_events_are_indexed_but_tombstone.cs
00007006 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\ClientAPI\when_handling_deleted\with_from_all_foreach_projection\when_running_and_no_indexing_and_other_events.cs
00007007 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\ClientAPI\with_standard_projections_running.cs
00007009 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Integration\from_streams_matching\when_running_without_stream_metadata.cs
00007009 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Integration\from_streams_matching\when_running_wit_stream_metadata.cs
00007010 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Integration\scenarios\when_deleting_already_categorized_stream.cs
00007011 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Integration\system_projections\when_changing_categorization_projection_configurations.cs
00007012 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Other\json_serialization.cs
00007015 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Other\Stopwatch.cs
00007016 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Other\when_matching_remaining_path.cs
00007020 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Playground\BusTestingExtentions.cs
00007020 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Playground\Launchpad.cs
00007022 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Playground\Launchpad2.cs
00007023 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Playground\Launchpad3.cs
00007039 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Playground\LaunchpadBase.cs
00007041 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Properties\AssemblyInfo.cs
00007041 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\checkpoint_tag\checkpoint_tag_by_phase.cs
00007042 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\checkpoint_tag\checkpoint_tag_by_prepare_position.cs
00007043 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\checkpoint_tag\checkpoint_tag_by_stream_position.cs
00007045 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\checkpoint_tag\checkpoint_tag_by_event_type_index_positions.cs
00007047 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\checkpoint_tag\checkpoint_tag_by_stream_positions_when_updating.cs
00007047 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\checkpoint_tag\checkpoint_tag_by_tf_position.cs
00007048 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\checkpoint_tag\checkpoint_tag_by_stream_positions.cs
00007050 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\checkpoint_tag\checkpoint_tag_by_event_type_index_positions_when_updating.cs
00007051 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\checkpoint_tag\checkpoint_tag_phase.cs
00007052 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\checkpoint_tag\checkpoint_tag_by_catalog_stream.cs
00007053 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_core_service_command_reader\when_receiving_slave_projections_started_response.cs
00007054 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_core_service_response_writer\when_delete_command.cs
00007054 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_core_service_response_writer\when_handling_abort_command.cs
00007055 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_core_service_response_writer\when_handling_disable_command.cs
00007056 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_core_service_response_writer\when_handling_enable_command.cs
00007056 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_core_service_response_writer\when_handling_get_query_command.cs
00007057 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_core_service_response_writer\when_handling_get_result_command.cs
00007058 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_core_service_response_writer\when_handling_get_state_command.cs
00007058 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_core_service_response_writer\when_handling_get_statistics_command.cs
00007059 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_core_service_response_writer\when_handling_post_command.cs
00007060 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_core_service_response_writer\when_handling_reset_command.cs
00007061 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_core_service_response_writer\when_handling_set_runas_command.cs
00007062 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_core_service_response_writer\when_handling_start_slave_projections_command.cs
00007063 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_core_service_response_writer\when_handling_update_query_command.cs
00007064 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\slave_projection_response_writer\specification_with_slave_projection_response_writer.cs
00007069 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\slave_projection_response_writer\when_handling_partition_measured_message.cs
00007070 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\projection_manager_response_reader\specification_with_projection_manager_response_reader.cs
00007071 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\projection_manager_response_reader\specification_with_projection_manager_response_reader_started.cs
00007071 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\projection_manager_response_reader\when_creating.cs
00007072 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\projection_manager_response_reader\when_receiving_a_response.cs
00007072 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\projection_manager_response_reader\when_receiving_faulted_response.cs
00007073 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\projection_manager_response_reader\when_receiving_prepared_response.cs
00007074 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\projection_manager_response_reader\when_receiving_projection_worker_started_response.cs
00007075 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\projection_manager_response_reader\when_receiving_result_report_response.cs
00007075 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\projection_manager_response_reader\when_receiving_started_response.cs
00007076 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\projection_manager_response_reader\when_receiving_state_report_response.cs
00007077 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\projection_manager_response_reader\when_receiving_statistics_report_response.cs
00007079 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\projection_manager_response_reader\when_receiving_stopped_response.cs
00007079 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\projection_manager_response_reader\when_starting.cs
00007080 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_core_service_response_writer\specification_with_projection_manager_command_writer.cs
00007081 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_core_service_response_writer\when_handling_faulted_message.cs
00007081 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_core_service_response_writer\when_handling_prepared_message.cs
00007083 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\another_epoch\when_loading_an_existing_projection.cs
00007083 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\checkpoint_manager\multi_stream\when_prerecording_event_order.cs
00007084 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\checkpoint_manager\multi_stream\TestFixtureWithMultiStreamCheckpointManager.cs
00007085 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\checkpoint_manager\multi_stream\when_starting_with_prerecorded_events_after_the_last_checkpoint.cs
00007087 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\checkpoint_manager\multi_stream\when_starting_with_prerecorded_events_in_past_epoch.cs
00007089 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\emitted_stream\another_epoch\when_handling_an_emit_with_expected_tag_the_started_in_recovery_stream.cs
00007090 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\emitted_stream\another_epoch\when_handling_emits_with_previously_written_events_at_the_same_position.cs
00007092 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\emitted_stream\another_epoch\when_handling_emits_with_previously_written_events_in_different_epochs.cs
00007096 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\emitted_stream\another_projection\when_handling_an_emit_with_expected_tag_the_started_in_recovery_stream.cs
00007097 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\emitted_stream\when_handling_an_emit_to_the_nonexisting_stream.cs
00007099 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\emitted_stream\when_handling_an_emit_with_caused_by_and_correlation_id.cs
00007100 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\emitted_stream\when_handling_an_emit_with_stream_metadata.cs
00007101 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\emitted_stream\when_handling_an_emit_with_write_as_configured.cs
00007102 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\emitted_stream\when_checkpoint_requested_but_disabled.cs
00007102 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\emitted_stream\when_handling_an_emit_with_committed_callback.cs
00007103 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\emitted_stream\when_handling_an_emit_with_extra_metadata.cs
00007105 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\emitted_stream\when_handling_an_emit_with_not_ready_event.cs
00007106 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\emitted_stream\when_handling_emits_in_invalid_order.cs
00007107 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\emitted_stream\when_handling_emits_with_previously_written_events.cs
00007109 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\emitted_stream\when_handling_emits_with_previously_written_events_at_the_same_position.cs
00007110 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\multi_phase\specification_with_multi_phase_core_projection.cs
00007114 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\multi_phase\when_completing_phase1_of_a_multiphase_projection.cs
00007114 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\multi_phase\when_creating_a_multi_phase_projection.cs
00007115 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\multi_phase\when_starting_a_multi_phase_projection.cs
00007115 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\multi_phase\when_starting_phase2_without_a_reader_strategy.cs
00007116 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\parallel_query\specification_with_parallel_query.cs
00007117 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\parallel_query\when_handling_committed_event_received_messages.cs
00007118 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\parallel_query\when_handling_partition_processing_result_messages.cs
00007119 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\parallel_query\when_handling_reordered_partition_processing_result_messages.cs
00007125 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\projection_checkpoint\when_handling_stream_awaiting_message.cs
00007126 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\query_by_stream\specification_with_from_catalog_query.cs
00007126 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\slave_projection\specification_with_slave_core_projection.cs
00007128 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\query_by_stream\when_handling_multiple_empty_streams.cs
00007129 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\query_by_stream\when_handling_multiple_non_empty_streams.cs
00007130 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\query_by_stream\when_receiving_a_committed_event_the_projection_with_partitioned_state_by_custom_rule_should.cs
00007131 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\TestFixtureUtils.cs
00007132 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\TestFixtureWithReadWriteDispatchers.cs
00007132 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\when_creating_a_new_partitiion_the_projection_should.cs
00007133 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\when_receiving_committed_events_the_projection_without_when.cs
00007135 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\when_receiving_committed_event_the_projection_with_existing_partitioned_state_should.cs
00007136 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\when_the_projection_with_pending_checkpoint_is_stopped.cs
00007137 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_filter\include_everything_handling_deleted_notifications_event_filter.cs
00007137 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\all_streams_catalog_event_reader\when_reading_catalog.cs
00007139 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\by_stream_catalog_event_reader\when_reading_catalog.cs
00007141 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\externally_fed_by_stream_event_reader\when_fed_with_streams.cs
00007144 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\event_by_type_index_reader\catching_up\index_checkpoint.cs
00007147 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\event_by_type_index_reader\catching_up\when_reordering_happens_in_event_by_type_index.cs
00007149 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\event_by_type_index_reader\catching_up\when_one_event_type_has_been_never_emitted.cs
00007154 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\multi_stream_reader\reordering.cs
00007156 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\multi_stream_reader\when_handling_eof_for_all_streams_and_idle_eof.cs
00007158 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\multi_stream_reader\when_handling_read_completed_for_all_streams_after_pause_requested.cs
00007159 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\multi_stream_reader\when_onetime_reader_handles_eof.cs
00007161 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\stream_reader\when_handling_eof_and_idle_eof.cs
00007162 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\stream_reader\when_onetime_reader_handles_eof.cs
00007164 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\transaction_file_reader\when_handling_eof_and_idle_eof.cs
00007165 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\transaction_file_reader\when_handling_stream_hard_deleted.cs
00007166 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\transaction_file_reader\when_handling_stream_soft_deleted.cs
00007167 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\transaction_file_reader\when_onetime_reader_handles_eof.cs
00007169 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\feed_reader\feed_reader.cs
00007173 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\feed_reader\feed_reader_by_event_indexes.cs
00007176 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\TestFixtureWithEventReaderService.cs
00007177 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\handlers\categorize_events_by_stream_path.cs
00007195 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Integration\parallel_query\when_running_from_streams_matching_query.cs
00007196 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Integration\link_metadata\when_running_from_catalog_stream_query.cs
00007197 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Integration\parallel_query\when_running_from_catalog_stream_query_twice.cs
00007199 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Integration\parallel_query\when_running_from_catalog_stream_query_with_transform.cs
00007200 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Integration\specification_with_a_v8_query_posted.cs
00007201 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Integration\scenarios\when_recategorizing_chat_events_by_users.cs
00007203 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Integration\system_projections\when_recategorizing_events.cs
00007204 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Integration\system_projections\when_recategorizing_events_while_running.cs
00007204 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Integration\system_projections\when_running_system_projections.cs
00007205 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\parallel_processing_load_balancer\specification_with_parallel_processing_load_balancer.cs
00007206 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\parallel_processing_load_balancer\when_accounting_completed_task.cs
00007207 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\parallel_processing_load_balancer\when_accounting_completed_unmeasured_task.cs
00007208 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\parallel_processing_load_balancer\when_accounting_measured_tasks.cs
00007208 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\parallel_processing_load_balancer\when_completing_a_task_and_others_pending.cs
00007209 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\parallel_processing_load_balancer\when_completing_a_task_and_other_pending.cs
00007210 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\parallel_processing_load_balancer\when_creating.cs
00007211 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\parallel_processing_load_balancer\when_scheduling_first_task.cs
00007211 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\parallel_processing_load_balancer\when_scheduling_first_tasks.cs
00007212 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\parallel_processing_load_balancer\when_scheduling_many_measured_tasks.cs
00007213 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\parallel_processing_load_balancer\when_scheduling_many_unmeasured_tasks.cs
00007214 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\partition_state\partition_state.cs
00007215 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\partition_state_cache\when_caching_a_parition_state.cs
00007215 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\partition_state_cache\when_unlocking_and_forgetting_part_of_cached_states.cs
00007216 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\partition_state_update_manager\FakeEventWriter.cs
00007217 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\partition_state_update_manager\when_created.cs
00007217 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\partition_state_update_manager\when_creating.cs
00007218 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\partition_state_update_manager\when_state_updated.cs
00007219 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\partition_state_update_manager\when_state_updated_twice.cs
00007225 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\partition_state_update_manager\when_two_states_were_updated.cs
00007226 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\position_tagging\event_by_type_index_position_tagger\event_by_type_index_position_tagger.cs
00007230 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\position_tagging\event_by_type_index_position_tagger\when_creating_event_by_type_index_position_tracker.cs
00007231 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\position_tagging\event_by_type_index_position_tagger\when_updating_event_by_type_index_position_tracker_from_a_tag.cs
00007232 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\position_tagging\event_by_type_index_position_tagger\when_updating_event_by_type_index_position_tracker_to_zero.cs
00007233 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\position_tagging\event_by_type_index_position_tagger\when_updating_postion_event_by_type_index_position_tracker.cs
00007234 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\position_tagging\prepare_position_tagger\prepare_position_tagger.cs
00007236 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\position_tagging\prepare_position_tagger\when_creating_prepare_postion_tracker.cs
00007236 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\position_tagging\prepare_position_tagger\when_reinitializing_prepapre_postion_tracker.cs
00007237 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\position_tagging\prepare_position_tagger\when_updating_postion_tagger_from_a_tag.cs
00007238 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\position_tagging\prepare_position_tagger\when_updating_prepare_postion_tracker.cs
00007238 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reordering_projection_subscription\TestFixtureWithEventReorderingProjectionSubscription.cs
00007239 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reordering_projection_subscription\when_creating_projection_subscription.cs
00007240 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reordering_projection_subscription\when_handling_an_event_after_the_delay_and_reordering_is_required.cs
00007241 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reordering_projection_subscription\when_handling_an_idle_notification_and_reordering_is_required.cs
00007242 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reordering_projection_subscription\when_handling_committed_event_passing_the_filter.cs
00007242 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reordering_projection_subscription\when_handling_duplicate_events.cs
00007243 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reordering_projection_subscription\when_handling_a_second_event_after_the_delay.cs
00007244 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reordering_projection_subscription\when_handling_two_subsequent_events.cs
00007245 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reordering_projection_subscription\when_receiving_multiple_events_not_passing_event_filter.cs
00007246 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\checkpoint_manager\when_a_default_checkpoint_manager_has_been_reinitialized.cs
00007247 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\emitted_stream\when_handling_an_emit_with_expected_tag_the_started_in_recovery_stream.cs
00007252 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\TestCheckpointManagerMessageHandler.cs
00007253 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\TestFixtureWithCoreProjection.cs
00007255 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\TestFixtureWithCoreProjectionLoaded.cs
00007255 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\when_loading_an_existing_projection.cs
00007256 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\when_loading_a_new_projection.cs
00007257 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\when_starting_an_existing_projection_and_an_event_is_received.cs
00007257 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\when_starting_a_new_projection_and_an_event_is_received.cs
00007258 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\when_receiving_a_committed_event_the_projection_with_partitioned_state_by_custom_rule_should.cs
00007259 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\when_the_state_handler_fails_to_load_state_the_projection_should.cs
00007260 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\when_the_state_handler_with_configured_state_stream_does_process_an_event_the_projection_should.cs
00007261 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_filter\specific_stream_event_filter.cs
00007261 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\heading_event_reader\when_the_heading_event_reader_with_a_subscribed_projection_handles_an_idle_notification.cs
00007262 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\multi_stream_reader\when_handling_read_completed_and_no_stream.cs
00007265 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\multi_stream_reader\when_handling_read_completed_for_all_streams.cs
00007268 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\multi_stream_reader\when_creating.cs
00007269 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\multi_stream_reader\when_handling_read_completed.cs
00007271 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\multi_stream_reader\when_handling_read_completed_for_all_streams_and_eofs.cs
00007273 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\multi_stream_reader\when_handling_read_completed_for_all_streams_then_pause_requested_then_eof.cs
00007275 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\multi_stream_reader\when_resuming.cs
00007281 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\multi_stream_reader\when_has_been_created.cs
00007282 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\checkpoint_manager\FakeCoreProjection.cs
00007283 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\checkpoint_manager\TestFixtureWithCoreProjectionCheckpointManager.cs
00007284 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\checkpoint_manager\when_a_checkpoint_has_been_completed_and_requesting_checkpoint_to_stop.cs
00007285 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\checkpoint_manager\when_a_core_projection_checkpoint_manager_has_been_created.cs
00007286 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\checkpoint_manager\when_beginning_to_load_state_the_core_projection_checkpoint_manager.cs
00007287 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\checkpoint_manager\when_creating_a_default_checkpoint_manager.cs
00007289 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\checkpoint_manager\when_multiple_event_processed_received_the_core_projection_checkpoint_manager.cs
00007290 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\checkpoint_manager\when_starting_the_core_projection_checkpoint_manager.cs
00007291 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\when_receiving_a_committed_event_the_projection_with_partitioned_state_should.cs
00007292 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\when_receiving_committed_events_the_projection_with_partitioned_state_should.cs
00007294 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\heading_event_reader\FakeReaderSubscription.cs
00007296 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\heading_event_reader\when_heading_event_reader_has_been_created.cs
00007297 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\heading_event_reader\when_starting_a_heading_event_reader.cs
00007298 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\heading_event_reader\when_the_heading_event_reader_handles_an_event.cs
00007299 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\heading_event_reader\when_the_heading_event_reader_subscribes_a_projection.cs
00007300 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\heading_event_reader\when_the_heading_event_reader_unsubscribes_a_projection.cs
00007301 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\heading_event_reader\when_the_heading_event_reader_with_a_subscribed_projection_handles_an_event.cs
00007303 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\mixed_checkpoint_tags.cs
00007308 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\partition_state_cache\when_caching_a_parition_state_as_locked.cs
00007308 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\partition_state_cache\when_relocking_the_state_at_earlier_position.cs
00007309 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\partition_state_cache\when_relocking_the_state_at_later_position.cs
00007310 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\partition_state_cache\when_relocking_the_state_at_the_same_position.cs
00007311 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\partition_state_cache\when_the_partition_state_cache_has_been_created.cs
00007312 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\partition_state_cache\when_the_partition_state_cache_has_been_reinitialized.cs
00007313 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\partition_state_cache\when_unlocking_an_overflowed_cache.cs
00007314 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\partition_state_cache\when_unlocking_part_of_cached_states.cs
00007315 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\bi_state\a_new_posted_projection.cs
00007317 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\command_writer\specification_with_projection_manager_command_writer.cs
00007318 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\command_writer\when_handling_create_and_prepare_message.cs
00007319 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\command_writer\when_handling_create_and_prepare_slave_message.cs
00007320 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\command_writer\when_handling_create_prepared_message.cs
00007322 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\command_writer\when_handling_dispose_message.cs
00007322 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\command_writer\when_handling_get_result_message.cs
00007323 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\command_writer\when_handling_get_state_message.cs
00007324 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\command_writer\when_handling_kill_message.cs
00007324 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\command_writer\when_handling_load_stopped_message.cs
00007325 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\command_writer\when_handling_start_message.cs
00007326 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\command_writer\when_handling_stop_message.cs
00007326 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\continuous\a_new_posted_projection.cs
00007329 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\continuous\a_running_projection.cs
00007354 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\FakeBiStateProjection.cs
00007355 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\FakeFromCatalogStreamProjection.cs
00007357 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\managed_projection\when_starting_a_managed_projection_without_slave_projections.cs
00007360 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\query\an_expired_projection.cs
00007361 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\query\a_running_foreach_stream_projection.cs
00007363 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\query\a_completed_projection.cs
00007367 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\query\a_failed_projection.cs
00007370 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\query\a_running_projection.cs
00007372 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\FakeForeachStreamProjection.cs
00007375 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\FakeProjection.cs
00007377 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\query\a_new_posted_projection.cs
00007379 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\feed_reader\TestFixtureWithFeedReaderService.cs
00007381 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\runas\when_posting_a_transient_projection.cs
00007382 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\runas\when_posting_a_persistent_projection.cs
00007384 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\slave_projection\specification_with_slave_projection.cs
00007389 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\TestFixtureWithProjectionCoreAndManagementServices.cs
00007401 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\specification_with_projection_management_service.cs
00007403 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_core_service_command_reader\specification_with_projection_core_service_command_reader.cs
00007404 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_core_service_command_reader\specification_with_projection_core_service_command_reader_started.cs
00007405 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_core_service_command_reader\when_creating.cs
00007407 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_core_service_command_reader\when_receiving_a_command.cs
00007408 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_core_service_command_reader\when_receiving_create_and_prepare_command.cs
00007409 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_core_service_command_reader\when_receiving_create_and_prepare_slave_command.cs
00007410 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_core_service_command_reader\when_receiving_create_prepared_command.cs
00007413 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_core_service_command_reader\when_receiving_dispose_command.cs
00007414 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_core_service_command_reader\when_receiving_get_result_command.cs
00007415 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_core_service_command_reader\when_receiving_get_state_command.cs
00007415 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_core_service_command_reader\when_receiving_kill_command.cs
00007416 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_core_service_command_reader\when_receiving_load_stopped_command.cs
00007416 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_core_service_command_reader\when_receiving_spool_stream_reading_command.cs
00007419 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_core_service_command_reader\when_receiving_start_command.cs
00007420 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_core_service_command_reader\when_receiving_stop_command.cs
00007420 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_core_service_command_reader\when_receiving_two_commands.cs
00007421 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_core_service_command_reader\when_starting.cs
00007422 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_core_service_response_writer\when_handling_result_report_message.cs
00007423 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_core_service_response_writer\when_handling_slave_projection_reader_assigned_message.cs
00007425 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_core_service_response_writer\when_handling_started_message.cs
00007426 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_core_service_response_writer\when_handling_state_report_message.cs
00007427 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_core_service_response_writer\when_handling_statistics_report_message.cs
00007428 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_core_service_response_writer\when_handling_stopped_message.cs
00007429 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\slave_projection_response_writer\when_handling_partition_processing_result_message.cs
00007437 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\slave_projection_response_writer\when_handling_partition_progress_message.cs
00007438 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\slave_projection_response_writer\when_handling_spool_stream_reading_message.cs
00007439 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\v8\v8_internals.cs
00007440 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\v8\when_compiling_v8_projection.cs
00007441 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\v8\when_defining_a_v8_projection.cs
00007448 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\v8\when_initializing_state.cs
00007451 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\v8\when_not_returning_state_from_a_js_handler.cs
00007452 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\v8\when_partitioning_by_custom_rule.cs
00007452 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\v8\when_running_a_projection_with_created_handler.cs
00007454 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\v8\when_running_a_v8_projection_emitting_metadata.cs
00007455 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\v8\when_running_a_v8_projection_emitting_stream_links.cs
00007457 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\v8\when_running_a_v8_projection_with_not_passing_filter_by.cs
00007458 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\v8\when_running_a_v8_projection_with_transform_by.cs
00007459 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\v8\when_running_bi_state_v8_projection.cs
00007460 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\v8\when_running_body_reflecting_v8_projection.cs
00007461 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\v8\when_running_emitting_v8_projection.cs
00007464 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\when_a_dsiabled_projection_has_been_loaded.cs
00007465 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\when_handling_start_slave_projections_message.cs
00007466 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\when_requesting_partition_state_from_a_stopped_foreach_projection.cs
00007467 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\when_updating_a_disabled_projection_query_text.cs
00007475 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\when_updating_a_faulted_projection_query_text_invalid_defintion.cs
00007477 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\when_updating_a_persistent_projection_emit_enabled_option.cs
00007478 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_system\updating_projections\updating_projection_sources.cs
00007483 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_system\when_requesting_state_from_a_faulted_projection.cs
00007484 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_system\with_projection_config.cs
00007485 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_system\with_projections_subsystem.cs
00007488 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_system\startup.cs
00007488 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_subscription\when_handling_multiple_committed_event_passing_the_filter.cs
00007489 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_version\when_comparing.cs
00007490 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\result_emitter\result_emitter.cs
00007498 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\staged_processing_queue.cs
00007503 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\stream_reader\when_creating_stream_event_reader.cs
00007506 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\stream_reader\when_handling_no_stream.cs
00007509 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\stream_reader\when_handling_read_completed_and_eof.cs
00007513 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\stream_reader\when_handling_read_completed_stream_event_reader.cs
00007517 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\stream_reader\when_handling_read_completed_then_pause_then_eof.cs
00007524 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\stream_reader\when_paused_then_handling_no_stream.cs
00007528 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\stream_reader\when_resuming_stream_event_reader.cs
00007529 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_reader\stream_reader\when_stream_event_reader_has_been_created.cs
00007530 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\position_tagging\multistream_position_tagger\multistream_position_tagger.cs
00007534 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\position_tagging\multistream_position_tagger\when_creating_multistream_postion_tracker.cs
00007535 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\position_tagging\multistream_position_tagger\when_updating_multistream_postion_tracker_to_zero.cs
00007536 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\position_tagging\multistream_position_tagger\when_updating_postion_multistream_position_tracker.cs
00007537 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\position_tagging\multistream_position_tagger\when_updating_multistream_postion_tracker_from_a_tag.cs
00007538 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_subscription\TestFixtureWithProjectionSubscription.cs
00007541 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_subscription\when_creating_projection_subscription.cs
00007542 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_subscription\when_handling_committed_event_passing_the_filter.cs
00007543 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_subscription\when_handling_duplicate_events.cs
00007544 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projection_subscription\when_receiving_multiple_events_not_passing_event_filter.cs
00007546 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\position_tagging\stream_position_tagger\stream_position_tagger.cs
00007549 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\position_tagging\stream_position_tagger\when_creating_stream_postion_tracker.cs
00007550 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\position_tagging\stream_position_tagger\when_updating_postion_stream_position_tracker.cs
00007551 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\position_tagging\stream_position_tagger\when_updating_stream_postion_tracker_from_a_tag.cs
00007554 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\position_tagging\stream_position_tagger\when_updating_stream_postion_tracker_to_zero.cs
00007557 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\TestTask.cs
00007558 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\position_tagging\transaction_file_position_tagger\transaction_file_position_tagger.cs
00007560 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\position_tagging\transaction_file_position_tagger\when_creating_transaction_file_postion_tracker.cs
00007561 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\position_tagging\transaction_file_position_tagger\when_updating_transaction_file_postion_tracker.cs
00007577 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\position_tagging\transaction_file_position_tagger\when_updating_postion_tagger_from_a_tag.cs
00007578 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\checkpoint_suggested.cs
00007579 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\when_the_projection_with_pending_writes_is_stopped.cs
00007581 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\when_the_state_handler_fails_to_process_an_event_the_projection_should.cs
00007583 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_service\when_unsubscribing_a_subscribed_projection.cs
00007584 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_filter\empty_event_filter.cs
00007585 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_filter\include_everything_event_filter.cs
00007586 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_filter\just_all_events_event_filter.cs
00007586 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_filter\just_from_all_event_filter.cs
00007586 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_filter\specific_category_event_filter.cs
00007587 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_filter\specific_event_event_filter.cs
00007590 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_filter\specific_stream_and_category_event_filter.cs
00007590 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_filter\specific_streams_event_filter.cs
00007591 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_filter\TestFixtureWithEventFilter.cs
00007592 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\event_position.cs
00007593 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\paused_at_event_distribution_point.cs
00007593 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\managed_projection\when_creating_a_managed_projection.cs
00007597 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\managed_projection\when_loading_a_managed_projection_state.cs
00007599 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\TestFixtureWithJsProjection.cs
00007600 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\v8\when_creating_v8_projection.cs
00007604 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\v8\when_running_a_faulting_v8_projection.cs
00007605 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\v8\when_running_counting_v8_projection.cs
00007606 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\v8\when_running_reflecting_v8_projection.cs
00007607 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\when_creating_projection_manager.cs
00007610 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\when_the_onetime_projection_has_been_posted.cs
00007612 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\when_posting_a_persistent_projection_and_writes_succeed.cs
00007618 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\when_posting_an_onetime_projection.cs
00007619 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\when_posting_a_persistent_projection.cs
00007622 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\when_starting_the_projection_manager_with_existing_projection.cs
00007623 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\when_starting_the_projection_manager_with_existing_projections.cs
00007624 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\when_updating_an_onetime_projection_query_text.cs
00007627 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\projections_manager\when_updating_a_persistent_projection_query_text.cs
00007629 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\v8\when_v8_projection_loading_state.cs
00007630 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\not_started_event_distribution_point_should.cs
00007630 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\emitted_stream\a_checkpoint_requested_on_a_non_started_stream.cs
00007631 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\emitted_stream\when_checkpoint_requested.cs
00007632 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\emitted_stream\when_checkpoint_requested_with_all_writes_already_completed.cs
00007634 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\emitted_stream\when_checkpoint_requested_with_pending_writes.cs
00007635 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\emitted_stream\when_creating_an_emitted_stream.cs
00007636 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\emitted_stream\when_handling_an_emit_the_started_in_recovery_stream.cs
00007640 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\emitted_stream\when_handling_an_emit_the_not_started_stream.cs
00007641 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\emitted_stream\when_the_stream_is_started.cs
00007641 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\emitted_stream\when_the_stream_is_started_with_already_emitted_events.cs
00007642 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\FakeProjectionHandler.cs
00007645 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\projection_checkpoint\the_non_started_checkpoint.cs
00007645 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\projection_checkpoint\the_started_checkpoint_with_some_events_emitted.cs
00007646 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\projection_checkpoint\when_creating_a_projection_checkpoint.cs
00007647 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\projection_checkpoint\when_emitting_events_in_backward_order_to_the_same_stream_the_projection_checkpoint.cs
00007648 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\projection_checkpoint\when_emitting_events_in_correct_order_the_started_projection_checkpoint.cs
00007654 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\projection_checkpoint\when_emitting_events_the_non_started_checkpoint.cs
00007655 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\projection_checkpoint\when_emitting_events_before_from_position_the_projection_checkpoint.cs
00007655 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\projection_checkpoint\when_requesting_checkpoint_after_all_writes_completed.cs
00007657 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\projection_checkpoint\when_requesting_checkpoint_before_all_writes_completed.cs
00007658 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\projection_checkpoint\when_starting_the_projection_checkpoint_with_some_events_already_emitted.cs
00007659 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\projection_checkpoint\when_the_projection_checkpoint_has_been_started.cs
00007663 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\TestFixtureWithCoreProjectionStarted.cs
00007664 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\TestFixtureWithExistingEvents.cs
00007665 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\when_creating_a_projection.cs
00007668 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\when_receiving_a_committed_event_the_projection_should.cs
00007669 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\when_starting_an_existing_projection.cs
00007670 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\when_starting_an_existing_projection_missing_last_emitted_event_and_state_snapshot.cs
00007671 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\when_the_state_handler_does_emit_multiple_interleaved_events_into_the_same_stream_the_projection_should.cs
00007671 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\when_starting_an_existing_projection_missing_last_state_snapshot.cs
00007672 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\when_starting_a_new_projection.cs
00007673 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\when_starting_a_projection.cs
00007674 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\when_the_state_handler_does_emit_an_event_the_projection_should.cs
00007675 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\when_the_state_handler_does_emit_multiple_subsequent_events_into_the_same_stream_the_projection_should.cs
00007676 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\when_the_state_handler_does_not_process_event_the_projection_should.cs
00007677 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\core_projection\when_the_state_handler_does_process_an_event_the_projection_should.cs
00007678 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\TestFixtureWithProjectionCoreService.cs
00007680 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\position_tagging\transaction_file_position_tagger\when_reinitializing_transaction_file_postion_tracker.cs
00007685 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\Services\write_query_result_phase\creating.cs
00007687 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Projections.Core.Tests\TestsInitFixture.cs
00007689 Loading assembly Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL
00007709 Loading assembly System
00007709 Loading assembly System.Core
00007710 Loading assembly System.Runtime.Serialization
00007710 Loading assembly System.ServiceModel
00007710 Loading assembly System.Xml.Linq
00007711 Loading assembly System.Data.DataSetExtensions
00007711 Loading assembly Microsoft.CSharp
00007711 Loading assembly System.Data
00007711 Loading assembly System.Xml
00007712 Loading assembly nunit.framework
00007730 Adding project reference EventStore.ClientAPI, c7c0a3c2-a0eb-4ff4-a0cd-67eadf3f553f
00007730 Adding project reference EventStore.Common, b4c9be3d-43b1-4049-a23a-5dc53db3f0b0
00007731 Adding project reference EventStore.Core.Tests, 6bc8929c-ffd0-4ee6-acf8-bdf4a3855af4
00007731 Adding project reference EventStore.Core, d42a5833-4f20-4fcc-b364-6207ae016732
00007731 Adding project reference EventStore.Projections.Core, 03e02082-e179-4730-81ff-ce914749d6e3
00007731 Loading project - EventStore.Padmin, ..\EventStore\src\EventStore.Padmin\EventStore.Padmin.csproj, {E4CDAFC5-CF95-4846-B3FC-FC97C2CC343F}
00007732 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Padmin\Command.cs
00007738 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Padmin\ConsoleLogger.cs
00007739 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Padmin\Program.cs
00007741 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Padmin\Properties\AssemblyInfo.cs
00007742 Loading assembly System
00007742 Loading assembly System.Core
00007742 Loading assembly System.Xml.Linq
00007742 Loading assembly System.Data.DataSetExtensions
00007742 Loading assembly Microsoft.CSharp
00007742 Loading assembly System.Data
00007742 Loading assembly System.Xml
00007742 Adding project reference EventStore.ClientAPI, c7c0a3c2-a0eb-4ff4-a0cd-67eadf3f553f
00007742 Adding project reference EventStore.Common, b4c9be3d-43b1-4049-a23a-5dc53db3f0b0
00007743 Loading project - EventStore.Web.Playground, ..\EventStore\src\EventStore.Web.Playground\EventStore.Web.Playground.csproj, {7A5DFCF1-3FFE-480F-82E4-EBE73AAE7D6A}
00007743 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Web.Playground\PlaygroundVNode.cs
00007745 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Web.Playground\PlaygroundVNodeController.cs
00007749 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Web.Playground\PlaygroundVNodeSettings.cs
00007749 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Web.Playground\Program.cs
00007750 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Web.Playground\Properties\AssemblyInfo.cs
00007751 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Web.Playground\PlaygroundNodeOptions.cs
00007752 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.Web.Playground\TestController.cs
00007753 Loading assembly EventStore.Rags, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL
00007770 Loading assembly System
00007770 Loading assembly System.Core
00007770 Loading assembly System.ServiceModel
00007770 Loading assembly System.Xml.Linq
00007770 Loading assembly System.Data.DataSetExtensions
00007770 Loading assembly Microsoft.CSharp
00007770 Loading assembly System.Data
00007770 Loading assembly System.Xml
00007770 Adding project reference EventStore.Common, b4c9be3d-43b1-4049-a23a-5dc53db3f0b0
00007770 Adding project reference EventStore.Core, d42a5833-4f20-4fcc-b364-6207ae016732
00007770 Adding project reference EventStore.Projections.Core, 03e02082-e179-4730-81ff-ce914749d6e3
00007770 Adding project reference EventStore.Transport.Http, 30af4820-dc60-4674-9e19-c4518445545a
00007770 Loading project - esquery, ..\EventStore\src\esquery\esquery.csproj, {81D9A25A-2BE8-4620-A0CE-F82FE5A3A769}
00007771 Loading C:\Users\jason.imison\src\EventStore\src\esquery\CommandProcessor.cs
00007802 Loading C:\Users\jason.imison\src\EventStore\src\esquery\Program.cs
00007804 Loading C:\Users\jason.imison\src\EventStore\src\esquery\Properties\AssemblyInfo.cs
00007805 Loading assembly Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL
00007825 Loading assembly System
00007825 Loading assembly System.Core
00007825 Loading assembly System.ServiceModel
00007825 Loading assembly System.Xml.Linq
00007825 Loading assembly System.Data.DataSetExtensions
00007825 Loading assembly Microsoft.CSharp
00007825 Loading assembly System.Data
00007825 Loading assembly System.Xml
00007825 Loading project - EventStore.ClusterNode.Web, ..\EventStore\src\EventStore.ClusterNode.Web\EventStore.ClusterNode.Web.csproj, {898C5545-7749-42F0-961A-048AF92B2A79}
00007826 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClusterNode.Web\Properties\AssemblyInfo.cs
00007827 Adding project reference EventStore.Common, b4c9be3d-43b1-4049-a23a-5dc53db3f0b0
00007827 Adding project reference EventStore.Web, 68065b8c-0fdc-473f-9c32-54078e32fd5c
00007827 Loading project - EventStore.ClusterNode, ..\EventStore\src\EventStore.ClusterNode\EventStore.ClusterNode.csproj, {0294FD68-461C-46DB-9FCF-B279BBFDA5F6}
00007827 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClusterNode\Program.cs
00007831 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClusterNode\Properties\AssemblyInfo.cs
00007831 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClusterNode\ClusterNodeOptions.cs
00007842 Loading assembly EventStore.Rags, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL
00007854 Loading assembly System
00007854 Loading assembly System.ComponentModel.Composition
00007862 Loading assembly System.Core
00007862 Adding project reference EventStore.ClusterNode.Web, 898c5545-7749-42f0-961a-048af92b2a79
00007862 Adding project reference EventStore.Common, b4c9be3d-43b1-4049-a23a-5dc53db3f0b0
00007862 Adding project reference EventStore.Core, d42a5833-4f20-4fcc-b364-6207ae016732
00007862 Adding project reference EventStore.Projections.Core, 03e02082-e179-4730-81ff-ce914749d6e3
00007862 Adding project reference EventStore.Web, 68065b8c-0fdc-473f-9c32-54078e32fd5c
00007862 Loading project - EventStore.ClientAPI.Embedded, ..\EventStore\src\EventStore.ClientAPI.Embedded\EventStore.ClientAPI.Embedded.csproj, {0ED5BED0-EBF0-4C9D-B2A3-0EA54A767C3F}
00007862 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI.Embedded\EmbeddedVolatileEventStoreSubscription.cs
00007863 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI.Embedded\ClientMessageConverterExtensions.cs
00007864 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI.Embedded\EmbeddedEventStoreConnection.cs
00007865 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI.Embedded\EmbeddedResponderBase.cs
00007865 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI.Embedded\EmbeddedResponders.cs
00007870 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI.Embedded\EmbeddedResponseEnvelope.cs
00007871 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI.Embedded\EmbeddedSubcriptionsManager.cs
00007872 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI.Embedded\EmbeddedSubscriber.cs
00007873 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI.Embedded\EmbeddedSubscription.cs
00007875 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI.Embedded\EmbeddedVNodeBuilder.cs
00007885 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI.Embedded\EventStoreEmbeddedNodeConnection.cs
00007892 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI.Embedded\ProjectionsMode.cs
00007893 Loading C:\Users\jason.imison\src\EventStore\src\EventStore.ClientAPI.Embedded\Properties\AssemblyInfo.cs
00007893 Loading assembly System
00007894 Loading assembly System.Core
00007894 Loading assembly Microsoft.CSharp
00007894 Adding project reference EventStore.ClientAPI, c7c0a3c2-a0eb-4ff4-a0cd-67eadf3f553f
00007894 Adding project reference EventStore.Common, b4c9be3d-43b1-4049-a23a-5dc53db3f0b0
00007894 Adding project reference EventStore.Core, d42a5833-4f20-4fcc-b364-6207ae016732
00007894 Adding project reference EventStore.Projections.Core, 03e02082-e179-4730-81ff-ce914749d6e3
00007894 Solution has finished loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment