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

omnisharp 1.36.1 fails to analyze my solution (1.35.3 does not fail) #1889

Closed
WellspringCS opened this issue Aug 14, 2020 · 19 comments
Closed

Comments

@WellspringCS
Copy link

WellspringCS commented Aug 14, 2020

If I allow ominsharp.path to be "latest" and get 1.36.1, my vscode load produces the following:

Starting OmniSharp server at 8/14/2020, 8:50:10 AM
    Target: /home/brian/clients/walsh/eqp/api/api.sln

OmniSharp server started.
    Path: /home/brian/.vscode/extensions/ms-dotnettools.csharp-1.22.1/.omnisharp/1.36.1/run
    PID: 5189

[info]: OmniSharp.Stdio.Host
        Starting OmniSharp on ubuntu 18.4 (x64)
[info]: OmniSharp.Services.DotNetCliService
        DotNetPath set to dotnet
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Located 1 MSBuild instance(s)
            1: StandAlone 16.8.0 - "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.22.1/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin"
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        MSBUILD_EXE_PATH environment variable set to '/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.22.1/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/MSBuild.dll'
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Registered MSBuild instance: StandAlone 16.8.0 - "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.22.1/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin"
            CscToolExe = csc.exe
            MSBuildToolsPath = /home/brian/.vscode/extensions/ms-dotnettools.csharp-1.22.1/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin
            CscToolPath = /home/brian/.vscode/extensions/ms-dotnettools.csharp-1.22.1/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Roslyn
            BypassFrameworkInstallChecks = true
            MSBuildExtensionsPath = /home/brian/.vscode/extensions/ms-dotnettools.csharp-1.22.1/.omnisharp/1.36.1/omnisharp/.msbuild
[info]: OmniSharp.Cake.CakeProjectSystem
        Detecting Cake files in '/home/brian/clients/walsh/eqp/api'.
[info]: OmniSharp.Cake.CakeProjectSystem
        Could not find any Cake files
[info]: OmniSharp.MSBuild.ProjectSystem
        Detecting projects in '/home/brian/clients/walsh/eqp/api/api.sln'.
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/brian/clients/walsh/eqp/api/src/Wellspring.Api/Wellspring.Api.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/brian/clients/walsh/eqp/api/src/Wellspring.Api.Tests/Wellspring.Api.Tests.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/brian/clients/walsh/eqp/api/src/Wellspring.Entities/Wellspring.Entities.csproj'
[info]: OmniSharp.Script.ScriptProjectSystem
        Detecting CSX files in '/home/brian/clients/walsh/eqp/api'.
[info]: OmniSharp.Script.ScriptProjectSystem
        Could not find any CSX files
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.CSharpFormattingWorkspaceOptionsProvider, Order: 0
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.RenameWorkspaceOptionsProvider, Order: 100
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.ImplementTypeWorkspaceOptionsProvider, Order: 110
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.BlockStructureWorkspaceOptionsProvider, Order: 140
[info]: OmniSharp.WorkspaceInitializer
        Configuration finished.
[info]: OmniSharp.Stdio.Host
        Omnisharp server running using Stdio at location '/home/brian/clients/walsh/eqp/api' on host 4504.
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/brian/clients/walsh/eqp/api/src/Wellspring.Api/Wellspring.Api.csproj
[warn]: OmniSharp.MSBuild.ProjectLoader
        "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.22.1/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.22.1/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/api/src/Wellspring.Entities/Wellspring.Entities.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
...

Further down analysis of documents fail...

[info]: OmniSharp.Roslyn.CSharp.Services.Diagnostics.CSharpDiagnosticWorkerWithAnalyzers
        Solution initialized -> queue all documents for code analysis. Initial document count: 235.
[fail]: OmniSharp.Roslyn.CSharp.Services.Diagnostics.CSharpDiagnosticWorkerWithAnalyzers
        Analysis of document Extensions.cs failed or cancelled by timeout: The operation was canceled., analysers: Microsoft.CodeAnalysis.UseSystemHashCode.UseSystemHashCodeDiagnosticAnalyzer, Microsoft.CodeAnalysis.UseExplicitTupleName.UseExplicitTupleNameDiagnosticAnalyzer, Microsoft.CodeAnalysis.MakeFieldReadonly.MakeFieldReadonlyDiagnosticAnalyzer, Microsoft.CodeAnalysis.Formatting.FormattingDiagnosticAnalyzer, Microsoft.CodeAnalysis.ExternalAccess.VSTypeScript.VSTypeScriptDocumentDiagnosticAnalyzer, Microsoft.CodeAnalysis.ExternalAccess.VSTypeScript.VSTypeScriptProjectDiagnosticAnalyzer, Microsoft.CodeAnalysis.DisposeAnalysis.DisposableFieldsShouldBeDisposedDiagnosticAnalyzer, Microsoft.CodeAnalysis.DisposeAnalysis.DisposeObjectsBeforeLosingScopeDiagnosticAnalyzer, Microsoft.CodeAnalysis.EditAndContinue.EditAndContinueDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.ValidateFormatString.CSharpValidateFormatStringDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseThrowExpression.CSharpUseThrowExpressionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseSimpleUsingStatement.UseSimpleUsingStatementDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseObjectInitializer.CSharpUseObjectInitializerDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseNullPropagation.CSharpUseNullPropagationDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseIsNullCheck.CSharpUseIsNullCheckForCastAndEqualityOperatorDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseIsNullCheck.CSharpUseIsNullCheckForReferenceEqualsDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseInferredMemberName.CSharpUseInferredMemberNameDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseIndexOrRangeOperator.CSharpUseIndexOperatorDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseIndexOrRangeOperator.CSharpUseRangeOperatorDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseCollectionInitializer.CSharpUseCollectionInitializerDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnusedParametersAndValues.CSharpRemoveUnusedParametersAndValuesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnusedMembers.CSharpRemoveUnusedMembersDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnnecessaryImports.CSharpRemoveUnnecessaryImportsDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnnecessaryCast.CSharpRemoveUnnecessaryCastDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.QualifyMemberAccess.CSharpQualifyMemberAccessDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseDefaultLiteral.CSharpUseDefaultLiteralDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseDeconstruction.CSharpUseDeconstructionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseConditionalExpression.CSharpUseConditionalExpressionForAssignmentDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseConditionalExpression.CSharpUseConditionalExpressionForReturnDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseCompoundAssignment.CSharpUseCompoundAssignmentDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseCompoundAssignment.CSharpUseCompoundCoalesceAssignmentDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseCoalesceExpression.CSharpUseCoalesceExpressionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseCoalesceExpression.CSharpUseCoalesceExpressionForNullableDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.SimplifyInterpolation.CSharpSimplifyInterpolationDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.SimplifyBooleanExpression.CSharpSimplifyConditionalDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnreachableCode.CSharpRemoveUnreachableCodeDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.PopulateSwitch.CSharpPopulateSwitchExpressionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.PopulateSwitch.CSharpPopulateSwitchStatementDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.OrderModifiers.CSharpOrderModifiersDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.MisplacedUsingDirectives.MisplacedUsingDirectivesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.MakeStructFieldsWritable.CSharpMakeStructFieldsWritableDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.InvokeDelegateWithConditionalAccess.InvokeDelegateWithConditionalAccessAnalyzer, Microsoft.CodeAnalysis.CSharp.InlineDeclaration.CSharpInlineDeclarationDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.FileHeaders.CSharpFileHeaderDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.ConvertSwitchStatementToExpression.ConvertSwitchStatementToExpressionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.ConvertAnonymousTypeToTuple.CSharpConvertAnonymousTypeToTupleDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveConfusingSuppression.CSharpRemoveConfusingSuppressionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnnecessaryParentheses.CSharpRemoveUnnecessaryPatternParenthesesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnnecessaryParentheses.CSharpRemoveUnnecessaryExpressionParenthesesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnnecessarySuppressions.CSharpRemoveUnnecessaryPragmaSuppressionsDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnnecessarySuppressions.CSharpRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.AddRequiredParentheses.CSharpAddRequiredPatternParenthesesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.AddRequiredParentheses.CSharpAddRequiredExpressionParenthesesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.AddAccessibilityModifiers.CSharpAddAccessibilityModifiersDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UsePatternMatching.CSharpIsAndCastCheckWithoutNameDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UsePatternMatching.CSharpAsAndNullCheckDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UsePatternMatching.CSharpIsAndCastCheckDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UsePatternCombinators.CSharpUsePatternCombinatorsDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseLocalFunction.CSharpUseLocalFunctionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseExpressionBody.UseExpressionBodyDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseExpressionBodyForLambda.UseExpressionBodyForLambdaDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseAutoProperty.CSharpUseAutoPropertyAnalyzer, Microsoft.CodeAnalysis.CSharp.SimplifyThisOrMe.CSharpSimplifyThisOrMeDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.MakeLocalFunctionStatic.MakeLocalFunctionStaticDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.EmbeddedLanguages.CSharpRegexDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.CSharpUnboundIdentifiersDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.TypeStyle.CSharpUseExplicitTypeDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.TypeStyle.CSharpUseImplicitTypeDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.NamingStyles.CSharpNamingStyleDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.AddBraces.CSharpAddBracesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.SimplifyTypeNames.CSharpSimplifyTypeNamesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.Analyzers.CSharpPreferFrameworkTypeDiagnosticAnalyzer, Microsoft.AspNetCore.Analyzers.StartupAnalyzer, Microsoft.AspNetCore.Mvc.Analyzers.AvoidHtmlPartialAnalyzer, Microsoft.AspNetCore.Mvc.Analyzers.AttributesShouldNotBeAppliedToPageModelAnalyzer, Microsoft.AspNetCore.Mvc.Analyzers.TagHelpersInCodeBlocksAnalyzer, Microsoft.AspNetCore.Mvc.Analyzers.TopLevelParameterNameAnalyzer, Microsoft.AspNetCore.Components.Analyzers.ComponentParameterAnalyzer, Microsoft.AspNetCore.Components.Analyzers.ComponentParameterUsageAnalyzer, Microsoft.Extensions.Internal.ComponentInternalUsageDiagnosticAnalyzer, Google.Cloud.Diagnostics.AspNetCore.Analyzers.GoogleTraceBeforeMvcAnalyzer, Microsoft.EntityFrameworkCore.InternalUsageDiagnosticAnalyzer
[fail]: OmniSharp.Roslyn.CSharp.Services.Diagnostics.CSharpDiagnosticWorkerWithAnalyzers
        Analysis of document ClaimsPrincipal.cs failed or cancelled by timeout: The operation was canceled., analysers:

However if I revert to
"omnisharp.path": "1.35.3"

I receive no errors at all.

Starting OmniSharp server at 8/14/2020, 8:54:40 AM
    Target: /home/brian/clients/walsh/eqp/api/api.sln

OmniSharp server started.
    Path: /home/brian/.vscode/extensions/ms-dotnettools.csharp-1.22.1/.omnisharp/1.35.3/run
    PID: 6055

[info]: OmniSharp.Stdio.Host
        Starting OmniSharp on ubuntu 18.4 (x64)
[info]: OmniSharp.Services.DotNetCliService
        DotNetPath set to dotnet
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Located 1 MSBuild instance(s)
            1: StandAlone 16.4 - "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.22.1/.omnisharp/1.35.3/omnisharp/.msbuild/Current/Bin"
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        MSBUILD_EXE_PATH environment variable set to '/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.22.1/.omnisharp/1.35.3/omnisharp/.msbuild/Current/Bin/MSBuild.dll'
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Registered MSBuild instance: StandAlone 16.4 - "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.22.1/.omnisharp/1.35.3/omnisharp/.msbuild/Current/Bin"
            CscToolExe = csc.exe
            MSBuildToolsPath = /home/brian/.vscode/extensions/ms-dotnettools.csharp-1.22.1/.omnisharp/1.35.3/omnisharp/.msbuild/Current/Bin
            CscToolPath = /home/brian/.vscode/extensions/ms-dotnettools.csharp-1.22.1/.omnisharp/1.35.3/omnisharp/.msbuild/Current/Bin/Roslyn
            BypassFrameworkInstallChecks = true
            MSBuildExtensionsPath = /home/brian/.vscode/extensions/ms-dotnettools.csharp-1.22.1/.omnisharp/1.35.3/omnisharp/.msbuild
[info]: OmniSharp.Cake.CakeProjectSystem
        Detecting Cake files in '/home/brian/clients/walsh/eqp/api'.
[info]: OmniSharp.Cake.CakeProjectSystem
        Could not find any Cake files
[info]: OmniSharp.MSBuild.ProjectSystem
        Detecting projects in '/home/brian/clients/walsh/eqp/api/api.sln'.
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/brian/clients/walsh/eqp/api/src/Wellspring.Api/Wellspring.Api.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/brian/clients/walsh/eqp/api/src/Wellspring.Api.Tests/Wellspring.Api.Tests.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/brian/clients/walsh/eqp/api/src/Wellspring.Entities/Wellspring.Entities.csproj'
[info]: OmniSharp.Script.ScriptProjectSystem
        Detecting CSX files in '/home/brian/clients/walsh/eqp/api'.
[info]: OmniSharp.Script.ScriptProjectSystem
        Could not find any CSX files
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.CSharpFormattingWorkspaceOptionsProvider, Order: 0
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/brian/clients/walsh/eqp/api/src/Wellspring.Api/Wellspring.Api.csproj
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.RenameWorkspaceOptionsProvider, Order: 100
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.ImplementTypeWorkspaceOptionsProvider, Order: 110
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.BlockStructureWorkspaceOptionsProvider, Order: 140
[info]: OmniSharp.WorkspaceInitializer
        Configuration finished.
[info]: OmniSharp.Stdio.Host
        Omnisharp server running using Stdio at location '/home/brian/clients/walsh/eqp/api' on host 4504.
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file '/home/brian/clients/walsh/eqp/api/src/Wellspring.Api/Wellspring.Api.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
        Adding project '/home/brian/clients/walsh/eqp/api/src/Wellspring.Api/Wellspring.Api.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/brian/clients/walsh/eqp/api/src/Wellspring.Api.Tests/Wellspring.Api.Tests.csproj
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file '/home/brian/clients/walsh/eqp/api/src/Wellspring.Api.Tests/Wellspring.Api.Tests.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
        Adding project '/home/brian/clients/walsh/eqp/api/src/Wellspring.Api.Tests/Wellspring.Api.Tests.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/brian/clients/walsh/eqp/api/src/Wellspring.Entities/Wellspring.Entities.csproj
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file '/home/brian/clients/walsh/eqp/api/src/Wellspring.Entities/Wellspring.Entities.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
        Adding project '/home/brian/clients/walsh/eqp/api/src/Wellspring.Entities/Wellspring.Entities.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: Wellspring.Api
[info]: OmniSharp.MSBuild.ProjectManager
        Found referenced project outside root directory: /home/brian/clients/walsh/eqp/api/src/Wellspring.Constants/Wellspring.Constants.csproj
[info]: OmniSharp.MSBuild.ProjectManager
        Adding project '/home/brian/clients/walsh/eqp/api/src/Wellspring.Constants/Wellspring.Constants.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/brian/clients/walsh/eqp/api/src/Wellspring.Constants/Wellspring.Constants.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Found referenced project outside root directory: /home/brian/clients/walsh/eqp/api/src/Wellspring.Messages/Wellspring.Messages.csproj
[info]: OmniSharp.MSBuild.ProjectManager
        Adding project '/home/brian/clients/walsh/eqp/api/src/Wellspring.Messages/Wellspring.Messages.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/brian/clients/walsh/eqp/api/src/Wellspring.Messages/Wellspring.Messages.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: Wellspring.Api.Tests
[info]: OmniSharp.MSBuild.ProjectManager
        Found referenced project outside root directory: /home/brian/clients/walsh/eqp/api/src/Wellspring.Db/Wellspring.Db.csproj
[info]: OmniSharp.MSBuild.ProjectManager
        Adding project '/home/brian/clients/walsh/eqp/api/src/Wellspring.Db/Wellspring.Db.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/brian/clients/walsh/eqp/api/src/Wellspring.Db/Wellspring.Db.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: Wellspring.Entities
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/brian/clients/walsh/eqp/api/src/Wellspring.Constants/Wellspring.Constants.csproj
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file '/home/brian/clients/walsh/eqp/api/src/Wellspring.Constants/Wellspring.Constants.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/brian/clients/walsh/eqp/api/src/Wellspring.Messages/Wellspring.Messages.csproj
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file '/home/brian/clients/walsh/eqp/api/src/Wellspring.Messages/Wellspring.Messages.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/brian/clients/walsh/eqp/api/src/Wellspring.Db/Wellspring.Db.csproj
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file '/home/brian/clients/walsh/eqp/api/src/Wellspring.Db/Wellspring.Db.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: Wellspring.Constants
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: Wellspring.Messages
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: Wellspring.Db
[info]: OmniSharp.OmniSharpWorkspace
        Adding analyzer reference: /home/brian/.nuget/packages/microsoft.entityframeworkcore.analyzers/3.1.2/analyzers/dotnet/cs/Microsoft.EntityFrameworkCore.Analyzers.dll
[info]: OmniSharp.Roslyn.CSharp.Services.Diagnostics.CSharpDiagnosticWorkerWithAnalyzers
        Solution initialized -> queue all documents for code analysis. Initial document count: 235.

@david-driscoll
Copy link
Member

Is it possible to get a copy of the solution or a solution that repro's the issue?

Looks like it might be the entity framework analyzers, perhaps we can build some tests around them.

@WellspringCS
Copy link
Author

Gonna ask the stupid question -- if I am not using Entity Framework (I am using strictly Dapper) -- does that change your thought process, or do you mean something else by "entity framework analyzers"? If I get the OK to share the solution, how would we go about doing that privately?

@david-driscoll
Copy link
Member

Keybase is probably the best way to do so: https://keybase.io/daviddriscoll you can send messages and files end-to-end encrypted.

@david-driscoll
Copy link
Member

david-driscoll commented Aug 14, 2020

As far as EF is concerned I'm just wondering if there is some new analyzer or something there that is conflicting. You may not be using it, but it is being loaded.

@WellspringCS
Copy link
Author

" is is " -- invites reminiscences of how Bill Clinton would analyze this sentence...

I will see if I can get a small public solution that reproduces the problem.

@david-driscoll
Copy link
Member

lol, or I just can't type!

@WellspringCS
Copy link
Author

OK, now I'm desperate... getting this error while I hunker down in 1.35.3

Downloading package 'OmniSharp for Linux (x64), Version = 1.35.3' Failed to download from https://roslynomnisharp.blob.core.windows.net/releases/1.35.3/omnisharp-linux-x64.zip. Error code '404')
Failed at stage: downloadPackage
404

Help? While I wait desperately, I will see if I can produce a small project that produces the error with 1.36.1

@WellspringCS
Copy link
Author

WellspringCS commented Aug 15, 2020

I think the problem is that I had allowed VSCode to update. It is now on 1.23.0 as of today, and now I've lost this folder
~/.vscode/extensions/ms-dotnettools.csharp-1.22.1/.omnisharp

which had 1.35.3 in it. Is there a way to regain all this easily? I'll see about restoring a backup. Sigh.

@WellspringCS
Copy link
Author

I have posted a repository here that produces the same error message. Because I have removed basically everything, the failure to analyze documents doesn't happen -- there are none to analyze. But hopefully the presence of the error message is enough?

https://gitlab.com/brian.wells/omnisharp

Omnisharp log:

Starting OmniSharp server at 8/15/2020, 11:49:27 AM
    Target: /home/brian/clients/walsh/eqp/omnisharp/api.sln

OmniSharp server started.
    Path: /home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/run
    PID: 27213

[info]: OmniSharp.Stdio.Host
        Starting OmniSharp on ubuntu 18.4 (x64)
[info]: OmniSharp.Services.DotNetCliService
        DotNetPath set to dotnet
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Located 1 MSBuild instance(s)
            1: StandAlone 16.8.0 - "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin"
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        MSBUILD_EXE_PATH environment variable set to '/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/MSBuild.dll'
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Registered MSBuild instance: StandAlone 16.8.0 - "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin"
            CscToolExe = csc.exe
            MSBuildToolsPath = /home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin
            CscToolPath = /home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Roslyn
            BypassFrameworkInstallChecks = true
            MSBuildExtensionsPath = /home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild
[info]: OmniSharp.Cake.CakeProjectSystem
        Detecting Cake files in '/home/brian/clients/walsh/eqp/omnisharp'.
[info]: OmniSharp.Cake.CakeProjectSystem
        Could not find any Cake files
[info]: OmniSharp.MSBuild.ProjectSystem
        Detecting projects in '/home/brian/clients/walsh/eqp/omnisharp/api.sln'.
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Api/Wellspring.Api.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Api.Tests/Wellspring.Api.Tests.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Constants/Wellspring.Constants.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Entities/Wellspring.Entities.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Db/Wellspring.Db.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Messages/Wellspring.Messages.csproj'
[info]: OmniSharp.Script.ScriptProjectSystem
        Detecting CSX files in '/home/brian/clients/walsh/eqp/omnisharp'.
[info]: OmniSharp.Script.ScriptProjectSystem
        Could not find any CSX files
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.CSharpFormattingWorkspaceOptionsProvider, Order: 0
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.RenameWorkspaceOptionsProvider, Order: 100
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.ImplementTypeWorkspaceOptionsProvider, Order: 110
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Api/Wellspring.Api.csproj
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.BlockStructureWorkspaceOptionsProvider, Order: 140
[info]: OmniSharp.WorkspaceInitializer
        Configuration finished.
[info]: OmniSharp.Stdio.Host
        Omnisharp server running using Stdio at location '/home/brian/clients/walsh/eqp/omnisharp' on host 27025.
[warn]: OmniSharp.MSBuild.ProjectLoader
        "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Entities/Wellspring.Entities.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
        "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Entities/Wellspring.Entities.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
        "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Entities/Wellspring.Entities.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
        "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Constants/Wellspring.Constants.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
        "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Constants/Wellspring.Constants.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
        "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Constants/Wellspring.Constants.csproj]
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file '/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Api/Wellspring.Api.csproj'.
/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Api/Wellspring.Api.csproj
/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Entities/Wellspring.Entities.csproj]
/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Entities/Wellspring.Entities.csproj]
/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Entities/Wellspring.Entities.csproj]
/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Constants/Wellspring.Constants.csproj]
/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Constants/Wellspring.Constants.csproj]
/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Constants/Wellspring.Constants.csproj]

[info]: OmniSharp.MSBuild.ProjectManager
        Adding project '/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Api/Wellspring.Api.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Api.Tests/Wellspring.Api.Tests.csproj
[warn]: OmniSharp.MSBuild.ProjectLoader
        "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Api/Wellspring.Api.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
        "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Api/Wellspring.Api.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
        "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Api/Wellspring.Api.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
        "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Constants/Wellspring.Constants.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
        "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Constants/Wellspring.Constants.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
        "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Constants/Wellspring.Constants.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
        "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Messages/Wellspring.Messages.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
        "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Messages/Wellspring.Messages.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
        "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Messages/Wellspring.Messages.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
        "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Db/Wellspring.Db.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
        "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Db/Wellspring.Db.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
        "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Db/Wellspring.Db.csproj]
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file '/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Api.Tests/Wellspring.Api.Tests.csproj'.
/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Api.Tests/Wellspring.Api.Tests.csproj
/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Api/Wellspring.Api.csproj]
/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Api/Wellspring.Api.csproj]
/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Api/Wellspring.Api.csproj]
/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Constants/Wellspring.Constants.csproj]
/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Constants/Wellspring.Constants.csproj]
/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Constants/Wellspring.Constants.csproj]
/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Messages/Wellspring.Messages.csproj]
/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Messages/Wellspring.Messages.csproj]
/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Messages/Wellspring.Messages.csproj]
/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Db/Wellspring.Db.csproj]
/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Db/Wellspring.Db.csproj]
/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Db/Wellspring.Db.csproj]

[info]: OmniSharp.MSBuild.ProjectManager
        Adding project '/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Api.Tests/Wellspring.Api.Tests.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Constants/Wellspring.Constants.csproj
[warn]: OmniSharp.MSBuild.ProjectLoader
        "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Entities/Wellspring.Entities.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
        "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Entities/Wellspring.Entities.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
        "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Entities/Wellspring.Entities.csproj]
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file '/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Constants/Wellspring.Constants.csproj'.
/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Constants/Wellspring.Constants.csproj
/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Entities/Wellspring.Entities.csproj]
/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Entities/Wellspring.Entities.csproj]
/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Entities/Wellspring.Entities.csproj]

[info]: OmniSharp.MSBuild.ProjectManager
        Adding project '/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Constants/Wellspring.Constants.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Entities/Wellspring.Entities.csproj
[warn]: OmniSharp.MSBuild.ProjectLoader
        "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Messages/Wellspring.Messages.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
        "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Messages/Wellspring.Messages.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
        "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Messages/Wellspring.Messages.csproj]
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file '/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Entities/Wellspring.Entities.csproj'.
/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Entities/Wellspring.Entities.csproj
/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Messages/Wellspring.Messages.csproj]
/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Messages/Wellspring.Messages.csproj]
/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Messages/Wellspring.Messages.csproj]

[info]: OmniSharp.MSBuild.ProjectManager
        Adding project '/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Entities/Wellspring.Entities.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Db/Wellspring.Db.csproj
[warn]: OmniSharp.MSBuild.ProjectLoader
        "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Constants/Wellspring.Constants.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
        "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Constants/Wellspring.Constants.csproj]
[warn]: OmniSharp.MSBuild.ProjectLoader
        "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Constants/Wellspring.Constants.csproj]
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file '/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Db/Wellspring.Db.csproj'.
/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Db/Wellspring.Db.csproj
/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets(19,4): Error: "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Xaml.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6156,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Constants/Wellspring.Constants.csproj]
/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets(25,4): Error: "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.WorkflowBuildExtensions.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.Common.CurrentVersion.targets (6160,3)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Constants/Wellspring.Constants.csproj]
/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets(12,4): Error: "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.ServiceModel.targets" cannot be imported again. It was already imported at "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.23.0/.omnisharp/1.36.1/omnisharp/.msbuild/Current/Bin/Microsoft.CSharp.CurrentVersion.targets (343,5)". This is most likely a build authoring error. This subsequent import will be ignored. [/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Constants/Wellspring.Constants.csproj]

[info]: OmniSharp.MSBuild.ProjectManager
        Adding project '/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Db/Wellspring.Db.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Messages/Wellspring.Messages.csproj
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file '/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Messages/Wellspring.Messages.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
        Adding project '/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Messages/Wellspring.Messages.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: Wellspring.Api
[warn]: OmniSharp.MSBuild.ProjectManager
        Unable to resolve assembly '/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Constants/bin/Debug/netstandard2.1/Wellspring.Constants.dll'
[warn]: OmniSharp.MSBuild.ProjectManager
        Unable to resolve assembly '/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Entities/bin/Debug/netstandard2.1/Wellspring.Entities.dll'
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: Wellspring.Api.Tests
[warn]: OmniSharp.MSBuild.ProjectManager
        Unable to resolve assembly '/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Api/bin/Debug/netcoreapp3.1/Wellspring.Api.dll'
[warn]: OmniSharp.MSBuild.ProjectManager
        Unable to resolve assembly '/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Constants/bin/Debug/netstandard2.1/Wellspring.Constants.dll'
[warn]: OmniSharp.MSBuild.ProjectManager
        Unable to resolve assembly '/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Db/bin/Debug/netstandard2.1/Wellspring.Db.dll'
[warn]: OmniSharp.MSBuild.ProjectManager
        Unable to resolve assembly '/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Messages/bin/Debug/netstandard2.1/Wellspring.Messages.dll'
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: Wellspring.Constants
[warn]: OmniSharp.MSBuild.ProjectManager
        Unable to resolve assembly '/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Entities/bin/Debug/netstandard2.1/Wellspring.Entities.dll'
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: Wellspring.Entities
[warn]: OmniSharp.MSBuild.ProjectManager
        Unable to resolve assembly '/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Messages/bin/Debug/netstandard2.1/Wellspring.Messages.dll'
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: Wellspring.Db
[warn]: OmniSharp.MSBuild.ProjectManager
        Unable to resolve assembly '/home/brian/clients/walsh/eqp/omnisharp/src/Wellspring.Constants/bin/Debug/netstandard2.1/Wellspring.Constants.dll'
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: Wellspring.Messages
[info]: OmniSharp.Roslyn.CSharp.Services.Diagnostics.CSharpDiagnosticWorkerWithAnalyzers
        Solution initialized -> queue all documents for code analysis. Initial document count: 6.

@WellspringCS
Copy link
Author

Keybase is probably the best way to do so: https://keybase.io/daviddriscoll you can send messages and files end-to-end encrypted.

Oops just saw this. Anyway, what I shared is bereft of code, so I guess we're fine.

@WellspringCS
Copy link
Author

WellspringCS commented Aug 15, 2020

I'm watching 1890 with keen interest... just saying... 😬

@WellspringCS
Copy link
Author

Sorry to bother, two quick questions. Was my shared project helpful in demonstrating what's not working for me? Is work on 1890 related to this issue here?

@david-driscoll
Copy link
Member

To be honest I didn't get around to looking at it because I was working on that other issue all weekend. I'll try and make time tonight to see if I can figure it out. Sorry!

@WellspringCS
Copy link
Author

WellspringCS commented Aug 17, 2020

ok, np thx -- just confused because issue 1890 makes references to this one.

Let me know if the shared project is not sufficient to crack open what's going wrong in my actual one. Thx again!

@WellspringCS
Copy link
Author

I just now followed guidance given for similar issue 1890. The errors at the top of the log have gone away, but Omnisharp still fails to get through analyzing the documents.

1.37.1 log (errors out)

Starting OmniSharp server at 8/18/2020, 8:49:07 PM
Target: /home/brian/clients/walsh/eqp/api/api.sln

OmniSharp server started.
Path: /home/brian/.vscode/extensions/ms-dotnettools.csharp-1.22.1/.omnisharp/1.37.0/run
PID: 4829

Starting OmniSharp on ubuntu 18.4 (x64)
info: OmniSharp.Services.DotNetCliService
DotNetPath set to dotnet
info: OmniSharp.MSBuild.Discovery.MSBuildLocator
Located 1 MSBuild instance(s)
1: StandAlone 16.8.0 - "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.22.1/.omnisharp/1.37.0/omnisharp/.msbuild/Current/Bin"
info: OmniSharp.MSBuild.Discovery.MSBuildLocator
MSBUILD_EXE_PATH environment variable set to '/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.22.1/.omnisharp/1.37.0/omnisharp/.msbuild/Current/Bin/MSBuild.exe'
info: OmniSharp.MSBuild.Discovery.MSBuildLocator
Registered MSBuild instance: StandAlone 16.8.0 - "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.22.1/.omnisharp/1.37.0/omnisharp/.msbuild/Current/Bin"
CscToolExe = csc.exe
MSBuildToolsPath = /home/brian/.vscode/extensions/ms-dotnettools.csharp-1.22.1/.omnisharp/1.37.0/omnisharp/.msbuild/Current/Bin
CscToolPath = /home/brian/.vscode/extensions/ms-dotnettools.csharp-1.22.1/.omnisharp/1.37.0/omnisharp/.msbuild/Current/Bin/Roslyn
BypassFrameworkInstallChecks = true
MSBuildExtensionsPath = /home/brian/.vscode/extensions/ms-dotnettools.csharp-1.22.1/.omnisharp/1.37.0/omnisharp/.msbuild
info: OmniSharp.Cake.CakeProjectSystem
Detecting Cake files in '/home/brian/clients/walsh/eqp/api'.
info: OmniSharp.Cake.CakeProjectSystem
Could not find any Cake files
info: OmniSharp.MSBuild.ProjectSystem
Detecting projects in '/home/brian/clients/walsh/eqp/api/api.sln'.
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/home/brian/clients/walsh/eqp/api/src/Wellspring.Api/Wellspring.Api.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/home/brian/clients/walsh/eqp/api/src/Wellspring.Api.Tests/Wellspring.Api.Tests.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/home/brian/clients/walsh/eqp/api/src/Wellspring.Constants/Wellspring.Constants.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/home/brian/clients/walsh/eqp/api/src/Wellspring.Entities/Wellspring.Entities.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/home/brian/clients/walsh/eqp/api/src/Wellspring.Db/Wellspring.Db.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/home/brian/clients/walsh/eqp/api/src/Wellspring.Messages/Wellspring.Messages.csproj'
info: OmniSharp.Script.ScriptProjectSystem
Detecting CSX files in '/home/brian/clients/walsh/eqp/api'.
info: OmniSharp.Script.ScriptProjectSystem
Could not find any CSX files
info: OmniSharp.WorkspaceInitializer
Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.CSharpFormattingWorkspaceOptionsProvider, Order: 0
info: OmniSharp.MSBuild.ProjectManager
Loading project: /home/brian/clients/walsh/eqp/api/src/Wellspring.Api/Wellspring.Api.csproj
info: OmniSharp.WorkspaceInitializer
Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.RenameWorkspaceOptionsProvider, Order: 100
info: OmniSharp.WorkspaceInitializer
Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.ImplementTypeWorkspaceOptionsProvider, Order: 110
info: OmniSharp.WorkspaceInitializer
Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.BlockStructureWorkspaceOptionsProvider, Order: 140
info: OmniSharp.WorkspaceInitializer
Configuration finished.
info: OmniSharp.Stdio.Host
Omnisharp server running using Stdio at location '/home/brian/clients/walsh/eqp/api' on host 4608.
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/home/brian/clients/walsh/eqp/api/src/Wellspring.Api/Wellspring.Api.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/home/brian/clients/walsh/eqp/api/src/Wellspring.Api/Wellspring.Api.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /home/brian/clients/walsh/eqp/api/src/Wellspring.Api.Tests/Wellspring.Api.Tests.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/home/brian/clients/walsh/eqp/api/src/Wellspring.Api.Tests/Wellspring.Api.Tests.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/home/brian/clients/walsh/eqp/api/src/Wellspring.Api.Tests/Wellspring.Api.Tests.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /home/brian/clients/walsh/eqp/api/src/Wellspring.Constants/Wellspring.Constants.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/home/brian/clients/walsh/eqp/api/src/Wellspring.Constants/Wellspring.Constants.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/home/brian/clients/walsh/eqp/api/src/Wellspring.Constants/Wellspring.Constants.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /home/brian/clients/walsh/eqp/api/src/Wellspring.Entities/Wellspring.Entities.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/home/brian/clients/walsh/eqp/api/src/Wellspring.Entities/Wellspring.Entities.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/home/brian/clients/walsh/eqp/api/src/Wellspring.Entities/Wellspring.Entities.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /home/brian/clients/walsh/eqp/api/src/Wellspring.Db/Wellspring.Db.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/home/brian/clients/walsh/eqp/api/src/Wellspring.Db/Wellspring.Db.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/home/brian/clients/walsh/eqp/api/src/Wellspring.Db/Wellspring.Db.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /home/brian/clients/walsh/eqp/api/src/Wellspring.Messages/Wellspring.Messages.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/home/brian/clients/walsh/eqp/api/src/Wellspring.Messages/Wellspring.Messages.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/home/brian/clients/walsh/eqp/api/src/Wellspring.Messages/Wellspring.Messages.csproj'
info: OmniSharp.MSBuild.ProjectManager
Update project: Wellspring.Api
info: OmniSharp.MSBuild.ProjectManager
Update project: Wellspring.Api.Tests
info: OmniSharp.MSBuild.ProjectManager
Update project: Wellspring.Constants
info: OmniSharp.MSBuild.ProjectManager
Update project: Wellspring.Entities
info: OmniSharp.MSBuild.ProjectManager
Update project: Wellspring.Db
info: OmniSharp.MSBuild.ProjectManager
Update project: Wellspring.Messages
info: OmniSharp.Roslyn.CSharp.Services.Diagnostics.CSharpDiagnosticWorkerWithAnalyzers
Solution initialized -> queue all documents for code analysis. Initial document count: 304.
[fail]: OmniSharp.Roslyn.CSharp.Services.Diagnostics.CSharpDiagnosticWorkerWithAnalyzers
Analysis of document DataOperations.cs failed or cancelled by timeout: The operation was canceled., analysers: Microsoft.CodeAnalysis.UseSystemHashCode.UseSystemHashCodeDiagnosticAnalyzer, Microsoft.CodeAnalysis.UseExplicitTupleName.UseExplicitTupleNameDiagnosticAnalyzer, Microsoft.CodeAnalysis.MakeFieldReadonly.MakeFieldReadonlyDiagnosticAnalyzer, Microsoft.CodeAnalysis.Formatting.FormattingDiagnosticAnalyzer, Microsoft.CodeAnalysis.ExternalAccess.VSTypeScript.VSTypeScriptDocumentDiagnosticAnalyzer, Microsoft.CodeAnalysis.ExternalAccess.VSTypeScript.VSTypeScriptProjectDiagnosticAnalyzer, Microsoft.CodeAnalysis.DisposeAnalysis.DisposableFieldsShouldBeDisposedDiagnosticAnalyzer, Microsoft.CodeAnalysis.DisposeAnalysis.DisposeObjectsBeforeLosingScopeDiagnosticAnalyzer, Microsoft.CodeAnalysis.EditAndContinue.EditAndContinueDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.ValidateFormatString.CSharpValidateFormatStringDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseThrowExpression.CSharpUseThrowExpressionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseSimpleUsingStatement.UseSimpleUsingStatementDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseObjectInitializer.CSharpUseObjectInitializerDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseNullPropagation.CSharpUseNullPropagationDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseIsNullCheck.CSharpUseIsNullCheckForCastAndEqualityOperatorDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseIsNullCheck.CSharpUseIsNullCheckForReferenceEqualsDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseInferredMemberName.CSharpUseInferredMemberNameDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseIndexOrRangeOperator.CSharpUseIndexOperatorDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseIndexOrRangeOperator.CSharpUseRangeOperatorDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseCollectionInitializer.CSharpUseCollectionInitializerDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnusedParametersAndValues.CSharpRemoveUnusedParametersAndValuesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnusedMembers.CSharpRemoveUnusedMembersDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnnecessaryImports.CSharpRemoveUnnecessaryImportsDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnnecessaryCast.CSharpRemoveUnnecessaryCastDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.QualifyMemberAccess.CSharpQualifyMemberAccessDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseDefaultLiteral.CSharpUseDefaultLiteralDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseDeconstruction.CSharpUseDeconstructionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseConditionalExpression.CSharpUseConditionalExpressionForAssignmentDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseConditionalExpression.CSharpUseConditionalExpressionForReturnDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseCompoundAssignment.CSharpUseCompoundAssignmentDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseCompoundAssignment.CSharpUseCompoundCoalesceAssignmentDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseCoalesceExpression.CSharpUseCoalesceExpressionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseCoalesceExpression.CSharpUseCoalesceExpressionForNullableDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.SimplifyInterpolation.CSharpSimplifyInterpolationDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.SimplifyBooleanExpression.CSharpSimplifyConditionalDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnreachableCode.CSharpRemoveUnreachableCodeDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.PopulateSwitch.CSharpPopulateSwitchExpressionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.PopulateSwitch.CSharpPopulateSwitchStatementDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.OrderModifiers.CSharpOrderModifiersDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.MisplacedUsingDirectives.MisplacedUsingDirectivesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.MakeStructFieldsWritable.CSharpMakeStructFieldsWritableDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.InvokeDelegateWithConditionalAccess.InvokeDelegateWithConditionalAccessAnalyzer, Microsoft.CodeAnalysis.CSharp.InlineDeclaration.CSharpInlineDeclarationDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.FileHeaders.CSharpFileHeaderDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.ConvertSwitchStatementToExpression.ConvertSwitchStatementToExpressionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.ConvertAnonymousTypeToTuple.CSharpConvertAnonymousTypeToTupleDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveConfusingSuppression.CSharpRemoveConfusingSuppressionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnnecessaryParentheses.CSharpRemoveUnnecessaryPatternParenthesesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnnecessaryParentheses.CSharpRemoveUnnecessaryExpressionParenthesesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnnecessarySuppressions.CSharpRemoveUnnecessaryPragmaSuppressionsDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnnecessarySuppressions.CSharpRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.AddRequiredParentheses.CSharpAddRequiredPatternParenthesesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.AddRequiredParentheses.CSharpAddRequiredExpressionParenthesesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.AddAccessibilityModifiers.CSharpAddAccessibilityModifiersDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UsePatternMatching.CSharpIsAndCastCheckWithoutNameDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UsePatternMatching.CSharpAsAndNullCheckDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UsePatternMatching.CSharpIsAndCastCheckDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UsePatternCombinators.CSharpUsePatternCombinatorsDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseLocalFunction.CSharpUseLocalFunctionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseExpressionBody.UseExpressionBodyDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseExpressionBodyForLambda.UseExpressionBodyForLambdaDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseAutoProperty.CSharpUseAutoPropertyAnalyzer, Microsoft.CodeAnalysis.CSharp.SimplifyThisOrMe.CSharpSimplifyThisOrMeDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.MakeLocalFunctionStatic.MakeLocalFunctionStaticDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.EmbeddedLanguages.CSharpRegexDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.CSharpUnboundIdentifiersDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.TypeStyle.CSharpUseExplicitTypeDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.TypeStyle.CSharpUseImplicitTypeDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.NamingStyles.CSharpNamingStyleDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.AddBraces.CSharpAddBracesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.SimplifyTypeNames.CSharpSimplifyTypeNamesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.Analyzers.CSharpPreferFrameworkTypeDiagnosticAnalyzer, Microsoft.AspNetCore.Analyzers.StartupAnalyzer, Microsoft.AspNetCore.Mvc.Analyzers.AvoidHtmlPartialAnalyzer, Microsoft.AspNetCore.Mvc.Analyzers.AttributesShouldNotBeAppliedToPageModelAnalyzer, Microsoft.AspNetCore.Mvc.Analyzers.TagHelpersInCodeBlocksAnalyzer, Microsoft.AspNetCore.Mvc.Analyzers.TopLevelParameterNameAnalyzer, Microsoft.AspNetCore.Components.Analyzers.ComponentParameterAnalyzer, Microsoft.AspNetCore.Components.Analyzers.ComponentParameterUsageAnalyzer, Microsoft.Extensions.Internal.ComponentInternalUsageDiagnosticAnalyzer, Google.Cloud.Diagnostics.AspNetCore.Analyzers.GoogleTraceBeforeMvcAnalyzer
[fail]: OmniSharp.Roslyn.CSharp.Services.Diagnostics.CSharpDiagnosticWorkerWithAnalyzers
Analysis of document Extensions.cs failed or cancelled by timeout: The operation was canceled., analysers: Microsoft.CodeAnalysis.UseSystemHashCode.UseSystemHashCodeDiagnosticAnalyzer, Microsoft.CodeAnalysis.UseExplicitTupleName.UseExplicitTupleNameDiagnosticAnalyzer, Microsoft.CodeAnalysis.MakeFieldReadonly.MakeFieldReadonlyDiagnosticAnalyzer, Microsoft.CodeAnalysis.Formatting.FormattingDiagnosticAnalyzer, Microsoft.CodeAnalysis.ExternalAccess.VSTypeScript.VSTypeScriptDocumentDiagnosticAnalyzer, Microsoft.CodeAnalysis.ExternalAccess.VSTypeScript.VSTypeScriptProjectDiagnosticAnalyzer, Microsoft.CodeAnalysis.DisposeAnalysis.DisposableFieldsShouldBeDisposedDiagnosticAnalyzer, Microsoft.CodeAnalysis.DisposeAnalysis.DisposeObjectsBeforeLosingScopeDiagnosticAnalyzer, Microsoft.CodeAnalysis.EditAndContinue.EditAndContinueDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.ValidateFormatString.CSharpValidateFormatStringDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseThrowExpression.CSharpUseThrowExpressionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseSimpleUsingStatement.UseSimpleUsingStatementDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseObjectInitializer.CSharpUseObjectInitializerDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseNullPropagation.CSharpUseNullPropagationDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseIsNullCheck.CSharpUseIsNullCheckForCastAndEqualityOperatorDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseIsNullCheck.CSharpUseIsNullCheckForReferenceEqualsDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseInferredMemberName.CSharpUseInferredMemberNameDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseIndexOrRangeOperator.CSharpUseIndexOperatorDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseIndexOrRangeOperator.CSharpUseRangeOperatorDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseCollectionInitializer.CSharpUseCollectionInitializerDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnusedParametersAndValues.CSharpRemoveUnusedParametersAndValuesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnusedMembers.CSharpRemoveUnusedMembersDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnnecessaryImports.CSharpRemoveUnnecessaryImportsDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnnecessaryCast.CSharpRemoveUnnecessaryCastDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.QualifyMemberAccess.CSharpQualifyMemberAccessDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseDefaultLiteral.CSharpUseDefaultLiteralDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseDeconstruction.CSharpUseDeconstructionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseConditionalExpression.CSharpUseConditionalExpressionForAssignmentDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseConditionalExpression.CSharpUseConditionalExpressionForReturnDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseCompoundAssignment.CSharpUseCompoundAssignmentDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseCompoundAssignment.CSharpUseCompoundCoalesceAssignmentDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseCoalesceExpression.CSharpUseCoalesceExpressionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseCoalesceExpression.CSharpUseCoalesceExpressionForNullableDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.SimplifyInterpolation.CSharpSimplifyInterpolationDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.SimplifyBooleanExpression.CSharpSimplifyConditionalDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnreachableCode.CSharpRemoveUnreachableCodeDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.PopulateSwitch.CSharpPopulateSwitchExpressionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.PopulateSwitch.CSharpPopulateSwitchStatementDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.OrderModifiers.CSharpOrderModifiersDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.MisplacedUsingDirectives.MisplacedUsingDirectivesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.MakeStructFieldsWritable.CSharpMakeStructFieldsWritableDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.InvokeDelegateWithConditionalAccess.InvokeDelegateWithConditionalAccessAnalyzer, Microsoft.CodeAnalysis.CSharp.InlineDeclaration.CSharpInlineDeclarationDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.FileHeaders.CSharpFileHeaderDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.ConvertSwitchStatementToExpression.ConvertSwitchStatementToExpressionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.ConvertAnonymousTypeToTuple.CSharpConvertAnonymousTypeToTupleDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveConfusingSuppression.CSharpRemoveConfusingSuppressionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnnecessaryParentheses.CSharpRemoveUnnecessaryPatternParenthesesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnnecessaryParentheses.CSharpRemoveUnnecessaryExpressionParenthesesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnnecessarySuppressions.CSharpRemoveUnnecessaryPragmaSuppressionsDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnnecessarySuppressions.CSharpRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.AddRequiredParentheses.CSharpAddRequiredPatternParenthesesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.AddRequiredParentheses.CSharpAddRequiredExpressionParenthesesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.AddAccessibilityModifiers.CSharpAddAccessibilityModifiersDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UsePatternMatching.CSharpIsAndCastCheckWithoutNameDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UsePatternMatching.CSharpAsAndNullCheckDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UsePatternMatching.CSharpIsAndCastCheckDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UsePatternCombinators.CSharpUsePatternCombinatorsDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseLocalFunction.CSharpUseLocalFunctionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseExpressionBody.UseExpressionBodyDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseExpressionBodyForLambda.UseExpressionBodyForLambdaDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseAutoProperty.CSharpUseAutoPropertyAnalyzer, Microsoft.CodeAnalysis.CSharp.SimplifyThisOrMe.CSharpSimplifyThisOrMeDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.MakeLocalFunctionStatic.MakeLocalFunctionStaticDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.EmbeddedLanguages.CSharpRegexDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.CSharpUnboundIdentifiersDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.TypeStyle.CSharpUseExplicitTypeDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.TypeStyle.CSharpUseImplicitTypeDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.NamingStyles.CSharpNamingStyleDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.AddBraces.CSharpAddBracesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.SimplifyTypeNames.CSharpSimplifyTypeNamesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.Analyzers.CSharpPreferFrameworkTypeDiagnosticAnalyzer, Microsoft.AspNetCore.Analyzers.StartupAnalyzer, Microsoft.AspNetCore.Mvc.Analyzers.AvoidHtmlPartialAnalyzer, Microsoft.AspNetCore.Mvc.Analyzers.AttributesShouldNotBeAppliedToPageModelAnalyzer, Microsoft.AspNetCore.Mvc.Analyzers.TagHelpersInCodeBlocksAnalyzer, Microsoft.AspNetCore.Mvc.Analyzers.TopLevelParameterNameAnalyzer, Microsoft.AspNetCore.Components.Analyzers.ComponentParameterAnalyzer, Microsoft.AspNetCore.Components.Analyzers.ComponentParameterUsageAnalyzer, Microsoft.Extensions.Internal.ComponentInternalUsageDiagnosticAnalyzer, Google.Cloud.Diagnostics.AspNetCore.Analyzers.GoogleTraceBeforeMvcAnalyzer
[fail]: OmniSharp.Roslyn.CSharp.Services.Diagnostics.CSharpDiagnosticWorkerWithAnalyzers
Analysis of document Automapper.cs failed or cancelled by timeout: The operation was canceled., analysers: Microsoft.CodeAnalysis.UseSystemHashCode.UseSystemHashCodeDiagnosticAnalyzer, Microsoft.CodeAnalysis.UseExplicitTupleName.UseExplicitTupleNameDiagnosticAnalyzer, Microsoft.CodeAnalysis.MakeFieldReadonly.MakeFieldReadonlyDiagnosticAnalyzer, Microsoft.CodeAnalysis.Formatting.FormattingDiagnosticAnalyzer, Microsoft.CodeAnalysis.ExternalAccess.VSTypeScript.VSTypeScriptDocumentDiagnosticAnalyzer, Microsoft.CodeAnalysis.ExternalAccess.VSTypeScript.VSTypeScriptProjectDiagnosticAnalyzer, Microsoft.CodeAnalysis.DisposeAnalysis.DisposableFieldsShouldBeDisposedDiagnosticAnalyzer, Microsoft.CodeAnalysis.DisposeAnalysis.DisposeObjectsBeforeLosingScopeDiagnosticAnalyzer, Microsoft.CodeAnalysis.EditAndContinue.EditAndContinueDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.ValidateFormatString.CSharpValidateFormatStringDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseThrowExpression.CSharpUseThrowExpressionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseSimpleUsingStatement.UseSimpleUsingStatementDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseObjectInitializer.CSharpUseObjectInitializerDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseNullPropagation.CSharpUseNullPropagationDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseIsNullCheck.CSharpUseIsNullCheckForCastAndEqualityOperatorDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseIsNullCheck.CSharpUseIsNullCheckForReferenceEqualsDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseInferredMemberName.CSharpUseInferredMemberNameDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseIndexOrRangeOperator.CSharpUseIndexOperatorDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseIndexOrRangeOperator.CSharpUseRangeOperatorDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseCollectionInitializer.CSharpUseCollectionInitializerDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnusedParametersAndValues.CSharpRemoveUnusedParametersAndValuesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnusedMembers.CSharpRemoveUnusedMembersDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnnecessaryImports.CSharpRemoveUnnecessaryImportsDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnnecessaryCast.CSharpRemoveUnnecessaryCastDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.QualifyMemberAccess.CSharpQualifyMemberAccessDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseDefaultLiteral.CSharpUseDefaultLiteralDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseDeconstruction.CSharpUseDeconstructionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseConditionalExpression.CSharpUseConditionalExpressionForAssignmentDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseConditionalExpression.CSharpUseConditionalExpressionForReturnDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseCompoundAssignment.CSharpUseCompoundAssignmentDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseCompoundAssignment.CSharpUseCompoundCoalesceAssignmentDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseCoalesceExpression.CSharpUseCoalesceExpressionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseCoalesceExpression.CSharpUseCoalesceExpressionForNullableDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.SimplifyInterpolation.CSharpSimplifyInterpolationDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.SimplifyBooleanExpression.CSharpSimplifyConditionalDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnreachableCode.CSharpRemoveUnreachableCodeDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.PopulateSwitch.CSharpPopulateSwitchExpressionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.PopulateSwitch.CSharpPopulateSwitchStatementDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.OrderModifiers.CSharpOrderModifiersDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.MisplacedUsingDirectives.MisplacedUsingDirectivesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.MakeStructFieldsWritable.CSharpMakeStructFieldsWritableDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.InvokeDelegateWithConditionalAccess.InvokeDelegateWithConditionalAccessAnalyzer, Microsoft.CodeAnalysis.CSharp.InlineDeclaration.CSharpInlineDeclarationDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.FileHeaders.CSharpFileHeaderDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.ConvertSwitchStatementToExpression.ConvertSwitchStatementToExpressionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.ConvertAnonymousTypeToTuple.CSharpConvertAnonymousTypeToTupleDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveConfusingSuppression.CSharpRemoveConfusingSuppressionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnnecessaryParentheses.CSharpRemoveUnnecessaryPatternParenthesesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnnecessaryParentheses.CSharpRemoveUnnecessaryExpressionParenthesesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnnecessarySuppressions.CSharpRemoveUnnecessaryPragmaSuppressionsDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnnecessarySuppressions.CSharpRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.AddRequiredParentheses.CSharpAddRequiredPatternParenthesesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.AddRequiredParentheses.CSharpAddRequiredExpressionParenthesesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.AddAccessibilityModifiers.CSharpAddAccessibilityModifiersDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UsePatternMatching.CSharpIsAndCastCheckWithoutNameDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UsePatternMatching.CSharpAsAndNullCheckDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UsePatternMatching.CSharpIsAndCastCheckDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UsePatternCombinators.CSharpUsePatternCombinatorsDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseLocalFunction.CSharpUseLocalFunctionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseExpressionBody.UseExpressionBodyDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseExpressionBodyForLambda.UseExpressionBodyForLambdaDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseAutoProperty.CSharpUseAutoPropertyAnalyzer, Microsoft.CodeAnalysis.CSharp.SimplifyThisOrMe.CSharpSimplifyThisOrMeDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.MakeLocalFunctionStatic.MakeLocalFunctionStaticDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.EmbeddedLanguages.CSharpRegexDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.CSharpUnboundIdentifiersDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.TypeStyle.CSharpUseExplicitTypeDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.TypeStyle.CSharpUseImplicitTypeDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.NamingStyles.CSharpNamingStyleDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.AddBraces.CSharpAddBracesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.SimplifyTypeNames.CSharpSimplifyTypeNamesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.Analyzers.CSharpPreferFrameworkTypeDiagnosticAnalyzer, Microsoft.AspNetCore.Analyzers.StartupAnalyzer, Microsoft.AspNetCore.Mvc.Analyzers.AvoidHtmlPartialAnalyzer, Microsoft.AspNetCore.Mvc.Analyzers.AttributesShouldNotBeAppliedToPageModelAnalyzer, Microsoft.AspNetCore.Mvc.Analyzers.TagHelpersInCodeBlocksAnalyzer, Microsoft.AspNetCore.Mvc.Analyzers.TopLevelParameterNameAnalyzer, Microsoft.AspNetCore.Components.Analyzers.ComponentParameterAnalyzer, Microsoft.AspNetCore.Components.Analyzers.ComponentParameterUsageAnalyzer, Microsoft.Extensions.Internal.ComponentInternalUsageDiagnosticAnalyzer, Google.Cloud.Diagnostics.AspNetCore.Analyzers.GoogleTraceBeforeMvcAnalyzer
[fail]: OmniSharp.Roslyn.CSharp.Services.Diagnostics.CSharpDiagnosticWorkerWithAnalyzers
Analysis of document Context.cs failed or cancelled by timeout: The operation was canceled., analysers: Microsoft.CodeAnalysis.UseSystemHashCode.UseSystemHashCodeDiagnosticAnalyzer, Microsoft.CodeAnalysis.UseExplicitTupleName.UseExplicitTupleNameDiagnosticAnalyzer, Microsoft.CodeAnalysis.MakeFieldReadonly.MakeFieldReadonlyDiagnosticAnalyzer, Microsoft.CodeAnalysis.Formatting.FormattingDiagnosticAnalyzer, Microsoft.CodeAnalysis.ExternalAccess.VSTypeScript.VSTypeScriptDocumentDiagnosticAnalyzer, Microsoft.CodeAnalysis.ExternalAccess.VSTypeScript.VSTypeScriptProjectDiagnosticAnalyzer, Microsoft.CodeAnalysis.DisposeAnalysis.DisposableFieldsShouldBeDisposedDiagnosticAnalyzer, Microsoft.CodeAnalysis.DisposeAnalysis.DisposeObjectsBeforeLosingScopeDiagnosticAnalyzer, Microsoft.CodeAnalysis.EditAndContinue.EditAndContinueDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.ValidateFormatString.CSharpValidateFormatStringDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseThrowExpression.CSharpUseThrowExpressionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseSimpleUsingStatement.UseSimpleUsingStatementDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseObjectInitializer.CSharpUseObjectInitializerDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseNullPropagation.CSharpUseNullPropagationDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseIsNullCheck.CSharpUseIsNullCheckForCastAndEqualityOperatorDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseIsNullCheck.CSharpUseIsNullCheckForReferenceEqualsDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseInferredMemberName.CSharpUseInferredMemberNameDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseIndexOrRangeOperator.CSharpUseIndexOperatorDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseIndexOrRangeOperator.CSharpUseRangeOperatorDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseCollectionInitializer.CSharpUseCollectionInitializerDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnusedParametersAndValues.CSharpRemoveUnusedParametersAndValuesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnusedMembers.CSharpRemoveUnusedMembersDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnnecessaryImports.CSharpRemoveUnnecessaryImportsDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnnecessaryCast.CSharpRemoveUnnecessaryCastDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.QualifyMemberAccess.CSharpQualifyMemberAccessDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseDefaultLiteral.CSharpUseDefaultLiteralDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseDeconstruction.CSharpUseDeconstructionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseConditionalExpression.CSharpUseConditionalExpressionForAssignmentDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseConditionalExpression.CSharpUseConditionalExpressionForReturnDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseCompoundAssignment.CSharpUseCompoundAssignmentDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseCompoundAssignment.CSharpUseCompoundCoalesceAssignmentDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseCoalesceExpression.CSharpUseCoalesceExpressionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseCoalesceExpression.CSharpUseCoalesceExpressionForNullableDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.SimplifyInterpolation.CSharpSimplifyInterpolationDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.SimplifyBooleanExpression.CSharpSimplifyConditionalDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnreachableCode.CSharpRemoveUnreachableCodeDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.PopulateSwitch.CSharpPopulateSwitchExpressionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.PopulateSwitch.CSharpPopulateSwitchStatementDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.OrderModifiers.CSharpOrderModifiersDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.MisplacedUsingDirectives.MisplacedUsingDirectivesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.MakeStructFieldsWritable.CSharpMakeStructFieldsWritableDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.InvokeDelegateWithConditionalAccess.InvokeDelegateWithConditionalAccessAnalyzer, Microsoft.CodeAnalysis.CSharp.InlineDeclaration.CSharpInlineDeclarationDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.FileHeaders.CSharpFileHeaderDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.ConvertSwitchStatementToExpression.ConvertSwitchStatementToExpressionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.ConvertAnonymousTypeToTuple.CSharpConvertAnonymousTypeToTupleDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveConfusingSuppression.CSharpRemoveConfusingSuppressionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnnecessaryParentheses.CSharpRemoveUnnecessaryPatternParenthesesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnnecessaryParentheses.CSharpRemoveUnnecessaryExpressionParenthesesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnnecessarySuppressions.CSharpRemoveUnnecessaryPragmaSuppressionsDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnnecessarySuppressions.CSharpRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.AddRequiredParentheses.CSharpAddRequiredPatternParenthesesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.AddRequiredParentheses.CSharpAddRequiredExpressionParenthesesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.AddAccessibilityModifiers.CSharpAddAccessibilityModifiersDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UsePatternMatching.CSharpIsAndCastCheckWithoutNameDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UsePatternMatching.CSharpAsAndNullCheckDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UsePatternMatching.CSharpIsAndCastCheckDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UsePatternCombinators.CSharpUsePatternCombinatorsDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseLocalFunction.CSharpUseLocalFunctionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseExpressionBody.UseExpressionBodyDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseExpressionBodyForLambda.UseExpressionBodyForLambdaDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseAutoProperty.CSharpUseAutoPropertyAnalyzer, Microsoft.CodeAnalysis.CSharp.SimplifyThisOrMe.CSharpSimplifyThisOrMeDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.MakeLocalFunctionStatic.MakeLocalFunctionStaticDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.EmbeddedLanguages.CSharpRegexDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.CSharpUnboundIdentifiersDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.TypeStyle.CSharpUseExplicitTypeDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.TypeStyle.CSharpUseImplicitTypeDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.NamingStyles.CSharpNamingStyleDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.AddBraces.CSharpAddBracesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.SimplifyTypeNames.CSharpSimplifyTypeNamesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.Analyzers.CSharpPreferFrameworkTypeDiagnosticAnalyzer, Microsoft.AspNetCore.Analyzers.StartupAnalyzer, Microsoft.AspNetCore.Mvc.Analyzers.AvoidHtmlPartialAnalyzer, Microsoft.AspNetCore.Mvc.Analyzers.AttributesShouldNotBeAppliedToPageModelAnalyzer, Microsoft.AspNetCore.Mvc.Analyzers.TagHelpersInCodeBlocksAnalyzer, Microsoft.AspNetCore.Mvc.Analyzers.TopLevelParameterNameAnalyzer, Microsoft.AspNetCore.Components.Analyzers.ComponentParameterAnalyzer, Microsoft.AspNetCore.Components.Analyzers.ComponentParameterUsageAnalyzer, Microsoft.Extensions.Internal.ComponentInternalUsageDiagnosticAnalyzer, Google.Cloud.Diagnostics.AspNetCore.Analyzers.GoogleTraceBeforeMvcAnalyzer
[fail]: OmniSharp.Roslyn.CSharp.Services.Diagnostics.CSharpDiagnosticWorkerWithAnalyzers
Analysis of document ClaimsPrincipal.cs failed or cancelled by timeout: The operation was canceled., analysers: Microsoft.CodeAnalysis.UseSystemHashCode.UseSystemHashCodeDiagnosticAnalyzer, Microsoft.CodeAnalysis.UseExplicitTupleName.UseExplicitTupleNameDiagnosticAnalyzer, Microsoft.CodeAnalysis.MakeFieldReadonly.MakeFieldReadonlyDiagnosticAnalyzer, Microsoft.CodeAnalysis.Formatting.FormattingDiagnosticAnalyzer, Microsoft.CodeAnalysis.ExternalAccess.VSTypeScript.VSTypeScriptDocumentDiagnosticAnalyzer, Microsoft.CodeAnalysis.ExternalAccess.VSTypeScript.VSTypeScriptProjectDiagnosticAnalyzer, Microsoft.CodeAnalysis.DisposeAnalysis.DisposableFieldsShouldBeDisposedDiagnosticAnalyzer, Microsoft.CodeAnalysis.DisposeAnalysis.DisposeObjectsBeforeLosingScopeDiagnosticAnalyzer, Microsoft.CodeAnalysis.EditAndContinue.EditAndContinueDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.ValidateFormatString.CSharpValidateFormatStringDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseThrowExpression.CSharpUseThrowExpressionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseSimpleUsingStatement.UseSimpleUsingStatementDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseObjectInitializer.CSharpUseObjectInitializerDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseNullPropagation.CSharpUseNullPropagationDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseIsNullCheck.CSharpUseIsNullCheckForCastAndEqualityOperatorDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseIsNullCheck.CSharpUseIsNullCheckForReferenceEqualsDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseInferredMemberName.CSharpUseInferredMemberNameDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseIndexOrRangeOperator.CSharpUseIndexOperatorDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseIndexOrRangeOperator.CSharpUseRangeOperatorDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseCollectionInitializer.CSharpUseCollectionInitializerDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnusedParametersAndValues.CSharpRemoveUnusedParametersAndValuesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnusedMembers.CSharpRemoveUnusedMembersDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnnecessaryImports.CSharpRemoveUnnecessaryImportsDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnnecessaryCast.CSharpRemoveUnnecessaryCastDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.QualifyMemberAccess.CSharpQualifyMemberAccessDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseDefaultLiteral.CSharpUseDefaultLiteralDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseDeconstruction.CSharpUseDeconstructionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseConditionalExpression.CSharpUseConditionalExpressionForAssignmentDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseConditionalExpression.CSharpUseConditionalExpressionForReturnDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseCompoundAssignment.CSharpUseCompoundAssignmentDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseCompoundAssignment.CSharpUseCompoundCoalesceAssignmentDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseCoalesceExpression.CSharpUseCoalesceExpressionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseCoalesceExpression.CSharpUseCoalesceExpressionForNullableDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.SimplifyInterpolation.CSharpSimplifyInterpolationDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.SimplifyBooleanExpression.CSharpSimplifyConditionalDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnreachableCode.CSharpRemoveUnreachableCodeDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.PopulateSwitch.CSharpPopulateSwitchExpressionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.PopulateSwitch.CSharpPopulateSwitchStatementDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.OrderModifiers.CSharpOrderModifiersDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.MisplacedUsingDirectives.MisplacedUsingDirectivesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.MakeStructFieldsWritable.CSharpMakeStructFieldsWritableDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.InvokeDelegateWithConditionalAccess.InvokeDelegateWithConditionalAccessAnalyzer, Microsoft.CodeAnalysis.CSharp.InlineDeclaration.CSharpInlineDeclarationDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.FileHeaders.CSharpFileHeaderDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.ConvertSwitchStatementToExpression.ConvertSwitchStatementToExpressionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.ConvertAnonymousTypeToTuple.CSharpConvertAnonymousTypeToTupleDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveConfusingSuppression.CSharpRemoveConfusingSuppressionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnnecessaryParentheses.CSharpRemoveUnnecessaryPatternParenthesesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnnecessaryParentheses.CSharpRemoveUnnecessaryExpressionParenthesesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnnecessarySuppressions.CSharpRemoveUnnecessaryPragmaSuppressionsDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.RemoveUnnecessarySuppressions.CSharpRemoveUnnecessaryAttributeSuppressionsDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.AddRequiredParentheses.CSharpAddRequiredPatternParenthesesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.AddRequiredParentheses.CSharpAddRequiredExpressionParenthesesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.AddAccessibilityModifiers.CSharpAddAccessibilityModifiersDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UsePatternMatching.CSharpIsAndCastCheckWithoutNameDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UsePatternMatching.CSharpAsAndNullCheckDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UsePatternMatching.CSharpIsAndCastCheckDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UsePatternCombinators.CSharpUsePatternCombinatorsDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseLocalFunction.CSharpUseLocalFunctionDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseExpressionBody.UseExpressionBodyDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseExpressionBodyForLambda.UseExpressionBodyForLambdaDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.UseAutoProperty.CSharpUseAutoPropertyAnalyzer, Microsoft.CodeAnalysis.CSharp.SimplifyThisOrMe.CSharpSimplifyThisOrMeDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.MakeLocalFunctionStatic.MakeLocalFunctionStaticDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.EmbeddedLanguages.CSharpRegexDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.CSharpUnboundIdentifiersDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.TypeStyle.CSharpUseExplicitTypeDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.TypeStyle.CSharpUseImplicitTypeDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.NamingStyles.CSharpNamingStyleDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.AddBraces.CSharpAddBracesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.SimplifyTypeNames.CSharpSimplifyTypeNamesDiagnosticAnalyzer, Microsoft.CodeAnalysis.CSharp.Diagnostics.Analyzers.CSharpPreferFrameworkTypeDiagnosticAnalyzer, Microsoft.AspNetCore.Analyzers.StartupAnalyzer, Microsoft.AspNetCore.Mvc.Analyzers.AvoidHtmlPartialAnalyzer, Microsoft.AspNetCore.Mvc.Analyzers.AttributesShouldNotBeAppliedToPageModelAnalyzer, Microsoft.AspNetCore.Mvc.Analyzers.TagHelpersInCodeBlocksAnalyzer, Microsoft.AspNetCore.Mvc.Analyzers.TopLevelParameterNameAnalyzer, Microsoft.AspNetCore.Components.Analyzers.ComponentParameterAnalyzer, Microsoft.AspNetCore.Components.Analyzers.ComponentParameterUsageAnalyzer, Microsoft.Extensions.Internal.ComponentInternalUsageDiagnosticAnalyzer, Google.Cloud.Diagnostics.AspNetCore.Analyzers.GoogleTraceBeforeMvcAnalyzer

1.35.3 log (it does complete successfully after a minute or two)

Starting OmniSharp server at 8/18/2020, 8:50:48 PM
Target: /home/brian/clients/walsh/eqp/api/api.sln

OmniSharp server started.
Path: /home/brian/.vscode/extensions/ms-dotnettools.csharp-1.22.1/.omnisharp/1.35.3/run
PID: 5330

Starting OmniSharp on ubuntu 18.4 (x64)
info: OmniSharp.Services.DotNetCliService
DotNetPath set to dotnet
info: OmniSharp.MSBuild.Discovery.MSBuildLocator
Located 1 MSBuild instance(s)
1: StandAlone 16.4 - "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.22.1/.omnisharp/1.35.3/omnisharp/.msbuild/Current/Bin"
info: OmniSharp.MSBuild.Discovery.MSBuildLocator
MSBUILD_EXE_PATH environment variable set to '/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.22.1/.omnisharp/1.35.3/omnisharp/.msbuild/Current/Bin/MSBuild.dll'
info: OmniSharp.MSBuild.Discovery.MSBuildLocator
Registered MSBuild instance: StandAlone 16.4 - "/home/brian/.vscode/extensions/ms-dotnettools.csharp-1.22.1/.omnisharp/1.35.3/omnisharp/.msbuild/Current/Bin"
CscToolExe = csc.exe
MSBuildToolsPath = /home/brian/.vscode/extensions/ms-dotnettools.csharp-1.22.1/.omnisharp/1.35.3/omnisharp/.msbuild/Current/Bin
CscToolPath = /home/brian/.vscode/extensions/ms-dotnettools.csharp-1.22.1/.omnisharp/1.35.3/omnisharp/.msbuild/Current/Bin/Roslyn
BypassFrameworkInstallChecks = true
MSBuildExtensionsPath = /home/brian/.vscode/extensions/ms-dotnettools.csharp-1.22.1/.omnisharp/1.35.3/omnisharp/.msbuild
info: OmniSharp.Cake.CakeProjectSystem
Detecting Cake files in '/home/brian/clients/walsh/eqp/api'.
info: OmniSharp.Cake.CakeProjectSystem
Could not find any Cake files
info: OmniSharp.MSBuild.ProjectSystem
Detecting projects in '/home/brian/clients/walsh/eqp/api/api.sln'.
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/home/brian/clients/walsh/eqp/api/src/Wellspring.Api/Wellspring.Api.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/home/brian/clients/walsh/eqp/api/src/Wellspring.Api.Tests/Wellspring.Api.Tests.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/home/brian/clients/walsh/eqp/api/src/Wellspring.Constants/Wellspring.Constants.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/home/brian/clients/walsh/eqp/api/src/Wellspring.Entities/Wellspring.Entities.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/home/brian/clients/walsh/eqp/api/src/Wellspring.Db/Wellspring.Db.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/home/brian/clients/walsh/eqp/api/src/Wellspring.Messages/Wellspring.Messages.csproj'
info: OmniSharp.Script.ScriptProjectSystem
Detecting CSX files in '/home/brian/clients/walsh/eqp/api'.
info: OmniSharp.Script.ScriptProjectSystem
Could not find any CSX files
info: OmniSharp.WorkspaceInitializer
Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.CSharpFormattingWorkspaceOptionsProvider, Order: 0
info: OmniSharp.MSBuild.ProjectManager
Loading project: /home/brian/clients/walsh/eqp/api/src/Wellspring.Api/Wellspring.Api.csproj
info: OmniSharp.WorkspaceInitializer
Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.RenameWorkspaceOptionsProvider, Order: 100
info: OmniSharp.WorkspaceInitializer
Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.ImplementTypeWorkspaceOptionsProvider, Order: 110
info: OmniSharp.WorkspaceInitializer
Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.BlockStructureWorkspaceOptionsProvider, Order: 140
info: OmniSharp.WorkspaceInitializer
Configuration finished.
info: OmniSharp.Stdio.Host
Omnisharp server running using Stdio at location '/home/brian/clients/walsh/eqp/api' on host 4608.
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/home/brian/clients/walsh/eqp/api/src/Wellspring.Api/Wellspring.Api.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/home/brian/clients/walsh/eqp/api/src/Wellspring.Api/Wellspring.Api.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /home/brian/clients/walsh/eqp/api/src/Wellspring.Api.Tests/Wellspring.Api.Tests.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/home/brian/clients/walsh/eqp/api/src/Wellspring.Api.Tests/Wellspring.Api.Tests.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/home/brian/clients/walsh/eqp/api/src/Wellspring.Api.Tests/Wellspring.Api.Tests.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /home/brian/clients/walsh/eqp/api/src/Wellspring.Constants/Wellspring.Constants.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/home/brian/clients/walsh/eqp/api/src/Wellspring.Constants/Wellspring.Constants.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/home/brian/clients/walsh/eqp/api/src/Wellspring.Constants/Wellspring.Constants.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /home/brian/clients/walsh/eqp/api/src/Wellspring.Entities/Wellspring.Entities.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/home/brian/clients/walsh/eqp/api/src/Wellspring.Entities/Wellspring.Entities.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/home/brian/clients/walsh/eqp/api/src/Wellspring.Entities/Wellspring.Entities.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /home/brian/clients/walsh/eqp/api/src/Wellspring.Db/Wellspring.Db.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/home/brian/clients/walsh/eqp/api/src/Wellspring.Db/Wellspring.Db.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/home/brian/clients/walsh/eqp/api/src/Wellspring.Db/Wellspring.Db.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /home/brian/clients/walsh/eqp/api/src/Wellspring.Messages/Wellspring.Messages.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/home/brian/clients/walsh/eqp/api/src/Wellspring.Messages/Wellspring.Messages.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/home/brian/clients/walsh/eqp/api/src/Wellspring.Messages/Wellspring.Messages.csproj'
info: OmniSharp.MSBuild.ProjectManager
Update project: Wellspring.Api
info: OmniSharp.MSBuild.ProjectManager
Update project: Wellspring.Api.Tests
info: OmniSharp.MSBuild.ProjectManager
Update project: Wellspring.Constants
info: OmniSharp.MSBuild.ProjectManager
Update project: Wellspring.Entities
info: OmniSharp.MSBuild.ProjectManager
Update project: Wellspring.Db
info: OmniSharp.MSBuild.ProjectManager
Update project: Wellspring.Messages
info: OmniSharp.Roslyn.CSharp.Services.Diagnostics.CSharpDiagnosticWorkerWithAnalyzers
Solution initialized -> queue all documents for code analysis. Initial document count: 304.

@WellspringCS
Copy link
Author

WellspringCS commented Aug 19, 2020

Actually, it seems (?) 1.35.3 just fails less frequently and less rapidly. I'm sometimes seeing the timeouts with 1.35.3, too. Just a lot less frequently. Keeping an eye open.

Part of the problem is that I have to reload the VSCode window constantly because of 1794, which just exacerbates the situation. When working my way through unit tests, I will reload VSCode easily 10 to 30 times in an hour.

@WellspringCS
Copy link
Author

WellspringCS commented Aug 20, 2020

Any thoughts on this issue? I've got a temporary work-around in that I'm sticking to 1.35.3 but that's not a long-term solution. Thanks much in advance. If necessary, I may be able to simply share my entire project, if that's what it takes to make the issue reproducable.

@filipw
Copy link
Member

filipw commented Aug 20, 2020

The import issue you had has been resolved already - however it has nothing to do with analyzer behavior. In fact, the analyzer logic has not changed for a long time. The only thing that you must be experiencing is that certain performance characteristics in the Roslyn compiler, as we moved to 3.8.x generation, must have changed (worsened).

The best solution to this would be to increase the analysis timeout, which is by default set to 10 seconds. See here for the relevant setting https://github.com/OmniSharp/omnisharp-roslyn/wiki/Configuration-Options#roslyn-extensions-options

@WellspringCS
Copy link
Author

Yes, i glommed onto the fact that the fix was for something that wasn't the root cause of my own woes.

Your point about performance degradation makes sense, and I was not aware I could change the timeout. Thank you for alerting me to the setting. I had no idea that was within my control.

I added a zero to it and the errors have gone away.

I was about to humorously point out that the trade-off is that the analysis doesn't fail... it just doesn't finish! But it just did finish (taking maybe 5 minutes total time?) and I'm very thankful for your help, here! Very, very thankful!

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

No branches or pull requests

3 participants