Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error compiling project #209

Open
golergka opened this issue Jan 3, 2016 · 3 comments
Open

Error compiling project #209

golergka opened this issue Jan 3, 2016 · 3 comments

Comments

@golergka
Copy link

golergka commented Jan 3, 2016

I de-installed brew version of Mono and installed fresh version from the official website:

$ which xbuild
/usr/local/bin/xbuild
$ xbuild --version
XBuild Engine Version 12.0
Mono, Version 4.2.1.0
Copyright (C) 2005-2013 Various Mono authors
MSBUILD: error MSBUILD0000: Project file '--version' not found.

Then I tried to build:

$ xbuild             
XBuild Engine Version 12.0
Mono, Version 4.2.1.0
Copyright (C) 2005-2013 Various Mono authors

Build started 1/3/2016 5:58:27 PM.
__________________________________________________
/Users/maxyankov/Projects/omnisharp-server/OmniSharp.sln:  warning : Project file /Users/maxyankov/Projects/omnisharp-server/NRefactory/ICSharpCode.NRefactory/ICSharpCode.NRefactory.csproj referenced in the solution file, not found. Ignoring.
/Users/maxyankov/Projects/omnisharp-server/OmniSharp.sln:  warning : Project file /Users/maxyankov/Projects/omnisharp-server/NRefactory/ICSharpCode.NRefactory.CSharp/ICSharpCode.NRefactory.CSharp.csproj referenced in the solution file, not found. Ignoring.
/Users/maxyankov/Projects/omnisharp-server/OmniSharp.sln:  warning : Project file /Users/maxyankov/Projects/omnisharp-server/cecil/Mono.Cecil.csproj referenced in the solution file, not found. Ignoring.
/Users/maxyankov/Projects/omnisharp-server/OmniSharp.sln:  warning : Project file /Users/maxyankov/Projects/omnisharp-server/NRefactory/ICSharpCode.NRefactory.Cecil/ICSharpCode.NRefactory.Cecil.csproj referenced in the solution file, not found. Ignoring.
/Users/maxyankov/Projects/omnisharp-server/OmniSharp.sln:  warning : Project file /Users/maxyankov/Projects/omnisharp-server/NRefactory/ICSharpCode.NRefactory.CSharp.Refactoring/ICSharpCode.NRefactory.CSharp.Refactoring.csproj referenced in the solution file, not found. Ignoring.
/Users/maxyankov/Projects/omnisharp-server/OmniSharp.sln:  warning : Project file /Users/maxyankov/Projects/omnisharp-server/NRefactory/ICSharpCode.NRefactory.Xml/ICSharpCode.NRefactory.Xml.csproj referenced in the solution file, not found. Ignoring.
Project "/Users/maxyankov/Projects/omnisharp-server/OmniSharp.sln" (default target(s)):
    Target ValidateSolutionConfiguration:
        Building solution configuration "Debug|Any CPU".
    Target Build:
        Project "/Users/maxyankov/Projects/omnisharp-server/Microsoft.Build.Evaluation/Microsoft.Build.Evaluation.csproj" (default target(s)):
            Target PrepareForBuild:
                Configuration: Debug Platform: AnyCPU
            Target GenerateSatelliteAssemblies:
            No input files were specified for target GenerateSatelliteAssemblies, skipping.
            Target GenerateTargetFrameworkMonikerAttribute:
            Skipping target "GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date.
            Target CoreCompile:
            Skipping target "CoreCompile" because its outputs are up-to-date.
        Done building project "/Users/maxyankov/Projects/omnisharp-server/Microsoft.Build.Evaluation/Microsoft.Build.Evaluation.csproj".
/Users/maxyankov/Projects/omnisharp-server/OmniSharp.sln: error : Could not find the project file '/Users/maxyankov/Projects/omnisharp-server/NRefactory/ICSharpCode.NRefactory/ICSharpCode.NRefactory.csproj'
/Users/maxyankov/Projects/omnisharp-server/OmniSharp.sln: error : Could not find the project file '/Users/maxyankov/Projects/omnisharp-server/NRefactory/ICSharpCode.NRefactory.CSharp/ICSharpCode.NRefactory.CSharp.csproj'
/Users/maxyankov/Projects/omnisharp-server/OmniSharp.sln: error : Could not find the project file '/Users/maxyankov/Projects/omnisharp-server/NRefactory/ICSharpCode.NRefactory.Cecil/ICSharpCode.NRefactory.Cecil.csproj'
/Users/maxyankov/Projects/omnisharp-server/OmniSharp.sln: error : Could not find the project file '/Users/maxyankov/Projects/omnisharp-server/NRefactory/ICSharpCode.NRefactory.CSharp.Refactoring/ICSharpCode.NRefactory.CSharp.Refactoring.csproj'
/Users/maxyankov/Projects/omnisharp-server/OmniSharp.sln: error : Could not find the project file '/Users/maxyankov/Projects/omnisharp-server/NRefactory/ICSharpCode.NRefactory.Xml/ICSharpCode.NRefactory.Xml.csproj'
/Users/maxyankov/Projects/omnisharp-server/OmniSharp.sln: error : Could not find the project file '/Users/maxyankov/Projects/omnisharp-server/cecil/Mono.Cecil.csproj'
        Project "/Users/maxyankov/Projects/omnisharp-server/OmniSharp/OmniSharp.csproj" (default target(s)):
            Target PrepareForBuild:
                Configuration: Debug Platform: AnyCPU
            Target ResolveProjectReferences:
/Library/Frameworks/Mono.framework/Versions/4.2.1/lib/mono/4.5/Microsoft.Common.targets:  warning : Referenced Project ../NRefactory/ICSharpCode.NRefactory.Cecil/ICSharpCode.NRefactory.Cecil.csproj not found, ignoring.
/Library/Frameworks/Mono.framework/Versions/4.2.1/lib/mono/4.5/Microsoft.Common.targets:  warning : Referenced Project ../NRefactory/ICSharpCode.NRefactory.CSharp.Refactoring/ICSharpCode.NRefactory.CSharp.Refactoring.csproj not found, ignoring.
/Library/Frameworks/Mono.framework/Versions/4.2.1/lib/mono/4.5/Microsoft.Common.targets:  warning : Referenced Project ../NRefactory/ICSharpCode.NRefactory/ICSharpCode.NRefactory.csproj not found, ignoring.
/Library/Frameworks/Mono.framework/Versions/4.2.1/lib/mono/4.5/Microsoft.Common.targets:  warning : Referenced Project ../NRefactory/ICSharpCode.NRefactory.CSharp/ICSharpCode.NRefactory.CSharp.csproj not found, ignoring.
/Library/Frameworks/Mono.framework/Versions/4.2.1/lib/mono/4.5/Microsoft.Common.targets:  warning : Referenced Project ../cecil/Mono.Cecil.csproj not found, ignoring.
            Target GenerateSatelliteAssemblies:
            No input files were specified for target GenerateSatelliteAssemblies, skipping.
            Target GenerateTargetFrameworkMonikerAttribute:
            Skipping target "GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date.
            Target CoreCompile:
                Tool /Library/Frameworks/Mono.framework/Versions/4.2.1/lib/mono/4.5/mcs.exe execution started with arguments: /noconfig /debug:full /debug+ /optimize- /out:obj/Debug/OmniSharp.exe AutoComplete/HelpExtension.cs AutoComplete/HelpService.cs AutoComplete/Metadata/AutoCompleteMetadataModule.cs AutoComplete/Metadata/AutoCompleteRequestMetadataProvider.cs AutoComplete/Metadata/AutoCompleteResponseMetadataProvider.cs Build/Metadata/BuildCommandMetadataModule.cs CheckAliveStatus/Metadata/CheckAliveStatusMetadataModule.cs CheckReadyStatus/Metadata/CheckReadyStatusMetadataModule.cs CodeActions/Metadata/FixUsingsMetadataModule.cs CodeActions/Metadata/GetCodeActionsMetadataModule.cs CodeActions/Metadata/RunCodeActionMetadataModule.cs CodeFormat/Metadata/CodeFormatMetadataModule.cs CodeIssues/CodeIssueProviders.cs CodeIssues/CodeIssuesHandler.cs CodeIssues/CodeIssuesModule.cs CodeIssues/GetCodeIssuesResponse.cs CodeIssues/Metadata/CodeIssuesMetadataModule.cs CodeIssues/RunCodeIssuesResponse.cs Common/CygPathWrapper.cs Configuration/OmniSharpConfiguration.cs Configuration/PathMode.cs Configuration/PathReplacement.cs Configuration/TestCommands.cs CurrentFileMembers/Metadata/CurrentFileMembersAsTreeMetadataModule.cs CurrentFileMembers/Metadata/CurrentFileMembersAsFlatMetadataModule.cs CurrentFileMembers/Metadata/CurrentFileTopLevelTypesMetadataModule.cs FindSymbols/Metadata/FindSymbolsMetadataModule.cs FindTypes/Metadata/FindTypesMetadataModule.cs FindUsages/Metadata/FindUsagesMetadataModule.cs GotoDefinition/Metadata/GotoDefinitionRequestMetadataProvider.cs GotoDefinition/Metadata/GotoDefinitionResponseMetadataProvider.cs GotoFile/Metadata/GotoFileMetadataModule.cs GotoImplementation/Metadata/GotoImplementationMetadataModule.cs GotoRegion/Metadata/GotoRegionMetadataModule.cs LookupAllTypes/Metadata/LookupAllTypesMetadataModule.cs Overrides/Metadata/GetOverrideTargetsMetadataModule.cs Overrides/Metadata/RunOverrideTargetMetadataModule.cs ProjectManipulation/AddReference/Metadata/AddReferenceMetadataModule.cs ProjectManipulation/AddToProject/Metadata/AddToProjectMetadataModule.cs ProjectManipulation/RemoveFromProject/Metadata/RemoveFromProjectMetadataModule.cs ReloadSolution/Metadata/ReloadSolutionMetadataModule.cs Rename/Metadata/RenameMetadataModule.cs SemanticErrors/Metadata/SemanticErrorsMetadataModule.cs StopServer/Metadata/StopServerMetadataModule.cs SyntaxErrors/CodeCheckHandler.cs SyntaxErrors/CodeCheckModule.cs SyntaxErrors/Metadata/CodeCheckMetadataModule.cs SyntaxErrors/Metadata/SyntaxErrorsMetadataModule.cs TestContextInformation/GetContextResponse.cs TestContextInformation/TestCommandRequest.cs Documentation/DocumentationFetcher.cs Documentation/MonoDocDocumentationProvider.cs TestContextInformation/GetTestContextModule.cs TestContextInformation/GetTestContextHandler.cs TestContextInformation/GetTestContextResponse.cs Build/BuildCommandBuilder.cs Build/BuildCommandModule.cs Common/Error.cs Common/FileSystem.cs Common/IFileSystem.cs FindSymbols/FindSymbolsHandler.cs FindSymbols/FindSymbolsModule.cs FindTypes/FindTypesHandler.cs FindTypes/FindTypesModule.cs LookupAllTypes/LookupAllTypesHandler.cs LookupAllTypes/LookupAllTypesModule.cs LookupAllTypes/LookupAllTypesRequest.cs LookupAllTypes/LookupAllTypesResponse.cs Overrides/GetOverrideTargetsModule.cs Overrides/GetOverrideTargetsResponse.cs Overrides/OverrideContext.cs Overrides/OverrideHandler.cs Overrides/RunOverrideTargetModule.cs Overrides/RunOverrideTargetRequest.cs Overrides/RunOverrideTargetResponse.cs Platform.cs ProjectManipulation/AddReference/AddFileReferenceProcessor.cs ProjectManipulation/AddReference/AddGacReferenceProcessor.cs ProjectManipulation/AddReference/AddProjectReferenceProcessor.cs ProjectManipulation/AddReference/AddReferenceHandler.cs ProjectManipulation/AddReference/AddReferenceModule.cs ProjectManipulation/AddReference/AddReferenceRequest.cs ProjectManipulation/AddReference/AddReferenceResponse.cs ProjectManipulation/AddReference/AddReferenceProcessorFactory.cs ProjectManipulation/AddReference/IReferenceProcessor.cs ProjectManipulation/AddReference/ReferenceProcessorBase.cs ProjectManipulation/AddToProject/AddToProjectHandler.cs ProjectManipulation/AddToProject/AddToProjectModule.cs ProjectManipulation/AddToProject/AddToProjectRequest.cs ProjectManipulation/ProjectNotFoundException.cs AutoComplete/AutoCompleteResponse.cs AutoComplete/CompletionDataExtensions.cs Build/BuildHandler.cs Build/BuildLogParser.cs Build/BuildModule.cs Build/BuildResponse.cs CodeFormat/CodeFormatHandler.cs CodeFormat/CodeFormatModule.cs CodeFormat/CodeFormatResponse.cs CodeFormat/CodeFormatRequest.cs Extensions/NodeExtensions.cs FindUsages/AstNodeExtensions.cs FindUsages/FindUsagesHandler.cs FindUsages/FindUsagesModule.cs FindUsages/FindUsagesRequest.cs FindUsages/MemberCollector.cs Common/QuickFix.cs CheckReadyStatus/CheckReadyStatusModule.cs CodeActions/CodeActionProviders.cs CodeActions/GetCodeActionsHandler.cs CodeActions/GetCodeActionsModule.cs CodeActions/GetCodeActionsResponse.cs ProjectManipulation/RemoveFromProject/RemoveFromProjectHandler.cs ProjectManipulation/RemoveFromProject/RemoveFromProjectModule.cs ProjectManipulation/RemoveFromProject/RemoveFromProjectRequest.cs ProjectManipulation/RemoveFromProject/XDocumentExtensions.cs Refactoring/OmniSharpScript.cs Refactoring/OmniSharpRefactoringContext.cs CodeActions/RunCodeActionModule.cs CodeActions/RunCodeActionRequest.cs CodeActions/RunCodeActionsResponse.cs ReloadSolution/ReloadSolutionModule.cs CheckAliveStatus/CheckAliveStatusModule.cs Rename/ModifiedFileResponse.cs Rename/RenameHandler.cs Rename/RenameModule.cs Rename/RenameRequest.cs Rename/RenameResponse.cs Solution/Fusion.cs Solution/GacInterop.cs Solution/IProject.cs Solution/OrphanProject.cs Solution/StringExtensions.cs StopServer/StopServerModule.cs SyntaxErrors/SyntaxErrorsModule.cs Parser/BufferParser.cs GotoDefinition/GotoDefinitionHandler.cs GotoImplementation/GotoImplementationModule.cs GotoImplementation/GotoImplementationRequest.cs GotoImplementation/GotoImplementationHandler.cs GotoImplementation/Location.cs GotoDefinition/GotoDefinitionResponse.cs GotoDefinition/Metadata/GotoDefinitionMetadataModule.cs Parser/ParsedResult.cs AutoComplete/AutoCompleteModule.cs AutoComplete/AutoCompleteRequest.cs Bootstrapper.cs Documentation/DocumentationConverter.cs AutoComplete/CompletionData.cs AutoComplete/AutoCompleteHandler.cs GotoDefinition/GotoDefinitionModule.cs GotoDefinition/GotoDefinitionRequest.cs Common/Request.cs SemanticErrors/SemanticErrorsHandler.cs SemanticErrors/SemanticErrorsModule.cs SemanticErrors/SemanticErrorsResponse.cs Solution/CSharpFile.cs Solution/CSharpProject.cs Logger.cs AutoComplete/MyCompletionCategory.cs Options.cs Program.cs Solution/ProjectReference.cs Properties/AssemblyInfo.cs AutoComplete/CompletionDataFactory.cs Solution/CSharpSolution.cs AutoComplete/StringExtensions.cs Documentation/XmlDocumentationProviderFactory.cs SyntaxErrors/SyntaxErrorsHandler.cs SyntaxErrors/SyntaxErrorsResponse.cs TypeLookup/Metadata/TypeLookupMetadataModule.cs TypeLookup/TypeLookupHandler.cs TypeLookup/TypeLookupResponse.cs TypeLookup/TypeLookupModule.cs TypeLookup/TypeLookupRequest.cs Common/QuickFixResponse.cs AutoComplete/BufferContext.cs CurrentFileMembers/CurrentFileMembersHandler.cs CurrentFileMembers/CurrentFileMembersRequest.cs CurrentFileMembers/Node.cs CurrentFileMembers/CurrentFileTopLevelTypesModule.cs CurrentFileMembers/CurrentFileMembersAsTreeModule.cs CurrentFileMembers/CurrentFileMembersAsTreeResponse.cs CurrentFileMembers/CurrentFileMembersAsFlatModule.cs GotoFile/GotoFileModule.cs GotoFile/GotoFileHandler.cs GotoRegion/GotoRegionHandler.cs GotoRegion/GotoRegionModule.cs GotoRegion/GetDirectivesAstVisitor.cs UpdateBuffer/Metadata/UpdateBufferMetadataModule.cs UpdateBuffer/UpdateBufferModule.cs CodeActions/GetCodeActionRequest.cs Solution/ProjectFinder.cs CodeActions/FixUsingsHandler.cs CodeActions/FixUsingsResponse.cs CodeActions/FixUsingsModule.cs Solution/CSharpFolder.cs AutoComplete/SnippetGenerator.cs Build/BuildTargetRequest.cs Build/BuildTargetResponse.cs AutoComplete/ReturnTypeAmbience.cs Solution/AssemblySearch.cs Solution/Project.cs Solution/SolutionPicker.cs Common/Metadata/QuickFixResponseMetadataProvider.cs Common/Metadata/QuickFixMetadataProvider.cs Common/Metadata/RequestMetadataProvider.cs ProcessExtensions.cs PlatformHelper.cs FindProjects/FindProjectsHandler.cs FindProjects/FindProjectsModule.cs FindProjects/FindProjectsResponse.cs FindProjects/MsBuildProject.cs FindProjects/MsBuildWorkspaceInformation.cs /target:exe /warnaserror+ /define:"DEBUG;TRACE" /main:OmniSharp.Program /nostdlib /platform:AnyCPU /reference:/Library/Frameworks/Mono.framework/Versions/4.2.1/lib/mono/4.0/Microsoft.CSharp.dll /reference:../packages/Nancy.MetaData.0.23.2/lib/net40/Nancy.Metadata.Module.dll /reference:../packages/Nancy.Swagger.0.1.0-alpha3/lib/net40/Nancy.Swagger.dll /reference:../packages/Swagger.ObjectModel.0.1.0-alpha3/lib/net40/Swagger.ObjectModel.dll /reference:/Library/Frameworks/Mono.framework/Versions/4.2.1/lib/mono/4.0/System.dll /reference:/Library/Frameworks/Mono.framework/Versions/4.2.1/lib/mono/4.0/System.Configuration.dll /reference:/Library/Frameworks/Mono.framework/Versions/4.2.1/lib/mono/4.0/System.Xml.dll /reference:/Library/Frameworks/Mono.framework/Versions/4.2.1/lib/mono/4.0/System.Xml.Linq.dll /reference:../packages/monodoc.dll /reference:../packages/System.IO.Abstractions.1.4.0.92/lib/net35/System.IO.Abstractions.dll /reference:../packages/Nancy.0.23.2/lib/net40/Nancy.dll /reference:../packages/Nancy.Hosting.Self.0.23.2/lib/net40/Nancy.Hosting.Self.dll /reference:/Library/Frameworks/Mono.framework/Versions/4.2.1/lib/mono/4.0/System.Core.dll /reference:/Users/maxyankov/Projects/omnisharp-server/Microsoft.Build.Evaluation/bin/Debug//Microsoft.Build.Evaluation.dll /reference:/Library/Frameworks/Mono.framework/Versions/4.2.1/lib/mono/4.0/mscorlib.dll /warn:4
AutoComplete/HelpExtension.cs(33,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
AutoComplete/HelpExtension.cs(34,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
AutoComplete/HelpService.cs(6,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
AutoComplete/HelpService.cs(7,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
AutoComplete/HelpService.cs(8,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
CodeIssues/CodeIssueProviders.cs(5,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
CodeIssues/CodeIssueProviders.cs(6,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
CodeIssues/CodeIssuesHandler.cs(5,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Configuration/OmniSharpConfiguration.cs(2,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Documentation/DocumentationFetcher.cs(2,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Documentation/DocumentationFetcher.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Documentation/MonoDocDocumentationProvider.cs(30,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Documentation/MonoDocDocumentationProvider.cs(31,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Documentation/MonoDocDocumentationProvider.cs(32,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
TestContextInformation/GetTestContextHandler.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
FindSymbols/FindSymbolsHandler.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
FindTypes/FindTypesHandler.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
LookupAllTypes/LookupAllTypesHandler.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Overrides/GetOverrideTargetsResponse.cs(2,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Overrides/GetOverrideTargetsResponse.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Overrides/GetOverrideTargetsResponse.cs(4,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Overrides/GetOverrideTargetsResponse.cs(5,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Overrides/OverrideContext.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Overrides/OverrideHandler.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Overrides/OverrideHandler.cs(4,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Overrides/OverrideHandler.cs(5,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Overrides/OverrideHandler.cs(6,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionDataExtensions.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
CodeFormat/CodeFormatHandler.cs(1,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Extensions/NodeExtensions.cs(1,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
FindUsages/AstNodeExtensions.cs(2,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
FindUsages/FindUsagesHandler.cs(6,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
FindUsages/FindUsagesHandler.cs(7,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
FindUsages/FindUsagesHandler.cs(8,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
FindUsages/FindUsagesHandler.cs(9,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
FindUsages/FindUsagesHandler.cs(10,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
FindUsages/FindUsagesHandler.cs(11,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
FindUsages/MemberCollector.cs(30,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Common/QuickFix.cs(1,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Common/QuickFix.cs(2,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
CodeActions/CodeActionProviders.cs(5,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
CodeActions/GetCodeActionsHandler.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpScript.cs(6,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpScript.cs(7,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpScript.cs(8,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpScript.cs(9,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpRefactoringContext.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpRefactoringContext.cs(4,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpRefactoringContext.cs(5,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpRefactoringContext.cs(6,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpRefactoringContext.cs(7,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Rename/RenameHandler.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Rename/RenameHandler.cs(4,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Solution/GacInterop.cs(24,12): error CS0234: The type or namespace name `Cecil' does not exist in the namespace `Mono'. Are you missing an assembly reference?
Solution/IProject.cs(4,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Solution/IProject.cs(5,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Solution/OrphanProject.cs(4,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Solution/OrphanProject.cs(5,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Parser/BufferParser.cs(1,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Parser/BufferParser.cs(2,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
GotoDefinition/GotoDefinitionHandler.cs(1,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
GotoDefinition/GotoDefinitionHandler.cs(2,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
GotoDefinition/GotoDefinitionHandler.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
GotoImplementation/GotoImplementationHandler.cs(4,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
GotoImplementation/GotoImplementationHandler.cs(5,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
GotoImplementation/GotoImplementationHandler.cs(6,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
GotoImplementation/GotoImplementationHandler.cs(7,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
GotoImplementation/GotoImplementationHandler.cs(8,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Parser/ParsedResult.cs(1,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Parser/ParsedResult.cs(2,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Parser/ParsedResult.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionData.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
AutoComplete/AutoCompleteHandler.cs(4,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
AutoComplete/AutoCompleteHandler.cs(5,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
AutoComplete/AutoCompleteHandler.cs(6,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
SemanticErrors/SemanticErrorsHandler.cs(5,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
SemanticErrors/SemanticErrorsHandler.cs(6,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
SemanticErrors/SemanticErrorsHandler.cs(7,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
SemanticErrors/SemanticErrorsHandler.cs(8,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
SemanticErrors/SemanticErrorsHandler.cs(9,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Solution/CSharpFile.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Solution/CSharpFile.cs(4,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Solution/CSharpFile.cs(5,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Solution/CSharpProject.cs(6,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Solution/CSharpProject.cs(7,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Solution/CSharpProject.cs(8,12): error CS0234: The type or namespace name `Cecil' does not exist in the namespace `Mono'. Are you missing an assembly reference?
AutoComplete/MyCompletionCategory.cs(2,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
AutoComplete/MyCompletionCategory.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Solution/ProjectReference.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionDataFactory.cs(5,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionDataFactory.cs(6,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionDataFactory.cs(7,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionDataFactory.cs(8,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionDataFactory.cs(9,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Documentation/XmlDocumentationProviderFactory.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Documentation/XmlDocumentationProviderFactory.cs(4,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
SyntaxErrors/SyntaxErrorsHandler.cs(2,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
TypeLookup/TypeLookupHandler.cs(1,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
TypeLookup/TypeLookupHandler.cs(2,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
TypeLookup/TypeLookupHandler.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
TypeLookup/TypeLookupHandler.cs(4,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
TypeLookup/TypeLookupHandler.cs(5,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
TypeLookup/TypeLookupHandler.cs(6,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
AutoComplete/BufferContext.cs(2,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
AutoComplete/BufferContext.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
AutoComplete/BufferContext.cs(4,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
AutoComplete/BufferContext.cs(5,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
CurrentFileMembers/CurrentFileMembersHandler.cs(7,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
CurrentFileMembers/CurrentFileMembersHandler.cs(8,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
CurrentFileMembers/Node.cs(4,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
CurrentFileMembers/Node.cs(5,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
CurrentFileMembers/Node.cs(6,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
CurrentFileMembers/CurrentFileMembersAsTreeResponse.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
CurrentFileMembers/CurrentFileMembersAsTreeResponse.cs(4,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
GotoRegion/GotoRegionHandler.cs(4,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
GotoRegion/GetDirectivesAstVisitor.cs(2,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Solution/ProjectFinder.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
CodeActions/FixUsingsHandler.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
CodeActions/FixUsingsHandler.cs(4,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
CodeActions/FixUsingsHandler.cs(5,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
CodeActions/FixUsingsHandler.cs(6,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
AutoComplete/SnippetGenerator.cs(5,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
AutoComplete/SnippetGenerator.cs(6,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
AutoComplete/SnippetGenerator.cs(7,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
AutoComplete/SnippetGenerator.cs(8,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
AutoComplete/ReturnTypeAmbience.cs(1,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
AutoComplete/ReturnTypeAmbience.cs(2,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
AutoComplete/ReturnTypeAmbience.cs(4,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Solution/Project.cs(8,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Solution/Project.cs(9,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Solution/Project.cs(10,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Solution/Project.cs(11,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
Documentation/MonoDocDocumentationProvider.cs(38,49): error CS0246: The type or namespace name `IDocumentationProvider' could not be found. Are you missing an assembly reference?
FindUsages/FindUsagesHandler.cs(194,51): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpScript.cs(14,36): error CS0246: The type or namespace name `DocumentScript' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpRefactoringContext.cs(14,48): error CS0246: The type or namespace name `RefactoringContext' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpRefactoringContext.cs(116,36): error CS0246: The type or namespace name `NamingConventionService' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionData.cs(8,11): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
SemanticErrors/SemanticErrorsHandler.cs(80,41): error CS0246: The type or namespace name `IResolveVisitorNavigator' could not be found. Are you missing an assembly reference?
AutoComplete/MyCompletionCategory.cs(7,42): error CS0246: The type or namespace name `CompletionCategory' could not be found. Are you missing an assembly reference?
Solution/ProjectReference.cs(7,37): error CS0246: The type or namespace name `IAssemblyReference' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionDataFactory.cs(16,42): error CS0246: The type or namespace name `ICompletionDataFactory' could not be found. Are you missing an assembly reference?
GotoRegion/GetDirectivesAstVisitor.cs(6,44): error CS0246: The type or namespace name `DepthFirstAstVisitor' could not be found. Are you missing an assembly reference?
AutoComplete/HelpExtension.cs(40,63): error CS0246: The type or namespace name `ITypeReference' could not be found. Are you missing an assembly reference?
AutoComplete/HelpExtension.cs(66,73): error CS0246: The type or namespace name `IParameter' could not be found. Are you missing an assembly reference?
AutoComplete/HelpExtension.cs(86,73): error CS0246: The type or namespace name `IUnresolvedParameter' could not be found. Are you missing an assembly reference?
AutoComplete/HelpExtension.cs(106,34): error CS0246: The type or namespace name `IMethod' could not be found. Are you missing an assembly reference?
AutoComplete/HelpExtension.cs(129,60): error CS0246: The type or namespace name `IEntity' could not be found. Are you missing an assembly reference?
AutoComplete/HelpService.cs(118,48): error CS0246: The type or namespace name `ResolveResult' could not be found. Are you missing `Nancy.Routing' using directive?
CodeIssues/CodeIssueProviders.cs(12,28): error CS0246: The type or namespace name `CodeIssueProvider' could not be found. Are you missing an assembly reference?
CodeIssues/CodeIssuesHandler.cs(64,29): error CS0246: The type or namespace name `CodeIssue' could not be found. Are you missing an assembly reference?
CodeIssues/CodeIssuesHandler.cs(84,41): error CS0246: The type or namespace name `CodeIssue' could not be found. Are you missing an assembly reference?
Configuration/OmniSharpConfiguration.cs(22,16): error CS0246: The type or namespace name `TextEditorOptions' could not be found. Are you missing an assembly reference?
Configuration/OmniSharpConfiguration.cs(26,17): error CS0246: The type or namespace name `CSharpFormattingOptions' could not be found. Are you missing an assembly reference?
Configuration/OmniSharpConfiguration.cs(27,16): error CS0246: The type or namespace name `CSharpFormattingOptions' could not be found. Are you missing an assembly reference?
Documentation/DocumentationFetcher.cs(13,58): error CS0246: The type or namespace name `IEntity' could not be found. Are you missing an assembly reference?
Documentation/MonoDocDocumentationProvider.cs(42,16): error CS0246: The type or namespace name `DocumentationComment' could not be found. Are you missing an assembly reference?
Documentation/MonoDocDocumentationProvider.cs(100,52): error CS0246: The type or namespace name `IEntity' could not be found. Are you missing an assembly reference?
Documentation/MonoDocDocumentationProvider.cs(124,58): error CS0246: The type or namespace name `IParameterizedMember' could not be found. Are you missing an assembly reference?
Documentation/MonoDocDocumentationProvider.cs(166,37): error CS0246: The type or namespace name `IType' could not be found. Are you missing an assembly reference?
Overrides/GetOverrideTargetsResponse.cs(14,15): error CS0246: The type or namespace name `IMember' could not be found. Are you missing an assembly reference?
Overrides/GetOverrideTargetsResponse.cs(15,15): error CS0246: The type or namespace name `CSharpTypeResolveContext' could not be found. Are you missing an assembly reference?
Overrides/GetOverrideTargetsResponse.cs(33,14): error CS0246: The type or namespace name `IMember' could not be found. Are you missing an assembly reference?
Overrides/GetOverrideTargetsResponse.cs(33,25): error CS0246: The type or namespace name `CSharpTypeResolveContext' could not be found. Are you missing an assembly reference?
Overrides/OverrideContext.cs(16,18): error CS0246: The type or namespace name `IUnresolvedTypeDefinition' could not be found. Are you missing an assembly reference?
Overrides/OverrideContext.cs(40,16): error CS0246: The type or namespace name `IType' could not be found. Are you missing an assembly reference?
Overrides/OverrideContext.cs(46,28): error CS0246: The type or namespace name `IMember' could not be found. Are you missing an assembly reference?
Overrides/OverrideHandler.cs(91,9): error CS0246: The type or namespace name `IDocument' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionDataExtensions.cs(25,38): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionDataExtensions.cs(25,57): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
Extensions/NodeExtensions.cs(7,23): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
FindUsages/AstNodeExtensions.cs(9,43): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
FindUsages/AstNodeExtensions.cs(39,17): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
FindUsages/FindUsagesHandler.cs(24,31): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
FindUsages/FindUsagesHandler.cs(58,28): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
FindUsages/FindUsagesHandler.cs(144,43): error CS0246: The type or namespace name `ResolveResult' could not be found. Are you missing `Nancy.Routing' using directive?
FindUsages/FindUsagesHandler.cs(152,36): error CS0246: The type or namespace name `DomRegion' could not be found. Are you missing an assembly reference?
FindUsages/FindUsagesHandler.cs(168,24): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
FindUsages/FindUsagesHandler.cs(178,41): error CS0246: The type or namespace name `IType' could not be found. Are you missing an assembly reference?
FindUsages/FindUsagesHandler.cs(188,42): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
FindUsages/FindUsagesHandler.cs(196,28): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
FindUsages/FindUsagesHandler.cs(196,39): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
FindUsages/FindUsagesHandler.cs(201,32): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
FindUsages/MemberCollector.cs(38,37): error CS0246: The type or namespace name `IMember' could not be found. Are you missing an assembly reference?
FindUsages/MemberCollector.cs(38,48): error CS0246: The type or namespace name `IMember' could not be found. Are you missing an assembly reference?
FindUsages/MemberCollector.cs(43,37): error CS0246: The type or namespace name `IParameterizedMember' could not be found. Are you missing an assembly reference?
FindUsages/MemberCollector.cs(43,61): error CS0246: The type or namespace name `IParameterizedMember' could not be found. Are you missing an assembly reference?
FindUsages/MemberCollector.cs(55,35): error CS0246: The type or namespace name `ITypeDefinition' could not be found. Are you missing an assembly reference?
FindUsages/MemberCollector.cs(83,28): error CS0246: The type or namespace name `IMember' could not be found. Are you missing an assembly reference?
FindUsages/MemberCollector.cs(101,28): error CS0246: The type or namespace name `ITypeDefinition' could not be found. Are you missing an assembly reference?
FindUsages/MemberCollector.cs(112,35): error CS0246: The type or namespace name `IMember' could not be found. Are you missing an assembly reference?
Common/QuickFix.cs(33,14): error CS0246: The type or namespace name `DomRegion' could not be found. Are you missing an assembly reference?
Common/QuickFix.cs(40,14): error CS0246: The type or namespace name `DomRegion' could not be found. Are you missing an assembly reference?
Common/QuickFix.cs(40,32): error CS0246: The type or namespace name `IDocument' could not be found. Are you missing an assembly reference?
Common/QuickFix.cs(72,14): error CS0246: The type or namespace name `IUnresolvedEntity' could not be found. Are you missing an assembly reference?
Common/QuickFix.cs(72,40): error CS0246: The type or namespace name `IDocument' could not be found. Are you missing an assembly reference?
Common/QuickFix.cs(88,14): error CS0246: The type or namespace name `IMember' could not be found. Are you missing an assembly reference?
Common/QuickFix.cs(88,30): error CS0246: The type or namespace name `IDocument' could not be found. Are you missing an assembly reference?
Common/QuickFix.cs(101,14): error CS0246: The type or namespace name `DomRegion' could not be found. Are you missing an assembly reference?
Common/QuickFix.cs(101,32): error CS0246: The type or namespace name `IDocument' could not be found. Are you missing an assembly reference?
Common/QuickFix.cs(101,52): error CS0246: The type or namespace name `DomRegion' could not be found. Are you missing an assembly reference?
CodeActions/CodeActionProviders.cs(11,28): error CS0246: The type or namespace name `CodeActionProvider' could not be found. Are you missing an assembly reference?
CodeActions/GetCodeActionsHandler.cs(46,29): error CS0246: The type or namespace name `CodeAction' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpScript.cs(23,42): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpScript.cs(33,24): error CS0246: The type or namespace name `Script' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpScript.cs(48,24): error CS0246: The type or namespace name `Script' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpScript.cs(69,28): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpScript.cs(97,31): error CS0246: The type or namespace name `ISymbol' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpScript.cs(127,44): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpScript.cs(127,61): error CS0246: The type or namespace name `NewTypeContext' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpRefactoringContext.cs(16,32): error CS0115: `OmniSharp.Refactoring.OmniSharpRefactoringContext.DefaultNamespace' is marked as an override but no suitable property found to override
Refactoring/OmniSharpRefactoringContext.cs(22,26): error CS0246: The type or namespace name `IDocument' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpRefactoringContext.cs(23,26): error CS0246: The type or namespace name `TextLocation' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpRefactoringContext.cs(24,26): error CS0246: The type or namespace name `TextLocation' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpRefactoringContext.cs(25,26): error CS0246: The type or namespace name `TextLocation' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpRefactoringContext.cs(27,44): error CS0246: The type or namespace name `IDocument' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpRefactoringContext.cs(27,64): error CS0246: The type or namespace name `CSharpAstResolver' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpRefactoringContext.cs(32,45): error CS0246: The type or namespace name `IDocument' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpRefactoringContext.cs(32,65): error CS0246: The type or namespace name `CSharpAstResolver' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpRefactoringContext.cs(32,93): error CS0246: The type or namespace name `TextLocation' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpRefactoringContext.cs(39,45): error CS0246: The type or namespace name `IDocument' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpRefactoringContext.cs(39,65): error CS0246: The type or namespace name `CSharpAstResolver' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpRefactoringContext.cs(39,93): error CS0246: The type or namespace name `TextLocation' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpRefactoringContext.cs(39,116): error CS0246: The type or namespace name `TextLocation' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpRefactoringContext.cs(39,145): error CS0246: The type or namespace name `TextLocation' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpRefactoringContext.cs(81,16): error CS0246: The type or namespace name `IDocument' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpRefactoringContext.cs(83,39): error CS0246: The type or namespace name `TextLocation' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpRefactoringContext.cs(88,25): error CS0246: The type or namespace name `TextLocation' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpRefactoringContext.cs(89,25): error CS0246: The type or namespace name `TextLocation' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpRefactoringContext.cs(91,25): error CS0246: The type or namespace name `IDocumentLine' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpRefactoringContext.cs(96,25): error CS0246: The type or namespace name `TextLocation' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpRefactoringContext.cs(101,32): error CS0115: `OmniSharp.Refactoring.OmniSharpRefactoringContext.GetText(int, int)' is marked as an override but no suitable method found to override
Refactoring/OmniSharpRefactoringContext.cs(106,40): error CS0246: The type or namespace name `ISegment' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpRefactoringContext.cs(111,25): error CS0246: The type or namespace name `TextLocation' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpRefactoringContext.cs(118,41): error CS0246: The type or namespace name `NamingRule' could not be found. Are you missing an assembly reference?
Refactoring/OmniSharpRefactoringContext.cs(124,33): error CS0246: The type or namespace name `NamingRule' could not be found. Are you missing an assembly reference?
Solution/GacInterop.cs(36,35): error CS0246: The type or namespace name `AssemblyNameReference' could not be found. Are you missing an assembly reference?
Solution/GacInterop.cs(97,52): error CS0246: The type or namespace name `AssemblyNameReference' could not be found. Are you missing an assembly reference?
Solution/GacInterop.cs(115,40): error CS0246: The type or namespace name `AssemblyNameReference' could not be found. Are you missing an assembly reference?
Solution/IProject.cs(11,9): error CS0246: The type or namespace name `IProjectContent' could not be found. Are you missing an assembly reference?
Solution/IProject.cs(15,14): error CS0246: The type or namespace name `IAssemblyReference' could not be found. Are you missing an assembly reference?
Solution/IProject.cs(17,9): error CS0246: The type or namespace name `CSharpParser' could not be found. Are you missing an assembly reference?
Solution/IProject.cs(21,27): error CS0246: The type or namespace name `IAssemblyReference' could not be found. Are you missing an assembly reference?
Solution/IProject.cs(23,9): error CS0246: The type or namespace name `CompilerSettings' could not be found. Are you missing an assembly reference?
Solution/Project.cs(29,16): error CS0246: The type or namespace name `CompilerSettings' could not be found. Are you missing an assembly reference?
Solution/Project.cs(31,45): error CS0246: The type or namespace name `IUnresolvedAssembly' could not be found. Are you missing an assembly reference?
Solution/Project.cs(59,16): error CS0246: The type or namespace name `CSharpParser' could not be found. Are you missing an assembly reference?
Solution/Project.cs(70,34): error CS0246: The type or namespace name `IAssemblyReference' could not be found. Are you missing an assembly reference?
Solution/Project.cs(90,24): error CS0246: The type or namespace name `IUnresolvedAssembly' could not be found. Are you missing an assembly reference?
Solution/Project.cs(123,16): error CS0246: The type or namespace name `IProjectContent' could not be found. Are you missing an assembly reference?
Solution/Project.cs(131,21): error CS0246: The type or namespace name `IAssemblyReference' could not be found. Are you missing an assembly reference?
GotoImplementation/GotoImplementationHandler.cs(53,50): error CS0246: The type or namespace name `ITypeResolveContext' could not be found. Are you missing an assembly reference?
GotoImplementation/GotoImplementationHandler.cs(53,76): error CS0246: The type or namespace name `ITypeDefinition' could not be found. Are you missing an assembly reference?
GotoImplementation/GotoImplementationHandler.cs(66,52): error CS0246: The type or namespace name `ITypeResolveContext' could not be found. Are you missing an assembly reference?
GotoImplementation/GotoImplementationHandler.cs(66,78): error CS0246: The type or namespace name `MemberResolveResult' could not be found. Are you missing an assembly reference?
GotoImplementation/GotoImplementationHandler.cs(88,29): error CS0246: The type or namespace name `ITypeDefinition' could not be found. Are you missing an assembly reference?
GotoImplementation/GotoImplementationHandler.cs(109,35): error CS0246: The type or namespace name `ITypeDefinition' could not be found. Are you missing an assembly reference?
GotoImplementation/GotoImplementationHandler.cs(120,47): error CS0246: The type or namespace name `ITypeDefinition' could not be found. Are you missing an assembly reference?
GotoImplementation/GotoImplementationHandler.cs(120,69): error CS0246: The type or namespace name `ITypeDefinition' could not be found. Are you missing an assembly reference?
Parser/ParsedResult.cs(9,16): error CS0246: The type or namespace name `ICompilation' could not be found. Are you missing an assembly reference?
Parser/ParsedResult.cs(10,16): error CS0246: The type or namespace name `IProjectContent' could not be found. Are you missing an assembly reference?
Parser/ParsedResult.cs(11,16): error CS0246: The type or namespace name `CSharpUnresolvedFile' could not be found. Are you missing an assembly reference?
Parser/ParsedResult.cs(12,16): error CS0246: The type or namespace name `SyntaxTree' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionData.cs(34,33): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionData.cs(39,16): error CS0246: The type or namespace name `CompletionCategory' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionData.cs(60,16): error CS0246: The type or namespace name `DisplayFlags' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionData.cs(67,28): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
AutoComplete/AutoCompleteHandler.cs(79,45): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
SemanticErrors/SemanticErrorsHandler.cs(68,29): error CS0246: The type or namespace name `TextLocation' could not be found. Are you missing an assembly reference?
SemanticErrors/SemanticErrorsHandler.cs(69,29): error CS0246: The type or namespace name `TextLocation' could not be found. Are you missing an assembly reference?
SemanticErrors/SemanticErrorsHandler.cs(72,34): error CS0246: The type or namespace name `TextLocation' could not be found. Are you missing an assembly reference?
SemanticErrors/SemanticErrorsHandler.cs(72,62): error CS0246: The type or namespace name `TextLocation' could not be found. Are you missing an assembly reference?
SemanticErrors/SemanticErrorsHandler.cs(89,20): error CS0246: The type or namespace name `ResolveVisitorNavigationMode' could not be found. Are you missing an assembly reference?
SemanticErrors/SemanticErrorsHandler.cs(99,34): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
SemanticErrors/SemanticErrorsHandler.cs(99,48): error CS0246: The type or namespace name `ResolveResult' could not be found. Are you missing `Nancy.Routing' using directive?
SemanticErrors/SemanticErrorsHandler.cs(110,43): error CS0246: The type or namespace name `Expression' could not be found. Are you missing `System.Linq.Expressions' using directive?
SemanticErrors/SemanticErrorsHandler.cs(110,66): error CS0246: The type or namespace name `ResolveResult' could not be found. Are you missing `Nancy.Routing' using directive?
SemanticErrors/SemanticErrorsHandler.cs(110,95): error CS0246: The type or namespace name `Conversion' could not be found. Are you missing an assembly reference?
SemanticErrors/SemanticErrorsHandler.cs(110,118): error CS0246: The type or namespace name `IType' could not be found. Are you missing an assembly reference?
SemanticErrors/SemanticErrorsHandler.cs(119,63): error CS0246: The type or namespace name `ResolveResult' could not be found. Are you missing `Nancy.Routing' using directive?
Solution/CSharpFile.cs(13,16): error CS0246: The type or namespace name `ITextSource' could not be found. Are you missing an assembly reference?
Solution/CSharpFile.cs(14,16): error CS0246: The type or namespace name `SyntaxTree' could not be found. Are you missing an assembly reference?
Solution/CSharpFile.cs(15,16): error CS0246: The type or namespace name `IUnresolvedFile' could not be found. Are you missing an assembly reference?
Solution/CSharpFile.cs(18,16): error CS0246: The type or namespace name `StringBuilderDocument' could not be found. Are you missing an assembly reference?
AutoComplete/MyCompletionCategory.cs(9,32): error CS0246: The type or namespace name `SymbolKind' could not be found. Are you missing an assembly reference?
AutoComplete/MyCompletionCategory.cs(19,29): error CS0246: The type or namespace name `SymbolKind' could not be found. Are you missing an assembly reference?
AutoComplete/MyCompletionCategory.cs(36,39): error CS0246: The type or namespace name `CompletionCategory' could not be found. Are you missing an assembly reference?
Solution/ProjectReference.cs(24,16): error CS0246: The type or namespace name `IAssembly' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionDataFactory.cs(20,26): error CS0246: The type or namespace name `CSharpAmbience' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionDataFactory.cs(21,26): error CS0246: The type or namespace name `CSharpAmbience' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionDataFactory.cs(24,23): error CS0246: The type or namespace name `ConversionFlags' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionDataFactory.cs(49,16): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionDataFactory.cs(74,16): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionDataFactory.cs(79,16): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionDataFactory.cs(84,16): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionDataFactory.cs(127,69): error CS0246: The type or namespace name `IMethod' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionDataFactory.cs(149,17): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionDataFactory.cs(185,65): error CS0246: The type or namespace name `IMethod' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionDataFactory.cs(212,56): error CS0246: The type or namespace name `IMethod' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionDataFactory.cs(225,46): error CS0246: The type or namespace name `IMethod' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionDataFactory.cs(245,53): error CS0246: The type or namespace name `ISymbol' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionDataFactory.cs(252,16): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionDataFactory.cs(257,16): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionDataFactory.cs(299,16): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionDataFactory.cs(304,16): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionDataFactory.cs(309,16): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionDataFactory.cs(314,16): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionDataFactory.cs(324,16): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionDataFactory.cs(329,16): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionDataFactory.cs(337,16): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionDataFactory.cs(343,16): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionDataFactory.cs(349,28): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionDataFactory.cs(354,28): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
AutoComplete/CompletionDataFactory.cs(360,16): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
Documentation/XmlDocumentationProviderFactory.cs(12,62): error CS0246: The type or namespace name `XmlDocumentationProvider' could not be found. Are you missing an assembly reference?
Documentation/XmlDocumentationProviderFactory.cs(16,23): error CS0246: The type or namespace name `IDocumentationProvider' could not be found. Are you missing an assembly reference?
TypeLookup/TypeLookupHandler.cs(18,33): error CS0246: The type or namespace name `ConversionFlags' could not be found. Are you missing an assembly reference?
AutoComplete/BufferContext.cs(44,16): error CS0246: The type or namespace name `ReadOnlyDocument' could not be found. Are you missing an assembly reference?
AutoComplete/BufferContext.cs(46,16): error CS0246: The type or namespace name `TextLocation' could not be found. Are you missing an assembly reference?
AutoComplete/BufferContext.cs(49,16): error CS0246: The type or namespace name `CSharpTypeResolveContext' could not be found. Are you missing an assembly reference?
AutoComplete/BufferContext.cs(51,16): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
CurrentFileMembers/Node.cs(22,21): error CS0246: The type or namespace name `IUnresolvedMember' could not be found. Are you missing an assembly reference?
CurrentFileMembers/Node.cs(22,47): error CS0246: The type or namespace name `IDocument' could not be found. Are you missing an assembly reference?
CurrentFileMembers/Node.cs(37,15): error CS0246: The type or namespace name `IUnresolvedTypeDefinition' could not be found. Are you missing an assembly reference?
CurrentFileMembers/Node.cs(38,15): error CS0246: The type or namespace name `IDocument' could not be found. Are you missing an assembly reference?
CurrentFileMembers/CurrentFileMembersAsTreeResponse.cs(12,27): error CS0246: The type or namespace name `IUnresolvedTypeDefinition' could not be found. Are you missing an assembly reference?
CurrentFileMembers/CurrentFileMembersAsTreeResponse.cs(13,15): error CS0246: The type or namespace name `IDocument' could not be found. Are you missing an assembly reference?
GotoRegion/GetDirectivesAstVisitor.cs(7,22): error CS0246: The type or namespace name `PreProcessorDirective' could not be found. Are you missing an assembly reference?
GotoRegion/GetDirectivesAstVisitor.cs(11,14): error CS0246: The type or namespace name `PreProcessorDirective' could not be found. Are you missing an assembly reference?
Solution/ProjectFinder.cs(16,62): error CS0246: The type or namespace name `ITypeResolveContext' could not be found. Are you missing an assembly reference?
CodeActions/FixUsingsHandler.cs(106,16): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
CodeActions/FixUsingsHandler.cs(123,76): error CS0246: The type or namespace name `CodeAction' could not be found. Are you missing an assembly reference?
CodeActions/FixUsingsHandler.cs(159,46): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
CodeActions/FixUsingsHandler.cs(187,51): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
CodeActions/FixUsingsHandler.cs(187,65): error CS0246: The type or namespace name `CSharpAstResolver' could not be found. Are you missing an assembly reference?
CodeActions/FixUsingsHandler.cs(192,51): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
CodeActions/FixUsingsHandler.cs(192,65): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
CodeActions/FixUsingsHandler.cs(192,80): error CS0246: The type or namespace name `CSharpAstResolver' could not be found. Are you missing an assembly reference?
CodeActions/FixUsingsHandler.cs(203,59): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
CodeActions/FixUsingsHandler.cs(203,73): error CS0246: The type or namespace name `CSharpAstResolver' could not be found. Are you missing an assembly reference?
CodeActions/FixUsingsHandler.cs(208,64): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
CodeActions/FixUsingsHandler.cs(208,78): error CS0246: The type or namespace name `CSharpAstResolver' could not be found. Are you missing an assembly reference?
CodeActions/FixUsingsHandler.cs(220,59): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
CodeActions/FixUsingsHandler.cs(220,73): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
CodeActions/FixUsingsHandler.cs(220,88): error CS0246: The type or namespace name `CSharpAstResolver' could not be found. Are you missing an assembly reference?
CodeActions/FixUsingsHandler.cs(244,29): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
CodeActions/FixUsingsHandler.cs(253,40): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
CodeActions/FixUsingsHandler.cs(260,20): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
CodeActions/FixUsingsHandler.cs(261,20): error CS0246: The type or namespace name `ResolveResult' could not be found. Are you missing `Nancy.Routing' using directive?
AutoComplete/SnippetGenerator.cs(14,16): error CS0246: The type or namespace name `ConversionFlags' could not be found. Are you missing an assembly reference?
AutoComplete/SnippetGenerator.cs(15,9): error CS0246: The type or namespace name `CSharpFormattingOptions' could not be found. Are you missing an assembly reference?
AutoComplete/SnippetGenerator.cs(16,17): error CS0246: The type or namespace name `TextWriterTokenWriter' could not be found. Are you missing an assembly reference?
AutoComplete/SnippetGenerator.cs(26,32): error CS0246: The type or namespace name `ISymbol' could not be found. Are you missing an assembly reference?
AutoComplete/SnippetGenerator.cs(71,35): error CS0246: The type or namespace name `ISymbol' could not be found. Are you missing an assembly reference?
AutoComplete/SnippetGenerator.cs(87,9): error CS0246: The type or namespace name `TypeSystemAstBuilder' could not be found. Are you missing an assembly reference?
AutoComplete/SnippetGenerator.cs(93,39): error CS0246: The type or namespace name `ITypeDefinition' could not be found. Are you missing an assembly reference?
AutoComplete/SnippetGenerator.cs(93,64): error CS0246: The type or namespace name `TokenWriter' could not be found. Are you missing an assembly reference?
AutoComplete/SnippetGenerator.cs(93,84): error CS0246: The type or namespace name `CSharpFormattingOptions' could not be found. Are you missing an assembly reference?
AutoComplete/SnippetGenerator.cs(106,41): error CS0246: The type or namespace name `TokenWriter' could not be found. Are you missing an assembly reference?
AutoComplete/SnippetGenerator.cs(106,73): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
AutoComplete/SnippetGenerator.cs(116,50): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
AutoComplete/SnippetGenerator.cs(164,20): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
AutoComplete/SnippetGenerator.cs(173,41): error CS0246: The type or namespace name `IMember' could not be found. Are you missing an assembly reference?
AutoComplete/SnippetGenerator.cs(173,57): error CS0246: The type or namespace name `TokenWriter' could not be found. Are you missing an assembly reference?
AutoComplete/SnippetGenerator.cs(173,77): error CS0246: The type or namespace name `CSharpFormattingOptions' could not be found. Are you missing an assembly reference?
AutoComplete/SnippetGenerator.cs(238,28): error CS0246: The type or namespace name `IType' could not be found. Are you missing an assembly reference?
AutoComplete/SnippetGenerator.cs(261,28): error CS0246: The type or namespace name `IType' could not be found. Are you missing an assembly reference?
AutoComplete/SnippetGenerator.cs(286,46): error CS0246: The type or namespace name `TokenWriter' could not be found. Are you missing an assembly reference?
AutoComplete/SnippetGenerator.cs(286,66): error CS0246: The type or namespace name `CSharpFormattingOptions' could not be found. Are you missing an assembly reference?
AutoComplete/SnippetGenerator.cs(293,34): error CS0246: The type or namespace name `IType' could not be found. Are you missing an assembly reference?
AutoComplete/SnippetGenerator.cs(293,46): error CS0246: The type or namespace name `TokenWriter' could not be found. Are you missing an assembly reference?
AutoComplete/SnippetGenerator.cs(293,66): error CS0246: The type or namespace name `CSharpFormattingOptions' could not be found. Are you missing an assembly reference?
AutoComplete/ReturnTypeAmbience.cs(10,37): error CS0246: The type or namespace name `ISymbol' could not be found. Are you missing an assembly reference?
            Task "Csc" execution -- FAILED
            Done building target "CoreCompile" in project "/Users/maxyankov/Projects/omnisharp-server/OmniSharp/OmniSharp.csproj".-- FAILED
        Done building project "/Users/maxyankov/Projects/omnisharp-server/OmniSharp/OmniSharp.csproj".-- FAILED
    Task "MSBuild" execution -- FAILED
    Done building target "Build" in project "/Users/maxyankov/Projects/omnisharp-server/OmniSharp.sln".-- FAILED
Done building project "/Users/maxyankov/Projects/omnisharp-server/OmniSharp.sln".-- FAILED

Build FAILED.

Warnings:

/Users/maxyankov/Projects/omnisharp-server/OmniSharp.sln:  warning : Project file /Users/maxyankov/Projects/omnisharp-server/NRefactory/ICSharpCode.NRefactory/ICSharpCode.NRefactory.csproj referenced in the solution file, not found. Ignoring.
/Users/maxyankov/Projects/omnisharp-server/OmniSharp.sln:  warning : Project file /Users/maxyankov/Projects/omnisharp-server/NRefactory/ICSharpCode.NRefactory.CSharp/ICSharpCode.NRefactory.CSharp.csproj referenced in the solution file, not found. Ignoring.
/Users/maxyankov/Projects/omnisharp-server/OmniSharp.sln:  warning : Project file /Users/maxyankov/Projects/omnisharp-server/cecil/Mono.Cecil.csproj referenced in the solution file, not found. Ignoring.
/Users/maxyankov/Projects/omnisharp-server/OmniSharp.sln:  warning : Project file /Users/maxyankov/Projects/omnisharp-server/NRefactory/ICSharpCode.NRefactory.Cecil/ICSharpCode.NRefactory.Cecil.csproj referenced in the solution file, not found. Ignoring.
/Users/maxyankov/Projects/omnisharp-server/OmniSharp.sln:  warning : Project file /Users/maxyankov/Projects/omnisharp-server/NRefactory/ICSharpCode.NRefactory.CSharp.Refactoring/ICSharpCode.NRefactory.CSharp.Refactoring.csproj referenced in the solution file, not found. Ignoring.
/Users/maxyankov/Projects/omnisharp-server/OmniSharp.sln:  warning : Project file /Users/maxyankov/Projects/omnisharp-server/NRefactory/ICSharpCode.NRefactory.Xml/ICSharpCode.NRefactory.Xml.csproj referenced in the solution file, not found. Ignoring.

/Users/maxyankov/Projects/omnisharp-server/OmniSharp.sln (default targets) ->
(Build target) ->
/Users/maxyankov/Projects/omnisharp-server/OmniSharp/OmniSharp.csproj (default targets) ->
/Library/Frameworks/Mono.framework/Versions/4.2.1/lib/mono/4.5/Microsoft.Common.targets (ResolveProjectReferences target) ->

    /Library/Frameworks/Mono.framework/Versions/4.2.1/lib/mono/4.5/Microsoft.Common.targets:  warning : Referenced Project ../NRefactory/ICSharpCode.NRefactory.Cecil/ICSharpCode.NRefactory.Cecil.csproj not found, ignoring.
    /Library/Frameworks/Mono.framework/Versions/4.2.1/lib/mono/4.5/Microsoft.Common.targets:  warning : Referenced Project ../NRefactory/ICSharpCode.NRefactory.CSharp.Refactoring/ICSharpCode.NRefactory.CSharp.Refactoring.csproj not found, ignoring.
    /Library/Frameworks/Mono.framework/Versions/4.2.1/lib/mono/4.5/Microsoft.Common.targets:  warning : Referenced Project ../NRefactory/ICSharpCode.NRefactory/ICSharpCode.NRefactory.csproj not found, ignoring.
    /Library/Frameworks/Mono.framework/Versions/4.2.1/lib/mono/4.5/Microsoft.Common.targets:  warning : Referenced Project ../NRefactory/ICSharpCode.NRefactory.CSharp/ICSharpCode.NRefactory.CSharp.csproj not found, ignoring.
    /Library/Frameworks/Mono.framework/Versions/4.2.1/lib/mono/4.5/Microsoft.Common.targets:  warning : Referenced Project ../cecil/Mono.Cecil.csproj not found, ignoring.

Errors:

/Users/maxyankov/Projects/omnisharp-server/OmniSharp.sln (default targets) ->
(Build target) ->

    /Users/maxyankov/Projects/omnisharp-server/OmniSharp.sln: error : Could not find the project file '/Users/maxyankov/Projects/omnisharp-server/NRefactory/ICSharpCode.NRefactory/ICSharpCode.NRefactory.csproj'
    /Users/maxyankov/Projects/omnisharp-server/OmniSharp.sln: error : Could not find the project file '/Users/maxyankov/Projects/omnisharp-server/NRefactory/ICSharpCode.NRefactory.CSharp/ICSharpCode.NRefactory.CSharp.csproj'
    /Users/maxyankov/Projects/omnisharp-server/OmniSharp.sln: error : Could not find the project file '/Users/maxyankov/Projects/omnisharp-server/NRefactory/ICSharpCode.NRefactory.Cecil/ICSharpCode.NRefactory.Cecil.csproj'
    /Users/maxyankov/Projects/omnisharp-server/OmniSharp.sln: error : Could not find the project file '/Users/maxyankov/Projects/omnisharp-server/NRefactory/ICSharpCode.NRefactory.CSharp.Refactoring/ICSharpCode.NRefactory.CSharp.Refactoring.csproj'
    /Users/maxyankov/Projects/omnisharp-server/OmniSharp.sln: error : Could not find the project file '/Users/maxyankov/Projects/omnisharp-server/NRefactory/ICSharpCode.NRefactory.Xml/ICSharpCode.NRefactory.Xml.csproj'
    /Users/maxyankov/Projects/omnisharp-server/OmniSharp.sln: error : Could not find the project file '/Users/maxyankov/Projects/omnisharp-server/cecil/Mono.Cecil.csproj'

/Users/maxyankov/Projects/omnisharp-server/OmniSharp.sln (default targets) ->
(Build target) ->
/Users/maxyankov/Projects/omnisharp-server/OmniSharp/OmniSharp.csproj (default targets) ->
/Library/Frameworks/Mono.framework/Versions/4.2.1/lib/mono/4.5/Microsoft.CSharp.targets (CoreCompile target) ->

    AutoComplete/HelpExtension.cs(33,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    AutoComplete/HelpExtension.cs(34,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    AutoComplete/HelpService.cs(6,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    AutoComplete/HelpService.cs(7,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    AutoComplete/HelpService.cs(8,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    CodeIssues/CodeIssueProviders.cs(5,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    CodeIssues/CodeIssueProviders.cs(6,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    CodeIssues/CodeIssuesHandler.cs(5,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Configuration/OmniSharpConfiguration.cs(2,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Documentation/DocumentationFetcher.cs(2,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Documentation/DocumentationFetcher.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Documentation/MonoDocDocumentationProvider.cs(30,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Documentation/MonoDocDocumentationProvider.cs(31,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Documentation/MonoDocDocumentationProvider.cs(32,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    TestContextInformation/GetTestContextHandler.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    FindSymbols/FindSymbolsHandler.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    FindTypes/FindTypesHandler.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    LookupAllTypes/LookupAllTypesHandler.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Overrides/GetOverrideTargetsResponse.cs(2,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Overrides/GetOverrideTargetsResponse.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Overrides/GetOverrideTargetsResponse.cs(4,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Overrides/GetOverrideTargetsResponse.cs(5,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Overrides/OverrideContext.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Overrides/OverrideHandler.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Overrides/OverrideHandler.cs(4,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Overrides/OverrideHandler.cs(5,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Overrides/OverrideHandler.cs(6,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionDataExtensions.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    CodeFormat/CodeFormatHandler.cs(1,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Extensions/NodeExtensions.cs(1,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    FindUsages/AstNodeExtensions.cs(2,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    FindUsages/FindUsagesHandler.cs(6,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    FindUsages/FindUsagesHandler.cs(7,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    FindUsages/FindUsagesHandler.cs(8,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    FindUsages/FindUsagesHandler.cs(9,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    FindUsages/FindUsagesHandler.cs(10,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    FindUsages/FindUsagesHandler.cs(11,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    FindUsages/MemberCollector.cs(30,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Common/QuickFix.cs(1,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Common/QuickFix.cs(2,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    CodeActions/CodeActionProviders.cs(5,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    CodeActions/GetCodeActionsHandler.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpScript.cs(6,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpScript.cs(7,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpScript.cs(8,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpScript.cs(9,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpRefactoringContext.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpRefactoringContext.cs(4,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpRefactoringContext.cs(5,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpRefactoringContext.cs(6,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpRefactoringContext.cs(7,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Rename/RenameHandler.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Rename/RenameHandler.cs(4,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Solution/GacInterop.cs(24,12): error CS0234: The type or namespace name `Cecil' does not exist in the namespace `Mono'. Are you missing an assembly reference?
    Solution/IProject.cs(4,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Solution/IProject.cs(5,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Solution/OrphanProject.cs(4,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Solution/OrphanProject.cs(5,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Parser/BufferParser.cs(1,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Parser/BufferParser.cs(2,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    GotoDefinition/GotoDefinitionHandler.cs(1,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    GotoDefinition/GotoDefinitionHandler.cs(2,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    GotoDefinition/GotoDefinitionHandler.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    GotoImplementation/GotoImplementationHandler.cs(4,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    GotoImplementation/GotoImplementationHandler.cs(5,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    GotoImplementation/GotoImplementationHandler.cs(6,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    GotoImplementation/GotoImplementationHandler.cs(7,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    GotoImplementation/GotoImplementationHandler.cs(8,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Parser/ParsedResult.cs(1,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Parser/ParsedResult.cs(2,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Parser/ParsedResult.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionData.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    AutoComplete/AutoCompleteHandler.cs(4,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    AutoComplete/AutoCompleteHandler.cs(5,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    AutoComplete/AutoCompleteHandler.cs(6,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    SemanticErrors/SemanticErrorsHandler.cs(5,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    SemanticErrors/SemanticErrorsHandler.cs(6,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    SemanticErrors/SemanticErrorsHandler.cs(7,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    SemanticErrors/SemanticErrorsHandler.cs(8,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    SemanticErrors/SemanticErrorsHandler.cs(9,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Solution/CSharpFile.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Solution/CSharpFile.cs(4,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Solution/CSharpFile.cs(5,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Solution/CSharpProject.cs(6,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Solution/CSharpProject.cs(7,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Solution/CSharpProject.cs(8,12): error CS0234: The type or namespace name `Cecil' does not exist in the namespace `Mono'. Are you missing an assembly reference?
    AutoComplete/MyCompletionCategory.cs(2,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    AutoComplete/MyCompletionCategory.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Solution/ProjectReference.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionDataFactory.cs(5,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionDataFactory.cs(6,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionDataFactory.cs(7,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionDataFactory.cs(8,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionDataFactory.cs(9,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Documentation/XmlDocumentationProviderFactory.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Documentation/XmlDocumentationProviderFactory.cs(4,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    SyntaxErrors/SyntaxErrorsHandler.cs(2,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    TypeLookup/TypeLookupHandler.cs(1,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    TypeLookup/TypeLookupHandler.cs(2,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    TypeLookup/TypeLookupHandler.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    TypeLookup/TypeLookupHandler.cs(4,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    TypeLookup/TypeLookupHandler.cs(5,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    TypeLookup/TypeLookupHandler.cs(6,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    AutoComplete/BufferContext.cs(2,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    AutoComplete/BufferContext.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    AutoComplete/BufferContext.cs(4,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    AutoComplete/BufferContext.cs(5,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    CurrentFileMembers/CurrentFileMembersHandler.cs(7,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    CurrentFileMembers/CurrentFileMembersHandler.cs(8,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    CurrentFileMembers/Node.cs(4,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    CurrentFileMembers/Node.cs(5,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    CurrentFileMembers/Node.cs(6,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    CurrentFileMembers/CurrentFileMembersAsTreeResponse.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    CurrentFileMembers/CurrentFileMembersAsTreeResponse.cs(4,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    GotoRegion/GotoRegionHandler.cs(4,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    GotoRegion/GetDirectivesAstVisitor.cs(2,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Solution/ProjectFinder.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    CodeActions/FixUsingsHandler.cs(3,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    CodeActions/FixUsingsHandler.cs(4,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    CodeActions/FixUsingsHandler.cs(5,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    CodeActions/FixUsingsHandler.cs(6,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    AutoComplete/SnippetGenerator.cs(5,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    AutoComplete/SnippetGenerator.cs(6,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    AutoComplete/SnippetGenerator.cs(7,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    AutoComplete/SnippetGenerator.cs(8,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    AutoComplete/ReturnTypeAmbience.cs(1,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    AutoComplete/ReturnTypeAmbience.cs(2,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    AutoComplete/ReturnTypeAmbience.cs(4,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Solution/Project.cs(8,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Solution/Project.cs(9,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Solution/Project.cs(10,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Solution/Project.cs(11,7): error CS0246: The type or namespace name `ICSharpCode' could not be found. Are you missing an assembly reference?
    Documentation/MonoDocDocumentationProvider.cs(38,49): error CS0246: The type or namespace name `IDocumentationProvider' could not be found. Are you missing an assembly reference?
    FindUsages/FindUsagesHandler.cs(194,51): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpScript.cs(14,36): error CS0246: The type or namespace name `DocumentScript' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpRefactoringContext.cs(14,48): error CS0246: The type or namespace name `RefactoringContext' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpRefactoringContext.cs(116,36): error CS0246: The type or namespace name `NamingConventionService' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionData.cs(8,11): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
    SemanticErrors/SemanticErrorsHandler.cs(80,41): error CS0246: The type or namespace name `IResolveVisitorNavigator' could not be found. Are you missing an assembly reference?
    AutoComplete/MyCompletionCategory.cs(7,42): error CS0246: The type or namespace name `CompletionCategory' could not be found. Are you missing an assembly reference?
    Solution/ProjectReference.cs(7,37): error CS0246: The type or namespace name `IAssemblyReference' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionDataFactory.cs(16,42): error CS0246: The type or namespace name `ICompletionDataFactory' could not be found. Are you missing an assembly reference?
    GotoRegion/GetDirectivesAstVisitor.cs(6,44): error CS0246: The type or namespace name `DepthFirstAstVisitor' could not be found. Are you missing an assembly reference?
    AutoComplete/HelpExtension.cs(40,63): error CS0246: The type or namespace name `ITypeReference' could not be found. Are you missing an assembly reference?
    AutoComplete/HelpExtension.cs(66,73): error CS0246: The type or namespace name `IParameter' could not be found. Are you missing an assembly reference?
    AutoComplete/HelpExtension.cs(86,73): error CS0246: The type or namespace name `IUnresolvedParameter' could not be found. Are you missing an assembly reference?
    AutoComplete/HelpExtension.cs(106,34): error CS0246: The type or namespace name `IMethod' could not be found. Are you missing an assembly reference?
    AutoComplete/HelpExtension.cs(129,60): error CS0246: The type or namespace name `IEntity' could not be found. Are you missing an assembly reference?
    AutoComplete/HelpService.cs(118,48): error CS0246: The type or namespace name `ResolveResult' could not be found. Are you missing `Nancy.Routing' using directive?
    CodeIssues/CodeIssueProviders.cs(12,28): error CS0246: The type or namespace name `CodeIssueProvider' could not be found. Are you missing an assembly reference?
    CodeIssues/CodeIssuesHandler.cs(64,29): error CS0246: The type or namespace name `CodeIssue' could not be found. Are you missing an assembly reference?
    CodeIssues/CodeIssuesHandler.cs(84,41): error CS0246: The type or namespace name `CodeIssue' could not be found. Are you missing an assembly reference?
    Configuration/OmniSharpConfiguration.cs(22,16): error CS0246: The type or namespace name `TextEditorOptions' could not be found. Are you missing an assembly reference?
    Configuration/OmniSharpConfiguration.cs(26,17): error CS0246: The type or namespace name `CSharpFormattingOptions' could not be found. Are you missing an assembly reference?
    Configuration/OmniSharpConfiguration.cs(27,16): error CS0246: The type or namespace name `CSharpFormattingOptions' could not be found. Are you missing an assembly reference?
    Documentation/DocumentationFetcher.cs(13,58): error CS0246: The type or namespace name `IEntity' could not be found. Are you missing an assembly reference?
    Documentation/MonoDocDocumentationProvider.cs(42,16): error CS0246: The type or namespace name `DocumentationComment' could not be found. Are you missing an assembly reference?
    Documentation/MonoDocDocumentationProvider.cs(100,52): error CS0246: The type or namespace name `IEntity' could not be found. Are you missing an assembly reference?
    Documentation/MonoDocDocumentationProvider.cs(124,58): error CS0246: The type or namespace name `IParameterizedMember' could not be found. Are you missing an assembly reference?
    Documentation/MonoDocDocumentationProvider.cs(166,37): error CS0246: The type or namespace name `IType' could not be found. Are you missing an assembly reference?
    Overrides/GetOverrideTargetsResponse.cs(14,15): error CS0246: The type or namespace name `IMember' could not be found. Are you missing an assembly reference?
    Overrides/GetOverrideTargetsResponse.cs(15,15): error CS0246: The type or namespace name `CSharpTypeResolveContext' could not be found. Are you missing an assembly reference?
    Overrides/GetOverrideTargetsResponse.cs(33,14): error CS0246: The type or namespace name `IMember' could not be found. Are you missing an assembly reference?
    Overrides/GetOverrideTargetsResponse.cs(33,25): error CS0246: The type or namespace name `CSharpTypeResolveContext' could not be found. Are you missing an assembly reference?
    Overrides/OverrideContext.cs(16,18): error CS0246: The type or namespace name `IUnresolvedTypeDefinition' could not be found. Are you missing an assembly reference?
    Overrides/OverrideContext.cs(40,16): error CS0246: The type or namespace name `IType' could not be found. Are you missing an assembly reference?
    Overrides/OverrideContext.cs(46,28): error CS0246: The type or namespace name `IMember' could not be found. Are you missing an assembly reference?
    Overrides/OverrideHandler.cs(91,9): error CS0246: The type or namespace name `IDocument' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionDataExtensions.cs(25,38): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionDataExtensions.cs(25,57): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
    Extensions/NodeExtensions.cs(7,23): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
    FindUsages/AstNodeExtensions.cs(9,43): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
    FindUsages/AstNodeExtensions.cs(39,17): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
    FindUsages/FindUsagesHandler.cs(24,31): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
    FindUsages/FindUsagesHandler.cs(58,28): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
    FindUsages/FindUsagesHandler.cs(144,43): error CS0246: The type or namespace name `ResolveResult' could not be found. Are you missing `Nancy.Routing' using directive?
    FindUsages/FindUsagesHandler.cs(152,36): error CS0246: The type or namespace name `DomRegion' could not be found. Are you missing an assembly reference?
    FindUsages/FindUsagesHandler.cs(168,24): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
    FindUsages/FindUsagesHandler.cs(178,41): error CS0246: The type or namespace name `IType' could not be found. Are you missing an assembly reference?
    FindUsages/FindUsagesHandler.cs(188,42): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
    FindUsages/FindUsagesHandler.cs(196,28): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
    FindUsages/FindUsagesHandler.cs(196,39): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
    FindUsages/FindUsagesHandler.cs(201,32): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
    FindUsages/MemberCollector.cs(38,37): error CS0246: The type or namespace name `IMember' could not be found. Are you missing an assembly reference?
    FindUsages/MemberCollector.cs(38,48): error CS0246: The type or namespace name `IMember' could not be found. Are you missing an assembly reference?
    FindUsages/MemberCollector.cs(43,37): error CS0246: The type or namespace name `IParameterizedMember' could not be found. Are you missing an assembly reference?
    FindUsages/MemberCollector.cs(43,61): error CS0246: The type or namespace name `IParameterizedMember' could not be found. Are you missing an assembly reference?
    FindUsages/MemberCollector.cs(55,35): error CS0246: The type or namespace name `ITypeDefinition' could not be found. Are you missing an assembly reference?
    FindUsages/MemberCollector.cs(83,28): error CS0246: The type or namespace name `IMember' could not be found. Are you missing an assembly reference?
    FindUsages/MemberCollector.cs(101,28): error CS0246: The type or namespace name `ITypeDefinition' could not be found. Are you missing an assembly reference?
    FindUsages/MemberCollector.cs(112,35): error CS0246: The type or namespace name `IMember' could not be found. Are you missing an assembly reference?
    Common/QuickFix.cs(33,14): error CS0246: The type or namespace name `DomRegion' could not be found. Are you missing an assembly reference?
    Common/QuickFix.cs(40,14): error CS0246: The type or namespace name `DomRegion' could not be found. Are you missing an assembly reference?
    Common/QuickFix.cs(40,32): error CS0246: The type or namespace name `IDocument' could not be found. Are you missing an assembly reference?
    Common/QuickFix.cs(72,14): error CS0246: The type or namespace name `IUnresolvedEntity' could not be found. Are you missing an assembly reference?
    Common/QuickFix.cs(72,40): error CS0246: The type or namespace name `IDocument' could not be found. Are you missing an assembly reference?
    Common/QuickFix.cs(88,14): error CS0246: The type or namespace name `IMember' could not be found. Are you missing an assembly reference?
    Common/QuickFix.cs(88,30): error CS0246: The type or namespace name `IDocument' could not be found. Are you missing an assembly reference?
    Common/QuickFix.cs(101,14): error CS0246: The type or namespace name `DomRegion' could not be found. Are you missing an assembly reference?
    Common/QuickFix.cs(101,32): error CS0246: The type or namespace name `IDocument' could not be found. Are you missing an assembly reference?
    Common/QuickFix.cs(101,52): error CS0246: The type or namespace name `DomRegion' could not be found. Are you missing an assembly reference?
    CodeActions/CodeActionProviders.cs(11,28): error CS0246: The type or namespace name `CodeActionProvider' could not be found. Are you missing an assembly reference?
    CodeActions/GetCodeActionsHandler.cs(46,29): error CS0246: The type or namespace name `CodeAction' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpScript.cs(23,42): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpScript.cs(33,24): error CS0246: The type or namespace name `Script' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpScript.cs(48,24): error CS0246: The type or namespace name `Script' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpScript.cs(69,28): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpScript.cs(97,31): error CS0246: The type or namespace name `ISymbol' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpScript.cs(127,44): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpScript.cs(127,61): error CS0246: The type or namespace name `NewTypeContext' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpRefactoringContext.cs(16,32): error CS0115: `OmniSharp.Refactoring.OmniSharpRefactoringContext.DefaultNamespace' is marked as an override but no suitable property found to override
    Refactoring/OmniSharpRefactoringContext.cs(22,26): error CS0246: The type or namespace name `IDocument' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpRefactoringContext.cs(23,26): error CS0246: The type or namespace name `TextLocation' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpRefactoringContext.cs(24,26): error CS0246: The type or namespace name `TextLocation' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpRefactoringContext.cs(25,26): error CS0246: The type or namespace name `TextLocation' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpRefactoringContext.cs(27,44): error CS0246: The type or namespace name `IDocument' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpRefactoringContext.cs(27,64): error CS0246: The type or namespace name `CSharpAstResolver' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpRefactoringContext.cs(32,45): error CS0246: The type or namespace name `IDocument' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpRefactoringContext.cs(32,65): error CS0246: The type or namespace name `CSharpAstResolver' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpRefactoringContext.cs(32,93): error CS0246: The type or namespace name `TextLocation' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpRefactoringContext.cs(39,45): error CS0246: The type or namespace name `IDocument' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpRefactoringContext.cs(39,65): error CS0246: The type or namespace name `CSharpAstResolver' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpRefactoringContext.cs(39,93): error CS0246: The type or namespace name `TextLocation' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpRefactoringContext.cs(39,116): error CS0246: The type or namespace name `TextLocation' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpRefactoringContext.cs(39,145): error CS0246: The type or namespace name `TextLocation' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpRefactoringContext.cs(81,16): error CS0246: The type or namespace name `IDocument' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpRefactoringContext.cs(83,39): error CS0246: The type or namespace name `TextLocation' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpRefactoringContext.cs(88,25): error CS0246: The type or namespace name `TextLocation' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpRefactoringContext.cs(89,25): error CS0246: The type or namespace name `TextLocation' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpRefactoringContext.cs(91,25): error CS0246: The type or namespace name `IDocumentLine' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpRefactoringContext.cs(96,25): error CS0246: The type or namespace name `TextLocation' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpRefactoringContext.cs(101,32): error CS0115: `OmniSharp.Refactoring.OmniSharpRefactoringContext.GetText(int, int)' is marked as an override but no suitable method found to override
    Refactoring/OmniSharpRefactoringContext.cs(106,40): error CS0246: The type or namespace name `ISegment' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpRefactoringContext.cs(111,25): error CS0246: The type or namespace name `TextLocation' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpRefactoringContext.cs(118,41): error CS0246: The type or namespace name `NamingRule' could not be found. Are you missing an assembly reference?
    Refactoring/OmniSharpRefactoringContext.cs(124,33): error CS0246: The type or namespace name `NamingRule' could not be found. Are you missing an assembly reference?
    Solution/GacInterop.cs(36,35): error CS0246: The type or namespace name `AssemblyNameReference' could not be found. Are you missing an assembly reference?
    Solution/GacInterop.cs(97,52): error CS0246: The type or namespace name `AssemblyNameReference' could not be found. Are you missing an assembly reference?
    Solution/GacInterop.cs(115,40): error CS0246: The type or namespace name `AssemblyNameReference' could not be found. Are you missing an assembly reference?
    Solution/IProject.cs(11,9): error CS0246: The type or namespace name `IProjectContent' could not be found. Are you missing an assembly reference?
    Solution/IProject.cs(15,14): error CS0246: The type or namespace name `IAssemblyReference' could not be found. Are you missing an assembly reference?
    Solution/IProject.cs(17,9): error CS0246: The type or namespace name `CSharpParser' could not be found. Are you missing an assembly reference?
    Solution/IProject.cs(21,27): error CS0246: The type or namespace name `IAssemblyReference' could not be found. Are you missing an assembly reference?
    Solution/IProject.cs(23,9): error CS0246: The type or namespace name `CompilerSettings' could not be found. Are you missing an assembly reference?
    Solution/Project.cs(29,16): error CS0246: The type or namespace name `CompilerSettings' could not be found. Are you missing an assembly reference?
    Solution/Project.cs(31,45): error CS0246: The type or namespace name `IUnresolvedAssembly' could not be found. Are you missing an assembly reference?
    Solution/Project.cs(59,16): error CS0246: The type or namespace name `CSharpParser' could not be found. Are you missing an assembly reference?
    Solution/Project.cs(70,34): error CS0246: The type or namespace name `IAssemblyReference' could not be found. Are you missing an assembly reference?
    Solution/Project.cs(90,24): error CS0246: The type or namespace name `IUnresolvedAssembly' could not be found. Are you missing an assembly reference?
    Solution/Project.cs(123,16): error CS0246: The type or namespace name `IProjectContent' could not be found. Are you missing an assembly reference?
    Solution/Project.cs(131,21): error CS0246: The type or namespace name `IAssemblyReference' could not be found. Are you missing an assembly reference?
    GotoImplementation/GotoImplementationHandler.cs(53,50): error CS0246: The type or namespace name `ITypeResolveContext' could not be found. Are you missing an assembly reference?
    GotoImplementation/GotoImplementationHandler.cs(53,76): error CS0246: The type or namespace name `ITypeDefinition' could not be found. Are you missing an assembly reference?
    GotoImplementation/GotoImplementationHandler.cs(66,52): error CS0246: The type or namespace name `ITypeResolveContext' could not be found. Are you missing an assembly reference?
    GotoImplementation/GotoImplementationHandler.cs(66,78): error CS0246: The type or namespace name `MemberResolveResult' could not be found. Are you missing an assembly reference?
    GotoImplementation/GotoImplementationHandler.cs(88,29): error CS0246: The type or namespace name `ITypeDefinition' could not be found. Are you missing an assembly reference?
    GotoImplementation/GotoImplementationHandler.cs(109,35): error CS0246: The type or namespace name `ITypeDefinition' could not be found. Are you missing an assembly reference?
    GotoImplementation/GotoImplementationHandler.cs(120,47): error CS0246: The type or namespace name `ITypeDefinition' could not be found. Are you missing an assembly reference?
    GotoImplementation/GotoImplementationHandler.cs(120,69): error CS0246: The type or namespace name `ITypeDefinition' could not be found. Are you missing an assembly reference?
    Parser/ParsedResult.cs(9,16): error CS0246: The type or namespace name `ICompilation' could not be found. Are you missing an assembly reference?
    Parser/ParsedResult.cs(10,16): error CS0246: The type or namespace name `IProjectContent' could not be found. Are you missing an assembly reference?
    Parser/ParsedResult.cs(11,16): error CS0246: The type or namespace name `CSharpUnresolvedFile' could not be found. Are you missing an assembly reference?
    Parser/ParsedResult.cs(12,16): error CS0246: The type or namespace name `SyntaxTree' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionData.cs(34,33): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionData.cs(39,16): error CS0246: The type or namespace name `CompletionCategory' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionData.cs(60,16): error CS0246: The type or namespace name `DisplayFlags' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionData.cs(67,28): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
    AutoComplete/AutoCompleteHandler.cs(79,45): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
    SemanticErrors/SemanticErrorsHandler.cs(68,29): error CS0246: The type or namespace name `TextLocation' could not be found. Are you missing an assembly reference?
    SemanticErrors/SemanticErrorsHandler.cs(69,29): error CS0246: The type or namespace name `TextLocation' could not be found. Are you missing an assembly reference?
    SemanticErrors/SemanticErrorsHandler.cs(72,34): error CS0246: The type or namespace name `TextLocation' could not be found. Are you missing an assembly reference?
    SemanticErrors/SemanticErrorsHandler.cs(72,62): error CS0246: The type or namespace name `TextLocation' could not be found. Are you missing an assembly reference?
    SemanticErrors/SemanticErrorsHandler.cs(89,20): error CS0246: The type or namespace name `ResolveVisitorNavigationMode' could not be found. Are you missing an assembly reference?
    SemanticErrors/SemanticErrorsHandler.cs(99,34): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
    SemanticErrors/SemanticErrorsHandler.cs(99,48): error CS0246: The type or namespace name `ResolveResult' could not be found. Are you missing `Nancy.Routing' using directive?
    SemanticErrors/SemanticErrorsHandler.cs(110,43): error CS0246: The type or namespace name `Expression' could not be found. Are you missing `System.Linq.Expressions' using directive?
    SemanticErrors/SemanticErrorsHandler.cs(110,66): error CS0246: The type or namespace name `ResolveResult' could not be found. Are you missing `Nancy.Routing' using directive?
    SemanticErrors/SemanticErrorsHandler.cs(110,95): error CS0246: The type or namespace name `Conversion' could not be found. Are you missing an assembly reference?
    SemanticErrors/SemanticErrorsHandler.cs(110,118): error CS0246: The type or namespace name `IType' could not be found. Are you missing an assembly reference?
    SemanticErrors/SemanticErrorsHandler.cs(119,63): error CS0246: The type or namespace name `ResolveResult' could not be found. Are you missing `Nancy.Routing' using directive?
    Solution/CSharpFile.cs(13,16): error CS0246: The type or namespace name `ITextSource' could not be found. Are you missing an assembly reference?
    Solution/CSharpFile.cs(14,16): error CS0246: The type or namespace name `SyntaxTree' could not be found. Are you missing an assembly reference?
    Solution/CSharpFile.cs(15,16): error CS0246: The type or namespace name `IUnresolvedFile' could not be found. Are you missing an assembly reference?
    Solution/CSharpFile.cs(18,16): error CS0246: The type or namespace name `StringBuilderDocument' could not be found. Are you missing an assembly reference?
    AutoComplete/MyCompletionCategory.cs(9,32): error CS0246: The type or namespace name `SymbolKind' could not be found. Are you missing an assembly reference?
    AutoComplete/MyCompletionCategory.cs(19,29): error CS0246: The type or namespace name `SymbolKind' could not be found. Are you missing an assembly reference?
    AutoComplete/MyCompletionCategory.cs(36,39): error CS0246: The type or namespace name `CompletionCategory' could not be found. Are you missing an assembly reference?
    Solution/ProjectReference.cs(24,16): error CS0246: The type or namespace name `IAssembly' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionDataFactory.cs(20,26): error CS0246: The type or namespace name `CSharpAmbience' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionDataFactory.cs(21,26): error CS0246: The type or namespace name `CSharpAmbience' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionDataFactory.cs(24,23): error CS0246: The type or namespace name `ConversionFlags' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionDataFactory.cs(49,16): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionDataFactory.cs(74,16): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionDataFactory.cs(79,16): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionDataFactory.cs(84,16): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionDataFactory.cs(127,69): error CS0246: The type or namespace name `IMethod' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionDataFactory.cs(149,17): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionDataFactory.cs(185,65): error CS0246: The type or namespace name `IMethod' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionDataFactory.cs(212,56): error CS0246: The type or namespace name `IMethod' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionDataFactory.cs(225,46): error CS0246: The type or namespace name `IMethod' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionDataFactory.cs(245,53): error CS0246: The type or namespace name `ISymbol' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionDataFactory.cs(252,16): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionDataFactory.cs(257,16): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionDataFactory.cs(299,16): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionDataFactory.cs(304,16): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionDataFactory.cs(309,16): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionDataFactory.cs(314,16): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionDataFactory.cs(324,16): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionDataFactory.cs(329,16): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionDataFactory.cs(337,16): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionDataFactory.cs(343,16): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionDataFactory.cs(349,28): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionDataFactory.cs(354,28): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
    AutoComplete/CompletionDataFactory.cs(360,16): error CS0246: The type or namespace name `ICompletionData' could not be found. Are you missing an assembly reference?
    Documentation/XmlDocumentationProviderFactory.cs(12,62): error CS0246: The type or namespace name `XmlDocumentationProvider' could not be found. Are you missing an assembly reference?
    Documentation/XmlDocumentationProviderFactory.cs(16,23): error CS0246: The type or namespace name `IDocumentationProvider' could not be found. Are you missing an assembly reference?
    TypeLookup/TypeLookupHandler.cs(18,33): error CS0246: The type or namespace name `ConversionFlags' could not be found. Are you missing an assembly reference?
    AutoComplete/BufferContext.cs(44,16): error CS0246: The type or namespace name `ReadOnlyDocument' could not be found. Are you missing an assembly reference?
    AutoComplete/BufferContext.cs(46,16): error CS0246: The type or namespace name `TextLocation' could not be found. Are you missing an assembly reference?
    AutoComplete/BufferContext.cs(49,16): error CS0246: The type or namespace name `CSharpTypeResolveContext' could not be found. Are you missing an assembly reference?
    AutoComplete/BufferContext.cs(51,16): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
    CurrentFileMembers/Node.cs(22,21): error CS0246: The type or namespace name `IUnresolvedMember' could not be found. Are you missing an assembly reference?
    CurrentFileMembers/Node.cs(22,47): error CS0246: The type or namespace name `IDocument' could not be found. Are you missing an assembly reference?
    CurrentFileMembers/Node.cs(37,15): error CS0246: The type or namespace name `IUnresolvedTypeDefinition' could not be found. Are you missing an assembly reference?
    CurrentFileMembers/Node.cs(38,15): error CS0246: The type or namespace name `IDocument' could not be found. Are you missing an assembly reference?
    CurrentFileMembers/CurrentFileMembersAsTreeResponse.cs(12,27): error CS0246: The type or namespace name `IUnresolvedTypeDefinition' could not be found. Are you missing an assembly reference?
    CurrentFileMembers/CurrentFileMembersAsTreeResponse.cs(13,15): error CS0246: The type or namespace name `IDocument' could not be found. Are you missing an assembly reference?
    GotoRegion/GetDirectivesAstVisitor.cs(7,22): error CS0246: The type or namespace name `PreProcessorDirective' could not be found. Are you missing an assembly reference?
    GotoRegion/GetDirectivesAstVisitor.cs(11,14): error CS0246: The type or namespace name `PreProcessorDirective' could not be found. Are you missing an assembly reference?
    Solution/ProjectFinder.cs(16,62): error CS0246: The type or namespace name `ITypeResolveContext' could not be found. Are you missing an assembly reference?
    CodeActions/FixUsingsHandler.cs(106,16): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
    CodeActions/FixUsingsHandler.cs(123,76): error CS0246: The type or namespace name `CodeAction' could not be found. Are you missing an assembly reference?
    CodeActions/FixUsingsHandler.cs(159,46): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
    CodeActions/FixUsingsHandler.cs(187,51): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
    CodeActions/FixUsingsHandler.cs(187,65): error CS0246: The type or namespace name `CSharpAstResolver' could not be found. Are you missing an assembly reference?
    CodeActions/FixUsingsHandler.cs(192,51): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
    CodeActions/FixUsingsHandler.cs(192,65): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
    CodeActions/FixUsingsHandler.cs(192,80): error CS0246: The type or namespace name `CSharpAstResolver' could not be found. Are you missing an assembly reference?
    CodeActions/FixUsingsHandler.cs(203,59): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
    CodeActions/FixUsingsHandler.cs(203,73): error CS0246: The type or namespace name `CSharpAstResolver' could not be found. Are you missing an assembly reference?
    CodeActions/FixUsingsHandler.cs(208,64): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
    CodeActions/FixUsingsHandler.cs(208,78): error CS0246: The type or namespace name `CSharpAstResolver' could not be found. Are you missing an assembly reference?
    CodeActions/FixUsingsHandler.cs(220,59): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
    CodeActions/FixUsingsHandler.cs(220,73): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
    CodeActions/FixUsingsHandler.cs(220,88): error CS0246: The type or namespace name `CSharpAstResolver' could not be found. Are you missing an assembly reference?
    CodeActions/FixUsingsHandler.cs(244,29): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
    CodeActions/FixUsingsHandler.cs(253,40): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
    CodeActions/FixUsingsHandler.cs(260,20): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
    CodeActions/FixUsingsHandler.cs(261,20): error CS0246: The type or namespace name `ResolveResult' could not be found. Are you missing `Nancy.Routing' using directive?
    AutoComplete/SnippetGenerator.cs(14,16): error CS0246: The type or namespace name `ConversionFlags' could not be found. Are you missing an assembly reference?
    AutoComplete/SnippetGenerator.cs(15,9): error CS0246: The type or namespace name `CSharpFormattingOptions' could not be found. Are you missing an assembly reference?
    AutoComplete/SnippetGenerator.cs(16,17): error CS0246: The type or namespace name `TextWriterTokenWriter' could not be found. Are you missing an assembly reference?
    AutoComplete/SnippetGenerator.cs(26,32): error CS0246: The type or namespace name `ISymbol' could not be found. Are you missing an assembly reference?
    AutoComplete/SnippetGenerator.cs(71,35): error CS0246: The type or namespace name `ISymbol' could not be found. Are you missing an assembly reference?
    AutoComplete/SnippetGenerator.cs(87,9): error CS0246: The type or namespace name `TypeSystemAstBuilder' could not be found. Are you missing an assembly reference?
    AutoComplete/SnippetGenerator.cs(93,39): error CS0246: The type or namespace name `ITypeDefinition' could not be found. Are you missing an assembly reference?
    AutoComplete/SnippetGenerator.cs(93,64): error CS0246: The type or namespace name `TokenWriter' could not be found. Are you missing an assembly reference?
    AutoComplete/SnippetGenerator.cs(93,84): error CS0246: The type or namespace name `CSharpFormattingOptions' could not be found. Are you missing an assembly reference?
    AutoComplete/SnippetGenerator.cs(106,41): error CS0246: The type or namespace name `TokenWriter' could not be found. Are you missing an assembly reference?
    AutoComplete/SnippetGenerator.cs(106,73): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
    AutoComplete/SnippetGenerator.cs(116,50): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
    AutoComplete/SnippetGenerator.cs(164,20): error CS0246: The type or namespace name `AstNode' could not be found. Are you missing an assembly reference?
    AutoComplete/SnippetGenerator.cs(173,41): error CS0246: The type or namespace name `IMember' could not be found. Are you missing an assembly reference?
    AutoComplete/SnippetGenerator.cs(173,57): error CS0246: The type or namespace name `TokenWriter' could not be found. Are you missing an assembly reference?
    AutoComplete/SnippetGenerator.cs(173,77): error CS0246: The type or namespace name `CSharpFormattingOptions' could not be found. Are you missing an assembly reference?
    AutoComplete/SnippetGenerator.cs(238,28): error CS0246: The type or namespace name `IType' could not be found. Are you missing an assembly reference?
    AutoComplete/SnippetGenerator.cs(261,28): error CS0246: The type or namespace name `IType' could not be found. Are you missing an assembly reference?
    AutoComplete/SnippetGenerator.cs(286,46): error CS0246: The type or namespace name `TokenWriter' could not be found. Are you missing an assembly reference?
    AutoComplete/SnippetGenerator.cs(286,66): error CS0246: The type or namespace name `CSharpFormattingOptions' could not be found. Are you missing an assembly reference?
    AutoComplete/SnippetGenerator.cs(293,34): error CS0246: The type or namespace name `IType' could not be found. Are you missing an assembly reference?
    AutoComplete/SnippetGenerator.cs(293,46): error CS0246: The type or namespace name `TokenWriter' could not be found. Are you missing an assembly reference?
    AutoComplete/SnippetGenerator.cs(293,66): error CS0246: The type or namespace name `CSharpFormattingOptions' could not be found. Are you missing an assembly reference?
    AutoComplete/ReturnTypeAmbience.cs(10,37): error CS0246: The type or namespace name `ISymbol' could not be found. Are you missing an assembly reference?

     11 Warning(s)
     379 Error(s)

Time Elapsed 00:00:01.9746470
@golergka
Copy link
Author

golergka commented Jan 3, 2016

OSX 10.11.1

@skeleten
Copy link

skeleten commented Feb 5, 2016

Try redownloading the source, then run git submodule update --init --recursive in your git repository.

@ApolloTang
Copy link

this could be related to ycm-core/YouCompleteMe#2845

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants