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

Completion crashes with InvalidCastException on CompletionList type #4090

Closed
PiterGoCompany opened this issue Sep 28, 2020 · 53 comments · Fixed by OmniSharp/omnisharp-roslyn#2192
Labels

Comments

@PiterGoCompany
Copy link

PiterGoCompany commented Sep 28, 2020

Extension version: 1.23.2
VS Code version: Code 1.49.2 (e5e9e69aed6e1984f7499b7af85b3d05f9a6883a, 2020-09-24T16:29:41.983Z)
OS version: Windows_NT x64 10.0.19041

Steps to reproduce problem:

  1. create console project with 'dotnet new console'
  2. start to write some c# code
  3. no code completion for c# extension 1.23.2 version
  4. after downgrading c# extension to 1.23.1 code completion works OK
System.InvalidCastException: Nie można zrzutować 
[A]System.Threading.Tasks.Task`1[System.ValueTuple`2[Microsoft.CodeAnalysis.Completion.CompletionList,System.Boolean]] na 
[B]System.Threading.Tasks.Task`1[System.ValueTuple`2[Microsoft.CodeAnalysis.Completion.CompletionList,System.Boolean]]. 
 
 Typ A pochodzi od mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 w kontekście LoadNeither w lokalizacji C:\\\\WINDOWS\\\\Microsoft.Net\\\\assembly\\\\GAC_64\\\\mscorlib\\\\v4.0_4.0.0.0__b77a5c561934e089\\\\mscorlib.dll. 
 
 Typ B pochodzi od mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 w kontekście LoadNeither w lokalizacji C:\\\\WINDOWS\\\\Microsoft.Net\\\\assembly\\\\GAC_64\\\\mscorlib\\\\v4.0_4.0.0.0__b77a5c561934e089\\\\mscorlib.dll.\\r\\n   
 
 w OmniSharp.Roslyn.CSharp.Services.Intellisense.CompletionItemExtensions.GetCompletionsInternalAsync(CompletionService completionService, Document document, Int32 caretPosition, CompletionTrigger trigger, ImmutableHashSet`1 roles, OptionSet options, CancellationToken cancellationToken) w D:\\\\a\\\\1\\\\s\\\\src\\\\OmniSharp.Roslyn.CSharp\\\\Services\\\\Intellisense\\\\CompletionItemExtensions.cs:wiersz 64\\r\\n   w OmniSharp.Roslyn.CSharp.Services.Completion.CompletionService.<Handle>d__7.MoveNext() w D:\\\\a\\\\1\\\\s\\\\src\\\\OmniSharp.Roslyn.CSharp\\\\Services\\\\Completion\\\\CompletionService.cs:wiersz 120\\r\\n--- Koniec śladu stosu z poprzedniej lokalizacji, w której wystąpił wyjątek ---\\r\\n   w System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\\r\\n   w System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\\r\\n   w OmniSharp.Endpoint.EndpointHandler`2.<GetFirstNotEmptyResponseFromHandlers>d__19.MoveNext()\\r\\n--- Koniec śladu stosu z poprzedniej lokalizacji, w której wystąpił wyjątek ---\\r\\n   w System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\\r\\n   w System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\\r\\n   w OmniSharp.Endpoint.EndpointHandler`2.<HandleRequestForLanguage>d__20.MoveNext() w D:\\\\a\\\\1\\\\s\\\\src\\\\OmniSharp.Host\\\\Endpoint\\\\EndpointHandler.cs:wiersz 230\\r\\n--- Koniec śladu stosu z poprzedniej lokalizacji, w której wystąpił wyjątek ---\\r\\n   w System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\\r\\n   w System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\\r\\n   w OmniSharp.Endpoint.EndpointHandler`2.<Process>d__16.MoveNext() w D:\\\\a\\\\1\\\\s\\\\src\\\\OmniSharp.Host\\\\Endpoint\\\\EndpointHandler.cs:wiersz 131\\r\\n--- Koniec śladu stosu z poprzedniej lokalizacji, w której wystąpił wyjątek ---\\r\\n   w System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\\r\\n   w System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\\r\\n   w OmniSharp.Stdio.Host.<HandleRequest>d__13.MoveNext() w D:\\\\a\\\\1\\\\s\\\\src\\\\OmniSharp.Stdio\\\\Host.cs:wiersz 215
@filipw
Copy link
Contributor

filipw commented Sep 28, 2020

do you have .NET 4.7.2 installed?

@PiterGoCompany
Copy link
Author

@filipw

=4.x : 4.8 or later
v4\Client : Installed
v4\Full : Installed
v3.5 : Installed
v3.0 : Installed
v2.0.50727 : Installed

@filipw
Copy link
Contributor

filipw commented Sep 28, 2020

when you go to regedit, what is the value of the following key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full\Release?

@PiterGoCompany
Copy link
Author

HEX: 80ff4

@filipw
Copy link
Contributor

filipw commented Sep 28, 2020

then it should be fine, I am unfortunately unable to reproduce it (our build agents have same config too). Can you set omnisharp.loggingLevel: "debug" and post the full log from the start of OmniSharp to encountering this error?

@PiterGoCompany
Copy link
Author

PiterGoCompany commented Sep 28, 2020

full log (click to open)
Starting OmniSharp server at 28.09.2020, 13:51:20
    Target: d:\VisualStudio\Projects\Testy\testvscode

OmniSharp server started.
    Path: c:\Users\user\.vscode\extensions\ms-dotnettools.csharp-1.23.2\.omnisharp\1.37.1\OmniSharp.exe
    PID: 25960

[dbug]: OmniSharp.CompositionHostBuilder
        Loaded OmniSharp.Cake, Version=1.37.0.0, Culture=neutral, PublicKeyToken=null
[dbug]: OmniSharp.CompositionHostBuilder
        Loaded OmniSharp.DotNetTest, Version=1.37.0.0, Culture=neutral, PublicKeyToken=null
[dbug]: OmniSharp.CompositionHostBuilder
        Loaded OmniSharp.Host, Version=1.37.0.0, Culture=neutral, PublicKeyToken=null
[dbug]: OmniSharp.CompositionHostBuilder
        Loaded OmniSharp.MSBuild, Version=1.37.0.0, Culture=neutral, PublicKeyToken=null
[dbug]: OmniSharp.CompositionHostBuilder
        Loaded OmniSharp.Roslyn, Version=1.37.0.0, Culture=neutral, PublicKeyToken=null
[dbug]: OmniSharp.CompositionHostBuilder
        Loaded OmniSharp.Roslyn.CSharp, Version=1.37.0.0, Culture=neutral, PublicKeyToken=null
[dbug]: OmniSharp.CompositionHostBuilder
        Loaded OmniSharp.Script, Version=1.37.0.0, Culture=neutral, PublicKeyToken=null
[dbug]: OmniSharp.CompositionHostBuilder
        Loaded OmniSharp.Shared, Version=1.37.0.0, Culture=neutral, PublicKeyToken=null
[info]: OmniSharp.Stdio.Host
        Starting OmniSharp on Windows 6.2.9200.0 (x64)
[info]: OmniSharp.Services.DotNetCliService
        DotNetPath set to dotnet
[dbug]: OmniSharp.CompositionHostBuilder
        .NET SDK requires MSBuild instances version 16.3 or higher
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Located 2 MSBuild instance(s)
            1: Visual Studio Professional 2019 16.7.30517.126 - "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin"
            2: StandAlone 16.8.0 - "c:\Users\user\.vscode\extensions\ms-dotnettools.csharp-1.23.2\.omnisharp\1.37.1\.msbuild\Current\Bin"
[dbug]: OmniSharp.CompositionHostBuilder
        MSBuild instance Visual Studio Professional 2019 16.7.30517.126 scored at 2
[dbug]: OmniSharp.CompositionHostBuilder
        MSBuild instance StandAlone 16.8.0 scored at 1
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        SUCCESS: Resolved to 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Build.Utilities.Core.dll' (name-only).
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        SUCCESS: Resolved to 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Build.Tasks.Core.dll' (name-only).
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        SUCCESS: Resolved to 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Build.dll' (name-only).
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        SUCCESS: Resolved to 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Build.Framework.dll' (name-only).
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Registered MSBuild instance: Visual Studio Professional 2019 16.7.30517.126 - "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin"
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.Build.Utilities.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        SUCCESS: Resolved to 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Build.Utilities.Core.dll' (name-only).
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.Build.Framework, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        SUCCESS: Resolved to 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Build.Framework.dll' (name-only).
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.Build, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        SUCCESS: Resolved to 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Build.dll' (name-only).
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.VisualBasic.Workspaces, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.VisualBasic.Features, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.VisualBasic.Features.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.Workspaces.resources, Version=3.8.0.0, Culture=pl-PL, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.Workspaces.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.Workspaces.resources, Version=3.8.0.0, Culture=pl-PL, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.Workspaces.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.Workspaces.resources, Version=3.8.0.0, Culture=pl-PL, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.Workspaces.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.Workspaces.resources, Version=3.8.0.0, Culture=pl-PL, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.Workspaces.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.CSharp.Workspaces.resources, Version=3.8.0.0, Culture=pl-PL, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.CSharp.Workspaces.resources, Version=3.8.0.0, Culture=pl-PL, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.CSharp.Features.resources, Version=3.8.0.0, Culture=pl-PL, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.CSharp.Features.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.CSharp.Features.resources, Version=3.8.0.0, Culture=pl-PL, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.CSharp.Features.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.CSharp.Features.resources, Version=3.8.0.0, Culture=pl-PL, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.CSharp.Features.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.CSharp.Features.resources, Version=3.8.0.0, Culture=pl-PL, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.CSharp.Features.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.CSharp.Features.resources, Version=3.8.0.0, Culture=pl-PL, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.CSharp.Features.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.CSharp.Features.resources, Version=3.8.0.0, Culture=pl-PL, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.CSharp.Features.resources.dll'.
[info]: OmniSharp.Cake.CakeProjectSystem
        Detecting Cake files in 'd:\VisualStudio\Projects\Testy\testvscode'.
[info]: OmniSharp.Cake.CakeProjectSystem
        Could not find any Cake files
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.Build'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        SUCCESS: Resolved to 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Build.dll' (name-only).
[dbug]: OmniSharp.MSBuild.ProjectSystem
        MSBuild environment: 
Mode: VisualStudio
RunningTests: False
RunningInVisualStudio: False
MSBuildToolsDirectory32: C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin
MSBuildToolsDirectory64: C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\amd64
MSBuildSDKsPath: C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Sdks
CurrentMSBuildConfigurationFile: C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\MSBuild.exe.config
CurrentMSBuildExePath: C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\MSBuild.exe
CurrentMSBuildToolsDirectory: C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin
VisualStudioInstallRootDirectory: C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional
MSBuildExtensionsPath: C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild

[info]: OmniSharp.MSBuild.ProjectSystem
        No solution files found in 'd:\VisualStudio\Projects\Testy\testvscode'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'd:\VisualStudio\Projects\Testy\testvscode\testvscode.csproj'
[info]: OmniSharp.Script.ScriptProjectSystem
        Detecting CSX files in 'd:\VisualStudio\Projects\Testy\testvscode'.
[info]: OmniSharp.Script.ScriptProjectSystem
        Could not find any CSX files
[dbug]: OmniSharp.WorkspaceInitializer
        Starting with OmniSharp options: {"RoslynExtensionsOptions":{"EnableDecompilationSupport":false,"EnableAnalyzersSupport":false,"EnableImportCompletion":false,"DocumentAnalysisTimeoutMs":10000,"LocationPaths":null},"FormattingOptions":{"OrganizeImports":false,"EnableEditorConfigSupport":false,"NewLine":"\n","UseTabs":false,"TabSize":4,"IndentationSize":4,"SpacingAfterMethodDeclarationName":false,"SpaceWithinMethodDeclarationParenthesis":false,"SpaceBetweenEmptyMethodDeclarationParentheses":false,"SpaceAfterMethodCallName":false,"SpaceWithinMethodCallParentheses":false,"SpaceBetweenEmptyMethodCallParentheses":false,"SpaceAfterControlFlowStatementKeyword":true,"SpaceWithinExpressionParentheses":false,"SpaceWithinCastParentheses":false,"SpaceWithinOtherParentheses":false,"SpaceAfterCast":false,"SpacesIgnoreAroundVariableDeclaration":false,"SpaceBeforeOpenSquareBracket":false,"SpaceBetweenEmptySquareBrackets":false,"SpaceWithinSquareBrackets":false,"SpaceAfterColonInBaseTypeDeclaration":true,"SpaceAfterComma":true,"SpaceAfterDot":false,"SpaceAfterSemicolonsInForStatement":true,"SpaceBeforeColonInBaseTypeDeclaration":true,"SpaceBeforeComma":false,"SpaceBeforeDot":false,"SpaceBeforeSemicolonsInForStatement":false,"SpacingAroundBinaryOperator":"single","IndentBraces":false,"IndentBlock":true,"IndentSwitchSection":true,"IndentSwitchCaseSection":true,"IndentSwitchCaseSectionWhenBlock":true,"LabelPositioning":"oneLess","WrappingPreserveSingleLine":true,"WrappingKeepStatementsOnSingleLine":true,"NewLinesForBracesInTypes":true,"NewLinesForBracesInMethods":true,"NewLinesForBracesInProperties":true,"NewLinesForBracesInAccessors":true,"NewLinesForBracesInAnonymousMethods":true,"NewLinesForBracesInControlBlocks":true,"NewLinesForBracesInAnonymousTypes":true,"NewLinesForBracesInObjectCollectionArrayInitializers":true,"NewLinesForBracesInLambdaExpressionBody":true,"NewLineForElse":true,"NewLineForCatch":true,"NewLineForFinally":true,"NewLineForMembersInObjectInit":true,"NewLineForMembersInAnonymousTypes":true,"NewLineForClausesInQuery":true},"FileOptions":{"SystemExcludeSearchPatterns":["**/node_modules/**/*","**/bin/**/*","**/obj/**/*","**/.git/**/*","**/.git","**/.svn","**/.hg","**/CVS","**/.DS_Store"],"ExcludeSearchPatterns":[]},"RenameOptions":{"RenameOverloads":false,"RenameInStrings":false,"RenameInComments":false},"ImplementTypeOptions":{"InsertionBehavior":null,"PropertyGenerationBehavior":null},"Plugins":{"LocationPaths":null}}
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.CSharpFormattingWorkspaceOptionsProvider, Order: 0
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.CSharp.Workspaces.resources, Version=3.8.0.0, Culture=pl-PL, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.CSharp.Workspaces.resources, Version=3.8.0.0, Culture=pl-PL, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll'.
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: d:\VisualStudio\Projects\Testy\testvscode\testvscode.csproj
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.Completion.CompletionOptionsProvider, 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 'd:\VisualStudio\Projects\Testy\testvscode' on host 26980.
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 2,
  "Command": "/projects"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 1,
  "Command": "/projects"
}
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.Build.resources, Version=15.1.0.0, Culture=pl-PL, PublicKeyToken=b03f5f7f11d50a3a'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Build.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.Build.resources, Version=15.1.0.0, Culture=pl-PL, PublicKeyToken=b03f5f7f11d50a3a'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Build.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        SUCCESS: Resolved to 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Build.Tasks.Core.dll' (name-only).
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.Build.Tasks.Core.resources, Version=15.1.0.0, Culture=pl-PL, PublicKeyToken=b03f5f7f11d50a3a'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Build.Tasks.Core.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.Build.Tasks.Core.resources, Version=15.1.0.0, Culture=pl-PL, PublicKeyToken=b03f5f7f11d50a3a'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Build.Tasks.Core.resources.dll'.
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file 'd:\VisualStudio\Projects\Testy\testvscode\testvscode.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
        Adding project 'd:\VisualStudio\Projects\Testy\testvscode\testvscode.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: testvscode
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.CSharp.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.CSharp.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.VisualBasic.Core.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.VisualBasic.Core.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.VisualBasic.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.VisualBasic.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.Win32.Primitives.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.Win32.Primitives.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\mscorlib.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\mscorlib.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\netstandard.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\netstandard.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.AppContext.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.AppContext.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Buffers.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Buffers.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.Concurrent.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.Concurrent.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.Immutable.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.Immutable.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.NonGeneric.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.NonGeneric.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.Specialized.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.Specialized.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.Annotations.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.Annotations.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.DataAnnotations.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.DataAnnotations.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.EventBasedAsync.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.EventBasedAsync.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.Primitives.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.Primitives.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.TypeConverter.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.TypeConverter.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Configuration.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Configuration.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Console.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Console.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Core.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Core.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Data.Common.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Data.Common.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Data.DataSetExtensions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Data.DataSetExtensions.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Data.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Data.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Contracts.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Contracts.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Debug.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Debug.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.DiagnosticSource.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.DiagnosticSource.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.FileVersionInfo.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.FileVersionInfo.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Process.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Process.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.StackTrace.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.StackTrace.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.TextWriterTraceListener.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.TextWriterTraceListener.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Tools.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Tools.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.TraceSource.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.TraceSource.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Tracing.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Tracing.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Drawing.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Drawing.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Drawing.Primitives.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Drawing.Primitives.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Dynamic.Runtime.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Dynamic.Runtime.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Globalization.Calendars.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Globalization.Calendars.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Globalization.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Globalization.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Globalization.Extensions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Globalization.Extensions.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.Brotli.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.Brotli.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.FileSystem.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.FileSystem.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.ZipFile.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.ZipFile.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.DriveInfo.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.DriveInfo.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.Primitives.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.Primitives.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.Watcher.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.Watcher.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.IsolatedStorage.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.IsolatedStorage.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.MemoryMappedFiles.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.MemoryMappedFiles.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Pipes.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Pipes.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.UnmanagedMemoryStream.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.UnmanagedMemoryStream.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.Expressions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.Expressions.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.Parallel.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.Parallel.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.Queryable.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.Queryable.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Memory.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Memory.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Http.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Http.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.HttpListener.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.HttpListener.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Mail.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Mail.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.NameResolution.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.NameResolution.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.NetworkInformation.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.NetworkInformation.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Ping.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Ping.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Primitives.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Primitives.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Requests.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Requests.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Security.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Security.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.ServicePoint.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.ServicePoint.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Sockets.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Sockets.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebClient.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebClient.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebHeaderCollection.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebHeaderCollection.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebProxy.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebProxy.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebSockets.Client.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebSockets.Client.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebSockets.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebSockets.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Numerics.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Numerics.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Numerics.Vectors.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Numerics.Vectors.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ObjectModel.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ObjectModel.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.DispatchProxy.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.DispatchProxy.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.ILGeneration.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.ILGeneration.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.Lightweight.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.Lightweight.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Extensions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Extensions.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Metadata.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Metadata.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Primitives.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Primitives.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.TypeExtensions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.TypeExtensions.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.Reader.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.Reader.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.ResourceManager.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.ResourceManager.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.Writer.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.Writer.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.CompilerServices.Unsafe.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.CompilerServices.Unsafe.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.CompilerServices.VisualC.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.CompilerServices.VisualC.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Extensions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Extensions.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Handles.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Handles.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.RuntimeInformation.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.RuntimeInformation.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.WindowsRuntime.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.WindowsRuntime.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Intrinsics.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Intrinsics.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Loader.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Loader.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Numerics.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Numerics.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Formatters.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Formatters.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Json.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Json.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Primitives.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Primitives.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Xml.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Xml.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Claims.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Claims.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Algorithms.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Algorithms.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Csp.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Csp.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Encoding.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Encoding.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Primitives.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Primitives.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.X509Certificates.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.X509Certificates.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Principal.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Principal.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.SecureString.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.SecureString.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ServiceModel.Web.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ServiceModel.Web.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ServiceProcess.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ServiceProcess.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.CodePages.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.CodePages.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.Extensions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.Extensions.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encodings.Web.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encodings.Web.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Json.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Json.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.RegularExpressions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.RegularExpressions.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Channels.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Channels.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Overlapped.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Overlapped.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Dataflow.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Dataflow.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Extensions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Extensions.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Parallel.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Parallel.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Thread.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Thread.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.ThreadPool.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.ThreadPool.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Timer.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Timer.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Transactions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Transactions.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Transactions.Local.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Transactions.Local.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ValueTuple.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ValueTuple.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Web.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Web.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Web.HttpUtility.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Web.HttpUtility.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Windows.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Windows.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.Linq.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.Linq.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.ReaderWriter.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.ReaderWriter.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.Serialization.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.Serialization.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XDocument.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XDocument.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XmlDocument.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XmlDocument.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XmlSerializer.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XmlSerializer.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XPath.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XPath.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XPath.XDocument.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XPath.XDocument.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\WindowsBase.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\WindowsBase.dll' to 'testvscode'.
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 2,
  "Command": "/projects",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "MsBuild": {
      "SolutionPath": "d:\\VisualStudio\\Projects\\Testy\\testvscode",
      "Projects": [
        {
          "ProjectGuid": "00000000-0000-0000-0000-000000000000",
          "Path": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\testvscode.csproj",
          "AssemblyName": "testvscode",
          "TargetPath": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\bin\\Debug\\netcoreapp3.1\\testvscode.dll",
          "TargetFramework": ".NETCoreApp,Version=v3.1",
          "SourceFiles": [
            "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs",
            "d:\\VisualStudio\\Projects\\Testy\\testvscode\\obj\\Debug\\netcoreapp3.1\\.NETCoreApp,Version=v3.1.AssemblyAttributes.cs",
            "d:\\VisualStudio\\Projects\\Testy\\testvscode\\obj\\Debug\\netcoreapp3.1\\testvscode.AssemblyInfo.cs"
          ],
          "TargetFrameworks": [
            {
              "Name": ".NETCoreApp",
              "FriendlyName": ".NETCoreApp",
              "ShortName": "netcoreapp3.1"
            }
          ],
          "OutputPath": "bin\\Debug\\netcoreapp3.1\\",
          "IntermediateOutputPath": "obj\\Debug\\netcoreapp3.1\\",
          "Configuration": "Debug",
          "Platform": "AnyCPU",
          "IsExe": true,
          "IsUnityProject": false
        }
      ]
    },
    "Script": {
      "Projects": []
    }
  },
  "Seq": 79,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 1,
  "Command": "/projects",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "MsBuild": {
      "SolutionPath": "d:\\VisualStudio\\Projects\\Testy\\testvscode",
      "Projects": [
        {
          "ProjectGuid": "00000000-0000-0000-0000-000000000000",
          "Path": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\testvscode.csproj",
          "AssemblyName": "testvscode",
          "TargetPath": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\bin\\Debug\\netcoreapp3.1\\testvscode.dll",
          "TargetFramework": ".NETCoreApp,Version=v3.1",
          "SourceFiles": [
            "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs",
            "d:\\VisualStudio\\Projects\\Testy\\testvscode\\obj\\Debug\\netcoreapp3.1\\.NETCoreApp,Version=v3.1.AssemblyAttributes.cs",
            "d:\\VisualStudio\\Projects\\Testy\\testvscode\\obj\\Debug\\netcoreapp3.1\\testvscode.AssemblyInfo.cs"
          ],
          "TargetFrameworks": [
            {
              "Name": ".NETCoreApp",
              "FriendlyName": ".NETCoreApp",
              "ShortName": "netcoreapp3.1"
            }
          ],
          "OutputPath": "bin\\Debug\\netcoreapp3.1\\",
          "IntermediateOutputPath": "obj\\Debug\\netcoreapp3.1\\",
          "Configuration": "Debug",
          "Platform": "AnyCPU",
          "IsExe": true,
          "IsUnityProject": false
        }
      ]
    },
    "Script": {
      "Projects": []
    }
  },
  "Seq": 80,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 3,
  "Command": "/projects"
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 3,
  "Command": "/projects",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "MsBuild": {
      "SolutionPath": "d:\\VisualStudio\\Projects\\Testy\\testvscode",
      "Projects": [
        {
          "ProjectGuid": "00000000-0000-0000-0000-000000000000",
          "Path": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\testvscode.csproj",
          "AssemblyName": "testvscode",
          "TargetPath": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\bin\\Debug\\netcoreapp3.1\\testvscode.dll",
          "TargetFramework": ".NETCoreApp,Version=v3.1",
          "SourceFiles": [
            "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs",
            "d:\\VisualStudio\\Projects\\Testy\\testvscode\\obj\\Debug\\netcoreapp3.1\\.NETCoreApp,Version=v3.1.AssemblyAttributes.cs",
            "d:\\VisualStudio\\Projects\\Testy\\testvscode\\obj\\Debug\\netcoreapp3.1\\testvscode.AssemblyInfo.cs"
          ],
          "TargetFrameworks": [
            {
              "Name": ".NETCoreApp",
              "FriendlyName": ".NETCoreApp",
              "ShortName": "netcoreapp3.1"
            }
          ],
          "OutputPath": "bin\\Debug\\netcoreapp3.1\\",
          "IntermediateOutputPath": "obj\\Debug\\netcoreapp3.1\\",
          "Configuration": "Debug",
          "Platform": "AnyCPU",
          "IsExe": true,
          "IsUnityProject": false
        }
      ]
    },
    "Script": {
      "Projects": []
    }
  },
  "Seq": 403,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 4,
  "Command": "/projects"
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 4,
  "Command": "/projects",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "MsBuild": {
      "SolutionPath": "d:\\VisualStudio\\Projects\\Testy\\testvscode",
      "Projects": [
        {
          "ProjectGuid": "00000000-0000-0000-0000-000000000000",
          "Path": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\testvscode.csproj",
          "AssemblyName": "testvscode",
          "TargetPath": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\bin\\Debug\\netcoreapp3.1\\testvscode.dll",
          "TargetFramework": ".NETCoreApp,Version=v3.1",
          "SourceFiles": [
            "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs",
            "d:\\VisualStudio\\Projects\\Testy\\testvscode\\obj\\Debug\\netcoreapp3.1\\.NETCoreApp,Version=v3.1.AssemblyAttributes.cs",
            "d:\\VisualStudio\\Projects\\Testy\\testvscode\\obj\\Debug\\netcoreapp3.1\\testvscode.AssemblyInfo.cs"
          ],
          "TargetFrameworks": [
            {
              "Name": ".NETCoreApp",
              "FriendlyName": ".NETCoreApp",
              "ShortName": "netcoreapp3.1"
            }
          ],
          "OutputPath": "bin\\Debug\\netcoreapp3.1\\",
          "IntermediateOutputPath": "obj\\Debug\\netcoreapp3.1\\",
          "Configuration": "Debug",
          "Platform": "AnyCPU",
          "IsExe": true,
          "IsUnityProject": false
        }
      ]
    },
    "Script": {
      "Projects": []
    }
  },
  "Seq": 406,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 5,
  "Command": "/projects"
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 5,
  "Command": "/projects",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "MsBuild": {
      "SolutionPath": "d:\\VisualStudio\\Projects\\Testy\\testvscode",
      "Projects": [
        {
          "ProjectGuid": "00000000-0000-0000-0000-000000000000",
          "Path": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\testvscode.csproj",
          "AssemblyName": "testvscode",
          "TargetPath": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\bin\\Debug\\netcoreapp3.1\\testvscode.dll",
          "TargetFramework": ".NETCoreApp,Version=v3.1",
          "SourceFiles": [
            "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs",
            "d:\\VisualStudio\\Projects\\Testy\\testvscode\\obj\\Debug\\netcoreapp3.1\\.NETCoreApp,Version=v3.1.AssemblyAttributes.cs",
            "d:\\VisualStudio\\Projects\\Testy\\testvscode\\obj\\Debug\\netcoreapp3.1\\testvscode.AssemblyInfo.cs"
          ],
          "TargetFrameworks": [
            {
              "Name": ".NETCoreApp",
              "FriendlyName": ".NETCoreApp",
              "ShortName": "netcoreapp3.1"
            }
          ],
          "OutputPath": "bin\\Debug\\netcoreapp3.1\\",
          "IntermediateOutputPath": "obj\\Debug\\netcoreapp3.1\\",
          "Configuration": "Debug",
          "Platform": "AnyCPU",
          "IsExe": true,
          "IsUnityProject": false
        }
      ]
    },
    "Script": {
      "Projects": []
    }
  },
  "Seq": 409,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 6,
  "Command": "/codecheck",
  "Arguments": {
    "FileName": null
  }
}
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.resources, Version=3.8.0.0, Culture=pl-PL, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.resources, Version=3.8.0.0, Culture=pl-PL, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.CSharp.resources, Version=3.8.0.0, Culture=pl-PL, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.CSharp.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.CSharp.resources, Version=3.8.0.0, Culture=pl-PL, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.CSharp.resources.dll'.
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 6,
  "Command": "/codecheck",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "QuickFixes": [
      {
        "LogLevel": "Hidden",
        "Id": "CS8019",
        "Tags": [],
        "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\obj\\Debug\\netcoreapp3.1\\testvscode.AssemblyInfo.cs",
        "Line": 11,
        "Column": 1,
        "EndLine": 11,
        "EndColumn": 14,
        "Text": "Niepotrzebna dyrektywa using.",
        "Projects": [
          "testvscode"
        ]
      },
      {
        "LogLevel": "Hidden",
        "Id": "CS8019",
        "Tags": [],
        "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\obj\\Debug\\netcoreapp3.1\\testvscode.AssemblyInfo.cs",
        "Line": 12,
        "Column": 1,
        "EndLine": 12,
        "EndColumn": 25,
        "Text": "Niepotrzebna dyrektywa using.",
        "Projects": [
          "testvscode"
        ]
      }
    ]
  },
  "Seq": 412,
  "Type": "response"
}

@filipw
Copy link
Contributor

filipw commented Sep 28, 2020

based on the logs and your info, everything should work fine. We'll see if this is reproducible in any way, because it seems somewhat specific to your machine setup.

Have you tried reinstalling the extension?

@PiterGoCompany
Copy link
Author

I've reinstalled c# extension and the whole VS Code, but without any luck.

@filipw filipw changed the title C# Code completion stops working for 1.23.2 version Completion crashes with InvalidCastException on CompletionList type Sep 28, 2020
@jmarolf
Copy link

jmarolf commented Sep 29, 2020

@PiterGoCompany now that #1964 is merged can you add this to your VSconfig file omnisharp.path = "latest"? Hopefully, we will get a better error message

@PiterGoCompany
Copy link
Author

PiterGoCompany commented Sep 30, 2020

Here's the log after setting omnisharp.path="latest"

log (click to open)
Starting OmniSharp server at 30.09.2020, 07:07:12
    Target: d:\VisualStudio\Projects\Testy\testvscode

OmniSharp server started.
    Path: c:\Users\user\\.vscode\extensions\ms-dotnettools.csharp-1.23.2\.omnisharp\1.37.2-beta.73\OmniSharp.exe
    PID: 18120

[dbug]: OmniSharp.CompositionHostBuilder
        Loaded OmniSharp.Cake, Version=1.37.0.0, Culture=neutral, PublicKeyToken=null
[dbug]: OmniSharp.CompositionHostBuilder
        Loaded OmniSharp.DotNetTest, Version=1.37.0.0, Culture=neutral, PublicKeyToken=null
[dbug]: OmniSharp.CompositionHostBuilder
        Loaded OmniSharp.Host, Version=1.37.0.0, Culture=neutral, PublicKeyToken=null
[dbug]: OmniSharp.CompositionHostBuilder
        Loaded OmniSharp.MSBuild, Version=1.37.0.0, Culture=neutral, PublicKeyToken=null
[dbug]: OmniSharp.CompositionHostBuilder
        Loaded OmniSharp.Roslyn, Version=1.37.0.0, Culture=neutral, PublicKeyToken=null
[dbug]: OmniSharp.CompositionHostBuilder
        Loaded OmniSharp.Roslyn.CSharp, Version=1.37.0.0, Culture=neutral, PublicKeyToken=null
[dbug]: OmniSharp.CompositionHostBuilder
        Loaded OmniSharp.Script, Version=1.37.0.0, Culture=neutral, PublicKeyToken=null
[dbug]: OmniSharp.CompositionHostBuilder
        Loaded OmniSharp.Shared, Version=1.37.0.0, Culture=neutral, PublicKeyToken=null
[info]: OmniSharp.Stdio.Host
        Starting OmniSharp on Windows 6.2.9200.0 (x64)
[info]: OmniSharp.Services.DotNetCliService
        DotNetPath set to dotnet
[dbug]: OmniSharp.CompositionHostBuilder
        .NET SDK requires MSBuild instances version 16.3 or higher
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Located 2 MSBuild instance(s)
            1: Visual Studio Professional 2019 16.7.30517.126 - "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin"
            2: StandAlone 16.8.0 - "c:\Users\user\\.vscode\extensions\ms-dotnettools.csharp-1.23.2\.omnisharp\1.37.2-beta.73\.msbuild\Current\Bin"
[dbug]: OmniSharp.CompositionHostBuilder
        MSBuild instance Visual Studio Professional 2019 16.7.30517.126 scored at 2
[dbug]: OmniSharp.CompositionHostBuilder
        MSBuild instance StandAlone 16.8.0 scored at 1
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        SUCCESS: Resolved to 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Build.Utilities.Core.dll' (name-only).
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        SUCCESS: Resolved to 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Build.Tasks.Core.dll' (name-only).
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        SUCCESS: Resolved to 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Build.dll' (name-only).
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        SUCCESS: Resolved to 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Build.Framework.dll' (name-only).
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Registered MSBuild instance: Visual Studio Professional 2019 16.7.30517.126 - "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin"
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.Build.Utilities.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        SUCCESS: Resolved to 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Build.Utilities.Core.dll' (name-only).
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.Build.Framework, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        SUCCESS: Resolved to 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Build.Framework.dll' (name-only).
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.Build, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        SUCCESS: Resolved to 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Build.dll' (name-only).
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.VisualBasic.Workspaces, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.VisualBasic.Features, Version=3.8.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.VisualBasic.Features.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.Workspaces.resources, Version=3.8.0.0, Culture=pl-PL, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.Workspaces.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.Workspaces.resources, Version=3.8.0.0, Culture=pl-PL, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.Workspaces.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.Workspaces.resources, Version=3.8.0.0, Culture=pl-PL, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.Workspaces.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.Workspaces.resources, Version=3.8.0.0, Culture=pl-PL, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.Workspaces.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.CSharp.Workspaces.resources, Version=3.8.0.0, Culture=pl-PL, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.CSharp.Workspaces.resources, Version=3.8.0.0, Culture=pl-PL, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.CSharp.Features.resources, Version=3.8.0.0, Culture=pl-PL, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.CSharp.Features.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.CSharp.Features.resources, Version=3.8.0.0, Culture=pl-PL, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.CSharp.Features.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.CSharp.Features.resources, Version=3.8.0.0, Culture=pl-PL, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.CSharp.Features.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.CSharp.Features.resources, Version=3.8.0.0, Culture=pl-PL, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.CSharp.Features.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.CSharp.Features.resources, Version=3.8.0.0, Culture=pl-PL, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.CSharp.Features.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.CSharp.Features.resources, Version=3.8.0.0, Culture=pl-PL, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.CSharp.Features.resources.dll'.
[info]: OmniSharp.Cake.CakeProjectSystem
        Detecting Cake files in 'd:\VisualStudio\Projects\Testy\testvscode'.
[info]: OmniSharp.Cake.CakeProjectSystem
        Could not find any Cake files
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.Build'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        SUCCESS: Resolved to 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Build.dll' (name-only).
[dbug]: OmniSharp.MSBuild.ProjectSystem
        MSBuild environment: 
Mode: VisualStudio
RunningTests: False
RunningInVisualStudio: False
MSBuildToolsDirectory32: C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin
MSBuildToolsDirectory64: C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\amd64
MSBuildSDKsPath: C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Sdks
CurrentMSBuildConfigurationFile: C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\MSBuild.exe.config
CurrentMSBuildExePath: C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\MSBuild.exe
CurrentMSBuildToolsDirectory: C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin
VisualStudioInstallRootDirectory: C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional
MSBuildExtensionsPath: C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild

[info]: OmniSharp.MSBuild.ProjectSystem
        No solution files found in 'd:\VisualStudio\Projects\Testy\testvscode'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'd:\VisualStudio\Projects\Testy\testvscode\testvscode.csproj'
[info]: OmniSharp.Script.ScriptProjectSystem
        Detecting CSX files in 'd:\VisualStudio\Projects\Testy\testvscode'.
[info]: OmniSharp.Script.ScriptProjectSystem
        Could not find any CSX files
[dbug]: OmniSharp.WorkspaceInitializer
        Starting with OmniSharp options: {"RoslynExtensionsOptions":{"EnableDecompilationSupport":false,"EnableAnalyzersSupport":false,"EnableImportCompletion":false,"DocumentAnalysisTimeoutMs":10000,"LocationPaths":null},"FormattingOptions":{"OrganizeImports":false,"EnableEditorConfigSupport":false,"NewLine":"\n","UseTabs":false,"TabSize":4,"IndentationSize":4,"SpacingAfterMethodDeclarationName":false,"SpaceWithinMethodDeclarationParenthesis":false,"SpaceBetweenEmptyMethodDeclarationParentheses":false,"SpaceAfterMethodCallName":false,"SpaceWithinMethodCallParentheses":false,"SpaceBetweenEmptyMethodCallParentheses":false,"SpaceAfterControlFlowStatementKeyword":true,"SpaceWithinExpressionParentheses":false,"SpaceWithinCastParentheses":false,"SpaceWithinOtherParentheses":false,"SpaceAfterCast":false,"SpacesIgnoreAroundVariableDeclaration":false,"SpaceBeforeOpenSquareBracket":false,"SpaceBetweenEmptySquareBrackets":false,"SpaceWithinSquareBrackets":false,"SpaceAfterColonInBaseTypeDeclaration":true,"SpaceAfterComma":true,"SpaceAfterDot":false,"SpaceAfterSemicolonsInForStatement":true,"SpaceBeforeColonInBaseTypeDeclaration":true,"SpaceBeforeComma":false,"SpaceBeforeDot":false,"SpaceBeforeSemicolonsInForStatement":false,"SpacingAroundBinaryOperator":"single","IndentBraces":false,"IndentBlock":true,"IndentSwitchSection":true,"IndentSwitchCaseSection":true,"IndentSwitchCaseSectionWhenBlock":true,"LabelPositioning":"oneLess","WrappingPreserveSingleLine":true,"WrappingKeepStatementsOnSingleLine":true,"NewLinesForBracesInTypes":true,"NewLinesForBracesInMethods":true,"NewLinesForBracesInProperties":true,"NewLinesForBracesInAccessors":true,"NewLinesForBracesInAnonymousMethods":true,"NewLinesForBracesInControlBlocks":true,"NewLinesForBracesInAnonymousTypes":true,"NewLinesForBracesInObjectCollectionArrayInitializers":true,"NewLinesForBracesInLambdaExpressionBody":true,"NewLineForElse":true,"NewLineForCatch":true,"NewLineForFinally":true,"NewLineForMembersInObjectInit":true,"NewLineForMembersInAnonymousTypes":true,"NewLineForClausesInQuery":true},"FileOptions":{"SystemExcludeSearchPatterns":["**/node_modules/**/*","**/bin/**/*","**/obj/**/*","**/.git/**/*","**/.git","**/.svn","**/.hg","**/CVS","**/.DS_Store"],"ExcludeSearchPatterns":[]},"RenameOptions":{"RenameOverloads":false,"RenameInStrings":false,"RenameInComments":false},"ImplementTypeOptions":{"InsertionBehavior":null,"PropertyGenerationBehavior":null},"Plugins":{"LocationPaths":null}}
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.CSharpFormattingWorkspaceOptionsProvider, Order: 0
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.CSharp.Workspaces.resources, Version=3.8.0.0, Culture=pl-PL, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.CSharp.Workspaces.resources, Version=3.8.0.0, Culture=pl-PL, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll'.
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: d:\VisualStudio\Projects\Testy\testvscode\testvscode.csproj
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.Completion.CompletionOptionsProvider, 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 'd:\VisualStudio\Projects\Testy\testvscode' on host 8748.
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 2,
  "Command": "/projects"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 1,
  "Command": "/projects"
}
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.Build.resources, Version=15.1.0.0, Culture=pl-PL, PublicKeyToken=b03f5f7f11d50a3a'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Build.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.Build.resources, Version=15.1.0.0, Culture=pl-PL, PublicKeyToken=b03f5f7f11d50a3a'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Build.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        SUCCESS: Resolved to 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Build.Tasks.Core.dll' (name-only).
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.Build.Tasks.Core.resources, Version=15.1.0.0, Culture=pl-PL, PublicKeyToken=b03f5f7f11d50a3a'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Build.Tasks.Core.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.Build.Tasks.Core.resources, Version=15.1.0.0, Culture=pl-PL, PublicKeyToken=b03f5f7f11d50a3a'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Build.Tasks.Core.resources.dll'.
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file 'd:\VisualStudio\Projects\Testy\testvscode\testvscode.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
        Adding project 'd:\VisualStudio\Projects\Testy\testvscode\testvscode.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: testvscode
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.CSharp.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.CSharp.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.VisualBasic.Core.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.VisualBasic.Core.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.VisualBasic.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.VisualBasic.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.Win32.Primitives.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.Win32.Primitives.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\mscorlib.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\mscorlib.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\netstandard.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\netstandard.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.AppContext.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.AppContext.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Buffers.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Buffers.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.Concurrent.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.Concurrent.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.Immutable.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.Immutable.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.NonGeneric.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.NonGeneric.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.Specialized.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.Specialized.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.Annotations.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.Annotations.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.DataAnnotations.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.DataAnnotations.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.EventBasedAsync.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.EventBasedAsync.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.Primitives.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.Primitives.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.TypeConverter.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.TypeConverter.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Configuration.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Configuration.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Console.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Console.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Core.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Core.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Data.Common.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Data.Common.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Data.DataSetExtensions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Data.DataSetExtensions.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Data.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Data.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Contracts.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Contracts.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Debug.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Debug.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.DiagnosticSource.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.DiagnosticSource.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.FileVersionInfo.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.FileVersionInfo.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Process.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Process.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.StackTrace.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.StackTrace.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.TextWriterTraceListener.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.TextWriterTraceListener.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Tools.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Tools.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.TraceSource.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.TraceSource.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Tracing.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Tracing.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Drawing.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Drawing.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Drawing.Primitives.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Drawing.Primitives.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Dynamic.Runtime.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Dynamic.Runtime.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Globalization.Calendars.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Globalization.Calendars.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Globalization.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Globalization.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Globalization.Extensions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Globalization.Extensions.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.Brotli.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.Brotli.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.FileSystem.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.FileSystem.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.ZipFile.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.ZipFile.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.DriveInfo.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.DriveInfo.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.Primitives.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.Primitives.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.Watcher.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.Watcher.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.IsolatedStorage.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.IsolatedStorage.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.MemoryMappedFiles.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.MemoryMappedFiles.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Pipes.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Pipes.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.UnmanagedMemoryStream.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.UnmanagedMemoryStream.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.Expressions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.Expressions.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.Parallel.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.Parallel.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.Queryable.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.Queryable.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Memory.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Memory.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Http.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Http.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.HttpListener.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.HttpListener.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Mail.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Mail.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.NameResolution.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.NameResolution.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.NetworkInformation.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.NetworkInformation.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Ping.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Ping.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Primitives.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Primitives.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Requests.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Requests.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Security.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Security.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.ServicePoint.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.ServicePoint.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Sockets.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Sockets.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebClient.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebClient.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebHeaderCollection.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebHeaderCollection.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebProxy.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebProxy.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebSockets.Client.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebSockets.Client.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebSockets.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebSockets.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Numerics.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Numerics.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Numerics.Vectors.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Numerics.Vectors.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ObjectModel.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ObjectModel.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.DispatchProxy.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.DispatchProxy.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.ILGeneration.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.ILGeneration.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.Lightweight.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.Lightweight.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Extensions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Extensions.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Metadata.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Metadata.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Primitives.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Primitives.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.TypeExtensions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.TypeExtensions.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.Reader.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.Reader.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.ResourceManager.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.ResourceManager.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.Writer.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.Writer.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.CompilerServices.Unsafe.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.CompilerServices.Unsafe.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.CompilerServices.VisualC.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.CompilerServices.VisualC.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Extensions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Extensions.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Handles.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Handles.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.RuntimeInformation.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.RuntimeInformation.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.WindowsRuntime.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.WindowsRuntime.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Intrinsics.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Intrinsics.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Loader.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Loader.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Numerics.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Numerics.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Formatters.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Formatters.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Json.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Json.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Primitives.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Primitives.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Xml.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Xml.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Claims.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Claims.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Algorithms.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Algorithms.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Csp.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Csp.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Encoding.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Encoding.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Primitives.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Primitives.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.X509Certificates.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.X509Certificates.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Principal.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Principal.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.SecureString.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.SecureString.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ServiceModel.Web.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ServiceModel.Web.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ServiceProcess.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ServiceProcess.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.CodePages.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.CodePages.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.Extensions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.Extensions.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encodings.Web.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encodings.Web.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Json.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Json.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.RegularExpressions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.RegularExpressions.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Channels.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Channels.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Overlapped.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Overlapped.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Dataflow.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Dataflow.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Extensions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Extensions.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Parallel.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Parallel.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Thread.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Thread.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.ThreadPool.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.ThreadPool.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Timer.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Timer.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Transactions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Transactions.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Transactions.Local.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Transactions.Local.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ValueTuple.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ValueTuple.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Web.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Web.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Web.HttpUtility.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Web.HttpUtility.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Windows.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Windows.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.Linq.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.Linq.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.ReaderWriter.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.ReaderWriter.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.Serialization.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.Serialization.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XDocument.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XDocument.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XmlDocument.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XmlDocument.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XmlSerializer.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XmlSerializer.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XPath.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XPath.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XPath.XDocument.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XPath.XDocument.dll' to 'testvscode'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\WindowsBase.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\WindowsBase.dll' to 'testvscode'.
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 1,
  "Command": "/projects",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "MsBuild": {
      "SolutionPath": "d:\\VisualStudio\\Projects\\Testy\\testvscode",
      "Projects": [
        {
          "ProjectGuid": "00000000-0000-0000-0000-000000000000",
          "Path": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\testvscode.csproj",
          "AssemblyName": "testvscode",
          "TargetPath": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\bin\\Debug\\netcoreapp3.1\\testvscode.dll",
          "TargetFramework": ".NETCoreApp,Version=v3.1",
          "SourceFiles": [
            "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs",
            "d:\\VisualStudio\\Projects\\Testy\\testvscode\\obj\\Debug\\netcoreapp3.1\\.NETCoreApp,Version=v3.1.AssemblyAttributes.cs",
            "d:\\VisualStudio\\Projects\\Testy\\testvscode\\obj\\Debug\\netcoreapp3.1\\testvscode.AssemblyInfo.cs"
          ],
          "TargetFrameworks": [
            {
              "Name": ".NETCoreApp",
              "FriendlyName": ".NETCoreApp",
              "ShortName": "netcoreapp3.1"
            }
          ],
          "OutputPath": "bin\\Debug\\netcoreapp3.1\\",
          "IntermediateOutputPath": "obj\\Debug\\netcoreapp3.1\\",
          "Configuration": "Debug",
          "Platform": "AnyCPU",
          "IsExe": true,
          "IsUnityProject": false
        }
      ]
    },
    "Script": {
      "Projects": []
    }
  },
  "Seq": 79,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 2,
  "Command": "/projects",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "MsBuild": {
      "SolutionPath": "d:\\VisualStudio\\Projects\\Testy\\testvscode",
      "Projects": [
        {
          "ProjectGuid": "00000000-0000-0000-0000-000000000000",
          "Path": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\testvscode.csproj",
          "AssemblyName": "testvscode",
          "TargetPath": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\bin\\Debug\\netcoreapp3.1\\testvscode.dll",
          "TargetFramework": ".NETCoreApp,Version=v3.1",
          "SourceFiles": [
            "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs",
            "d:\\VisualStudio\\Projects\\Testy\\testvscode\\obj\\Debug\\netcoreapp3.1\\.NETCoreApp,Version=v3.1.AssemblyAttributes.cs",
            "d:\\VisualStudio\\Projects\\Testy\\testvscode\\obj\\Debug\\netcoreapp3.1\\testvscode.AssemblyInfo.cs"
          ],
          "TargetFrameworks": [
            {
              "Name": ".NETCoreApp",
              "FriendlyName": ".NETCoreApp",
              "ShortName": "netcoreapp3.1"
            }
          ],
          "OutputPath": "bin\\Debug\\netcoreapp3.1\\",
          "IntermediateOutputPath": "obj\\Debug\\netcoreapp3.1\\",
          "Configuration": "Debug",
          "Platform": "AnyCPU",
          "IsExe": true,
          "IsUnityProject": false
        }
      ]
    },
    "Script": {
      "Projects": []
    }
  },
  "Seq": 80,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 3,
  "Command": "/projects"
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 3,
  "Command": "/projects",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "MsBuild": {
      "SolutionPath": "d:\\VisualStudio\\Projects\\Testy\\testvscode",
      "Projects": [
        {
          "ProjectGuid": "00000000-0000-0000-0000-000000000000",
          "Path": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\testvscode.csproj",
          "AssemblyName": "testvscode",
          "TargetPath": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\bin\\Debug\\netcoreapp3.1\\testvscode.dll",
          "TargetFramework": ".NETCoreApp,Version=v3.1",
          "SourceFiles": [
            "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs",
            "d:\\VisualStudio\\Projects\\Testy\\testvscode\\obj\\Debug\\netcoreapp3.1\\.NETCoreApp,Version=v3.1.AssemblyAttributes.cs",
            "d:\\VisualStudio\\Projects\\Testy\\testvscode\\obj\\Debug\\netcoreapp3.1\\testvscode.AssemblyInfo.cs"
          ],
          "TargetFrameworks": [
            {
              "Name": ".NETCoreApp",
              "FriendlyName": ".NETCoreApp",
              "ShortName": "netcoreapp3.1"
            }
          ],
          "OutputPath": "bin\\Debug\\netcoreapp3.1\\",
          "IntermediateOutputPath": "obj\\Debug\\netcoreapp3.1\\",
          "Configuration": "Debug",
          "Platform": "AnyCPU",
          "IsExe": true,
          "IsUnityProject": false
        }
      ]
    },
    "Script": {
      "Projects": []
    }
  },
  "Seq": 403,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 4,
  "Command": "/v2/codestructure",
  "Arguments": {
    "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs"
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 5,
  "Command": "/v2/blockstructure",
  "Arguments": {
    "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs"
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 5,
  "Command": "/v2/blockstructure",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "Spans": [
      {
        "Range": {
          "Start": {
            "Line": 1,
            "Column": 7
          },
          "End": {
            "Line": 2,
            "Column": 34
          }
        },
        "Kind": "Imports"
      },
      {
        "Range": {
          "Start": {
            "Line": 4,
            "Column": 21
          },
          "End": {
            "Line": 14,
            "Column": 2
          }
        },
        "Kind": null
      },
      {
        "Range": {
          "Start": {
            "Line": 6,
            "Column": 18
          },
          "End": {
            "Line": 13,
            "Column": 6
          }
        },
        "Kind": null
      },
      {
        "Range": {
          "Start": {
            "Line": 8,
            "Column": 40
          },
          "End": {
            "Line": 12,
            "Column": 10
          }
        },
        "Kind": null
      },
      {
        "Range": {
          "Start": {
            "Line": 10,
            "Column": 31
          },
          "End": {
            "Line": 10,
            "Column": 45
          }
        },
        "Kind": null
      }
    ]
  },
  "Seq": 408,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 6,
  "Command": "/v2/codestructure",
  "Arguments": {
    "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs"
  }
}
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.resources, Version=3.8.0.0, Culture=pl-PL, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.resources, Version=3.8.0.0, Culture=pl-PL, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.resources.dll'.
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 6,
  "Command": "/v2/codestructure",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "Elements": [
      {
        "Kind": "namespace",
        "Name": "testvscode",
        "DisplayName": "testvscode",
        "Children": [
          {
            "Kind": "class",
            "Name": "Program",
            "DisplayName": "testvscode.Program",
            "Children": [
              {
                "Kind": "method",
                "Name": "Main",
                "DisplayName": "Main(string[] args)",
                "Children": null,
                "Ranges": {
                  "name": {
                    "Start": {
                      "Line": 8,
                      "Column": 21
                    },
                    "End": {
                      "Line": 8,
                      "Column": 25
                    }
                  },
                  "full": {
                    "Start": {
                      "Line": 8,
                      "Column": 9
                    },
                    "End": {
                      "Line": 12,
                      "Column": 10
                    }
                  }
                },
                "Properties": {
                  "static": true,
                  "accessibility": "private"
                }
              }
            ],
            "Ranges": {
              "name": {
                "Start": {
                  "Line": 6,
                  "Column": 11
                },
                "End": {
                  "Line": 6,
                  "Column": 18
                }
              },
              "full": {
                "Start": {
                  "Line": 6,
                  "Column": 5
                },
                "End": {
                  "Line": 13,
                  "Column": 6
                }
              }
            },
            "Properties": {
              "static": false,
              "accessibility": "internal"
            }
          }
        ],
        "Ranges": {
          "name": {
            "Start": {
              "Line": 4,
              "Column": 11
            },
            "End": {
              "Line": 4,
              "Column": 21
            }
          },
          "full": {
            "Start": {
              "Line": 4,
              "Column": 1
            },
            "End": {
              "Line": 14,
              "Column": 2
            }
          }
        },
        "Properties": null
      }
    ]
  },
  "Seq": 411,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 4,
  "Command": "/v2/codestructure",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "Elements": [
      {
        "Kind": "namespace",
        "Name": "testvscode",
        "DisplayName": "testvscode",
        "Children": [
          {
            "Kind": "class",
            "Name": "Program",
            "DisplayName": "testvscode.Program",
            "Children": [
              {
                "Kind": "method",
                "Name": "Main",
                "DisplayName": "Main(string[] args)",
                "Children": null,
                "Ranges": {
                  "name": {
                    "Start": {
                      "Line": 8,
                      "Column": 21
                    },
                    "End": {
                      "Line": 8,
                      "Column": 25
                    }
                  },
                  "full": {
                    "Start": {
                      "Line": 8,
                      "Column": 9
                    },
                    "End": {
                      "Line": 12,
                      "Column": 10
                    }
                  }
                },
                "Properties": {
                  "static": true,
                  "accessibility": "private"
                }
              }
            ],
            "Ranges": {
              "name": {
                "Start": {
                  "Line": 6,
                  "Column": 11
                },
                "End": {
                  "Line": 6,
                  "Column": 18
                }
              },
              "full": {
                "Start": {
                  "Line": 6,
                  "Column": 5
                },
                "End": {
                  "Line": 13,
                  "Column": 6
                }
              }
            },
            "Properties": {
              "static": false,
              "accessibility": "internal"
            }
          }
        ],
        "Ranges": {
          "name": {
            "Start": {
              "Line": 4,
              "Column": 11
            },
            "End": {
              "Line": 4,
              "Column": 21
            }
          },
          "full": {
            "Start": {
              "Line": 4,
              "Column": 1
            },
            "End": {
              "Line": 14,
              "Column": 2
            }
          }
        },
        "Properties": null
      }
    ]
  },
  "Seq": 406,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 7,
  "Command": "/projects"
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 7,
  "Command": "/projects",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "MsBuild": {
      "SolutionPath": "d:\\VisualStudio\\Projects\\Testy\\testvscode",
      "Projects": [
        {
          "ProjectGuid": "00000000-0000-0000-0000-000000000000",
          "Path": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\testvscode.csproj",
          "AssemblyName": "testvscode",
          "TargetPath": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\bin\\Debug\\netcoreapp3.1\\testvscode.dll",
          "TargetFramework": ".NETCoreApp,Version=v3.1",
          "SourceFiles": [
            "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs",
            "d:\\VisualStudio\\Projects\\Testy\\testvscode\\obj\\Debug\\netcoreapp3.1\\.NETCoreApp,Version=v3.1.AssemblyAttributes.cs",
            "d:\\VisualStudio\\Projects\\Testy\\testvscode\\obj\\Debug\\netcoreapp3.1\\testvscode.AssemblyInfo.cs"
          ],
          "TargetFrameworks": [
            {
              "Name": ".NETCoreApp",
              "FriendlyName": ".NETCoreApp",
              "ShortName": "netcoreapp3.1"
            }
          ],
          "OutputPath": "bin\\Debug\\netcoreapp3.1\\",
          "IntermediateOutputPath": "obj\\Debug\\netcoreapp3.1\\",
          "Configuration": "Debug",
          "Platform": "AnyCPU",
          "IsExe": true,
          "IsUnityProject": false
        }
      ]
    },
    "Script": {
      "Projects": []
    }
  },
  "Seq": 418,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 8,
  "Command": "/projects"
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 8,
  "Command": "/projects",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "MsBuild": {
      "SolutionPath": "d:\\VisualStudio\\Projects\\Testy\\testvscode",
      "Projects": [
        {
          "ProjectGuid": "00000000-0000-0000-0000-000000000000",
          "Path": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\testvscode.csproj",
          "AssemblyName": "testvscode",
          "TargetPath": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\bin\\Debug\\netcoreapp3.1\\testvscode.dll",
          "TargetFramework": ".NETCoreApp,Version=v3.1",
          "SourceFiles": [
            "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs",
            "d:\\VisualStudio\\Projects\\Testy\\testvscode\\obj\\Debug\\netcoreapp3.1\\.NETCoreApp,Version=v3.1.AssemblyAttributes.cs",
            "d:\\VisualStudio\\Projects\\Testy\\testvscode\\obj\\Debug\\netcoreapp3.1\\testvscode.AssemblyInfo.cs"
          ],
          "TargetFrameworks": [
            {
              "Name": ".NETCoreApp",
              "FriendlyName": ".NETCoreApp",
              "ShortName": "netcoreapp3.1"
            }
          ],
          "OutputPath": "bin\\Debug\\netcoreapp3.1\\",
          "IntermediateOutputPath": "obj\\Debug\\netcoreapp3.1\\",
          "Configuration": "Debug",
          "Platform": "AnyCPU",
          "IsExe": true,
          "IsUnityProject": false
        }
      ]
    },
    "Script": {
      "Projects": []
    }
  },
  "Seq": 421,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 9,
  "Command": "/findusages",
  "Arguments": {
    "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs",
    "Line": 6,
    "Column": 11,
    "OnlyThisFile": false,
    "ExcludeDefinition": true
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 10,
  "Command": "/findusages",
  "Arguments": {
    "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs",
    "Line": 8,
    "Column": 21,
    "OnlyThisFile": false,
    "ExcludeDefinition": true
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 10,
  "Command": "/findusages",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "QuickFixes": []
  },
  "Seq": 426,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 9,
  "Command": "/findusages",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "QuickFixes": []
  },
  "Seq": 424,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 11,
  "Command": "/codecheck",
  "Arguments": {
    "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs"
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 12,
  "Command": "/codecheck",
  "Arguments": {
    "FileName": null
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 11,
  "Command": "/codecheck",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "QuickFixes": []
  },
  "Seq": 430,
  "Type": "response"
}
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.CSharp.resources, Version=3.8.0.0, Culture=pl-PL, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.CSharp.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.CSharp.resources, Version=3.8.0.0, Culture=pl-PL, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.CSharp.resources.dll'.
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 12,
  "Command": "/codecheck",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "QuickFixes": [
      {
        "LogLevel": "Hidden",
        "Id": "CS8019",
        "Tags": [],
        "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\obj\\Debug\\netcoreapp3.1\\testvscode.AssemblyInfo.cs",
        "Line": 11,
        "Column": 1,
        "EndLine": 11,
        "EndColumn": 14,
        "Text": "Niepotrzebna dyrektywa using.",
        "Projects": [
          "testvscode"
        ]
      },
      {
        "LogLevel": "Hidden",
        "Id": "CS8019",
        "Tags": [],
        "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\obj\\Debug\\netcoreapp3.1\\testvscode.AssemblyInfo.cs",
        "Line": 12,
        "Column": 1,
        "EndLine": 12,
        "EndColumn": 25,
        "Text": "Niepotrzebna dyrektywa using.",
        "Projects": [
          "testvscode"
        ]
      }
    ]
  },
  "Seq": 432,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 13,
  "Command": "/updatebuffer",
  "Arguments": {
    "Buffer": "using System;\r\nusing System.Collections.Generic;\r\n\r\nnamespace testvscode\r\n{\r\n    class Program\r\n    {\r\n        static void Main(string[] args)\r\n        {\r\n            Console.WriteLine(\"Hello World!\");            \r\n            var list = new List<string>(); \r\n            \r\n        }\r\n    }\r\n}\r\n",
    "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs"
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 13,
  "Command": "/updatebuffer",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": true,
  "Seq": 484,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 14,
  "Command": "/updatebuffer",
  "Arguments": {
    "Buffer": "using System;\r\nusing System.Collections.Generic;\r\n\r\nnamespace testvscode\r\n{\r\n    class Program\r\n    {\r\n        static void Main(string[] args)\r\n        {\r\n            Console.WriteLine(\"Hello World!\");            \r\n            var list = new List<string>(); \r\n            \r\n        }\r\n    }\r\n}\r\n",
    "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs"
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 14,
  "Command": "/updatebuffer",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": true,
  "Seq": 487,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 15,
  "Command": "/v2/blockstructure",
  "Arguments": {
    "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs"
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 15,
  "Command": "/v2/blockstructure",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "Spans": [
      {
        "Range": {
          "Start": {
            "Line": 1,
            "Column": 7
          },
          "End": {
            "Line": 2,
            "Column": 34
          }
        },
        "Kind": "Imports"
      },
      {
        "Range": {
          "Start": {
            "Line": 4,
            "Column": 21
          },
          "End": {
            "Line": 15,
            "Column": 2
          }
        },
        "Kind": null
      },
      {
        "Range": {
          "Start": {
            "Line": 6,
            "Column": 18
          },
          "End": {
            "Line": 14,
            "Column": 6
          }
        },
        "Kind": null
      },
      {
        "Range": {
          "Start": {
            "Line": 8,
            "Column": 40
          },
          "End": {
            "Line": 13,
            "Column": 10
          }
        },
        "Kind": null
      },
      {
        "Range": {
          "Start": {
            "Line": 10,
            "Column": 31
          },
          "End": {
            "Line": 10,
            "Column": 45
          }
        },
        "Kind": null
      }
    ]
  },
  "Seq": 492,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 16,
  "Command": "/v2/codestructure",
  "Arguments": {
    "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs"
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 16,
  "Command": "/v2/codestructure",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "Elements": [
      {
        "Kind": "namespace",
        "Name": "testvscode",
        "DisplayName": "testvscode",
        "Children": [
          {
            "Kind": "class",
            "Name": "Program",
            "DisplayName": "testvscode.Program",
            "Children": [
              {
                "Kind": "method",
                "Name": "Main",
                "DisplayName": "Main(string[] args)",
                "Children": null,
                "Ranges": {
                  "name": {
                    "Start": {
                      "Line": 8,
                      "Column": 21
                    },
                    "End": {
                      "Line": 8,
                      "Column": 25
                    }
                  },
                  "full": {
                    "Start": {
                      "Line": 8,
                      "Column": 9
                    },
                    "End": {
                      "Line": 13,
                      "Column": 10
                    }
                  }
                },
                "Properties": {
                  "static": true,
                  "accessibility": "private"
                }
              }
            ],
            "Ranges": {
              "name": {
                "Start": {
                  "Line": 6,
                  "Column": 11
                },
                "End": {
                  "Line": 6,
                  "Column": 18
                }
              },
              "full": {
                "Start": {
                  "Line": 6,
                  "Column": 5
                },
                "End": {
                  "Line": 14,
                  "Column": 6
                }
              }
            },
            "Properties": {
              "static": false,
              "accessibility": "internal"
            }
          }
        ],
        "Ranges": {
          "name": {
            "Start": {
              "Line": 4,
              "Column": 11
            },
            "End": {
              "Line": 4,
              "Column": 21
            }
          },
          "full": {
            "Start": {
              "Line": 4,
              "Column": 1
            },
            "End": {
              "Line": 15,
              "Column": 2
            }
          }
        },
        "Properties": null
      }
    ]
  },
  "Seq": 495,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 17,
  "Command": "/findusages",
  "Arguments": {
    "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs",
    "Line": 6,
    "Column": 11,
    "OnlyThisFile": false,
    "ExcludeDefinition": true
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 18,
  "Command": "/findusages",
  "Arguments": {
    "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs",
    "Line": 8,
    "Column": 21,
    "OnlyThisFile": false,
    "ExcludeDefinition": true
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 18,
  "Command": "/findusages",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "QuickFixes": []
  },
  "Seq": 502,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 17,
  "Command": "/findusages",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "QuickFixes": []
  },
  "Seq": 500,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 19,
  "Command": "/codecheck",
  "Arguments": {
    "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs"
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 19,
  "Command": "/codecheck",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "QuickFixes": []
  },
  "Seq": 511,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 20,
  "Command": "/codecheck",
  "Arguments": {
    "FileName": null
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 20,
  "Command": "/codecheck",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "QuickFixes": [
      {
        "LogLevel": "Hidden",
        "Id": "CS8019",
        "Tags": [],
        "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\obj\\Debug\\netcoreapp3.1\\testvscode.AssemblyInfo.cs",
        "Line": 11,
        "Column": 1,
        "EndLine": 11,
        "EndColumn": 14,
        "Text": "Niepotrzebna dyrektywa using.",
        "Projects": [
          "testvscode"
        ]
      },
      {
        "LogLevel": "Hidden",
        "Id": "CS8019",
        "Tags": [],
        "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\obj\\Debug\\netcoreapp3.1\\testvscode.AssemblyInfo.cs",
        "Line": 12,
        "Column": 1,
        "EndLine": 12,
        "EndColumn": 25,
        "Text": "Niepotrzebna dyrektywa using.",
        "Projects": [
          "testvscode"
        ]
      }
    ]
  },
  "Seq": 523,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 21,
  "Command": "/codecheck",
  "Arguments": {
    "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs"
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 21,
  "Command": "/codecheck",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "QuickFixes": []
  },
  "Seq": 526,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 22,
  "Command": "/updatebuffer",
  "Arguments": {
    "Buffer": "using System;\r\nusing System.Collections.Generic;\r\n\r\nnamespace testvscode\r\n{\r\n    class Program\r\n    {\r\n        static void Main(string[] args)\r\n        {\r\n            Console.WriteLine(\"Hello World!\");            \r\n            var list = new List<string>(); \r\n            l\r\n        }\r\n    }\r\n}\r\n",
    "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs"
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 22,
  "Command": "/updatebuffer",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": true,
  "Seq": 552,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 23,
  "Command": "/completion",
  "Arguments": {
    "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs",
    "Line": 12,
    "Column": 14,
    "CompletionTrigger": 1
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 24,
  "Command": "/updatebuffer",
  "Arguments": {
    "Buffer": "using System;\r\nusing System.Collections.Generic;\r\n\r\nnamespace testvscode\r\n{\r\n    class Program\r\n    {\r\n        static void Main(string[] args)\r\n        {\r\n            Console.WriteLine(\"Hello World!\");            \r\n            var list = new List<string>(); \r\n            li\r\n        }\r\n    }\r\n}\r\n",
    "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs"
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 24,
  "Command": "/updatebuffer",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": true,
  "Seq": 558,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 25,
  "Command": "/updatebuffer",
  "Arguments": {
    "Buffer": "using System;\r\nusing System.Collections.Generic;\r\n\r\nnamespace testvscode\r\n{\r\n    class Program\r\n    {\r\n        static void Main(string[] args)\r\n        {\r\n            Console.WriteLine(\"Hello World!\");            \r\n            var list = new List<string>(); \r\n            lis\r\n        }\r\n    }\r\n}\r\n",
    "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs"
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 25,
  "Command": "/updatebuffer",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": true,
  "Seq": 562,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 26,
  "Command": "/v2/blockstructure",
  "Arguments": {
    "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs"
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 26,
  "Command": "/v2/blockstructure",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "Spans": [
      {
        "Range": {
          "Start": {
            "Line": 1,
            "Column": 7
          },
          "End": {
            "Line": 2,
            "Column": 34
          }
        },
        "Kind": "Imports"
      },
      {
        "Range": {
          "Start": {
            "Line": 4,
            "Column": 21
          },
          "End": {
            "Line": 15,
            "Column": 2
          }
        },
        "Kind": null
      },
      {
        "Range": {
          "Start": {
            "Line": 6,
            "Column": 18
          },
          "End": {
            "Line": 14,
            "Column": 6
          }
        },
        "Kind": null
      },
      {
        "Range": {
          "Start": {
            "Line": 8,
            "Column": 40
          },
          "End": {
            "Line": 13,
            "Column": 10
          }
        },
        "Kind": null
      },
      {
        "Range": {
          "Start": {
            "Line": 10,
            "Column": 31
          },
          "End": {
            "Line": 10,
            "Column": 45
          }
        },
        "Kind": null
      }
    ]
  },
  "Seq": 567,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 27,
  "Command": "/updatebuffer",
  "Arguments": {
    "Buffer": "using System;\r\nusing System.Collections.Generic;\r\n\r\nnamespace testvscode\r\n{\r\n    class Program\r\n    {\r\n        static void Main(string[] args)\r\n        {\r\n            Console.WriteLine(\"Hello World!\");            \r\n            var list = new List<string>(); \r\n            list\r\n        }\r\n    }\r\n}\r\n",
    "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs"
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 27,
  "Command": "/updatebuffer",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": true,
  "Seq": 570,
  "Type": "response"
}
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.Features.resources, Version=3.8.0.0, Culture=pl-PL, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.Features.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.Features.resources, Version=3.8.0.0, Culture=pl-PL, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.Features.resources.dll'.
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 28,
  "Command": "/v2/blockstructure",
  "Arguments": {
    "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs"
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 28,
  "Command": "/v2/blockstructure",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "Spans": [
      {
        "Range": {
          "Start": {
            "Line": 1,
            "Column": 7
          },
          "End": {
            "Line": 2,
            "Column": 34
          }
        },
        "Kind": "Imports"
      },
      {
        "Range": {
          "Start": {
            "Line": 4,
            "Column": 21
          },
          "End": {
            "Line": 15,
            "Column": 2
          }
        },
        "Kind": null
      },
      {
        "Range": {
          "Start": {
            "Line": 6,
            "Column": 18
          },
          "End": {
            "Line": 14,
            "Column": 6
          }
        },
        "Kind": null
      },
      {
        "Range": {
          "Start": {
            "Line": 8,
            "Column": 40
          },
          "End": {
            "Line": 13,
            "Column": 10
          }
        },
        "Kind": null
      },
      {
        "Range": {
          "Start": {
            "Line": 10,
            "Column": 31
          },
          "End": {
            "Line": 10,
            "Column": 45
          }
        },
        "Kind": null
      }
    ]
  },
  "Seq": 579,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 29,
  "Command": "/v2/codestructure",
  "Arguments": {
    "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs"
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 29,
  "Command": "/v2/codestructure",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "Elements": [
      {
        "Kind": "namespace",
        "Name": "testvscode",
        "DisplayName": "testvscode",
        "Children": [
          {
            "Kind": "class",
            "Name": "Program",
            "DisplayName": "testvscode.Program",
            "Children": [
              {
                "Kind": "method",
                "Name": "Main",
                "DisplayName": "Main(string[] args)",
                "Children": null,
                "Ranges": {
                  "name": {
                    "Start": {
                      "Line": 8,
                      "Column": 21
                    },
                    "End": {
                      "Line": 8,
                      "Column": 25
                    }
                  },
                  "full": {
                    "Start": {
                      "Line": 8,
                      "Column": 9
                    },
                    "End": {
                      "Line": 13,
                      "Column": 10
                    }
                  }
                },
                "Properties": {
                  "static": true,
                  "accessibility": "private"
                }
              }
            ],
            "Ranges": {
              "name": {
                "Start": {
                  "Line": 6,
                  "Column": 11
                },
                "End": {
                  "Line": 6,
                  "Column": 18
                }
              },
              "full": {
                "Start": {
                  "Line": 6,
                  "Column": 5
                },
                "End": {
                  "Line": 14,
                  "Column": 6
                }
              }
            },
            "Properties": {
              "static": false,
              "accessibility": "internal"
            }
          }
        ],
        "Ranges": {
          "name": {
            "Start": {
              "Line": 4,
              "Column": 11
            },
            "End": {
              "Line": 4,
              "Column": 21
            }
          },
          "full": {
            "Start": {
              "Line": 4,
              "Column": 1
            },
            "End": {
              "Line": 15,
              "Column": 2
            }
          }
        },
        "Properties": null
      }
    ]
  },
  "Seq": 582,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 30,
  "Command": "/v2/getcodeactions",
  "Arguments": {
    "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs",
    "Line": 12,
    "Column": 17
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 31,
  "Command": "/updatebuffer",
  "Arguments": {
    "Buffer": "using System;\r\nusing System.Collections.Generic;\r\n\r\nnamespace testvscode\r\n{\r\n    class Program\r\n    {\r\n        static void Main(string[] args)\r\n        {\r\n            Console.WriteLine(\"Hello World!\");            \r\n            var list = new List<string>(); \r\n            list.\r\n        }\r\n    }\r\n}\r\n",
    "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs"
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 31,
  "Command": "/updatebuffer",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": true,
  "Seq": 589,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 32,
  "Command": "/findusages",
  "Arguments": {
    "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs",
    "Line": 6,
    "Column": 11,
    "OnlyThisFile": false,
    "ExcludeDefinition": true
  }
}
[fail]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 23,
  "Command": "/completion",
  "Running": true,
  "Success": false,
  "Message": "\"System.InvalidCastException: Nie można zrzutować [A]System.Threading.Tasks.Task`1[System.ValueTuple`2[Microsoft.CodeAnalysis.Completion.CompletionList,System.Boolean]] na [B]System.Threading.Tasks.Task`1[System.ValueTuple`2[Microsoft.CodeAnalysis.Completion.CompletionList,System.Boolean]]. Typ A pochodzi od mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 w kontekście LoadNeither w lokalizacji C:\\\\WINDOWS\\\\Microsoft.Net\\\\assembly\\\\GAC_64\\\\mscorlib\\\\v4.0_4.0.0.0__b77a5c561934e089\\\\mscorlib.dll. Typ B pochodzi od mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 w kontekście LoadNeither w lokalizacji C:\\\\WINDOWS\\\\Microsoft.Net\\\\assembly\\\\GAC_64\\\\mscorlib\\\\v4.0_4.0.0.0__b77a5c561934e089\\\\mscorlib.dll.\\r\\n   w OmniSharp.Roslyn.CSharp.Services.Intellisense.CompletionItemExtensions.GetCompletionsInternalAsync(CompletionService completionService, Document document, Int32 caretPosition, CompletionTrigger trigger, ImmutableHashSet`1 roles, OptionSet options, CancellationToken cancellationToken) w D:\\\\a\\\\1\\\\s\\\\src\\\\OmniSharp.Roslyn.CSharp\\\\Services\\\\Intellisense\\\\CompletionItemExtensions.cs:wiersz 65\\r\\n   w OmniSharp.Roslyn.CSharp.Services.Completion.CompletionService.<Handle>d__7.MoveNext() w D:\\\\a\\\\1\\\\s\\\\src\\\\OmniSharp.Roslyn.CSharp\\\\Services\\\\Completion\\\\CompletionService.cs:wiersz 120\\r\\n--- Koniec śladu stosu z poprzedniej lokalizacji, w której wystąpił wyjątek ---\\r\\n   w System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\\r\\n   w System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\\r\\n   w OmniSharp.Endpoint.EndpointHandler`2.<GetFirstNotEmptyResponseFromHandlers>d__19.MoveNext()\\r\\n--- Koniec śladu stosu z poprzedniej lokalizacji, w której wystąpił wyjątek ---\\r\\n   w System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\\r\\n   w System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\\r\\n   w OmniSharp.Endpoint.EndpointHandler`2.<HandleRequestForLanguage>d__20.MoveNext() w D:\\\\a\\\\1\\\\s\\\\src\\\\OmniSharp.Host\\\\Endpoint\\\\EndpointHandler.cs:wiersz 230\\r\\n--- Koniec śladu stosu z poprzedniej lokalizacji, w której wystąpił wyjątek ---\\r\\n   w System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\\r\\n   w System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\\r\\n   w OmniSharp.Endpoint.EndpointHandler`2.<Process>d__16.MoveNext() w D:\\\\a\\\\1\\\\s\\\\src\\\\OmniSharp.Host\\\\Endpoint\\\\EndpointHandler.cs:wiersz 131\\r\\n--- Koniec śladu stosu z poprzedniej lokalizacji, w której wystąpił wyjątek ---\\r\\n   w System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\\r\\n   w System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\\r\\n   w OmniSharp.Stdio.Host.<HandleRequest>d__13.MoveNext() w D:\\\\a\\\\1\\\\s\\\\src\\\\OmniSharp.Stdio\\\\Host.cs:wiersz 215\"",
  "Body": null,
  "Seq": 555,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 34,
  "Command": "/completion",
  "Arguments": {
    "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs",
    "Line": 12,
    "Column": 18,
    "CompletionTrigger": 2,
    "TriggerCharacter": "."
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 33,
  "Command": "/findusages",
  "Arguments": {
    "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs",
    "Line": 8,
    "Column": 21,
    "OnlyThisFile": false,
    "ExcludeDefinition": true
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 33,
  "Command": "/findusages",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "QuickFixes": []
  },
  "Seq": 599,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 32,
  "Command": "/findusages",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "QuickFixes": []
  },
  "Seq": 594,
  "Type": "response"
}
[fail]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 34,
  "Command": "/completion",
  "Running": true,
  "Success": false,
  "Message": "\"System.InvalidCastException: Nie można zrzutować [A]System.Threading.Tasks.Task`1[System.ValueTuple`2[Microsoft.CodeAnalysis.Completion.CompletionList,System.Boolean]] na [B]System.Threading.Tasks.Task`1[System.ValueTuple`2[Microsoft.CodeAnalysis.Completion.CompletionList,System.Boolean]]. Typ A pochodzi od mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 w kontekście LoadNeither w lokalizacji C:\\\\WINDOWS\\\\Microsoft.Net\\\\assembly\\\\GAC_64\\\\mscorlib\\\\v4.0_4.0.0.0__b77a5c561934e089\\\\mscorlib.dll. Typ B pochodzi od mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 w kontekście LoadNeither w lokalizacji C:\\\\WINDOWS\\\\Microsoft.Net\\\\assembly\\\\GAC_64\\\\mscorlib\\\\v4.0_4.0.0.0__b77a5c561934e089\\\\mscorlib.dll.\\r\\n   w OmniSharp.Roslyn.CSharp.Services.Intellisense.CompletionItemExtensions.GetCompletionsInternalAsync(CompletionService completionService, Document document, Int32 caretPosition, CompletionTrigger trigger, ImmutableHashSet`1 roles, OptionSet options, CancellationToken cancellationToken) w D:\\\\a\\\\1\\\\s\\\\src\\\\OmniSharp.Roslyn.CSharp\\\\Services\\\\Intellisense\\\\CompletionItemExtensions.cs:wiersz 65\\r\\n   w OmniSharp.Roslyn.CSharp.Services.Completion.CompletionService.<Handle>d__7.MoveNext() w D:\\\\a\\\\1\\\\s\\\\src\\\\OmniSharp.Roslyn.CSharp\\\\Services\\\\Completion\\\\CompletionService.cs:wiersz 120\\r\\n--- Koniec śladu stosu z poprzedniej lokalizacji, w której wystąpił wyjątek ---\\r\\n   w System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\\r\\n   w System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\\r\\n   w OmniSharp.Endpoint.EndpointHandler`2.<GetFirstNotEmptyResponseFromHandlers>d__19.MoveNext()\\r\\n--- Koniec śladu stosu z poprzedniej lokalizacji, w której wystąpił wyjątek ---\\r\\n   w System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\\r\\n   w System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\\r\\n   w OmniSharp.Endpoint.EndpointHandler`2.<HandleRequestForLanguage>d__20.MoveNext() w D:\\\\a\\\\1\\\\s\\\\src\\\\OmniSharp.Host\\\\Endpoint\\\\EndpointHandler.cs:wiersz 230\\r\\n--- Koniec śladu stosu z poprzedniej lokalizacji, w której wystąpił wyjątek ---\\r\\n   w System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\\r\\n   w System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\\r\\n   w OmniSharp.Endpoint.EndpointHandler`2.<Process>d__16.MoveNext() w D:\\\\a\\\\1\\\\s\\\\src\\\\OmniSharp.Host\\\\Endpoint\\\\EndpointHandler.cs:wiersz 131\\r\\n--- Koniec śladu stosu z poprzedniej lokalizacji, w której wystąpił wyjątek ---\\r\\n   w System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\\r\\n   w System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\\r\\n   w OmniSharp.Stdio.Host.<HandleRequest>d__13.MoveNext() w D:\\\\a\\\\1\\\\s\\\\src\\\\OmniSharp.Stdio\\\\Host.cs:wiersz 215\"",
  "Body": null,
  "Seq": 598,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 35,
  "Command": "/v2/blockstructure",
  "Arguments": {
    "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs"
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 35,
  "Command": "/v2/blockstructure",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "Spans": [
      {
        "Range": {
          "Start": {
            "Line": 1,
            "Column": 7
          },
          "End": {
            "Line": 2,
            "Column": 34
          }
        },
        "Kind": "Imports"
      },
      {
        "Range": {
          "Start": {
            "Line": 4,
            "Column": 21
          },
          "End": {
            "Line": 15,
            "Column": 2
          }
        },
        "Kind": null
      },
      {
        "Range": {
          "Start": {
            "Line": 6,
            "Column": 18
          },
          "End": {
            "Line": 14,
            "Column": 6
          }
        },
        "Kind": null
      },
      {
        "Range": {
          "Start": {
            "Line": 8,
            "Column": 40
          },
          "End": {
            "Line": 13,
            "Column": 10
          }
        },
        "Kind": null
      },
      {
        "Range": {
          "Start": {
            "Line": 10,
            "Column": 31
          },
          "End": {
            "Line": 10,
            "Column": 45
          }
        },
        "Kind": null
      }
    ]
  },
  "Seq": 606,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 36,
  "Command": "/v2/codestructure",
  "Arguments": {
    "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs"
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 36,
  "Command": "/v2/codestructure",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "Elements": [
      {
        "Kind": "namespace",
        "Name": "testvscode",
        "DisplayName": "testvscode",
        "Children": [
          {
            "Kind": "class",
            "Name": "Program",
            "DisplayName": "testvscode.Program",
            "Children": [
              {
                "Kind": "method",
                "Name": "Main",
                "DisplayName": "Main(string[] args)",
                "Children": null,
                "Ranges": {
                  "name": {
                    "Start": {
                      "Line": 8,
                      "Column": 21
                    },
                    "End": {
                      "Line": 8,
                      "Column": 25
                    }
                  },
                  "full": {
                    "Start": {
                      "Line": 8,
                      "Column": 9
                    },
                    "End": {
                      "Line": 13,
                      "Column": 10
                    }
                  }
                },
                "Properties": {
                  "static": true,
                  "accessibility": "private"
                }
              }
            ],
            "Ranges": {
              "name": {
                "Start": {
                  "Line": 6,
                  "Column": 11
                },
                "End": {
                  "Line": 6,
                  "Column": 18
                }
              },
              "full": {
                "Start": {
                  "Line": 6,
                  "Column": 5
                },
                "End": {
                  "Line": 14,
                  "Column": 6
                }
              }
            },
            "Properties": {
              "static": false,
              "accessibility": "internal"
            }
          }
        ],
        "Ranges": {
          "name": {
            "Start": {
              "Line": 4,
              "Column": 11
            },
            "End": {
              "Line": 4,
              "Column": 21
            }
          },
          "full": {
            "Start": {
              "Line": 4,
              "Column": 1
            },
            "End": {
              "Line": 15,
              "Column": 2
            }
          }
        },
        "Properties": null
      }
    ]
  },
  "Seq": 609,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 37,
  "Command": "/v2/getcodeactions",
  "Arguments": {
    "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs",
    "Line": 12,
    "Column": 18
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 38,
  "Command": "/findusages",
  "Arguments": {
    "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs",
    "Line": 6,
    "Column": 11,
    "OnlyThisFile": false,
    "ExcludeDefinition": true
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 39,
  "Command": "/findusages",
  "Arguments": {
    "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs",
    "Line": 8,
    "Column": 21,
    "OnlyThisFile": false,
    "ExcludeDefinition": true
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 38,
  "Command": "/findusages",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "QuickFixes": []
  },
  "Seq": 616,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 39,
  "Command": "/findusages",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "QuickFixes": []
  },
  "Seq": 618,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 30,
  "Command": "/v2/getcodeactions",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "CodeActions": []
  },
  "Seq": 586,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 37,
  "Command": "/v2/getcodeactions",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "CodeActions": [
      {
        "Identifier": "Wprowadź element lokalny dla elementu „list. ”",
        "Name": "Wprowadź element lokalny dla elementu „list. ”"
      }
    ]
  },
  "Seq": 612,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 40,
  "Command": "/completion",
  "Arguments": {
    "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs",
    "Line": 12,
    "Column": 18,
    "CompletionTrigger": 1
  }
}
[fail]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 40,
  "Command": "/completion",
  "Running": true,
  "Success": false,
  "Message": "\"System.InvalidCastException: Nie można zrzutować [A]System.Threading.Tasks.Task`1[System.ValueTuple`2[Microsoft.CodeAnalysis.Completion.CompletionList,System.Boolean]] na [B]System.Threading.Tasks.Task`1[System.ValueTuple`2[Microsoft.CodeAnalysis.Completion.CompletionList,System.Boolean]]. Typ A pochodzi od mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 w kontekście LoadNeither w lokalizacji C:\\\\WINDOWS\\\\Microsoft.Net\\\\assembly\\\\GAC_64\\\\mscorlib\\\\v4.0_4.0.0.0__b77a5c561934e089\\\\mscorlib.dll. Typ B pochodzi od mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 w kontekście LoadNeither w lokalizacji C:\\\\WINDOWS\\\\Microsoft.Net\\\\assembly\\\\GAC_64\\\\mscorlib\\\\v4.0_4.0.0.0__b77a5c561934e089\\\\mscorlib.dll.\\r\\n   w OmniSharp.Roslyn.CSharp.Services.Intellisense.CompletionItemExtensions.GetCompletionsInternalAsync(CompletionService completionService, Document document, Int32 caretPosition, CompletionTrigger trigger, ImmutableHashSet`1 roles, OptionSet options, CancellationToken cancellationToken) w D:\\\\a\\\\1\\\\s\\\\src\\\\OmniSharp.Roslyn.CSharp\\\\Services\\\\Intellisense\\\\CompletionItemExtensions.cs:wiersz 65\\r\\n   w OmniSharp.Roslyn.CSharp.Services.Completion.CompletionService.<Handle>d__7.MoveNext() w D:\\\\a\\\\1\\\\s\\\\src\\\\OmniSharp.Roslyn.CSharp\\\\Services\\\\Completion\\\\CompletionService.cs:wiersz 120\\r\\n--- Koniec śladu stosu z poprzedniej lokalizacji, w której wystąpił wyjątek ---\\r\\n   w System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\\r\\n   w System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\\r\\n   w OmniSharp.Endpoint.EndpointHandler`2.<GetFirstNotEmptyResponseFromHandlers>d__19.MoveNext()\\r\\n--- Koniec śladu stosu z poprzedniej lokalizacji, w której wystąpił wyjątek ---\\r\\n   w System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\\r\\n   w System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\\r\\n   w OmniSharp.Endpoint.EndpointHandler`2.<HandleRequestForLanguage>d__20.MoveNext() w D:\\\\a\\\\1\\\\s\\\\src\\\\OmniSharp.Host\\\\Endpoint\\\\EndpointHandler.cs:wiersz 230\\r\\n--- Koniec śladu stosu z poprzedniej lokalizacji, w której wystąpił wyjątek ---\\r\\n   w System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\\r\\n   w System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\\r\\n   w OmniSharp.Endpoint.EndpointHandler`2.<Process>d__16.MoveNext() w D:\\\\a\\\\1\\\\s\\\\src\\\\OmniSharp.Host\\\\Endpoint\\\\EndpointHandler.cs:wiersz 131\\r\\n--- Koniec śladu stosu z poprzedniej lokalizacji, w której wystąpił wyjątek ---\\r\\n   w System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\\r\\n   w System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\\r\\n   w OmniSharp.Stdio.Host.<HandleRequest>d__13.MoveNext() w D:\\\\a\\\\1\\\\s\\\\src\\\\OmniSharp.Stdio\\\\Host.cs:wiersz 215\"",
  "Body": null,
  "Seq": 625,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 41,
  "Command": "/codecheck",
  "Arguments": {
    "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs"
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 41,
  "Command": "/codecheck",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "QuickFixes": [
      {
        "LogLevel": "Error",
        "Id": "CS1001",
        "Tags": [],
        "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs",
        "Line": 12,
        "Column": 18,
        "EndLine": 12,
        "EndColumn": 18,
        "Text": "Oczekiwano identyfikatora",
        "Projects": [
          "testvscode"
        ]
      },
      {
        "LogLevel": "Error",
        "Id": "CS1002",
        "Tags": [],
        "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs",
        "Line": 12,
        "Column": 18,
        "EndLine": 12,
        "EndColumn": 18,
        "Text": "Oczekiwano średnika (;)",
        "Projects": [
          "testvscode"
        ]
      }
    ]
  },
  "Seq": 631,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 42,
  "Command": "/v2/getcodeactions",
  "Arguments": {
    "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs",
    "Line": 12,
    "Column": 18
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 42,
  "Command": "/v2/getcodeactions",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "CodeActions": [
      {
        "Identifier": "Wprowadź element lokalny dla elementu „list. ”",
        "Name": "Wprowadź element lokalny dla elementu „list. ”"
      }
    ]
  },
  "Seq": 636,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 43,
  "Command": "/codecheck",
  "Arguments": {
    "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs"
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 43,
  "Command": "/codecheck",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "QuickFixes": [
      {
        "LogLevel": "Error",
        "Id": "CS1001",
        "Tags": [],
        "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs",
        "Line": 12,
        "Column": 18,
        "EndLine": 12,
        "EndColumn": 18,
        "Text": "Oczekiwano identyfikatora",
        "Projects": [
          "testvscode"
        ]
      },
      {
        "LogLevel": "Error",
        "Id": "CS1002",
        "Tags": [],
        "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs",
        "Line": 12,
        "Column": 18,
        "EndLine": 12,
        "EndColumn": 18,
        "Text": "Oczekiwano średnika (;)",
        "Projects": [
          "testvscode"
        ]
      }
    ]
  },
  "Seq": 645,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 44,
  "Command": "/codecheck",
  "Arguments": {
    "FileName": null
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 44,
  "Command": "/codecheck",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "QuickFixes": [
      {
        "LogLevel": "Error",
        "Id": "CS1001",
        "Tags": [],
        "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs",
        "Line": 12,
        "Column": 18,
        "EndLine": 12,
        "EndColumn": 18,
        "Text": "Oczekiwano identyfikatora",
        "Projects": [
          "testvscode"
        ]
      },
      {
        "LogLevel": "Error",
        "Id": "CS1002",
        "Tags": [],
        "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs",
        "Line": 12,
        "Column": 18,
        "EndLine": 12,
        "EndColumn": 18,
        "Text": "Oczekiwano średnika (;)",
        "Projects": [
          "testvscode"
        ]
      },
      {
        "LogLevel": "Hidden",
        "Id": "CS8019",
        "Tags": [],
        "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\obj\\Debug\\netcoreapp3.1\\testvscode.AssemblyInfo.cs",
        "Line": 11,
        "Column": 1,
        "EndLine": 11,
        "EndColumn": 14,
        "Text": "Niepotrzebna dyrektywa using.",
        "Projects": [
          "testvscode"
        ]
      },
      {
        "LogLevel": "Hidden",
        "Id": "CS8019",
        "Tags": [],
        "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\obj\\Debug\\netcoreapp3.1\\testvscode.AssemblyInfo.cs",
        "Line": 12,
        "Column": 1,
        "EndLine": 12,
        "EndColumn": 25,
        "Text": "Niepotrzebna dyrektywa using.",
        "Projects": [
          "testvscode"
        ]
      }
    ]
  },
  "Seq": 649,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 45,
  "Command": "/v2/getcodeactions",
  "Arguments": {
    "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs",
    "Line": 12,
    "Column": 18
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 45,
  "Command": "/v2/getcodeactions",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "CodeActions": [
      {
        "Identifier": "Wprowadź element lokalny dla elementu „list. ”",
        "Name": "Wprowadź element lokalny dla elementu „list. ”"
      }
    ]
  },
  "Seq": 654,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 46,
  "Command": "/v2/codestructure",
  "Arguments": {
    "FileName": "d:\\VisualStudio\\Projects\\Testy\\testvscode\\Program.cs"
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 46,
  "Command": "/v2/codestructure",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "Elements": [
      {
        "Kind": "namespace",
        "Name": "testvscode",
        "DisplayName": "testvscode",
        "Children": [
          {
            "Kind": "class",
            "Name": "Program",
            "DisplayName": "testvscode.Program",
            "Children": [
              {
                "Kind": "method",
                "Name": "Main",
                "DisplayName": "Main(string[] args)",
                "Children": null,
                "Ranges": {
                  "name": {
                    "Start": {
                      "Line": 8,
                      "Column": 21
                    },
                    "End": {
                      "Line": 8,
                      "Column": 25
                    }
                  },
                  "full": {
                    "Start": {
                      "Line": 8,
                      "Column": 9
                    },
                    "End": {
                      "Line": 13,
                      "Column": 10
                    }
                  }
                },
                "Properties": {
                  "static": true,
                  "accessibility": "private"
                }
              }
            ],
            "Ranges": {
              "name": {
                "Start": {
                  "Line": 6,
                  "Column": 11
                },
                "End": {
                  "Line": 6,
                  "Column": 18
                }
              },
              "full": {
                "Start": {
                  "Line": 6,
                  "Column": 5
                },
                "End": {
                  "Line": 14,
                  "Column": 6
                }
              }
            },
            "Properties": {
              "static": false,
              "accessibility": "internal"
            }
          }
        ],
        "Ranges": {
          "name": {
            "Start": {
              "Line": 4,
              "Column": 11
            },
            "End": {
              "Line": 4,
              "Column": 21
            }
          },
          "full": {
            "Start": {
              "Line": 4,
              "Column": 1
            },
            "End": {
              "Line": 15,
              "Column": 2
            }
          }
        },
        "Properties": null
      }
    ]
  },
  "Seq": 683,
  "Type": "response"
}

@dewitman
Copy link

dewitman commented Dec 10, 2020

Hi, I have the same problem. My HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full\Release version is 80ea8 (528040), which is version 4.8.03752. Omnisharp version is 1.37.4, ms-dotnettools.csharp-1.23.7, VS Code 1.51.1

This is what I get in the log:
{
"Request_seq": 44,
"Command": "/completion",
"Running": true,
"Success": false,
"Message": ""System.InvalidCastException: [A]System.Threading.Tasks.Task1[System.ValueTuple2[Microsoft.CodeAnalysis.Completion.CompletionList,System.Boolean]] kan niet worden geconverteerd naar [B]System.Threading.Tasks.Task1[System.ValueTuple2[Microsoft.CodeAnalysis.Completion.CompletionList,System.Boolean]]. Type A is afkomstig uit mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 in de context LoadNeither op locatie C:\\WINDOWS\\Microsoft.Net\\assembly\\GAC_64\\mscorlib\\v4.0_4.0.0.0__b77a5c561934e089\\mscorlib.dll. Type B is afkomstig uit mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 in de context LoadNeither op locatie C:\\WINDOWS\\Microsoft.Net\\assembly\\GAC_64\\mscorlib\\v4.0_4.0.0.0__b77a5c561934e089\\mscorlib.dll.\r\n bij OmniSharp.Roslyn.CSharp.Services.Intellisense.CompletionItemExtensions.GetCompletionsInternalAsync(CompletionService completionService, Document document, Int32 caretPosition, CompletionTrigger trigger, ImmutableHashSet1 roles, OptionSet options, CancellationToken cancellationToken) in D:\\\\a\\\\1\\\\s\\\\src\\\\OmniSharp.Roslyn.CSharp\\\\Services\\\\Intellisense\\\\CompletionItemExtensions.cs:regel 65\\r\\n bij OmniSharp.Roslyn.CSharp.Services.Completion.CompletionService.<Handle>d__7.MoveNext() in D:\\\\a\\\\1\\\\s\\\\src\\\\OmniSharp.Roslyn.CSharp\\\\Services\\\\Completion\\\\CompletionService.cs:regel 120\\r\\n--- Einde van stacktracering vanaf vorige locatie waar uitzondering is opgetreden ---\\r\\n bij System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\\r\\n bij System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\\r\\n bij OmniSharp.Endpoint.EndpointHandler2.d__19.MoveNext()\r\n--- Einde van stacktracering vanaf vorige locatie waar uitzondering is opgetreden ---\r\n bij System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n bij System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n bij OmniSharp.Endpoint.EndpointHandler2.<HandleRequestForLanguage>d__20.MoveNext() in D:\\\\a\\\\1\\\\s\\\\src\\\\OmniSharp.Host\\\\Endpoint\\\\EndpointHandler.cs:regel 230\\r\\n--- Einde van stacktracering vanaf vorige locatie waar uitzondering is opgetreden ---\\r\\n bij System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\\r\\n bij System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\\r\\n bij OmniSharp.Endpoint.EndpointHandler2.d__16.MoveNext() in D:\\a\\1\\s\\src\\OmniSharp.Host\\Endpoint\\EndpointHandler.cs:regel 131\r\n--- Einde van stacktracering vanaf vorige locatie waar uitzondering is opgetreden ---\r\n bij System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n bij System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n bij OmniSharp.Stdio.Host.d__13.MoveNext() in D:\\a\\1\\s\\src\\OmniSharp.Stdio\\Host.cs:regel 215"",
"Body": null,
"Seq": 103,
"Type": "response"
}

@PiterGoCompany
Copy link
Author

@filipw are there any news about the problem with c# code completion?

@dewitman
Copy link

I downgraded my ms-dotnettools.csharp extension to v1.23.1, which includes Omnisharp v1.37.0 to make IntelliSense (by this I mean method and property hints when I type a dot, parameter hints when I type a "(" do still work in later versions) work. I installed and tested all ms-dotnettools.csharp versions above v1.23.1 and in none of those versions does IntelliSense work for me.

@miguelelvir
Copy link

Downgrading to 1.23.1 was the only thing that worked in my case as well.

@dodyg
Copy link

dodyg commented Feb 4, 2021

Downgrading to 1.23.1 was the only thing that worked in my case as well.

This is my case as well

@ThaDaVos
Copy link

ThaDaVos commented May 2, 2021

Running into the same issue - completely no autocompletion for usings or what ever, keep seeing these in the logs:
Received response for /v2/getcodeactions but could not find request.

I've set my omnisharp.path to latest as suggested but didn't fix anything - willing to supply more if needed

@ThaDaVos
Copy link

ThaDaVos commented May 2, 2021

Ignore my comment above - suddenly out of nowhere it started working again... I think after I added a single using to my .cs file it started finding stuff recursively

@dodyg
Copy link

dodyg commented May 4, 2021

This is on windows

windows

@mbp
Copy link

mbp commented Jun 14, 2021

On latest OmniSharp (1.23.12) I get MissingMethodException on

System.Threading.Tasks.Task1<System.ValueTuple`2<Microsoft.CodeAnalysis.Completion.CompletionList,Boolean>> 
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp.Completion.OmniSharpCompletionService.GetCompletionsAsync(Microsoft.CodeAnalysis.Completion.CompletionService, Microsoft.CodeAnalysis.Document, Int32, Microsoft.CodeAnalysis.Completion.CompletionTrigger, System.Collections.Immutable.ImmutableHashSet1<System.String>, Microsoft.CodeAnalysis.Options.OptionSet, System.Threading.CancellationToken)**

Downgrading to 11.23.11 gives me the exception in this issue (InvalidCastException)

Downgrading to 1.23.1 fixes the issue.

@PiterGoCompany
Copy link
Author

PiterGoCompany commented Jun 14, 2021

For me after upgrading to 1.23.12, exception has changed from InvalidCastException to MissingMethodException. Last working version is 1.23.1.

@dewitman
Copy link

dewitman commented Jun 14, 2021

Upgrading to 1.23.12 solved the problem for me.

@333fred
Copy link
Member

333fred commented Jun 15, 2021

@mbp @PiterGoCompany somehow, I think you two are loading omnisharp with a different version of roslyn than it ships with. Can you share more details of your setup? Are you using a toolset version of the compiler somehow?

@mbp
Copy link

mbp commented Jun 15, 2021

@333fred I'm ready to provide any details of my setup, but not sure what to provide. I have a pretty standard Windows 10 machine with VSCode (latest version) and just installed the C# extension. I also have Visual Studio installed. I didn't do any special customizations.

I noticed that the extension is installed into folder .vscode\extensions\ms-dotnettools.csharp-1.23.12 and it has a sub folder called .omnisharp\1.37.10 which seems to be the latest version. In this folder I found Microsoft.CodeAnalysis.ExternalAccess.OmniSharp.dll and I confirmed by inspecting DLL that it does indeed have the "MissingMethod" (GetCompletionsAsync), so I have no idea how it figures it is missing.

@333fred
Copy link
Member

333fred commented Jun 15, 2021

Maybe one is local and one is in the GAC? @333fred do you know, is it even possible to install Roslyn into the GAC via some of the installer workflows?

Theoretically? Yes. Does something actually do this? No idea.

@PiterGoCompany
Copy link
Author

@333fred what additional information do you need?

@333fred
Copy link
Member

333fred commented Jun 16, 2021

It would be good to see what roslyn dlls you're actually loading. A fuslog of the loading process should show what paths are being searched (I'd suggest using https://github.com/awaescher/Fusion rather than fuslogvw).

@mbp
Copy link

mbp commented Jun 17, 2021

From fuslog output, I notice that Microsoft.AspNetCore.Razor.OmniSharpPlugin, Version=6.0.0.0 tries to load OmniSharp.Roslyn 1.37.0.0 but it eventually gives up and loads 1.33.0.0 from .vscode\extensions\ms-dotnettools.csharp-1.23.12\.razor\OmniSharpPlugin\OmniSharp.Roslyn.dll

Could this be something?

There is a lot of output, so not sure what to look for.

@PiterGoCompany
Copy link
Author

PiterGoCompany commented Jun 17, 2021

From fuslog I have something like this:

OmniSharp.Roslyn, Version=1.37.0.0, Culture=neutral, PublicKeyToken=7e5bf7b3b470b509
c:/Users/user/.vscode/extensions/ms-dotnettools.csharp-1.23.12/.omnisharp/1.37.11-beta.28/OmniSharp.Roslyn.DLL

OmniSharp.Roslyn.CSharp, Version=1.37.0.0, Culture=neutral, PublicKeyToken=7e5bf7b3b470b509
c:\Users\user\.vscode\extensions\ms-dotnettools.csharp-1.23.12\.omnisharp\1.37.11-beta.28\OmniSharp.Roslyn.CSharp.dll.

OmniSharp.Roslyn, Version=1.33.0.0, Culture=neutral, PublicKeyToken=null
c:\Users\user\.vscode\extensions\ms-dotnettools.csharp-1.23.12\.razor\OmniSharpPlugin\OmniSharp.Roslyn.dll.

@filipw
Copy link
Contributor

filipw commented Jun 17, 2021

Thanks a lot, it looks like the Razor plugin drags in an old version of OmniSharp.Roslyn 😮 cc @NTaylorMullen
could you try disabling Razor support in the VS Code settings ("razor.disabled": true") and see if it helps?

@PiterGoCompany
Copy link
Author

PiterGoCompany commented Jun 17, 2021

Disabling razor causes that new entry appears in the log:

Microsoft.Build.Tasks.CodeAnalysis, Version=3.10.4.26926, Culture=neutral, PublicKeyToken=31bf3856ad364e35
C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Roslyn\Microsoft.Build.Tasks.CodeAnalysis.dll

and code completion still doesn't work.

@mbp
Copy link

mbp commented Jun 17, 2021

Disabling Razor does not solve the issue, but makes the Error from fuslog disappear.

@pastidev
Copy link

pastidev commented Jun 25, 2021

I have the same problem, i manage to install vscode in a virtual machine with the same extensions (only C#) and compared the two OmniSharp Debug Level Log's the differences are:

the one that works:

[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator Located 1 MSBuild instance(s) 1: StandAlone 16.11.0 - "c:\Users\Demo\.vscode\extensions\ms-dotnettools.csharp-1.23.12\.omnisharp\1.37.10\.msbuild\Current\Bin"

the one that doesn't work

Located 4 MSBuild instance(s)
            1: Visual Studio 2017 Express para escritorio 15.9.28307.1525 - "C:\Program Files (x86)\Microsoft Visual Studio\2017\WDExpress\MSBuild\15.0\Bin"
            2: Visual Studio Build Tools 2019 16.10.31402.337 - "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin"
            3: Visual Studio Build Tools 2017 15.9.28307.1525 - "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin"
            4: StandAlone 16.11.0 - "c:\Users\japarici\.vscode\extensions\ms-dotnettools.csharp-1.23.12\.omnisharp\1.37.10\.msbuild\Current\Bin"
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.NetAnalyzers, Version=5.0.4.22903, Culture=neutral, PublicKeyToken=31bf3856ad364e35'

In both cases the StandAlone is selected, but i don't understand why in the case doesn't work try to load "Microsoft.CodeAnalysis.NetAnalyzers.dll"

@pastidev
Copy link

In both cases the StandAlone is selected, but i don't understand why in the case doesn't work try to load "Microsoft.CodeAnalysis.NetAnalyzers.dll"

False clue, i installed .net framework SDK 4.61 and .Net Framework SDK 4.8 in the computer that worked and now also apperars the looking for Microsoft.CodeAnalysis.NetAnalyzers.dll.

I also compared machine.config within C:\Windows\Microsoft.NET\Framework64\v4.0.30319 and it's not that either.

And the looking for OmniSharp.Roslyn 1.37.0.0 but it eventually gives up and loads 1.33, that mentioned mbp, it also happens in the system that works, so it's not that either.

@dodyg
Copy link

dodyg commented Jun 29, 2021

I am still at 1.23.1. Anything above this version will blow up.

@333fred
Copy link
Member

333fred commented Jun 29, 2021

Can someone with this issue please post a full fuslog?

@PiterGoCompany
Copy link
Author

Here're my logs for Omnisharp.exe from two subfolders: Default and NativeImage
OmniSharp.exe from Default subfolder.zip.zip
OmniSharp.exe from NativeImage subfolder.zip

@333fred
Copy link
Member

333fred commented Jul 11, 2021

@PiterGoCompany is one of those logs a success and one a failure scenario? If so which one? Are they both failures? And I'm not sure what you mean by "default" and "nativeimage" subfolders.

@333fred
Copy link
Member

333fred commented Jul 11, 2021

Also, in the logs you provided I still see an old version of OmniSharp.Roslyn getting loaded from the razor folder. I'm guessing that's very likely something to do with the errors here.

@pastidev
Copy link

pastidev commented Jul 11, 2021

I solved the problem, but i did so many things that i don't know which one worked.

  1. Instlled ASP.NET Core 5.0 Runtime (v5.0.7) - Windows Hosting Bundle, that made my vs code doesn't recognize 5.0.301 [C:\Program Files\dotnet\sdk] (i intalled it in order to deploy to local IIS)
  2. Uninstalled Windows Hosting Bundle but VS Code kept not recognizing the sdk.
  3. Uninstalled and reinstalled both sdk x86 and x64 and VS Code kept not recognizing the x64 sdk and couldn't debug
  4. Realized the were two runtimes x86 and x64 v5.0.7 at Windows programs , so i uninstalled those
  5. Uninstalled x86 sdk and vscode user and system versions
  6. Installed vscode x64 system version
  7. Also in some point i installed Spanish language pack for visual studio code that was offered suddenly by vs code

After that completion works, but a side effect happened in blazow webassembly template i get @using code.Shared at _Imports.razor error and App namespace nof found at Program.cs, but the code compiles and runs.

@PiterGoCompany
Copy link
Author

@PiterGoCompany is one of those logs a success and one a failure scenario? If so which one? Are they both failures? And I'm not sure what you mean by "default" and "nativeimage" subfolders.

@333fred, these 'default' and 'nativeimage' subfolders are from fuslog (Fusion++) log subfolder.

@PiterGoCompany
Copy link
Author

Also, in the logs you provided I still see an old version of OmniSharp.Roslyn getting loaded from the razor folder. I'm guessing that's very likely something to do with the errors here.

@333fred, 'something' to do on my side or the c# extension side?

@333fred
Copy link
Member

333fred commented Jul 12, 2021

Also, in the logs you provided I still see an old version of OmniSharp.Roslyn getting loaded from the razor folder. I'm guessing that's very likely something to do with the errors here.

@333fred, 'something' to do on my side or the c# extension side?

Likely something to do with the razor plugin. @NTaylorMullen, could you take a look and see if there's anything that's apparent to you?

@JoeRobich
Copy link
Member

Multiple loading of the OmniSharp.MSBuild assembly should be resolved with the following two changes being merged #4642 & #4643. We expect to have a pre-release build shortly that we will validate for publishing.

@JoeRobich
Copy link
Member

For those interested you can manually install the .vsix from the Release - https://github.com/OmniSharp/omnisharp-vscode/releases/tag/v1.23.13

@brendonscript
Copy link

brendonscript commented Jul 12, 2021

Autocomplete keeps failing inside a .NET 6 Blazor Server application. This was inside Startup.cs using the manually installed Omnisharp vsix

[fail]: OmniSharp.Stdio.Host
        ************  Response (21.5446ms) ************ 
{
  "Request_seq": 98,
  "Command": "/completion",
  "Running": true,
  "Success": false,
  "Message": "\"System.MissingMethodException: Method not found: 'System.Threading.Tasks.Task`1<System.ValueTuple`2<Microsoft.CodeAnalysis.Completion.CompletionList,Boolean>> Microsoft.CodeAnalysis.ExternalAccess.OmniSharp.Completion.OmniSharpCompletionService.GetCompletionsAsync(Microsoft.CodeAnalysis.Completion.CompletionService, Microsoft.CodeAnalysis.Document, Int32, Microsoft.CodeAnalysis.Completion.CompletionTrigger, System.Collections.Immutable.ImmutableHashSet`1<System.String>, Microsoft.CodeAnalysis.Options.OptionSet, System.Threading.CancellationToken)'.\\r\\n   at OmniSharp.Roslyn.CSharp.Services.Completion.CompletionService.<Handle>d__6.MoveNext()\\r\\n   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.Start[TStateMachine](TStateMachine& stateMachine)\\r\\n   at OmniSharp.Roslyn.CSharp.Services.Completion.CompletionService.Handle(CompletionRequest request)\\r\\n   at OmniSharp.Endpoint.EndpointHandler`2.<GetFirstNotEmptyResponseFromHandlers>d__19.MoveNext() in D:\\\\a\\\\1\\\\s\\\\src\\\\OmniSharp.Host\\\\Endpoint\\\\EndpointHandler.cs:line 198\\r\\n--- End of stack trace from previous location where exception was thrown ---\\r\\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\\r\\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\\r\\n   at OmniSharp.Endpoint.EndpointHandler`2.<HandleRequestForLanguage>d__20.MoveNext() in D:\\\\a\\\\1\\\\s\\\\src\\\\OmniSharp.Host\\\\Endpoint\\\\EndpointHandler.cs:line 230\\r\\n--- End of stack trace from previous location where exception was thrown ---\\r\\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\\r\\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\\r\\n   at OmniSharp.Endpoint.EndpointHandler`2.<Process>d__16.MoveNext() in D:\\\\a\\\\1\\\\s\\\\src\\\\OmniSharp.Host\\\\Endpoint\\\\EndpointHandler.cs:line 131\\r\\n--- End of stack trace from previous location where exception was thrown ---\\r\\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\\r\\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\\r\\n   at OmniSharp.Stdio.Host.<HandleRequest>d__14.MoveNext() in D:\\\\a\\\\1\\\\s\\\\src\\\\OmniSharp.Stdio\\\\Host.cs:line 218\"",
  "Body": null,
  "Seq": 332,
  "Type": "response"
}
[warn]: OmniSharp.Roslyn.CSharp.Services.Navigation.FindUsagesService
        No symbol found. File: c:\Git\Project\src\Client\Client.Web\Startup.cs, Line: 28, Column: 14.
Received response for /v2/getcodeactions but could not find request.

@mbp
Copy link

mbp commented Jul 22, 2021

I tried debugging into OmniSharp.exe. I found that if I replace this line:

var (completions, expandedItemsAvailable) = await OmniSharpCompletionService.GetCompletionsAsync(completionService, document, position, trigger);

With these:

var completions = await completionService.GetCompletionsAsync(document, position, trigger);
var expandedItemsAvailable = true;

Then everything works. Of course this is not the right fix, but wanted to provide this info.

It is not clear to me why MissingMethodException on the tuple line, but I found old Roslyn issue (dotnet/roslyn#22903) which shows a connection between ValueTuple and MissingMethodException.

@333fred
Copy link
Member

333fred commented Jul 22, 2021

You're calling a different method, which fixes the issue because you're involving one less roslyn dll, and only using the one that is getting misloaded. This issue is resulting because someone (I think razor) is loading a different version of roslyn than O# was compiled with, resulting in types not lining up.

@mbp
Copy link

mbp commented Jul 22, 2021

Let me know if there are any experiments I can do on my machine to provide more info.

@mbp
Copy link

mbp commented Jul 22, 2021

Ok, I found something.

If I modify file OmniSharp.exe.config located in .vscode\extensions\ms-dotnettools.csharp-1.23.13\.omnisharp\1.37.12 and remove this section:

<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  <dependentAssembly>
    <assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
    <bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
  </dependentAssembly>
</assemblyBinding>

Then the exception goes away, and code completion starts working!

I don't know why this binding redirect is added on compilation, however I discovered McMaster.Extensions.CommandLineUtils/2.2.4 was depending on 4.4.0 of System.ValueTuple while omnisharp-roslyn depends on 4.5.0. Newer versions of McMaster.Extensions.CommandLineUtils depend on 4.5.0. When I upgraded the dependency, the binding redirect was no longer added to OmniSharp.exe.config

I have made a pull request in omnisharp-roslyn to upgrade the dependency.

@333fred
Copy link
Member

333fred commented Jul 22, 2021

That's brilliant @mbp. I would never have expected it was the version of ValueTuple, and was stuck trying to figure out why the completion list types differed.

@PiterGoCompany
Copy link
Author

I can confirm, that removing System.ValueTuple assembly binding, pointed by @mbp is solving problem for me too.

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

Successfully merging a pull request may close this issue.