Skip to content

Instantly share code, notes, and snippets.

@jasondentler
Created March 31, 2011 19:38
Show Gist options
  • Save jasondentler/897074 to your computer and use it in GitHub Desktop.
Save jasondentler/897074 to your computer and use it in GitHub Desktop.
NAnt 0.91 (Build 0.91.3881.0; alpha2; 8/17/2010)
Copyright (C) 2001-2010 Gerry Shaw
http://nant.sourceforge.net
Buildfile: file:///c:/myNcqrsBuilder/ncqrs-ncqrs-f3eb879/MAIN.build
Target framework: Microsoft .NET Framework 4.0
Target(s) specified: build
build:
[echo] Building release 0.8.0
BuildFramework:
[echo] START BUILDING FRAMEWORK
[asminfo] Generated file 'c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\AssemblyInfo.cs'.
[exec] Microsoft (R) Build Engine Version 4.0.30319.1
[exec] [Microsoft .NET Framework, Version 4.0.30319.225]
[exec] Copyright (C) Microsoft Corporation 2007. All rights reserved.
[exec]
[exec] Build started 3/31/2011 2:40:29 PM.
[exec] Project "c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\NcqrsFramework.sln" on node 1 (default targets).
[exec] ValidateSolutionConfiguration:
[exec] Building solution configuration "debug|Mixed Platforms".
[exec] Project "c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\NcqrsFramework.sln" (1) is building "c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs\Ncqrs.csproj" (2) on node 1 (default targets).
[exec] PrepareForBuild:
[exec] Creating directory "..\..\..\lib\Debug\Ncqrs\".
[exec] Creating directory "obj\Debug\".
[exec] GenerateTargetFrameworkMonikerAttribute:
[exec] Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
[exec] CoreCompile:
[exec] C:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:CONTRACTS_FULL;CODE_ANALYSIS;DEBUG;TRACE /reference:c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\lib\ThirdParty\log4net\log4net.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\mscorlib.dll" /reference:c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\lib\ThirdParty\json.net\Newtonsoft.Json.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.configuration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Transactions.dll" /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\Ncqrs.dll /resource:Eventing\Storage\SQL\TableCreationScript.sql,Ncqrs.Eventing.Storage.SQL.TableCreationScript.sql /target:library Commanding\AllCommandsInAppDomainEnumerator.cs Commanding\CommandExecution\DefaultTransactionService.cs Commanding\CommandExecution\ITransactionService.cs Commanding\CommandExecution\Mapping\Attributes\MapsToAggregateRootConstructorAttributeHandler.cs Commanding\CommandExecution\Mapping\Attributes\IMappingAttributeHandler.cs Commanding\CommandExecution\Mapping\Attributes\MapsToAggregateRootMethodAttributeHandler.cs Commanding\CommandExecution\Mapping\ICommandMapper.cs Commanding\CommandExecution\Mapping\UoWMappedCommandExecutor.cs Commanding\IKnownCommandsEnumerator.cs Domain\Entity.cs Domain\EntityMappedByConvention.cs Domain\Storage\IAggregateRootCreationStrategy.cs Domain\Storage\SimpleAggregateRootCreationStrategy.cs Eventing\CommittedEvent.cs Eventing\CommittedEventStream.cs Eventing\EventSourceInformation.cs Eventing\ServiceModel\Bus\IPublishableEvent.cs Eventing\ServiceModel\Bus\PublishedEvent.cs Eventing\Sourcing\EntityThresholdedDomainEventHandlerWrapper.cs Eventing\Sourcing\EventAppliedEventArgs.cs Eventing\Sourcing\ISourcedEntityEvent.cs Eventing\Sourcing\SourcedEntityEvent.cs Eventing\Storage\NoDB\NoDBEventStore.cs Eventing\Storage\NoDB\NoDBSnapshotStore.cs Eventing\Storage\NoDB\StoredEventExtensions.cs Eventing\Sourcing\UndefinedValues.cs Eventing\UncommittedEvent.cs Eventing\UncommittedEventStream.cs GuidCombGenerator.cs Commanding\CommandBase.cs Commanding\CommandExecution\CommandExecutorWrapper.cs Commanding\CommandExecution\CreatingCommandExecutor.cs Commanding\CommandExecution\DirectActionCommandExecutor.cs Commanding\CommandExecution\ICommandExecutorExtensions.cs Commanding\CommandExecution\Mapping\Attributes\AttributeBasedCommandMapper.cs Commanding\CommandExecution\Mapping\Attributes\AttributePropertyMappingStrategy.cs Commanding\CommandExecution\Mapping\Attributes\CommandServiceExtensions.cs Commanding\CommandExecution\Mapping\Fluent\Map.cs Commanding\CommandExecution\Mapping\PropertiesToMethodMapper.cs Commanding\CommandExecution\Mapping\Attributes\ParameterAttribute.cs Commanding\CommandExecution\Mapping\Fluent\MappedCommand.cs Commanding\CommandExecution\Mapping\Fluent\MappedCommandToAggregateRoot.cs Commanding\CommandExecution\Mapping\Fluent\MappedCommandToAggregateRootConstructor.cs Commanding\CommandExecution\Mapping\Fluent\MappedCommandToAggregateRootMethod.cs Commanding\CommandExecution\Mapping\CommandMappingException.cs Commanding\CommandExecution\Mapping\PropertyToParameterMappingInfo.cs Commanding\CommandExecution\Mapping\MappingNotFoundException.cs Commanding\CommandExecution\CommandExecutorBase.cs Commanding\CommandExecution\ExecutorForCommandNotFoundException.cs Commanding\CommandExecution\ICommandExecutor.cs Commanding\ServiceModel\CommandService.cs Commanding\ServiceModel\CommandContext.cs Commanding\ServiceModel\ICommandService.cs Commanding\ServiceModel\ICommandServiceInterceptor.cs Commanding\CommandExecution\TransactionalCommandExecutorWrapper.cs Commanding\CommandExecution\Mapping\Attributes\AggregateRootIdAttribute.cs Commanding\CommandExecution\Mapping\Attributes\ExcludeInMappingAttribute.cs Commanding\CommandExecution\Mapping\Attributes\MapsToAggregateRootConstructorAttribute.cs Commanding\CommandExecution\Mapping\Attributes\MapsToAggregateRootMethodAttribute.cs Commanding\CommandExecution\Mapping\Attributes\TransactionalAttribute.cs Commanding\ICommand.cs Config\InstanceNotFoundInEnvironment.cs DateTimeBasedClock.cs Domain\AggregateRootMappedWithExpressions.cs Domain\Storage\AggregateRootNotFoundException.cs Eventing\EventNotHandledException.cs Eventing\Sourcing\Mapping\ExpressionHandler.cs Domain\IUnitOfWorkContext.cs Eventing\Sourcing\Mapping\ExpressionBasedEventHandlerMappingStrategy.cs Domain\NoUnitOfWorkAvailableInThisContextException.cs Eventing\Sourcing\EventSource.cs Eventing\Sourcing\TypeThresholdedActionBasedSourcedEventHandler.cs Eventing\Event.cs Eventing\Sourcing\IEventSource.cs Eventing\Sourcing\ISourcedEvent.cs Eventing\Sourcing\ISourcedEventHandler.cs Eventing\Sourcing\Snapshotting\ISnapshotable.cs Eventing\Sourcing\Snapshotting\ISnapshot.cs Eventing\ServiceModel\Bus\CompositeEventBus.cs Eventing\ServiceModel\Bus\IEventHandler.cs Eventing\ServiceModel\Bus\RegisterAllHandlersInAssemblyExtension.cs Eventing\Sourcing\Snapshotting\Snapshot.cs Eventing\Sourcing\SourcedEvent.cs Eventing\Sourcing\SourcedEventHandler.cs Eventing\Sourcing\SourcedEventStream.cs Eventing\Storage\AttributeEventTypeResolver.cs Eventing\Storage\IEventTypeResolver.cs Eventing\Storage\IPropertyBagConverter.cs Eventing\Storage\IPropertyBagPostConverter.cs Eventing\Storage\IReadableEventStore.cs Eventing\Storage\ISnapshotStore.cs Eventing\Storage\Serialization\EventConverter.cs Eventing\Storage\Serialization\IEventConverter.cs Eventing\Storage\Serialization\JsonEventFormatter.cs Eventing\Storage\PropertyBag.cs Eventing\Storage\PropertyBagConverter.cs Eventing\Storage\PropertyBagConvertionException.cs Eventing\Storage\Serialization\NullEventConverter.cs Eventing\Storage\SimpleEventTypeResolver.cs Eventing\Storage\Serialization\IEventTranslator.cs Eventing\Storage\Serialization\IEventFormatter.cs Eventing\Storage\Serialization\StringEventTranslator.cs Eventing\Storage\SQL\Queries.cs Eventing\Storage\StoredEvent.cs IClock.cs ILog.cs InternalExtensions.cs Log4NetLogger.cs LogManager.cs NamespaceDoc.cs NcqrsEnvironment.cs Config\IEnvironmentConfiguration.cs NcqrsEnvironmentException.cs Domain\AggregateRoot.cs Domain\AggregateRootMappedByConvention.cs Domain\AggregateRootMappedWithAttributes.cs Domain\IUnitOfWorkFactory.cs Eventing\Sourcing\Mapping\AttributeBasedEventHandlerMappingStrategy.cs Eventing\Sourcing\Mapping\ConventionBasedEventHandlerMappingStrategy.cs Eventing\Sourcing\Mapping\EventHandlerAttribute.cs Eventing\Sourcing\Mapping\IEventHandlerMappingStrategy.cs Eventing\Sourcing\Mapping\InvalidEventHandlerMappingException.cs Eventing\Sourcing\Mapping\MappedAggregateRoot.cs Eventing\Sourcing\Mapping\NoEventHandlerAttribute.cs Domain\Storage\AggregateRootCreationException.cs Domain\Storage\DomainRepository.cs Domain\Storage\IDomainRepository.cs Domain\UnitOfWorkFactory.cs Domain\UnitOfWork.cs BasicGuidGenerator.cs Eventing\ServiceModel\Bus\IEventBus.cs Eventing\ServiceModel\Bus\InProcessEventBus.cs Eventing\IEvent.cs IUniqueIdentifierGenerator.cs Eventing\Storage\ConcurrencyException.cs Eventing\Storage\IEventStore.cs Eventing\Storage\InMemoryEventStore.cs Eventing\Storage\SQL\MsSqlServerEventStore.cs Properties\AssemblyInfo.cs TraceLogger.cs "C:\Users\jdentler\AppData\Local\Temp\.NETFramework,Version=v4.0.AssemblyAttributes.cs"
[exec] Eventing\Storage\NoDB\NoDBSnapshotStore.cs(40,46): warning CS0168: The variable 'ex' is declared but never used [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs\Ncqrs.csproj]
[exec] Commanding\ServiceModel\CommandService.cs(86,58): warning CS0642: Possible mistaken empty statement [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs\Ncqrs.csproj]
[exec] Eventing\Sourcing\Snapshotting\ISnapshotable.cs(63,58): warning CS0067: The event 'Ncqrs.Eventing.Sourcing.Snapshotting.SnapshotableContracts<TSnapshot>.EventApplied' is never used [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs\Ncqrs.csproj]
[exec] Eventing\Storage\SQL\MsSqlServerEventStore.cs(22,28): warning CS0414: The field 'Ncqrs.Eventing.Storage.SQL.MsSqlServerEventStore.FirstVersion' is assigned but its value is never used [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs\Ncqrs.csproj]
[exec] ContractsMakeDeclDir:
[exec] Creating directory "obj\Debug\Decl\".
[exec] ContractDeclarativeAssemblyCS:
[exec] Build Declarative Contract Assembly for C# c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\lib\Debug\Ncqrs\Ncqrs.dll
[exec] C:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe /noconfig /nowarn:1701,1702 /pdb:obj\Debug\Decl\Ncqrs.pdb /nostdlib+ /errorreport:prompt /warn:0 /define:CONTRACTS_FULL;CODE_ANALYSIS;DEBUG;TRACE;CONTRACTS_FULL;CODE_ANALYSIS /reference:c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\lib\ThirdParty\log4net\log4net.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\mscorlib.dll" /reference:c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\lib\ThirdParty\json.net\Newtonsoft.Json.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.configuration.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Runtime.Serialization.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Transactions.dll" /debug+ /debug:full /filealign:512 /optimize+ /out:obj\Debug\Decl\Ncqrs.dll /target:library /warnaserror- Commanding\AllCommandsInAppDomainEnumerator.cs Commanding\CommandExecution\DefaultTransactionService.cs Commanding\CommandExecution\ITransactionService.cs Commanding\CommandExecution\Mapping\Attributes\MapsToAggregateRootConstructorAttributeHandler.cs Commanding\CommandExecution\Mapping\Attributes\IMappingAttributeHandler.cs Commanding\CommandExecution\Mapping\Attributes\MapsToAggregateRootMethodAttributeHandler.cs Commanding\CommandExecution\Mapping\ICommandMapper.cs Commanding\CommandExecution\Mapping\UoWMappedCommandExecutor.cs Commanding\IKnownCommandsEnumerator.cs Domain\Entity.cs Domain\EntityMappedByConvention.cs Domain\Storage\IAggregateRootCreationStrategy.cs Domain\Storage\SimpleAggregateRootCreationStrategy.cs Eventing\CommittedEvent.cs Eventing\CommittedEventStream.cs Eventing\EventSourceInformation.cs Eventing\ServiceModel\Bus\IPublishableEvent.cs Eventing\ServiceModel\Bus\PublishedEvent.cs Eventing\Sourcing\EntityThresholdedDomainEventHandlerWrapper.cs Eventing\Sourcing\EventAppliedEventArgs.cs Eventing\Sourcing\ISourcedEntityEvent.cs Eventing\Sourcing\SourcedEntityEvent.cs Eventing\Storage\NoDB\NoDBEventStore.cs Eventing\Storage\NoDB\NoDBSnapshotStore.cs Eventing\Storage\NoDB\StoredEventExtensions.cs Eventing\Sourcing\UndefinedValues.cs Eventing\UncommittedEvent.cs Eventing\UncommittedEventStream.cs GuidCombGenerator.cs Commanding\CommandBase.cs Commanding\CommandExecution\CommandExecutorWrapper.cs Commanding\CommandExecution\CreatingCommandExecutor.cs Commanding\CommandExecution\DirectActionCommandExecutor.cs Commanding\CommandExecution\ICommandExecutorExtensions.cs Commanding\CommandExecution\Mapping\Attributes\AttributeBasedCommandMapper.cs Commanding\CommandExecution\Mapping\Attributes\AttributePropertyMappingStrategy.cs Commanding\CommandExecution\Mapping\Attributes\CommandServiceExtensions.cs Commanding\CommandExecution\Mapping\Fluent\Map.cs Commanding\CommandExecution\Mapping\PropertiesToMethodMapper.cs Commanding\CommandExecution\Mapping\Attributes\ParameterAttribute.cs Commanding\CommandExecution\Mapping\Fluent\MappedCommand.cs Commanding\CommandExecution\Mapping\Fluent\MappedCommandToAggregateRoot.cs Commanding\CommandExecution\Mapping\Fluent\MappedCommandToAggregateRootConstructor.cs Commanding\CommandExecution\Mapping\Fluent\MappedCommandToAggregateRootMethod.cs Commanding\CommandExecution\Mapping\CommandMappingException.cs Commanding\CommandExecution\Mapping\PropertyToParameterMappingInfo.cs Commanding\CommandExecution\Mapping\MappingNotFoundException.cs Commanding\CommandExecution\CommandExecutorBase.cs Commanding\CommandExecution\ExecutorForCommandNotFoundException.cs Commanding\CommandExecution\ICommandExecutor.cs Commanding\ServiceModel\CommandService.cs Commanding\ServiceModel\CommandContext.cs Commanding\ServiceModel\ICommandService.cs Commanding\ServiceModel\ICommandServiceInterceptor.cs Commanding\CommandExecution\TransactionalCommandExecutorWrapper.cs Commanding\CommandExecution\Mapping\Attributes\AggregateRootIdAttribute.cs Commanding\CommandExecution\Mapping\Attributes\ExcludeInMappingAttribute.cs Commanding\CommandExecution\Mapping\Attributes\MapsToAggregateRootConstructorAttribute.cs Commanding\CommandExecution\Mapping\Attributes\MapsToAggregateRootMethodAttribute.cs Commanding\CommandExecution\Mapping\Attributes\TransactionalAttribute.cs Commanding\ICommand.cs Config\InstanceNotFoundInEnvironment.cs DateTimeBasedClock.cs Domain\AggregateRootMappedWithExpressions.cs Domain\Storage\AggregateRootNotFoundException.cs Eventing\EventNotHandledException.cs Eventing\Sourcing\Mapping\ExpressionHandler.cs Domain\IUnitOfWorkContext.cs Eventing\Sourcing\Mapping\ExpressionBasedEventHandlerMappingStrategy.cs Domain\NoUnitOfWorkAvailableInThisContextException.cs Eventing\Sourcing\EventSource.cs Eventing\Sourcing\TypeThresholdedActionBasedSourcedEventHandler.cs Eventing\Event.cs Eventing\Sourcing\IEventSource.cs Eventing\Sourcing\ISourcedEvent.cs Eventing\Sourcing\ISourcedEventHandler.cs Eventing\Sourcing\Snapshotting\ISnapshotable.cs Eventing\Sourcing\Snapshotting\ISnapshot.cs Eventing\ServiceModel\Bus\CompositeEventBus.cs Eventing\ServiceModel\Bus\IEventHandler.cs Eventing\ServiceModel\Bus\RegisterAllHandlersInAssemblyExtension.cs Eventing\Sourcing\Snapshotting\Snapshot.cs Eventing\Sourcing\SourcedEvent.cs Eventing\Sourcing\SourcedEventHandler.cs Eventing\Sourcing\SourcedEventStream.cs Eventing\Storage\AttributeEventTypeResolver.cs Eventing\Storage\IEventTypeResolver.cs Eventing\Storage\IPropertyBagConverter.cs Eventing\Storage\IPropertyBagPostConverter.cs Eventing\Storage\IReadableEventStore.cs Eventing\Storage\ISnapshotStore.cs Eventing\Storage\Serialization\EventConverter.cs Eventing\Storage\Serialization\IEventConverter.cs Eventing\Storage\Serialization\JsonEventFormatter.cs Eventing\Storage\PropertyBag.cs Eventing\Storage\PropertyBagConverter.cs Eventing\Storage\PropertyBagConvertionException.cs Eventing\Storage\Serialization\NullEventConverter.cs Eventing\Storage\SimpleEventTypeResolver.cs Eventing\Storage\Serialization\IEventTranslator.cs Eventing\Storage\Serialization\IEventFormatter.cs Eventing\Storage\Serialization\StringEventTranslator.cs Eventing\Storage\SQL\Queries.cs Eventing\Storage\StoredEvent.cs IClock.cs ILog.cs InternalExtensions.cs Log4NetLogger.cs LogManager.cs NamespaceDoc.cs NcqrsEnvironment.cs Config\IEnvironmentConfiguration.cs NcqrsEnvironmentException.cs Domain\AggregateRoot.cs Domain\AggregateRootMappedByConvention.cs Domain\AggregateRootMappedWithAttributes.cs Domain\IUnitOfWorkFactory.cs Eventing\Sourcing\Mapping\AttributeBasedEventHandlerMappingStrategy.cs Eventing\Sourcing\Mapping\ConventionBasedEventHandlerMappingStrategy.cs Eventing\Sourcing\Mapping\EventHandlerAttribute.cs Eventing\Sourcing\Mapping\IEventHandlerMappingStrategy.cs Eventing\Sourcing\Mapping\InvalidEventHandlerMappingException.cs Eventing\Sourcing\Mapping\MappedAggregateRoot.cs Eventing\Sourcing\Mapping\NoEventHandlerAttribute.cs Domain\Storage\AggregateRootCreationException.cs Domain\Storage\DomainRepository.cs Domain\Storage\IDomainRepository.cs Domain\UnitOfWorkFactory.cs Domain\UnitOfWork.cs BasicGuidGenerator.cs Eventing\ServiceModel\Bus\IEventBus.cs Eventing\ServiceModel\Bus\InProcessEventBus.cs Eventing\IEvent.cs IUniqueIdentifierGenerator.cs Eventing\Storage\ConcurrencyException.cs Eventing\Storage\IEventStore.cs Eventing\Storage\InMemoryEventStore.cs Eventing\Storage\SQL\MsSqlServerEventStore.cs Properties\AssemblyInfo.cs TraceLogger.cs "C:\Users\jdentler\AppData\Local\Temp\.NETFramework,Version=v4.0.AssemblyAttributes.cs" "C:\Program Files (x86)\Microsoft\Contracts\Languages\CSharp\ContractDeclarativeAssemblyAttribute.cs"
[exec] MakeCodeContractOutputDirectory:
[exec] Making directory c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\lib\Debug\Ncqrs\CodeContracts\
[exec] Creating directory "c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\lib\Debug\Ncqrs\CodeContracts\".
[exec] CreateCodeContractReferenceAssembly:
[exec] "C:\Program Files (x86)\Microsoft\Contracts\Bin\ccrefgen" /resolvedPaths:"c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\lib\ThirdParty\log4net\log4net.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Microsoft.CSharp.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\mscorlib.dll;c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\lib\ThirdParty\json.net\Newtonsoft.Json.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.configuration.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Core.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Data.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Runtime.Serialization.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Transactions.dll " /libPaths:"C:\Program Files (x86)\Microsoft\Contracts\Contracts\.NETFramework\v4.0;c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\lib\ThirdParty\log4net\;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\;c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\lib\ThirdParty\json.net\;c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\lib\ThirdParty\log4net\CodeContracts;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\CodeContracts;c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\lib\ThirdParty\json.net\CodeContracts " /pdb /out:"..\..\..\lib\Debug\Ncqrs\CodeContracts\Ncqrs.Contracts.dll" "obj\Debug\Decl\Ncqrs.dll"
[exec] elapsed time: 456.0456ms
[exec] CodeContractRewrite:
[exec] "C:\Program Files (x86)\Microsoft\Contracts\Bin\ccrewrite" /level:4 /rewrite "/assemblyMode=standard" /throwonfailure /resolvedPaths:"c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\lib\ThirdParty\log4net\log4net.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Microsoft.CSharp.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\mscorlib.dll;c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\lib\ThirdParty\json.net\Newtonsoft.Json.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.configuration.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Core.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Data.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Runtime.Serialization.dll;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Transactions.dll " /libpaths:"c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\lib\ThirdParty\log4net\;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\;c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\lib\ThirdParty\json.net\;c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\lib\ThirdParty\log4net\CodeContracts;C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\CodeContracts;c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\lib\ThirdParty\json.net\CodeContracts;C:\Program Files (x86)\Microsoft\Contracts\Contracts\.NETFramework\v4.0 " "Ncqrs.dll"
[exec] c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs\Commanding\CommandExecution\Mapping\Fluent\MappedCommandToAggregateRoot.cs(42,13): warning CC1032: Method 'Ncqrs.Commanding.CommandExecution.Mapping.Fluent.MappedCommandToAggregateRoot`2.Execute(type parameter.TCommand)' overrides 'Ncqrs.Commanding.CommandExecution.Mapping.Fluent.MappedCommandToAggregateRoot`1<type parameter.TCommand>.Execute(type parameter.TCommand)', thus cannot add Requires. [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs\Ncqrs.csproj]
[exec] c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs\Eventing\Sourcing\EventSource.cs(93,13): warning CC1033: Method 'Ncqrs.Eventing.Sourcing.EventSource.InitializeFromHistory(Ncqrs.Eventing.CommittedEventStream)' implements interface method 'Ncqrs.Eventing.Sourcing.IEventSource.InitializeFromHistory(Ncqrs.Eventing.CommittedEventStream)', thus cannot add Requires. [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs\Ncqrs.csproj]
[exec] c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs\Eventing\Sourcing\Mapping\ExpressionBasedEventHandlerMappingStrategy.cs(43,13): warning CC1033: Method 'Ncqrs.Eventing.Sourcing.Mapping.ExpressionBasedEventHandlerMappingStrategy.GetEventHandlers(System.Object)' implements interface method 'Ncqrs.Eventing.Sourcing.Mapping.IEventHandlerMappingStrategy.GetEventHandlers(System.Object)', thuscannot add Requires. [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs\Ncqrs.csproj]
[exec] c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs\Eventing\Sourcing\TypeThresholdedActionBasedSourcedEventHandler.cs(69,13): warning CC1033: Method 'Ncqrs.Eventing.Sourcing.TypeThresholdedActionBasedDomainEventHandler.HandleEvent(System.Object)' implements interface method 'Ncqrs.Eventing.Sourcing.ISourcedEventHandler.HandleEvent(System.Object)', thus cannot add Requires. [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs\Ncqrs.csproj]
[exec] c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs\Eventing\Sourcing\Mapping\AttributeBasedEventHandlerMappingStrategy.cs(40,13): warning CC1033: Method 'Ncqrs.Eventing.Sourcing.Mapping.AttributeBasedEventHandlerMappingStrategy.GetEventHandlers(System.Object)' implements interface method 'Ncqrs.Eventing.Sourcing.Mapping.IEventHandlerMappingStrategy.GetEventHandlers(System.Object)', thus cannot add Requires. [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs\Ncqrs.csproj]
[exec] c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs\Eventing\Sourcing\Mapping\ConventionBasedEventHandlerMappingStrategy.cs(48,13): warning CC1033: Method 'Ncqrs.Eventing.Sourcing.Mapping.ConventionBasedEventHandlerMappingStrategy.GetEventHandlers(System.Object)' implements interface method 'Ncqrs.Eventing.Sourcing.Mapping.IEventHandlerMappingStrategy.GetEventHandlers(System.Object)', thuscannot add Requires. [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs\Ncqrs.csproj]
[exec] c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs\Domain\UnitOfWork.cs(188,13): warning CC1033: Method 'Ncqrs.Domain.UnitOfWork.Accept' implements interface method 'Ncqrs.Domain.IUnitOfWorkContext.Accept', thus cannot add Requires. [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs\Ncqrs.csproj]
[exec] elapsed time: 679.0679ms
[exec] Touching "obj\Debug\Ncqrs.rewritten".
[exec] CopyFilesToOutputDirectory:
[exec] Copying file from "obj\Debug\Ncqrs.dll" to "..\..\..\lib\Debug\Ncqrs\Ncqrs.dll".
[exec] Ncqrs -> c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\lib\Debug\Ncqrs\Ncqrs.dll
[exec] Copying file from "obj\Debug\Ncqrs.pdb" to "..\..\..\lib\Debug\Ncqrs\Ncqrs.pdb".
[exec] Done Building Project "c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs\Ncqrs.csproj" (default targets).
[exec] c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Tests\Ncqrs.Tests.csproj(164,3): warning MSB4011: "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.CSharp.targets" cannot be imported again. It was already imported at "c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Tests\Ncqrs.Tests.csproj (163,3)". This is most likely a build authoring error. This subsequent import will be ignored.
[exec] Project "c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\NcqrsFramework.sln" (1) is building "c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Tests\Ncqrs.Tests.csproj" (3) on node 1 (default targets).
[exec] PrepareForBuild:
[exec] Creating directory "bin\Debug\".
[exec] Creating directory "obj\Debug\".
[exec] Project "c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Tests\Ncqrs.Tests.csproj" (3) is building "c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj" (4) on node 1 (default targets).
[exec] PrepareForBuild:
[exec] Creating directory "..\..\..\lib\Debug\Ncqrs.Spec\".
[exec] Creating directory "obj\Debug\".
[exec] ResolveAssemblyReferences:
[exec] Primary reference "nunit.framework, Version=2.5.8.10295, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL".
[exec] C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1360,9): warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework, Version=2.5.8.10295, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] For SearchPath "{HintPathFromItem}".
[exec] Considered "..\..\..\lib\ThirdParty\Nunit\nunit.framework.dll", but its name "nunit.framework, Version=2.5.9.10348, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" didn't match.
[exec] For SearchPath "{TargetFrameworkDirectory}".
[exec] Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\nunit.framework.exe", but it didn't exist.
[exec] For SearchPath "{Registry:Software\Microsoft\.NETFramework,v4.0,AssemblyFoldersEx}".
[exec] Considered "C:\Program Files (x86)\NUnit 2.5.7\bin\net-2.0\framework\nunit.framework.dll", but its name "nunit.framework, Version=2.5.7.10213, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" didn't match.
[exec] Considered "C:\Program Files (x86)\NUnit 2.5.7\bin\net-2.0\framework\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\NUnit 2.5.3\bin\net-2.0\framework\nunit.framework.dll", but its name "nunit.framework, Version=2.5.3.9345, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" didn't match.
[exec] Considered "C:\Program Files (x86)\NUnit 2.5.3\bin\net-2.0\framework\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\NUnit 2.5.2\bin\net-2.0\framework\nunit.framework.dll", but its name "nunit.framework, Version=2.5.2.9222, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" didn't match.
[exec] Considered "C:\Program Files (x86)\NUnit 2.5.2\bin\net-2.0\framework\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ReferenceAssemblies\v4.0\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ReferenceAssemblies\v4.0\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Common Files\microsoft shared\VSTT\10.0\UITestExtensionPackages\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Common Files\microsoft shared\VSTT\10.0\UITestExtensionPackages\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Platforms\Win32\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Platforms\Win32\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\VBPowerPacks\v10.0\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\VBPowerPacks\v10.0\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft Synchronization Services\ADO.NET\v1.0\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft Synchronization Services\ADO.NET\v1.0\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft SQL Server Compact Edition\v3.5\Desktop\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft SQL Server Compact Edition\v3.5\Desktop\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft SDKs\RIA Services\v1.0\Libraries\Server\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft SDKs\RIA Services\v1.0\Libraries\Server\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft Visual Studio 10.0\ReportViewer\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft Visual Studio 10.0\ReportViewer\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PublicAssemblies\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PublicAssemblies\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft.NET\Primary Interop Assemblies\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft.NET\Primary Interop Assemblies\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\FSharp\2.0\Runtime\v4.0\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\FSharp\2.0\Runtime\v4.0\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VSTSDB\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VSTSDB\nunit.framework.exe", but it didn't exist.
[exec] Considered "c:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web Pages\v1.0\Assemblies\nunit.framework.dll", but it didn't exist.
[exec] Considered "c:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web Pages\v1.0\Assemblies\nunit.framework.exe", but it didn't exist.
[exec] Considered "c:\Program Files (x86)\Microsoft ASP.NET\ASP.NET MVC 3\Assemblies\nunit.framework.dll", but it didn't exist.
[exec] Considered "c:\Program Files (x86)\Microsoft ASP.NET\ASP.NET MVC 3\Assemblies\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft Synchronization Services\ADO.NET\v1.0\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft Synchronization Services\ADO.NET\v1.0\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft SQL Server Compact Edition\v3.5\Desktop\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft SQL Server Compact Edition\v3.5\Desktop\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft.NET\Primary Interop Assemblies\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft.NET\Primary Interop Assemblies\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\PostSharp 2.0\Reference Assemblies\.NET Framework 2.0\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\PostSharp 2.0\Reference Assemblies\.NET Framework 2.0\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ReferenceAssemblies\v2.0\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ReferenceAssemblies\v2.0\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\VSTO\v9.0\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\VSTO\v9.0\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\VSTO\v8.0\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\VSTO\v8.0\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\VSTA\v9.0\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\VSTA\v9.0\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\VBPowerPacks\v10.0\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\VBPowerPacks\v10.0\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Common Files\Microsoft Shared\Visual Basic Power Packs\1.1\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Common Files\Microsoft Shared\Visual Basic Power Packs\1.1\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ReferenceAssemblies\v2.0\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ReferenceAssemblies\v2.0\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft Synchronization Services\ADO.NET\v1.0\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft Synchronization Services\ADO.NET\v1.0\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft SDKs\Microsoft Sync Framework\v1.0\Runtime\ADO.NET\V2.0\x64\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft SDKs\Microsoft Sync Framework\v1.0\Runtime\ADO.NET\V2.0\x64\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft SQL Server Compact Edition\v3.5\Desktop\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft SQL Server Compact Edition\v3.5\Desktop\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft Visual Studio 10.0\ReportViewer\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft Visual Studio 10.0\ReportViewer\nunit.framework.exe", but it didn't exist.
[exec] Considered "c:\Program Files (x86)\Microsoft Visual Studio 9.0\ReportViewer\nunit.framework.dll", but it didn't exist.
[exec] Considered "c:\Program Files (x86)\Microsoft Visual Studio 9.0\ReportViewer\nunit.framework.exe", but it didn't exist.
[exec] Considered "c:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PublicAssemblies\nunit.framework.dll", but it didn't exist.
[exec] Considered "c:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PublicAssemblies\nunit.framework.exe", but it didn't exist.
[exec] Considered "c:\Program Files (x86)\Common Files\Microsoft Shared\MSEnv\PublicAssemblies\nunit.framework.dll", but it didn't exist.
[exec] Considered "c:\Program Files (x86)\Common Files\Microsoft Shared\MSEnv\PublicAssemblies\nunit.framework.exe", but it didn't exist.
[exec] Considered "c:\Program Files (x86)\Microsoft.NET\Primary Interop Assemblies\nunit.framework.dll", but it didn't exist.
[exec] Considered "c:\Program Files (x86)\Microsoft.NET\Primary Interop Assemblies\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft Visual Studio 9.0\Visual Studio Tools for Office\PIA\Office12\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft Visual Studio 9.0\Visual Studio Tools for Office\PIA\Office12\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft Visual Studio 9.0\Visual Studio Tools for Office\PIA\Office11\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft Visual Studio 9.0\Visual Studio Tools for Office\PIA\Office11\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\FSharp\2.0\Runtime\v2.0\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\FSharp\2.0\Runtime\v2.0\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft SDKs\Microsoft Sync Framework\v1.0\Runtime\x86\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft SDKs\Microsoft Sync Framework\v1.0\Runtime\x86\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft Chart Controls\Assemblies\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft Chart Controls\Assemblies\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Gallio\bin\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Gallio\bin\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Business Objects\Common\2.8\managed\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Business Objects\Common\2.8\managed\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft\Contracts\PublicAssemblies\v3.5\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft\Contracts\PublicAssemblies\v3.5\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET MVC 2\Assemblies\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET MVC 2\Assemblies\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET MVC 1.0\Assemblies\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET MVC 1.0\Assemblies\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\NUnit 2.5.7\bin\net-2.0\framework\nunit.framework.dll", but its name "nunit.framework, Version=2.5.7.10213, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" didn't match.
[exec] Considered "C:\Program Files (x86)\NUnit 2.5.7\bin\net-2.0\framework\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\NUnit 2.5.3\bin\net-2.0\framework\nunit.framework.dll", but its name "nunit.framework, Version=2.5.3.9345, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" didn't match.
[exec] Considered "C:\Program Files (x86)\NUnit 2.5.3\bin\net-2.0\framework\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\NUnit 2.5.2\bin\net-2.0\framework\nunit.framework.dll", but its name "nunit.framework, Version=2.5.2.9222, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" didn't match.
[exec] Considered "C:\Program Files (x86)\NUnit 2.5.2\bin\net-2.0\framework\nunit.framework.exe", but it didn't exist.
[exec] For SearchPath "{AssemblyFolders}".
[exec] Considered "C:\Program Files (x86)\FSharp-1.9.6.2\\bin\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\FSharp-1.9.6.2\\bin\nunit.framework.exe", but it didn't exist.
[exec] Considered "c:\Program Files (x86)\Microsoft SQL Server\100\DTS\ForEachEnumerators\nunit.framework.dll", but it didn't exist.
[exec] Considered "c:\Program Files (x86)\Microsoft SQL Server\100\DTS\ForEachEnumerators\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.5\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files\IIS\Microsoft Web Deploy\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files\IIS\Microsoft Web Deploy\nunit.framework.exe", but it didn't exist.
[exec] Considered "c:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\nunit.framework.dll", but it didn't exist.
[exec] Considered "c:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0\nunit.framework.exe", but it didn't exist.
[exec] Considered "c:\Program Files (x86)\Microsoft SQL Server\100\DTS\Tasks\nunit.framework.dll", but it didn't exist.
[exec] Considered "c:\Program Files (x86)\Microsoft SQL Server\100\DTS\Tasks\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\NUnit 2.5.3\bin\net-1.1\framework\nunit.framework.dll", but its name "nunit.framework, Version=2.5.3.9345, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" didn't match.
[exec] Considered "C:\Program Files (x86)\NUnit 2.5.3\bin\net-1.1\framework\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\NUnit 2.5.2\bin\net-1.1\framework\nunit.framework.dll", but its name "nunit.framework, Version=2.5.2.9222, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" didn't match.
[exec] Considered "C:\Program Files (x86)\NUnit 2.5.2\bin\net-1.1\framework\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\PostSharp 2.0\Reference Assemblies\.NET Framework 2.0\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\PostSharp 2.0\Reference Assemblies\.NET Framework 2.0\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft Synchronization Services\ADO.NET\v1.0\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft Synchronization Services\ADO.NET\v1.0\nunit.framework.exe", but it didn't exist.
[exec] Considered "c:\Program Files (x86)\Microsoft SQL Server\100\DTS\PipelineComponents\nunit.framework.dll", but it didn't exist.
[exec] Considered "c:\Program Files (x86)\Microsoft SQL Server\100\DTS\PipelineComponents\nunit.framework.exe", but it didn't exist.
[exec] Considered "c:\Program Files (x86)\Microsoft.NET\ADOMD.NET\100\nunit.framework.dll", but it didn't exist.
[exec] Considered "c:\Program Files (x86)\Microsoft.NET\ADOMD.NET\100\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft\Contracts\PublicAssemblies\v3.5\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft\Contracts\PublicAssemblies\v3.5\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft SQL Server Compact Edition\v3.5\Desktop\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft SQL Server Compact Edition\v3.5\Desktop\nunit.framework.exe", but it didn't exist.
[exec] Considered "c:\Program Files (x86)\Microsoft SQL Server\100\SDK\Assemblies\nunit.framework.dll", but it didn't exist.
[exec] Considered "c:\Program Files (x86)\Microsoft SQL Server\100\SDK\Assemblies\nunit.framework.exe", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft SQL Server\100\SDK\Assemblies\nunit.framework.dll", but it didn't exist.
[exec] Considered "C:\Program Files (x86)\Microsoft SQL Server\100\SDK\Assemblies\nunit.framework.exe", but it didn't exist.
[exec] For SearchPath "{GAC}".
[exec] Considered "nunit.framework, Version=2.5.8.10295, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL", which was not found in the GAC.
[exec] For SearchPath "{RawFileName}".
[exec] Considered treating "nunit.framework, Version=2.5.8.10295, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" as a file name, but it didn't exist.
[exec] For SearchPath "..\..\..\lib\Debug\Ncqrs.Spec\".
[exec] Considered "..\..\..\lib\Debug\Ncqrs.Spec\nunit.framework.dll", but it didn't exist.
[exec] Considered "..\..\..\lib\Debug\Ncqrs.Spec\nunit.framework.exe", but it didn't exist.
[exec] GenerateTargetFrameworkMonikerAttribute:
[exec] Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
[exec] CoreCompile:
[exec] C:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe /noconfig /nowarn:1701,1702 /nostdlib+ /errorreport:prompt /warn:4 /define:DEBUG;TRACE /reference:c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\lib\ThirdParty\log4net\log4net.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Microsoft.CSharp.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\mscorlib.dll" /reference:c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\lib\Debug\Ncqrs\Ncqrs.dll /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Core.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Data.DataSetExtensions.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Data.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Xml.dll" /reference:"C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Xml.Linq.dll" /debug+ /debug:full /filealign:512 /optimize- /out:obj\Debug\Ncqrs.Spec.dll /target:library AggregateRootTestFixture.cs AndAttribute.cs AutoMappedCommandTestFixture.cs BaseTestFixture.cs CommandTestFixture.cs EventContext.cs GivenAttribute.cs Prepare.cs Properties\AssemblyInfo.cs SpecificationAttribute.cs ThenAttribute.cs "C:\Users\jdentler\AppData\Local\Temp\.NETFramework,Version=v4.0.AssemblyAttributes.cs"
[exec] AggregateRootTestFixture.cs(8,7): error CS0246: The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?) [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] ThenAttribute.cs(1,7): error CS0246: The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?) [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] ThenAttribute.cs(5,34): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] CommandTestFixture.cs(7,7): error CS0246: The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?) [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] GivenAttribute.cs(1,7): error CS0246: The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?) [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] GivenAttribute.cs(5,35): error CS0246: The type or namespace name 'SetUpAttribute' could not be found (are you missing a using directive or an assembly reference?) [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] SpecificationAttribute.cs(1,7): error CS0246: The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?) [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] SpecificationAttribute.cs(5,43): error CS0246: The type or namespace name 'TestFixtureAttribute' could not be found (are you missing a using directive or an assembly reference?) [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] AggregateRootTestFixture.cs(33,10): error CS0616: 'Ncqrs.Spec.GivenAttribute' is not an attribute class [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] AggregateRootTestFixture.cs(34,10): error CS0246: The type or namespace name 'SetUp' could not be found (are you missing a using directive or an assembly reference?) [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] AggregateRootTestFixture.cs(34,10): error CS0246: The type or namespace name 'SetUpAttribute' could not be found (are you missing a using directive or an assembly reference?) [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] AggregateRootTestFixture.cs(12,6): error CS0616: 'Ncqrs.Spec.SpecificationAttribute' is not an attribute class [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] AggregateRootTestFixture.cs(13,6): error CS0246: The type or namespace name 'TestFixture' could not be found (are you missing a using directive or an assembly reference?) [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] AggregateRootTestFixture.cs(13,6): error CS0246: The type or namespace name 'TestFixtureAttribute' could not be found (are you missing a using directive or an assembly reference?) [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] AutoMappedCommandTestFixture.cs(8,6): error CS0616: 'Ncqrs.Spec.SpecificationAttribute' is not an attribute class [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] BaseTestFixture.cs(13,10): error CS0616: 'Ncqrs.Spec.GivenAttribute' is not an attribute class [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] BaseTestFixture.cs(5,6): error CS0616: 'Ncqrs.Spec.SpecificationAttribute' is not an attribute class [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] BaseTestFixture.cs(43,10): error CS0616: 'Ncqrs.Spec.GivenAttribute' is not an attribute class [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] BaseTestFixture.cs(33,6): error CS0616: 'Ncqrs.Spec.SpecificationAttribute' is not an attribute class [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] CommandTestFixture.cs(27,10): error CS0616: 'Ncqrs.Spec.GivenAttribute' is not an attribute class [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] CommandTestFixture.cs(28,10): error CS0246: The type or namespace name 'SetUp' could not be found (are you missing a using directive or an assembly reference?) [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] CommandTestFixture.cs(28,10): error CS0246: The type or namespace name 'SetUpAttribute' could not be found (are you missing a using directive or an assembly reference?) [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] CommandTestFixture.cs(11,6): error CS0616: 'Ncqrs.Spec.SpecificationAttribute' is not an attribute class [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] CommandTestFixture.cs(12,6): error CS0246: The type or namespace name 'TestFixture' could not be found (are you missing a using directive or an assembly reference?) [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] CommandTestFixture.cs(12,6): error CS0246: The type or namespace name 'TestFixtureAttribute' could not be found (are you missing a using directive or an assembly reference?) [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] Done Building Project "c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj" (default targets) -- FAILED.
[exec] Done Building Project "c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Tests\Ncqrs.Tests.csproj" (default targets) -- FAILED.
[exec] Done Building Project "c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\NcqrsFramework.sln" (default targets) -- FAILED.
[exec]
[exec] Build FAILED.
[exec]
[exec] "c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\NcqrsFramework.sln" (default target) (1) ->
[exec] "c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs\Ncqrs.csproj" (default target) (2) ->
[exec] (CoreCompile target) ->
[exec] Eventing\Storage\NoDB\NoDBSnapshotStore.cs(40,46): warning CS0168: The variable 'ex' is declared but never used [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs\Ncqrs.csproj]
[exec] Commanding\ServiceModel\CommandService.cs(86,58): warning CS0642: Possible mistaken empty statement [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs\Ncqrs.csproj]
[exec] Eventing\Sourcing\Snapshotting\ISnapshotable.cs(63,58): warning CS0067: The event 'Ncqrs.Eventing.Sourcing.Snapshotting.SnapshotableContracts<TSnapshot>.EventApplied' is never used [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs\Ncqrs.csproj]
[exec] Eventing\Storage\SQL\MsSqlServerEventStore.cs(22,28): warning CS0414: The field 'Ncqrs.Eventing.Storage.SQL.MsSqlServerEventStore.FirstVersion' is assigned but its value is never used [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs\Ncqrs.csproj]
[exec]
[exec]
[exec] "c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\NcqrsFramework.sln" (default target) (1) ->
[exec] "c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs\Ncqrs.csproj" (default target) (2) ->
[exec] (CodeContractRewrite target) ->
[exec] c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs\Commanding\CommandExecution\Mapping\Fluent\MappedCommandToAggregateRoot.cs(42,13): warning CC1032: Method 'Ncqrs.Commanding.CommandExecution.Mapping.Fluent.MappedCommandToAggregateRoot`2.Execute(type parameter.TCommand)' overrides 'Ncqrs.Commanding.CommandExecution.Mapping.Fluent.MappedCommandToAggregateRoot`1<type parameter.TCommand>.Execute(type parameter.TCommand)', thus cannot add Requires. [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs\Ncqrs.csproj]
[exec] c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs\Eventing\Sourcing\EventSource.cs(93,13): warning CC1033: Method 'Ncqrs.Eventing.Sourcing.EventSource.InitializeFromHistory(Ncqrs.Eventing.CommittedEventStream)' implements interface method 'Ncqrs.Eventing.Sourcing.IEventSource.InitializeFromHistory(Ncqrs.Eventing.CommittedEventStream)', thus cannot add Requires. [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs\Ncqrs.csproj]
[exec] c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs\Eventing\Sourcing\Mapping\ExpressionBasedEventHandlerMappingStrategy.cs(43,13): warning CC1033: Method 'Ncqrs.Eventing.Sourcing.Mapping.ExpressionBasedEventHandlerMappingStrategy.GetEventHandlers(System.Object)' implements interface method 'Ncqrs.Eventing.Sourcing.Mapping.IEventHandlerMappingStrategy.GetEventHandlers(System.Object)', thuscannot add Requires. [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs\Ncqrs.csproj]
[exec] c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs\Eventing\Sourcing\TypeThresholdedActionBasedSourcedEventHandler.cs(69,13): warning CC1033: Method 'Ncqrs.Eventing.Sourcing.TypeThresholdedActionBasedDomainEventHandler.HandleEvent(System.Object)' implements interface method 'Ncqrs.Eventing.Sourcing.ISourcedEventHandler.HandleEvent(System.Object)', thus cannot add Requires. [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs\Ncqrs.csproj]
[exec] c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs\Eventing\Sourcing\Mapping\AttributeBasedEventHandlerMappingStrategy.cs(40,13): warning CC1033: Method 'Ncqrs.Eventing.Sourcing.Mapping.AttributeBasedEventHandlerMappingStrategy.GetEventHandlers(System.Object)' implements interface method 'Ncqrs.Eventing.Sourcing.Mapping.IEventHandlerMappingStrategy.GetEventHandlers(System.Object)', thus cannot add Requires. [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs\Ncqrs.csproj]
[exec] c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs\Eventing\Sourcing\Mapping\ConventionBasedEventHandlerMappingStrategy.cs(48,13): warning CC1033: Method 'Ncqrs.Eventing.Sourcing.Mapping.ConventionBasedEventHandlerMappingStrategy.GetEventHandlers(System.Object)' implements interface method 'Ncqrs.Eventing.Sourcing.Mapping.IEventHandlerMappingStrategy.GetEventHandlers(System.Object)', thuscannot add Requires. [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs\Ncqrs.csproj]
[exec] c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs\Domain\UnitOfWork.cs(188,13): warning CC1033: Method 'Ncqrs.Domain.UnitOfWork.Accept' implements interface method 'Ncqrs.Domain.IUnitOfWorkContext.Accept', thus cannot add Requires. [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs\Ncqrs.csproj]
[exec]
[exec]
[exec] c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Tests\Ncqrs.Tests.csproj(164,3): warning MSB4011: "C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.CSharp.targets" cannot be imported again. It was already imported at "c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Tests\Ncqrs.Tests.csproj (163,3)". This is most likely a build authoring error. This subsequent import will be ignored.
[exec]
[exec]
[exec] "c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\NcqrsFramework.sln" (default target) (1) ->
[exec] "c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Tests\Ncqrs.Tests.csproj" (default target) (3) ->
[exec] "c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj" (default target) (4) ->
[exec] (ResolveAssemblyReferences target) ->
[exec] C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1360,9): warning MSB3245: Could not resolve this reference. Could not locate the assembly "nunit.framework, Version=2.5.8.10295, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec]
[exec]
[exec] "c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\NcqrsFramework.sln" (default target) (1) ->
[exec] "c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Tests\Ncqrs.Tests.csproj" (default target) (3) ->
[exec] "c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj" (default target) (4) ->
[exec] (CoreCompile target) ->
[exec] AggregateRootTestFixture.cs(8,7): error CS0246: The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?) [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] ThenAttribute.cs(1,7): error CS0246: The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?) [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] ThenAttribute.cs(5,34): error CS0246: The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?) [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] CommandTestFixture.cs(7,7): error CS0246: The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?) [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] GivenAttribute.cs(1,7): error CS0246: The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?) [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] GivenAttribute.cs(5,35): error CS0246: The type or namespace name 'SetUpAttribute' could not be found (are you missing a using directive or an assembly reference?) [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] SpecificationAttribute.cs(1,7): error CS0246: The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?) [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] SpecificationAttribute.cs(5,43): error CS0246: The type or namespace name 'TestFixtureAttribute' could not be found (are you missing a using directive or an assembly reference?) [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] AggregateRootTestFixture.cs(33,10): error CS0616: 'Ncqrs.Spec.GivenAttribute' is not an attribute class [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] AggregateRootTestFixture.cs(34,10): error CS0246: The type or namespace name 'SetUp' could not be found (are you missing a using directive or an assembly reference?) [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] AggregateRootTestFixture.cs(34,10): error CS0246: The type or namespace name 'SetUpAttribute' could not be found (are you missing a using directive or an assembly reference?) [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] AggregateRootTestFixture.cs(12,6): error CS0616: 'Ncqrs.Spec.SpecificationAttribute' is not an attribute class [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] AggregateRootTestFixture.cs(13,6): error CS0246: The type or namespace name 'TestFixture' could not be found (are you missing a using directive or an assembly reference?) [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] AggregateRootTestFixture.cs(13,6): error CS0246: The type or namespace name 'TestFixtureAttribute' could not be found (are you missing a using directive or an assembly reference?) [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] AutoMappedCommandTestFixture.cs(8,6): error CS0616: 'Ncqrs.Spec.SpecificationAttribute' is not an attribute class [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] BaseTestFixture.cs(13,10): error CS0616: 'Ncqrs.Spec.GivenAttribute' is not an attribute class [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] BaseTestFixture.cs(5,6): error CS0616: 'Ncqrs.Spec.SpecificationAttribute' is not an attribute class [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] BaseTestFixture.cs(43,10): error CS0616: 'Ncqrs.Spec.GivenAttribute' is not an attribute class [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] BaseTestFixture.cs(33,6): error CS0616: 'Ncqrs.Spec.SpecificationAttribute' is not an attribute class [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] CommandTestFixture.cs(27,10): error CS0616: 'Ncqrs.Spec.GivenAttribute' is not an attribute class [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] CommandTestFixture.cs(28,10): error CS0246: The type or namespace name 'SetUp' could not be found (are you missing a using directive or an assembly reference?) [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] CommandTestFixture.cs(28,10): error CS0246: The type or namespace name 'SetUpAttribute' could not be found (are you missing a using directive or an assembly reference?) [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] CommandTestFixture.cs(11,6): error CS0616: 'Ncqrs.Spec.SpecificationAttribute' is not an attribute class [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] CommandTestFixture.cs(12,6): error CS0246: The type or namespace name 'TestFixture' could not be found (are you missing a using directive or an assembly reference?) [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec] CommandTestFixture.cs(12,6): error CS0246: The type or namespace name 'TestFixtureAttribute' could not be found (are you missing a using directive or an assembly reference?) [c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\Framework\src\Ncqrs.Spec\Ncqrs.Spec.csproj]
[exec]
[exec] 13 Warning(s)
[exec] 25 Error(s)
[exec]
[exec] Time Elapsed 00:00:03.05
BUILD FAILED
c:\myNcqrsBuilder\ncqrs-ncqrs-f3eb879\MAIN.build(50,6):
External Program Failed: C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe (return code was 1)
Total time: 3.9 seconds.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment