Skip to content

Instantly share code, notes, and snippets.

@peschkaj
Created November 18, 2012 14:57
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 peschkaj/4105672 to your computer and use it in GitHub Desktop.
Save peschkaj/4105672 to your computer and use it in GitHub Desktop.
CorrugatedIron xbuild output
XBuild Engine Version 2.10.9.0
Mono, Version 2.10.9.0
Copyright (C) Marek Sieradzki 2005-2008, Novell 2008-2011.
Build started 11/18/2012 6:49:19 AM.
__________________________________________________
Project "/Users/jeremiah/Projects/CorrugatedIron/CorrugatedIron.sln" (default target(s)):
Target ValidateSolutionConfiguration:
Building solution configuration "Debug|Any CPU".
Target Build:
Project "/Users/jeremiah/Projects/CorrugatedIron/CorrugatedIron/CorrugatedIron.csproj" (default target(s)):
Target RestorePackages:
Executing: mono --runtime=v4.0.30319 /Users/jeremiah/Projects/CorrugatedIron/.nuget/nuget.exe install "packages.config" -source "" -o "/Users/jeremiah/Projects/CorrugatedIron/packages"
Package restore is disabled by default. To give consent, open the Visual Studio Options dialog, click on Package Manager node and check 'Allow NuGet to download missing packages during build.' You can also give consent by setting the environment variable 'EnableNuGetPackageRestore' to 'true'.
Target PrepareForBuild:
Configuration: Debug Platform: AnyCPU
Target ResolveAssemblyReferences:
/Library/Frameworks/Mono.framework/Versions/2.10.9/lib/mono/4.0/Microsoft.Common.targets: warning : Reference 'Newtonsoft.Json' not resolved
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
Considered ../packages/Newtonsoft.Json.4.5.10/lib/net40/Newtonsoft.Json.dll, but it does not exist.
For searchpath {TargetFrameworkDirectory}
Considered target framework dir /Library/Frameworks/Mono.framework/Versions/2.10.9/lib/mono/4.0, assembly named 'Newtonsoft.Json' not found.
For searchpath {PkgConfig}
Considered Newtonsoft.Json, but could not find in any pkg-config files.
For searchpath {GAC}
Considered Newtonsoft.Json, but could not find in the GAC.
For searchpath {RawFileName}
Considered '/Users/jeremiah/Projects/CorrugatedIron/CorrugatedIron/Newtonsoft.Json' as a file, but the file does not exist
For searchpath bin/Debug/
Considered '/Users/jeremiah/Projects/CorrugatedIron/CorrugatedIron/bin/Debug/Newtonsoft.Json' as a file, but the file does not exist
Considered '/Users/jeremiah/Projects/CorrugatedIron/CorrugatedIron/bin/Debug/Newtonsoft.Json.exe' as a file, but the file does not exist
Considered '/Users/jeremiah/Projects/CorrugatedIron/CorrugatedIron/bin/Debug/Newtonsoft.Json.dll' as a file, but the file does not exist
/Library/Frameworks/Mono.framework/Versions/2.10.9/lib/mono/4.0/Microsoft.Common.targets: warning : Reference 'protobuf-net' not resolved
For searchpath {CandidateAssemblyFiles}
Warning: {CandidateAssemblyFiles} not supported currently
For searchpath {HintPathFromItem}
Considered ../packages/protobuf-net.2.0.0.602/lib/net40/protobuf-net.dll, but it does not exist.
For searchpath {TargetFrameworkDirectory}
Considered target framework dir /Library/Frameworks/Mono.framework/Versions/2.10.9/lib/mono/4.0, assembly named 'protobuf-net' not found.
For searchpath {PkgConfig}
Considered protobuf-net, but could not find in any pkg-config files.
For searchpath {GAC}
Considered protobuf-net, but could not find in the GAC.
For searchpath {RawFileName}
Considered '/Users/jeremiah/Projects/CorrugatedIron/CorrugatedIron/protobuf-net' as a file, but the file does not exist
For searchpath bin/Debug/
Considered '/Users/jeremiah/Projects/CorrugatedIron/CorrugatedIron/bin/Debug/protobuf-net' as a file, but the file does not exist
Considered '/Users/jeremiah/Projects/CorrugatedIron/CorrugatedIron/bin/Debug/protobuf-net.exe' as a file, but the file does not exist
Considered '/Users/jeremiah/Projects/CorrugatedIron/CorrugatedIron/bin/Debug/protobuf-net.dll' as a file, but the file does not exist
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Tool /Library/Frameworks/Mono.framework/Versions/2.10.9/bin/dmcs execution started with arguments: /noconfig /debug:full /debug+ /keyfile:../Metadata/CorrugatedIron.snk /optimize- /out:obj/Debug/CorrugatedIron.dll ../Metadata/VersionInfo.cs Comms/LoadBalancing/ILoadBalancingStrategy.cs Comms/LoadBalancing/RoundRobinStrategy.cs Comms/RiakPbcSocket.cs Config/Fluent/RiakClusterConfiguration.cs Config/Fluent/RiakExternalLoadBalancerConfiguration.cs Config/Fluent/RiakNodeConfiguration.cs Config/IRiakClusterConfiguration.cs Config/IRiakExternalLoadBalancerConfiguration.cs Config/IRiakNodeConfiguration.cs Config/RiakExternalLoadBalancerConfiguration.cs Containers/ConcurrentEnumerable.cs Containers/ConcurrentEnumerator.cs Comms/RiakConnectionPool.cs Containers/Either.cs Exceptions/RiakInvalidDataException.cs Exceptions/RiakException.cs IRiakBatchClient.cs IRiakEndPoint.cs Messages/riak.cs Messages/riak_kv.cs Messages/riak_search.cs Models/CommitHook/IRiakPostCommitHook.cs Models/CommitHook/IRiakPreCommitHook.cs Models/CommitHook/RiakCommitHook.cs Models/CommitHook/RiakErlangCommitHook.cs Models/CommitHook/RiakJavascriptCommitHook.cs Models/MapReduce/Fluent/RiakFluentKeyFilter.cs Models/MapReduce/Fluent/RiakFluentLinkPhase.cs Models/MapReduce/Fluent/RiakFluentActionPhaseErlang.cs Models/MapReduce/Fluent/RiakFluentActionPhaseJavascript.cs Models/MapReduce/Inputs/IRiakPhaseInput.cs Models/MapReduce/Inputs/RiakBucketInput.cs Models/MapReduce/Inputs/RiakBucketKeyKeyDataInput.cs Models/MapReduce/Inputs/RiakBucketKeyInput.cs Models/MapReduce/Inputs/RiakBucketSearchInput.cs Models/MapReduce/IRiakMapReduceResult.cs Models/MapReduce/KeyFilters/And.cs Models/MapReduce/KeyFilters/Between.cs Models/MapReduce/KeyFilters/EndsWith.cs Models/MapReduce/KeyFilters/EqualTo.cs Models/MapReduce/KeyFilters/FloatToString.cs Models/MapReduce/KeyFilters/GreaterThan.cs Models/MapReduce/KeyFilters/GreaterThanOrEqualTo.cs Models/MapReduce/KeyFilters/IntToString.cs Models/MapReduce/KeyFilters/IRiakKeyFilterToken.cs Models/MapReduce/KeyFilters/LessThan.cs Models/MapReduce/KeyFilters/LessThanOrEqualTo.cs Models/MapReduce/KeyFilters/Matches.cs Models/MapReduce/KeyFilters/Not.cs Models/MapReduce/KeyFilters/NotEqual.cs Models/MapReduce/KeyFilters/Or.cs Models/MapReduce/KeyFilters/RiakCompositeKeyFilterToken.cs Models/MapReduce/KeyFilters/RiakKeyFilterToken.cs Models/MapReduce/KeyFilters/SetMember.cs Models/MapReduce/KeyFilters/SimilarTo.cs Models/MapReduce/KeyFilters/StartsWith.cs Models/MapReduce/KeyFilters/StringToFloat.cs Models/MapReduce/KeyFilters/StringToInt.cs Models/MapReduce/KeyFilters/Tokenize.cs Models/MapReduce/KeyFilters/ToLower.cs Models/MapReduce/KeyFilters/ToUpper.cs Models/MapReduce/KeyFilters/UrlDecode.cs Models/MapReduce/Languages/IRiakPhaseLanguage.cs Models/MapReduce/Languages/RiakPhaseLanguageErlang.cs Models/MapReduce/Languages/RiakPhaseLanguageJavascript.cs Models/MapReduce/Phases/RiakActionPhase.cs Models/MapReduce/Phases/RiakLinkPhase.cs Models/MapReduce/Phases/RiakMapPhase.cs Models/MapReduce/RiakMapReduceQuery.cs Models/MapReduce/RiakMapReduceResultPhase.cs Models/MapReduce/Phases/RiakPhase.cs Models/MapReduce/Phases/RiakReducePhase.cs Models/MapReduce/RiakStreamedMapReduceResult.cs Models/Rest/RiakRestRequest.cs Models/Rest/RiakRestResponse.cs Models/RiakObjectId.cs Models/RiakBucketProperties.cs Models/RiakLink.cs Models/RiakObject.cs Converters/RiakObjectIdConverter.cs Models/RiakPutOptions.cs Models/RiakServerInfo.cs Models/Search/BinaryTerm.cs Models/Search/GroupTerm.cs Models/Search/RangeTerm.cs Models/Search/RiakFluentSearch.cs Models/Search/RiakSearchRequest.cs Models/Search/RiakSearchResult.cs Models/Search/RiakSearchResultDocument.cs Models/Search/RiakSearchResultField.cs Models/Search/Term.cs Models/Search/Token.cs Models/Search/UnaryTerm.cs RiakAsyncClient.cs RiakClient.cs Comms/RiakConnection.cs Comms/RiakConnectionFactory.cs RiakCluster.cs Comms/RiakNode.cs Models/MapReduce/RiakMapReduceResult.cs RiakEndPoint.cs RiakExternalLoadBalancer.cs RiakResult.cs Config/RiakClusterConfiguration.cs Config/RiakNodeConfiguration.cs Config/RiakNodeConfigurationCollection.cs Extensions/EnumerableExtensions.cs Extensions/JsonExtensions.cs Util/RiakConstants.cs Extensions/StringExtensions.cs Messages/MessageCode.cs Properties/AssemblyInfo.cs Models/MapReduce/Inputs/RiakModuleFunctionArgInput.cs Models/RiakDeleteOptions.cs Models/MapReduce/Inputs/RiakIntIndexEqualityInput.cs Models/MapReduce/Inputs/RiakIntIndexRangeInput.cs Models/MapReduce/Inputs/RiakBinIndexEqualityInput.cs Models/MapReduce/Inputs/RiakBinIndexRangeInput.cs /target:library /define:"DEBUG;TRACE" /reference:/Library/Frameworks/Mono.framework/Versions/2.10.9/lib/mono/4.0/System.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.10.9/lib/mono/4.0/System.Web.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.10.9/lib/mono/4.0/System.Xml.Linq.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.10.9/lib/mono/4.0/System.Data.DataSetExtensions.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.10.9/lib/mono/4.0/Microsoft.CSharp.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.10.9/lib/mono/4.0/System.Data.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.10.9/lib/mono/4.0/System.Xml.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.10.9/lib/mono/4.0/System.Configuration.dll /reference:/Library/Frameworks/Mono.framework/Versions/2.10.9/lib/mono/4.0/System.Core.dll /warn:4
Comms/RiakPbcSocket.cs(25,7): error CS0246: The type or namespace name `ProtoBuf' could not be found. Are you missing a using directive or an assembly reference?
Messages/riak.cs(14,39): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak.cs(38,47): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak.cs(66,34): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(15,45): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(32,44): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(49,36): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(136,37): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(171,36): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(276,37): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(311,36): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(398,45): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(415,41): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(432,42): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(458,42): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(475,43): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(492,42): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(516,39): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(540,40): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(577,38): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(646,39): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(663,37): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(764,34): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(801,41): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_search.cs(15,39): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_search.cs(32,44): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_search.cs(126,45): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Converters/RiakObjectIdConverter.cs(3,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/Phases/RiakActionPhase.cs(19,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/RiakObjectId.cs(18,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/RiakObjectId.cs(22,6): error CS0246: The type or namespace name `JsonConverterAttribute' could not be found. Are you missing a using directive or an assembly reference?
Messages/riak.cs(32,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak.cs(33,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak.cs(60,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak.cs(61,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak.cs(86,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak.cs(87,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(26,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(27,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(43,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(44,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(130,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(131,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(662,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(662,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(165,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(166,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(270,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(271,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(305,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(306,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(392,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(393,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(409,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(410,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(426,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(427,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(452,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(453,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(469,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(470,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(800,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(800,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(486,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(487,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(510,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(511,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(534,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(535,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(571,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(572,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(629,6): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(629,6): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(640,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(641,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(657,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(658,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(763,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(763,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak.cs(65,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak.cs(65,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(758,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(759,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(795,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(796,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(823,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(824,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_search.cs(26,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_search.cs(27,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_search.cs(120,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_search.cs(121,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_search.cs(14,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_search.cs(14,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_search.cs(155,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_search.cs(156,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Models/CommitHook/RiakCommitHook.cs(19,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/CommitHook/RiakCommitHook.cs(44,40): error CS0246: The type or namespace name `JsonWriter' could not be found. Are you missing a using directive or an assembly reference?
Models/CommitHook/RiakErlangCommitHook.cs(18,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/CommitHook/RiakJavascriptCommitHook.cs(18,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/Inputs/IRiakPhaseInput.cs(19,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/Inputs/IRiakPhaseInput.cs(31,25): error CS0246: The type or namespace name `JsonWriter' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/Inputs/RiakBucketInput.cs(19,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/Inputs/RiakBucketKeyKeyDataInput.cs(19,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/Inputs/RiakBucketKeyKeyDataInput.cs(37,25): error CS0246: The type or namespace name `JsonWriter' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/Inputs/RiakBucketKeyInput.cs(19,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/Inputs/RiakBucketKeyInput.cs(37,25): error CS0246: The type or namespace name `JsonWriter' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/Inputs/RiakBucketSearchInput.cs(17,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/KeyFilters/And.cs(21,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/KeyFilters/Between.cs(20,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/KeyFilters/EndsWith.cs(20,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/KeyFilters/EqualTo.cs(20,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/KeyFilters/GreaterThan.cs(20,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/KeyFilters/GreaterThanOrEqualTo.cs(20,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/KeyFilters/LessThan.cs(20,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/KeyFilters/LessThanOrEqualTo.cs(20,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/KeyFilters/Matches.cs(20,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/KeyFilters/Not.cs(21,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/KeyFilters/NotEqual.cs(20,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/KeyFilters/Or.cs(21,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/KeyFilters/RiakKeyFilterToken.cs(20,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/KeyFilters/RiakKeyFilterToken.cs(70,47): error CS0246: The type or namespace name `JsonWriter' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/KeyFilters/RiakCompositeKeyFilterToken.cs(19,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/KeyFilters/RiakCompositeKeyFilterToken.cs(35,75): error CS0246: The type or namespace name `JsonWriter' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/KeyFilters/SetMember.cs(21,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/KeyFilters/SimilarTo.cs(20,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/KeyFilters/StartsWith.cs(20,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/KeyFilters/Tokenize.cs(20,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/Languages/IRiakPhaseLanguage.cs(17,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/Languages/RiakPhaseLanguageErlang.cs(19,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/Languages/RiakPhaseLanguageJavascript.cs(19,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/Phases/RiakPhase.cs(20,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/Phases/RiakActionPhase.cs(39,43): error CS0246: The type or namespace name `JsonWriter' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/Phases/RiakLinkPhase.cs(19,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/RiakMapReduceQuery.cs(29,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Messages/riak_kv.cs(515,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(515,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Models/MapReduce/RiakMapReduceResultPhase.cs(20,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Messages/riak_kv.cs(539,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(539,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Models/RiakBucketProperties.cs(28,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/RiakBucketProperties.cs(29,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/RiakBucketProperties.cs(282,61): error CS0246: The type or namespace name `JObject' could not be found. Are you missing a using directive or an assembly reference?
Models/RiakBucketProperties.cs(295,63): error CS0246: The type or namespace name `JObject' could not be found. Are you missing a using directive or an assembly reference?
Models/RiakBucketProperties.cs(301,40): error CS0246: The type or namespace name `JObject' could not be found. Are you missing a using directive or an assembly reference?
Models/RiakLink.cs(21,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/RiakObject.cs(26,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/RiakObject.cs(27,7): error CS0246: The type or namespace name `ProtoBuf' could not be found. Are you missing a using directive or an assembly reference?
Messages/riak_kv.cs(170,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(170,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Converters/RiakObjectIdConverter.cs(9,41): error CS0246: The type or namespace name `JsonReader' could not be found. Are you missing a using directive or an assembly reference?
Converters/RiakObjectIdConverter.cs(9,99): error CS0246: The type or namespace name `JsonSerializer' could not be found. Are you missing a using directive or an assembly reference?
Converters/RiakObjectIdConverter.cs(26,40): error CS0246: The type or namespace name `JsonWriter' could not be found. Are you missing a using directive or an assembly reference?
Converters/RiakObjectIdConverter.cs(26,73): error CS0246: The type or namespace name `JsonSerializer' could not be found. Are you missing a using directive or an assembly reference?
Converters/RiakObjectIdConverter.cs(31,30): error CS0115: `CorrugatedIron.Converters.RiakObjectIdConverter.CanRead' is marked as an override but no suitable property found to override
Converters/RiakObjectIdConverter.cs(36,30): error CS0115: `CorrugatedIron.Converters.RiakObjectIdConverter.CanConvert(System.Type)' is marked as an override but no suitable method found to override
Messages/riak.cs(37,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak.cs(37,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_search.cs(31,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_search.cs(31,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_search.cs(125,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_search.cs(125,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Extensions/JsonExtensions.cs(18,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Extensions/JsonExtensions.cs(41,23): error CS0246: The type or namespace name `JsonWriter' could not be found. Are you missing a using directive or an assembly reference?
Extensions/JsonExtensions.cs(51,23): error CS0246: The type or namespace name `JsonWriter' could not be found. Are you missing a using directive or an assembly reference?
Extensions/JsonExtensions.cs(67,23): error CS0246: The type or namespace name `JsonWriter' could not be found. Are you missing a using directive or an assembly reference?
Extensions/JsonExtensions.cs(77,23): error CS0246: The type or namespace name `JsonWriter' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/Inputs/RiakModuleFunctionArgInput.cs(18,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Messages/riak_kv.cs(310,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(310,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Models/MapReduce/Inputs/RiakIntIndexEqualityInput.cs(17,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/Inputs/RiakIntIndexRangeInput.cs(17,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/Inputs/RiakBinIndexEqualityInput.cs(17,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/Inputs/RiakBinIndexRangeInput.cs(17,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Task "Csc" execution -- FAILED
Done building target "CoreCompile" in project "/Users/jeremiah/Projects/CorrugatedIron/CorrugatedIron/CorrugatedIron.csproj".-- FAILED
Done building project "/Users/jeremiah/Projects/CorrugatedIron/CorrugatedIron/CorrugatedIron.csproj".-- FAILED
Task "MSBuild" execution -- FAILED
Done building target "Build" in project "/Users/jeremiah/Projects/CorrugatedIron/CorrugatedIron.sln".-- FAILED
Done building project "/Users/jeremiah/Projects/CorrugatedIron/CorrugatedIron.sln".-- FAILED
Build FAILED.
Warnings:
/Users/jeremiah/Projects/CorrugatedIron/CorrugatedIron.sln (default targets) ->
(Build target) ->
/Users/jeremiah/Projects/CorrugatedIron/CorrugatedIron/CorrugatedIron.csproj (default targets) ->
/Library/Frameworks/Mono.framework/Versions/2.10.9/lib/mono/4.0/Microsoft.Common.targets (ResolveAssemblyReferences target) ->
/Library/Frameworks/Mono.framework/Versions/2.10.9/lib/mono/4.0/Microsoft.Common.targets: warning : Reference 'Newtonsoft.Json' not resolved
/Library/Frameworks/Mono.framework/Versions/2.10.9/lib/mono/4.0/Microsoft.Common.targets: warning : Reference 'protobuf-net' not resolved
Errors:
/Users/jeremiah/Projects/CorrugatedIron/CorrugatedIron.sln (default targets) ->
(Build target) ->
/Users/jeremiah/Projects/CorrugatedIron/CorrugatedIron/CorrugatedIron.csproj (default targets) ->
/Library/Frameworks/Mono.framework/Versions/2.10.9/lib/mono/4.0/Microsoft.CSharp.targets (CoreCompile target) ->
Comms/RiakPbcSocket.cs(25,7): error CS0246: The type or namespace name `ProtoBuf' could not be found. Are you missing a using directive or an assembly reference?
Messages/riak.cs(14,39): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak.cs(38,47): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak.cs(66,34): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(15,45): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(32,44): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(49,36): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(136,37): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(171,36): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(276,37): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(311,36): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(398,45): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(415,41): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(432,42): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(458,42): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(475,43): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(492,42): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(516,39): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(540,40): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(577,38): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(646,39): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(663,37): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(764,34): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(801,41): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_search.cs(15,39): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_search.cs(32,44): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_search.cs(126,45): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Converters/RiakObjectIdConverter.cs(3,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/Phases/RiakActionPhase.cs(19,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/RiakObjectId.cs(18,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/RiakObjectId.cs(22,6): error CS0246: The type or namespace name `JsonConverterAttribute' could not be found. Are you missing a using directive or an assembly reference?
Messages/riak.cs(32,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak.cs(33,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak.cs(60,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak.cs(61,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak.cs(86,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak.cs(87,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(26,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(27,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(43,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(44,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(130,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(131,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(662,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(662,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(165,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(166,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(270,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(271,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(305,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(306,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(392,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(393,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(409,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(410,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(426,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(427,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(452,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(453,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(469,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(470,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(800,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(800,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(486,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(487,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(510,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(511,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(534,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(535,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(571,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(572,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(629,6): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(629,6): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(640,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(641,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(657,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(658,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(763,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(763,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak.cs(65,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak.cs(65,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(758,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(759,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(795,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(796,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(823,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(824,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_search.cs(26,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_search.cs(27,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_search.cs(120,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_search.cs(121,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_search.cs(14,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_search.cs(14,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_search.cs(155,13): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_search.cs(156,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Models/CommitHook/RiakCommitHook.cs(19,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/CommitHook/RiakCommitHook.cs(44,40): error CS0246: The type or namespace name `JsonWriter' could not be found. Are you missing a using directive or an assembly reference?
Models/CommitHook/RiakErlangCommitHook.cs(18,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/CommitHook/RiakJavascriptCommitHook.cs(18,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/Inputs/IRiakPhaseInput.cs(19,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/Inputs/IRiakPhaseInput.cs(31,25): error CS0246: The type or namespace name `JsonWriter' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/Inputs/RiakBucketInput.cs(19,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/Inputs/RiakBucketKeyKeyDataInput.cs(19,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/Inputs/RiakBucketKeyKeyDataInput.cs(37,25): error CS0246: The type or namespace name `JsonWriter' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/Inputs/RiakBucketKeyInput.cs(19,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/Inputs/RiakBucketKeyInput.cs(37,25): error CS0246: The type or namespace name `JsonWriter' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/Inputs/RiakBucketSearchInput.cs(17,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/KeyFilters/And.cs(21,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/KeyFilters/Between.cs(20,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/KeyFilters/EndsWith.cs(20,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/KeyFilters/EqualTo.cs(20,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/KeyFilters/GreaterThan.cs(20,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/KeyFilters/GreaterThanOrEqualTo.cs(20,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/KeyFilters/LessThan.cs(20,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/KeyFilters/LessThanOrEqualTo.cs(20,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/KeyFilters/Matches.cs(20,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/KeyFilters/Not.cs(21,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/KeyFilters/NotEqual.cs(20,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/KeyFilters/Or.cs(21,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/KeyFilters/RiakKeyFilterToken.cs(20,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/KeyFilters/RiakKeyFilterToken.cs(70,47): error CS0246: The type or namespace name `JsonWriter' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/KeyFilters/RiakCompositeKeyFilterToken.cs(19,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/KeyFilters/RiakCompositeKeyFilterToken.cs(35,75): error CS0246: The type or namespace name `JsonWriter' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/KeyFilters/SetMember.cs(21,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/KeyFilters/SimilarTo.cs(20,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/KeyFilters/StartsWith.cs(20,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/KeyFilters/Tokenize.cs(20,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/Languages/IRiakPhaseLanguage.cs(17,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/Languages/RiakPhaseLanguageErlang.cs(19,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/Languages/RiakPhaseLanguageJavascript.cs(19,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/Phases/RiakPhase.cs(20,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/Phases/RiakActionPhase.cs(39,43): error CS0246: The type or namespace name `JsonWriter' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/Phases/RiakLinkPhase.cs(19,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/RiakMapReduceQuery.cs(29,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Messages/riak_kv.cs(515,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(515,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Models/MapReduce/RiakMapReduceResultPhase.cs(20,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Messages/riak_kv.cs(539,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(539,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Models/RiakBucketProperties.cs(28,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/RiakBucketProperties.cs(29,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/RiakBucketProperties.cs(282,61): error CS0246: The type or namespace name `JObject' could not be found. Are you missing a using directive or an assembly reference?
Models/RiakBucketProperties.cs(295,63): error CS0246: The type or namespace name `JObject' could not be found. Are you missing a using directive or an assembly reference?
Models/RiakBucketProperties.cs(301,40): error CS0246: The type or namespace name `JObject' could not be found. Are you missing a using directive or an assembly reference?
Models/RiakLink.cs(21,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/RiakObject.cs(26,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/RiakObject.cs(27,7): error CS0246: The type or namespace name `ProtoBuf' could not be found. Are you missing a using directive or an assembly reference?
Messages/riak_kv.cs(170,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(170,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Converters/RiakObjectIdConverter.cs(9,41): error CS0246: The type or namespace name `JsonReader' could not be found. Are you missing a using directive or an assembly reference?
Converters/RiakObjectIdConverter.cs(9,99): error CS0246: The type or namespace name `JsonSerializer' could not be found. Are you missing a using directive or an assembly reference?
Converters/RiakObjectIdConverter.cs(26,40): error CS0246: The type or namespace name `JsonWriter' could not be found. Are you missing a using directive or an assembly reference?
Converters/RiakObjectIdConverter.cs(26,73): error CS0246: The type or namespace name `JsonSerializer' could not be found. Are you missing a using directive or an assembly reference?
Converters/RiakObjectIdConverter.cs(31,30): error CS0115: `CorrugatedIron.Converters.RiakObjectIdConverter.CanRead' is marked as an override but no suitable property found to override
Converters/RiakObjectIdConverter.cs(36,30): error CS0115: `CorrugatedIron.Converters.RiakObjectIdConverter.CanConvert(System.Type)' is marked as an override but no suitable method found to override
Messages/riak.cs(37,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak.cs(37,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_search.cs(31,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_search.cs(31,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_search.cs(125,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_search.cs(125,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Extensions/JsonExtensions.cs(18,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Extensions/JsonExtensions.cs(41,23): error CS0246: The type or namespace name `JsonWriter' could not be found. Are you missing a using directive or an assembly reference?
Extensions/JsonExtensions.cs(51,23): error CS0246: The type or namespace name `JsonWriter' could not be found. Are you missing a using directive or an assembly reference?
Extensions/JsonExtensions.cs(67,23): error CS0246: The type or namespace name `JsonWriter' could not be found. Are you missing a using directive or an assembly reference?
Extensions/JsonExtensions.cs(77,23): error CS0246: The type or namespace name `JsonWriter' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/Inputs/RiakModuleFunctionArgInput.cs(18,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Messages/riak_kv.cs(310,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Messages/riak_kv.cs(310,33): error CS0400: The type or namespace name `ProtoBuf' could not be found in the global namespace (are you missing an assembly reference?)
Models/MapReduce/Inputs/RiakIntIndexEqualityInput.cs(17,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/Inputs/RiakIntIndexRangeInput.cs(17,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/Inputs/RiakBinIndexEqualityInput.cs(17,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
Models/MapReduce/Inputs/RiakBinIndexRangeInput.cs(17,7): error CS0246: The type or namespace name `Newtonsoft' could not be found. Are you missing a using directive or an assembly reference?
2 Warning(s)
173 Error(s)
Time Elapsed 00:00:01.3057150
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment