Created
February 28, 2011 14:27
-
-
Save jasondentler/847377 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -85,10 +85,11 @@ namespace Ncqrs.Eventing.ServiceModel.Bus | |
Log.DebugFormat("Call finished."); | |
} | |
} | |
+ [ContractVerification(false)] | |
protected IEnumerable<Action<PublishedEvent>> GetHandlersForEvent(IPublishableEvent eventMessage) | |
{ | |
if (eventMessage == null) | |
return null; | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[exec] CommandWebService.cs(6,28): error CS0234: The type or namespace name 'Contracts' does not exist in the namespace 'Ncqrs.CommandService' (are you missing an assembly reference?) [C:\Projects\ncqrs\Extensions\src\Ncqrs.CommandService\Ncqrs.CommandService.csproj] | |
[exec] CommandWebService.cs(15,38): error CS0246: The type or namespace name 'ICommandWebService' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\ncqrs\Extensions\src\Ncqrs.CommandService\Ncqrs.CommandService.csproj] | |
[exec] CommandWebService.cs(24,40): error CS0246: The type or namespace name 'ExecuteRequest' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\ncqrs\Extensions\src\Ncqrs.CommandService\Ncqrs.CommandService.csproj] | |
[exec] CommandWebService.cs(24,16): error CS0246: The type or namespace name 'ExecuteResponse' could not be found (are you missing a using directive or an assembly reference?) [C:\Projects\ncqrs\Extensions\src\Ncqrs.CommandService\Ncqrs.CommandService.csproj] | |
[exec] | |
[exec] 6 Warning(s) | |
[exec] 4 Error(s) | |
[exec] | |
[exec] Time Elapsed 00:00:10.62 | |
BUILD FAILED |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment