vscode-csharp: Ubuntu 19.04: No usable version of the libssl was found; Error: Input connection was closed. Aborting the debug session.

Issue Description

After upgrading to Ubuntu 19.04 debugging is no longer possible with VSCode. Upon starting a debug session, the following output is visible with a clean console application:

/home/zeroskyx/skyseract/Data/Resources/VSCode/extensions/ms-vscode.csharp-1.19.0/.debugger/vsdbg --interpreter=vscode --connection=/tmp/CoreFxPipe_vsdbg-ui-b0e9bd7c6e53450b853ff5b1b397338d 
Error: Input connection was closed. Aborting the debug session.

Running without any breakpoints still works.

Steps to Reproduce

  1. Create a new console application: dotnet new console
  2. Start VSCode: code .
  3. Allow VSCode to generate missing assets (launch.json)
  4. Set a breakpoint in the main method
  5. Change to integrated terminal in launch.json: "console": "integratedTerminal"

Expected Behavior

When starting a debug session, the application executes and the debugger stops at the set breakpoint.

Actual Behavior

The application launches and aborts with the following error in the terminal:

/home/zeroskyx/skyseract/Data/Resources/VSCode/extensions/ms-vscode.csharp-1.19.0/.debugger/vsdbg --interpreter=vscode --connection=/tmp/CoreFxPipe_vsdbg-ui-b0e9bd7c6e53450b853ff5b1b397338d 
Error: Input connection was closed. Aborting the debug session.

Note: when omitting to change the console to integratedTerminal, no error message is displayed and the behavior is the same.

Logs

OmniSharp log

Starting OmniSharp server at 4/19/2019, 4:35:57 PM
    Target: /home/zeroskyx/Test

OmniSharp server started.
    Path: /home/zeroskyx/.vscode/extensions/ms-vscode.csharp-1.19.0/.omnisharp/1.32.18/run
    PID: 25148

[dbug]: OmniSharp.CompositionHostBuilder
        Loaded OmniSharp.Cake, Version=1.32.0.0, Culture=neutral, PublicKeyToken=null
[dbug]: OmniSharp.CompositionHostBuilder
        Loaded OmniSharp.DotNet, Version=1.32.0.0, Culture=neutral, PublicKeyToken=null
[dbug]: OmniSharp.CompositionHostBuilder
        Loaded OmniSharp.DotNetTest, Version=1.32.0.0, Culture=neutral, PublicKeyToken=null
[dbug]: OmniSharp.CompositionHostBuilder
        Loaded OmniSharp.Host, Version=1.32.0.0, Culture=neutral, PublicKeyToken=null
[dbug]: OmniSharp.CompositionHostBuilder
        Loaded OmniSharp.MSBuild, Version=1.32.0.0, Culture=neutral, PublicKeyToken=null
[dbug]: OmniSharp.CompositionHostBuilder
        Loaded OmniSharp.Roslyn, Version=1.32.0.0, Culture=neutral, PublicKeyToken=null
[dbug]: OmniSharp.CompositionHostBuilder
        Loaded OmniSharp.Roslyn.CSharp, Version=1.32.0.0, Culture=neutral, PublicKeyToken=null
[dbug]: OmniSharp.CompositionHostBuilder
        Loaded OmniSharp.Script, Version=1.32.0.0, Culture=neutral, PublicKeyToken=null
[dbug]: OmniSharp.CompositionHostBuilder
        Loaded OmniSharp.Shared, Version=1.32.0.0, Culture=neutral, PublicKeyToken=null
[info]: OmniSharp.Stdio.Host
        Starting OmniSharp on ubuntu 19.4 (x64)
[info]: OmniSharp.Services.DotNetCliService
        DotNetPath set to dotnet
[dbug]: OmniSharp.MSBuild.Discovery.Providers.MonoInstanceProvider
        Could not retrieve Mono runtime path
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Located 1 MSBuild instance(s)
            1: StandAlone 15.0 - "/home/zeroskyx/skyseract/Data/Resources/VSCode/extensions/ms-vscode.csharp-1.19.0/.omnisharp/1.32.18/omnisharp/.msbuild/Current/Bin"
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        SUCCESS: Resolved to '/home/zeroskyx/skyseract/Data/Resources/VSCode/extensions/ms-vscode.csharp-1.19.0/.omnisharp/1.32.18/omnisharp/.msbuild/Current/Bin/Microsoft.Build.Utilities.Core.dll' (name-only).
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        SUCCESS: Resolved to '/home/zeroskyx/skyseract/Data/Resources/VSCode/extensions/ms-vscode.csharp-1.19.0/.omnisharp/1.32.18/omnisharp/.msbuild/Current/Bin/Microsoft.Build.Tasks.Core.dll' (name-only).
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        SUCCESS: Resolved to '/home/zeroskyx/skyseract/Data/Resources/VSCode/extensions/ms-vscode.csharp-1.19.0/.omnisharp/1.32.18/omnisharp/.msbuild/Current/Bin/Microsoft.Build.Framework.dll' (name-only).
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        SUCCESS: Resolved to '/home/zeroskyx/skyseract/Data/Resources/VSCode/extensions/ms-vscode.csharp-1.19.0/.omnisharp/1.32.18/omnisharp/.msbuild/Current/Bin/Microsoft.Build.dll' (name-only).
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        MSBUILD_EXE_PATH environment variable set to '/home/zeroskyx/skyseract/Data/Resources/VSCode/extensions/ms-vscode.csharp-1.19.0/.omnisharp/1.32.18/omnisharp/.msbuild/Current/Bin/MSBuild.dll'
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Registered MSBuild instance: StandAlone 15.0 - "/home/zeroskyx/skyseract/Data/Resources/VSCode/extensions/ms-vscode.csharp-1.19.0/.omnisharp/1.32.18/omnisharp/.msbuild/Current/Bin"
            MSBuildExtensionsPath = /home/zeroskyx/skyseract/Data/Resources/VSCode/extensions/ms-vscode.csharp-1.19.0/.omnisharp/1.32.18/omnisharp/.msbuild
            BypassFrameworkInstallChecks = true
            CscToolPath = /home/zeroskyx/skyseract/Data/Resources/VSCode/extensions/ms-vscode.csharp-1.19.0/.omnisharp/1.32.18/omnisharp/.msbuild/Current/Bin/Roslyn
            CscToolExe = csc.exe
            MSBuildToolsPath = /home/zeroskyx/skyseract/Data/Resources/VSCode/extensions/ms-vscode.csharp-1.19.0/.omnisharp/1.32.18/omnisharp/.msbuild/Current/Bin
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.VisualBasic.Workspaces, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate '/home/zeroskyx/skyseract/Data/Resources/VSCode/extensions/ms-vscode.csharp-1.19.0/.omnisharp/1.32.18/omnisharp/.msbuild/Current/Bin/Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.VisualBasic.Features, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate '/home/zeroskyx/skyseract/Data/Resources/VSCode/extensions/ms-vscode.csharp-1.19.0/.omnisharp/1.32.18/omnisharp/.msbuild/Current/Bin/Microsoft.CodeAnalysis.VisualBasic.Features.dll'.
[info]: OmniSharp.Cake.CakeProjectSystem
        Detecting Cake files in '/home/zeroskyx/Test'.
[info]: OmniSharp.Cake.CakeProjectSystem
        Could not find any Cake files
[info]: OmniSharp.WorkspaceInitializer
        Project system 'OmniSharp.DotNet.DotNetProjectSystem' is disabled in the configuration.
[dbug]: OmniSharp.MSBuild.ProjectSystem
        MSBuild environment: 
Mode: Standalone
RunningTests: False
RunningInVisualStudio: False
MSBuildToolsDirectory32: /home/zeroskyx/skyseract/Data/Resources/VSCode/extensions/ms-vscode.csharp-1.19.0/.omnisharp/1.32.18/omnisharp/.msbuild/Current/Bin
MSBuildToolsDirectory64: /home/zeroskyx/skyseract/Data/Resources/VSCode/extensions/ms-vscode.csharp-1.19.0/.omnisharp/1.32.18/omnisharp/.msbuild/Current/Bin
MSBuildSDKsPath: /home/zeroskyx/skyseract/Data/Resources/VSCode/extensions/ms-vscode.csharp-1.19.0/.omnisharp/1.32.18/omnisharp/.msbuild/Current/Bin/Sdks
CurrentMSBuildConfigurationFile: /home/zeroskyx/skyseract/Data/Resources/VSCode/extensions/ms-vscode.csharp-1.19.0/.omnisharp/1.32.18/omnisharp/.msbuild/Current/Bin/MSBuild.dll.config
CurrentMSBuildExePath: /home/zeroskyx/skyseract/Data/Resources/VSCode/extensions/ms-vscode.csharp-1.19.0/.omnisharp/1.32.18/omnisharp/.msbuild/Current/Bin/MSBuild.dll
CurrentMSBuildToolsDirectory: /home/zeroskyx/skyseract/Data/Resources/VSCode/extensions/ms-vscode.csharp-1.19.0/.omnisharp/1.32.18/omnisharp/.msbuild/Current/Bin
VisualStudioInstallRootDirectory: 
MSBuildExtensionsPath: /home/zeroskyx/skyseract/Data/Resources/VSCode/extensions/ms-vscode.csharp-1.19.0/.omnisharp/1.32.18/omnisharp/.msbuild/Current/Bin

[dbug]: OmniSharp.MSBuild.ProjectLoader
        'MSBuildExtensionsPath' set to '/home/zeroskyx/skyseract/Data/Resources/VSCode/extensions/ms-vscode.csharp-1.19.0/.omnisharp/1.32.18/omnisharp/.msbuild'
[dbug]: OmniSharp.MSBuild.ProjectLoader
        'CscToolPath' set to '/home/zeroskyx/skyseract/Data/Resources/VSCode/extensions/ms-vscode.csharp-1.19.0/.omnisharp/1.32.18/omnisharp/.msbuild/Current/Bin/Roslyn'
[dbug]: OmniSharp.MSBuild.ProjectLoader
        'CscToolExe' set to 'csc.exe'
[info]: OmniSharp.MSBuild.ProjectSystem
        No solution files found in '/home/zeroskyx/Test'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/zeroskyx/Test/Test.csproj'
[info]: OmniSharp.Script.ScriptProjectSystem
        Detecting CSX files in '/home/zeroskyx/Test'.
[info]: OmniSharp.Script.ScriptProjectSystem
        Could not find any CSX files
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.CSharpWorkspaceOptionsProvider
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/zeroskyx/Test/Test.csproj
[info]: OmniSharp.WorkspaceInitializer
        Configuration finished.
[info]: OmniSharp.Stdio.Host
        Omnisharp server running using Stdio at location '/home/zeroskyx/Test' on host 25032.
[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=en-US, PublicKeyToken=b03f5f7f11d50a3a'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate '/home/zeroskyx/skyseract/Data/Resources/VSCode/extensions/ms-vscode.csharp-1.19.0/.omnisharp/1.32.18/omnisharp/.msbuild/Current/Bin/Microsoft.Build.resources.dll'.
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 3,
  "Command": "/filesChanged",
  "Arguments": [
    {
      "FileName": "/home/zeroskyx/Test/obj/Debug/netcoreapp2.2/Test.assets.cache",
      "changeType": "Change"
    }
  ]
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 3,
  "Command": "/filesChanged",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {},
  "Seq": 46,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 4,
  "Command": "/filesChanged",
  "Arguments": [
    {
      "FileName": "/home/zeroskyx/Test/obj/Debug/netcoreapp2.2/Test.csprojAssemblyReference.cache",
      "changeType": "Change"
    }
  ]
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 4,
  "Command": "/filesChanged",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {},
  "Seq": 49,
  "Type": "response"
}
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.Build.Tasks.Core.resources, Version=15.1.0.0, Culture=en-US, PublicKeyToken=b03f5f7f11d50a3a'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate '/home/zeroskyx/skyseract/Data/Resources/VSCode/extensions/ms-vscode.csharp-1.19.0/.omnisharp/1.32.18/omnisharp/.msbuild/Current/Bin/Microsoft.Build.Tasks.Core.resources.dll'.
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 5,
  "Command": "/filesChanged",
  "Arguments": [
    {
      "FileName": "/home/zeroskyx/Test/obj/Debug/netcoreapp2.2/Test.csproj.CoreCompileInputs.cache",
      "changeType": "Change"
    }
  ]
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 5,
  "Command": "/filesChanged",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {},
  "Seq": 54,
  "Type": "response"
}
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file '/home/zeroskyx/Test/Test.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
        Adding project '/home/zeroskyx/Test/Test.csproj'
[dbug]: OmniSharp.MSBuild.ProjectManager
        {
  "FilePath": "/home/zeroskyx/Test/Test.csproj",
  "Directory": "/home/zeroskyx/Test",
  "Id": {
    "Id": "3c9fd521-34ad-4f5b-97ad-4e0e5acb9c50"
  },
  "Guid": "00000000-0000-0000-0000-000000000000",
  "Name": "Test",
  "AssemblyName": "Test",
  "TargetPath": "/home/zeroskyx/Test/bin/Debug/netcoreapp2.2/Test.dll",
  "OutputPath": "bin\\Debug\\netcoreapp2.2\\",
  "IntermediateOutputPath": "obj\\Debug\\netcoreapp2.2\\",
  "ProjectAssetsFile": "/home/zeroskyx/Test/obj/project.assets.json",
  "Configuration": "Debug",
  "Platform": "AnyCPU",
  "TargetFramework": {
    "Identifier": ".NETCoreApp",
    "Version": {
      "Major": 2,
      "Minor": 2,
      "Build": -1,
      "Revision": -1,
      "MajorRevision": -1,
      "MinorRevision": -1
    },
    "Profile": "",
    "FullName": ".NETCoreApp,Version=v2.2"
  },
  "TargetFrameworks": [
    "netcoreapp2.2"
  ],
  "OutputKind": 0,
  "LanguageVersion": 0,
  "NullableContextOptions": 0,
  "AllowUnsafeCode": false,
  "DocumentationFile": "",
  "PreprocessorSymbolNames": [
    "TRACE",
    "DEBUG",
    "NETCOREAPP",
    "NETCOREAPP2_2"
  ],
  "SuppressedDiagnosticIds": [
    "CS1701",
    "CS1702",
    "CS1701",
    "CS1702",
    "CS2008"
  ],
  "SignAssembly": false,
  "AssemblyOriginatorKeyFile": "",
  "RuleSet": null,
  "SourceFiles": [
    "/home/zeroskyx/Test/Program.cs",
    "/tmp/.NETCoreApp,Version=v2.2.AssemblyAttributes.cs",
    "/home/zeroskyx/Test/obj/Debug/netcoreapp2.2/Test.AssemblyInfo.cs"
  ],
  "References": [
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/Microsoft.CSharp.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/Microsoft.VisualBasic.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/Microsoft.Win32.Primitives.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/mscorlib.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/netstandard.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.AppContext.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Buffers.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Collections.Concurrent.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Collections.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Collections.Immutable.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Collections.NonGeneric.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Collections.Specialized.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.ComponentModel.Annotations.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.ComponentModel.DataAnnotations.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.ComponentModel.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.ComponentModel.EventBasedAsync.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.ComponentModel.Primitives.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.ComponentModel.TypeConverter.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Configuration.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Console.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Core.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Data.Common.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Data.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Diagnostics.Contracts.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Diagnostics.Debug.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Diagnostics.DiagnosticSource.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Diagnostics.FileVersionInfo.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Diagnostics.Process.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Diagnostics.StackTrace.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Diagnostics.TextWriterTraceListener.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Diagnostics.Tools.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Diagnostics.TraceSource.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Diagnostics.Tracing.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Drawing.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Drawing.Primitives.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Dynamic.Runtime.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Globalization.Calendars.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Globalization.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Globalization.Extensions.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.IO.Compression.Brotli.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.IO.Compression.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.IO.Compression.FileSystem.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.IO.Compression.ZipFile.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.IO.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.IO.FileSystem.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.IO.FileSystem.DriveInfo.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.IO.FileSystem.Primitives.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.IO.FileSystem.Watcher.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.IO.IsolatedStorage.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.IO.MemoryMappedFiles.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.IO.Pipes.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.IO.UnmanagedMemoryStream.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Linq.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Linq.Expressions.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Linq.Parallel.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Linq.Queryable.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Memory.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.Http.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.HttpListener.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.Mail.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.NameResolution.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.NetworkInformation.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.Ping.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.Primitives.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.Requests.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.Security.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.ServicePoint.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.Sockets.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.WebClient.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.WebHeaderCollection.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.WebProxy.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.WebSockets.Client.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.WebSockets.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Numerics.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Numerics.Vectors.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.ObjectModel.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Reflection.DispatchProxy.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Reflection.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Reflection.Emit.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Reflection.Emit.ILGeneration.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Reflection.Emit.Lightweight.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Reflection.Extensions.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Reflection.Metadata.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Reflection.Primitives.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Reflection.TypeExtensions.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Resources.Reader.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Resources.ResourceManager.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Resources.Writer.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.CompilerServices.VisualC.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.Extensions.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.Handles.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.InteropServices.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.InteropServices.RuntimeInformation.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.InteropServices.WindowsRuntime.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.Loader.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.Numerics.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.Serialization.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.Serialization.Formatters.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.Serialization.Json.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.Serialization.Primitives.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.Serialization.Xml.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Security.Claims.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Security.Cryptography.Algorithms.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Security.Cryptography.Csp.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Security.Cryptography.Encoding.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Security.Cryptography.Primitives.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Security.Cryptography.X509Certificates.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Security.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Security.Principal.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Security.SecureString.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.ServiceModel.Web.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.ServiceProcess.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Text.Encoding.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Text.Encoding.Extensions.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Text.RegularExpressions.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Threading.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Threading.Overlapped.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Threading.Tasks.Dataflow.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Threading.Tasks.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Threading.Tasks.Extensions.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Threading.Tasks.Parallel.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Threading.Thread.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Threading.ThreadPool.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Threading.Timer.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Transactions.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Transactions.Local.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.ValueTuple.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Web.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Web.HttpUtility.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Windows.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Xml.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Xml.Linq.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Xml.ReaderWriter.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Xml.Serialization.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Xml.XDocument.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Xml.XmlDocument.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Xml.XmlSerializer.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Xml.XPath.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Xml.XPath.XDocument.dll",
    "/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/WindowsBase.dll"
  ],
  "ProjectReferences": [],
  "PackageReferences": [
    {
      "Dependency": {
        "Id": "Microsoft.NETCore.App",
        "Include": [],
        "Exclude": [],
        "VersionRange": {
          "IsFloating": false,
          "Float": null,
          "OriginalString": null,
          "HasLowerBound": false,
          "HasUpperBound": false,
          "HasLowerAndUpperBounds": false,
          "IsMinInclusive": false,
          "IsMaxInclusive": false,
          "MaxVersion": null,
          "MinVersion": null
        }
      },
      "IsImplicitlyDefined": true
    }
  ],
  "Analyzers": [],
  "ReferenceAliases": {},
  "ProjectIdInfo": {
    "Id": {
      "Id": "3c9fd521-34ad-4f5b-97ad-4e0e5acb9c50"
    },
    "IsDefinedInSolution": false
  }
}
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: Test
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/Microsoft.CSharp.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/Microsoft.CSharp.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/Microsoft.VisualBasic.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/Microsoft.VisualBasic.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/Microsoft.Win32.Primitives.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/Microsoft.Win32.Primitives.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/mscorlib.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/mscorlib.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/netstandard.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/netstandard.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.AppContext.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.AppContext.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Buffers.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Buffers.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Collections.Concurrent.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Collections.Concurrent.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Collections.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Collections.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Collections.Immutable.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Collections.Immutable.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Collections.NonGeneric.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Collections.NonGeneric.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Collections.Specialized.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Collections.Specialized.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.ComponentModel.Annotations.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.ComponentModel.Annotations.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.ComponentModel.DataAnnotations.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.ComponentModel.DataAnnotations.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.ComponentModel.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.ComponentModel.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.ComponentModel.EventBasedAsync.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.ComponentModel.EventBasedAsync.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.ComponentModel.Primitives.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.ComponentModel.Primitives.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.ComponentModel.TypeConverter.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.ComponentModel.TypeConverter.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Configuration.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Configuration.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Console.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Console.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Core.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Core.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Data.Common.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Data.Common.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Data.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Data.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Diagnostics.Contracts.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Diagnostics.Contracts.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Diagnostics.Debug.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Diagnostics.Debug.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Diagnostics.DiagnosticSource.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Diagnostics.DiagnosticSource.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Diagnostics.FileVersionInfo.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Diagnostics.FileVersionInfo.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Diagnostics.Process.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Diagnostics.Process.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Diagnostics.StackTrace.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Diagnostics.StackTrace.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Diagnostics.TextWriterTraceListener.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Diagnostics.TextWriterTraceListener.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Diagnostics.Tools.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Diagnostics.Tools.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Diagnostics.TraceSource.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Diagnostics.TraceSource.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Diagnostics.Tracing.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Diagnostics.Tracing.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Drawing.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Drawing.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Drawing.Primitives.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Drawing.Primitives.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Dynamic.Runtime.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Dynamic.Runtime.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Globalization.Calendars.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Globalization.Calendars.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Globalization.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Globalization.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Globalization.Extensions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Globalization.Extensions.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.IO.Compression.Brotli.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.IO.Compression.Brotli.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.IO.Compression.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.IO.Compression.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.IO.Compression.FileSystem.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.IO.Compression.FileSystem.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.IO.Compression.ZipFile.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.IO.Compression.ZipFile.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.IO.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.IO.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.IO.FileSystem.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.IO.FileSystem.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.IO.FileSystem.DriveInfo.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.IO.FileSystem.DriveInfo.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.IO.FileSystem.Primitives.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.IO.FileSystem.Primitives.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.IO.FileSystem.Watcher.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.IO.FileSystem.Watcher.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.IO.IsolatedStorage.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.IO.IsolatedStorage.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.IO.MemoryMappedFiles.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.IO.MemoryMappedFiles.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.IO.Pipes.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.IO.Pipes.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.IO.UnmanagedMemoryStream.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.IO.UnmanagedMemoryStream.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Linq.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Linq.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Linq.Expressions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Linq.Expressions.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Linq.Parallel.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Linq.Parallel.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Linq.Queryable.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Linq.Queryable.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Memory.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Memory.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.Http.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.Http.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.HttpListener.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.HttpListener.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.Mail.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.Mail.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.NameResolution.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.NameResolution.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.NetworkInformation.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.NetworkInformation.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.Ping.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.Ping.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.Primitives.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.Primitives.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.Requests.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.Requests.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.Security.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.Security.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.ServicePoint.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.ServicePoint.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.Sockets.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.Sockets.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.WebClient.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.WebClient.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.WebHeaderCollection.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.WebHeaderCollection.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.WebProxy.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.WebProxy.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.WebSockets.Client.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.WebSockets.Client.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.WebSockets.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Net.WebSockets.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Numerics.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Numerics.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Numerics.Vectors.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Numerics.Vectors.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.ObjectModel.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.ObjectModel.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Reflection.DispatchProxy.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Reflection.DispatchProxy.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Reflection.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Reflection.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Reflection.Emit.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Reflection.Emit.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Reflection.Emit.ILGeneration.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Reflection.Emit.ILGeneration.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Reflection.Emit.Lightweight.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Reflection.Emit.Lightweight.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Reflection.Extensions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Reflection.Extensions.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Reflection.Metadata.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Reflection.Metadata.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Reflection.Primitives.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Reflection.Primitives.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Reflection.TypeExtensions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Reflection.TypeExtensions.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Resources.Reader.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Resources.Reader.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Resources.ResourceManager.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Resources.ResourceManager.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Resources.Writer.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Resources.Writer.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.CompilerServices.VisualC.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.CompilerServices.VisualC.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.Extensions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.Extensions.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.Handles.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.Handles.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.InteropServices.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.InteropServices.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.InteropServices.RuntimeInformation.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.InteropServices.RuntimeInformation.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.InteropServices.WindowsRuntime.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.InteropServices.WindowsRuntime.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.Loader.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.Loader.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.Numerics.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.Numerics.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.Serialization.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.Serialization.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.Serialization.Formatters.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.Serialization.Formatters.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.Serialization.Json.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.Serialization.Json.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.Serialization.Primitives.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.Serialization.Primitives.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.Serialization.Xml.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Runtime.Serialization.Xml.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Security.Claims.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Security.Claims.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Security.Cryptography.Algorithms.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Security.Cryptography.Algorithms.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Security.Cryptography.Csp.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Security.Cryptography.Csp.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Security.Cryptography.Encoding.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Security.Cryptography.Encoding.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Security.Cryptography.Primitives.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Security.Cryptography.Primitives.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Security.Cryptography.X509Certificates.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Security.Cryptography.X509Certificates.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Security.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Security.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Security.Principal.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Security.Principal.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Security.SecureString.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Security.SecureString.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.ServiceModel.Web.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.ServiceModel.Web.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.ServiceProcess.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.ServiceProcess.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Text.Encoding.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Text.Encoding.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Text.Encoding.Extensions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Text.Encoding.Extensions.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Text.RegularExpressions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Text.RegularExpressions.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Threading.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Threading.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Threading.Overlapped.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Threading.Overlapped.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Threading.Tasks.Dataflow.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Threading.Tasks.Dataflow.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Threading.Tasks.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Threading.Tasks.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Threading.Tasks.Extensions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Threading.Tasks.Extensions.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Threading.Tasks.Parallel.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Threading.Tasks.Parallel.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Threading.Thread.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Threading.Thread.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Threading.ThreadPool.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Threading.ThreadPool.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Threading.Timer.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Threading.Timer.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Transactions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Transactions.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Transactions.Local.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Transactions.Local.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.ValueTuple.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.ValueTuple.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Web.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Web.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Web.HttpUtility.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Web.HttpUtility.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Windows.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Windows.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Xml.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Xml.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Xml.Linq.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Xml.Linq.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Xml.ReaderWriter.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Xml.ReaderWriter.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Xml.Serialization.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Xml.Serialization.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Xml.XDocument.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Xml.XDocument.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Xml.XmlDocument.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Xml.XmlDocument.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Xml.XmlSerializer.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Xml.XmlSerializer.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Xml.XPath.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Xml.XPath.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Xml.XPath.XDocument.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/System.Xml.XPath.XDocument.dll' to 'Test'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss /opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/WindowsBase.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference '/opt/dotnet/sdk/NuGetFallbackFolder/microsoft.netcore.app/2.2.0/ref/netcoreapp2.2/WindowsBase.dll' to 'Test'.
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 1,
  "Command": "/projects",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "Cake": {
      "Projects": []
    },
    "DotNet": {
      "Projects": [],
      "RuntimePath": null
    },
    "MsBuild": {
      "SolutionPath": "/home/zeroskyx/Test",
      "Projects": [
        {
          "ProjectGuid": "00000000-0000-0000-0000-000000000000",
          "Path": "/home/zeroskyx/Test/Test.csproj",
          "AssemblyName": "Test",
          "TargetPath": "/home/zeroskyx/Test/bin/Debug/netcoreapp2.2/Test.dll",
          "TargetFramework": ".NETCoreApp,Version=v2.2",
          "SourceFiles": [
            "/home/zeroskyx/Test/Program.cs",
            "/tmp/.NETCoreApp,Version=v2.2.AssemblyAttributes.cs",
            "/home/zeroskyx/Test/obj/Debug/netcoreapp2.2/Test.AssemblyInfo.cs"
          ],
          "TargetFrameworks": [
            {
              "Name": ".NETCoreApp",
              "FriendlyName": ".NETCoreApp",
              "ShortName": "netcoreapp2.2"
            }
          ],
          "OutputPath": "bin\\Debug\\netcoreapp2.2\\",
          "IntermediateOutputPath": "obj\\Debug\\netcoreapp2.2\\",
          "Configuration": "Debug",
          "Platform": "AnyCPU",
          "IsExe": true,
          "IsUnityProject": false
        }
      ]
    },
    "Script": {
      "Projects": []
    }
  },
  "Seq": 42,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 2,
  "Command": "/projects",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "Cake": {
      "Projects": []
    },
    "DotNet": {
      "Projects": [],
      "RuntimePath": null
    },
    "MsBuild": {
      "SolutionPath": "/home/zeroskyx/Test",
      "Projects": [
        {
          "ProjectGuid": "00000000-0000-0000-0000-000000000000",
          "Path": "/home/zeroskyx/Test/Test.csproj",
          "AssemblyName": "Test",
          "TargetPath": "/home/zeroskyx/Test/bin/Debug/netcoreapp2.2/Test.dll",
          "TargetFramework": ".NETCoreApp,Version=v2.2",
          "SourceFiles": [
            "/home/zeroskyx/Test/Program.cs",
            "/tmp/.NETCoreApp,Version=v2.2.AssemblyAttributes.cs",
            "/home/zeroskyx/Test/obj/Debug/netcoreapp2.2/Test.AssemblyInfo.cs"
          ],
          "TargetFrameworks": [
            {
              "Name": ".NETCoreApp",
              "FriendlyName": ".NETCoreApp",
              "ShortName": "netcoreapp2.2"
            }
          ],
          "OutputPath": "bin\\Debug\\netcoreapp2.2\\",
          "IntermediateOutputPath": "obj\\Debug\\netcoreapp2.2\\",
          "Configuration": "Debug",
          "Platform": "AnyCPU",
          "IsExe": true,
          "IsUnityProject": false
        }
      ]
    },
    "Script": {
      "Projects": []
    }
  },
  "Seq": 41,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 6,
  "Command": "/projects"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 7,
  "Command": "/v2/blockstructure",
  "Arguments": {
    "FileName": "/home/zeroskyx/Test/Program.cs"
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 6,
  "Command": "/projects",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "Cake": {
      "Projects": []
    },
    "DotNet": {
      "Projects": [],
      "RuntimePath": null
    },
    "MsBuild": {
      "SolutionPath": "/home/zeroskyx/Test",
      "Projects": [
        {
          "ProjectGuid": "00000000-0000-0000-0000-000000000000",
          "Path": "/home/zeroskyx/Test/Test.csproj",
          "AssemblyName": "Test",
          "TargetPath": "/home/zeroskyx/Test/bin/Debug/netcoreapp2.2/Test.dll",
          "TargetFramework": ".NETCoreApp,Version=v2.2",
          "SourceFiles": [
            "/home/zeroskyx/Test/Program.cs",
            "/tmp/.NETCoreApp,Version=v2.2.AssemblyAttributes.cs",
            "/home/zeroskyx/Test/obj/Debug/netcoreapp2.2/Test.AssemblyInfo.cs"
          ],
          "TargetFrameworks": [
            {
              "Name": ".NETCoreApp",
              "FriendlyName": ".NETCoreApp",
              "ShortName": "netcoreapp2.2"
            }
          ],
          "OutputPath": "bin\\Debug\\netcoreapp2.2\\",
          "IntermediateOutputPath": "obj\\Debug\\netcoreapp2.2\\",
          "Configuration": "Debug",
          "Platform": "AnyCPU",
          "IsExe": true,
          "IsUnityProject": false
        }
      ]
    },
    "Script": {
      "Projects": []
    }
  },
  "Seq": 351,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 8,
  "Command": "/codecheck",
  "Arguments": {
    "FileName": "/home/zeroskyx/Test/Program.cs"
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 7,
  "Command": "/v2/blockstructure",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "Spans": [
      {
        "Range": {
          "Start": {
            "Line": 1,
            "Column": 7
          },
          "End": {
            "Line": 1,
            "Column": 14
          }
        },
        "Kind": "Imports"
      },
      {
        "Range": {
          "Start": {
            "Line": 3,
            "Column": 15
          },
          "End": {
            "Line": 12,
            "Column": 2
          }
        },
        "Kind": null
      },
      {
        "Range": {
          "Start": {
            "Line": 5,
            "Column": 18
          },
          "End": {
            "Line": 11,
            "Column": 6
          }
        },
        "Kind": null
      },
      {
        "Range": {
          "Start": {
            "Line": 7,
            "Column": 40
          },
          "End": {
            "Line": 10,
            "Column": 10
          }
        },
        "Kind": null
      },
      {
        "Range": {
          "Start": {
            "Line": 9,
            "Column": 31
          },
          "End": {
            "Line": 9,
            "Column": 45
          }
        },
        "Kind": null
      }
    ]
  },
  "Seq": 353,
  "Type": "response"
}
[dbug]: OmniSharp.DotNet.DotNetProjectSystem
        GetProjectModel: /home/zeroskyx/Test/Test.csproj
[dbug]: OmniSharp.DotNet.DotNetProjectSystem
        GetProjectModel: /home/zeroskyx/Test/Test.csproj
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 9,
  "Command": "/projects"
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 9,
  "Command": "/projects",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "Cake": {
      "Projects": []
    },
    "DotNet": {
      "Projects": [],
      "RuntimePath": null
    },
    "MsBuild": {
      "SolutionPath": "/home/zeroskyx/Test",
      "Projects": [
        {
          "ProjectGuid": "00000000-0000-0000-0000-000000000000",
          "Path": "/home/zeroskyx/Test/Test.csproj",
          "AssemblyName": "Test",
          "TargetPath": "/home/zeroskyx/Test/bin/Debug/netcoreapp2.2/Test.dll",
          "TargetFramework": ".NETCoreApp,Version=v2.2",
          "SourceFiles": [
            "/home/zeroskyx/Test/Program.cs",
            "/tmp/.NETCoreApp,Version=v2.2.AssemblyAttributes.cs",
            "/home/zeroskyx/Test/obj/Debug/netcoreapp2.2/Test.AssemblyInfo.cs"
          ],
          "TargetFrameworks": [
            {
              "Name": ".NETCoreApp",
              "FriendlyName": ".NETCoreApp",
              "ShortName": "netcoreapp2.2"
            }
          ],
          "OutputPath": "bin\\Debug\\netcoreapp2.2\\",
          "IntermediateOutputPath": "obj\\Debug\\netcoreapp2.2\\",
          "Configuration": "Debug",
          "Platform": "AnyCPU",
          "IsExe": true,
          "IsUnityProject": false
        }
      ]
    },
    "Script": {
      "Projects": []
    }
  },
  "Seq": 363,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 8,
  "Command": "/codecheck",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "QuickFixes": []
  },
  "Seq": 356,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 10,
  "Command": "/filesChanged",
  "Arguments": [
    {
      "FileName": "/home/zeroskyx/Test/obj/Test.csproj.nuget.dgspec.json",
      "changeType": "Change"
    }
  ]
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 10,
  "Command": "/filesChanged",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {},
  "Seq": 367,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 11,
  "Command": "/filesChanged",
  "Arguments": [
    {
      "FileName": "/home/zeroskyx/Test/obj/Debug/netcoreapp2.2/Test.assets.cache",
      "changeType": "Change"
    }
  ]
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 11,
  "Command": "/filesChanged",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {},
  "Seq": 370,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 12,
  "Command": "/filesChanged",
  "Arguments": [
    {
      "FileName": "/home/zeroskyx/Test/obj/Debug/netcoreapp2.2/Test.csprojAssemblyReference.cache",
      "changeType": "Change"
    }
  ]
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 12,
  "Command": "/filesChanged",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {},
  "Seq": 373,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 13,
  "Command": "/filesChanged",
  "Arguments": [
    {
      "FileName": "/home/zeroskyx/Test/obj/Debug/netcoreapp2.2/Test.csproj.CoreCompileInputs.cache",
      "changeType": "Change"
    }
  ]
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 13,
  "Command": "/filesChanged",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {},
  "Seq": 376,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 14,
  "Command": "/projects"
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 14,
  "Command": "/projects",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "Cake": {
      "Projects": []
    },
    "DotNet": {
      "Projects": [],
      "RuntimePath": null
    },
    "MsBuild": {
      "SolutionPath": "/home/zeroskyx/Test",
      "Projects": [
        {
          "ProjectGuid": "00000000-0000-0000-0000-000000000000",
          "Path": "/home/zeroskyx/Test/Test.csproj",
          "AssemblyName": "Test",
          "TargetPath": "/home/zeroskyx/Test/bin/Debug/netcoreapp2.2/Test.dll",
          "TargetFramework": ".NETCoreApp,Version=v2.2",
          "SourceFiles": [
            "/home/zeroskyx/Test/Program.cs",
            "/tmp/.NETCoreApp,Version=v2.2.AssemblyAttributes.cs",
            "/home/zeroskyx/Test/obj/Debug/netcoreapp2.2/Test.AssemblyInfo.cs"
          ],
          "TargetFrameworks": [
            {
              "Name": ".NETCoreApp",
              "FriendlyName": ".NETCoreApp",
              "ShortName": "netcoreapp2.2"
            }
          ],
          "OutputPath": "bin\\Debug\\netcoreapp2.2\\",
          "IntermediateOutputPath": "obj\\Debug\\netcoreapp2.2\\",
          "Configuration": "Debug",
          "Platform": "AnyCPU",
          "IsExe": true,
          "IsUnityProject": false
        }
      ]
    },
    "Script": {
      "Projects": []
    }
  },
  "Seq": 379,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 15,
  "Command": "/filesChanged",
  "Arguments": [
    {
      "FileName": "/home/zeroskyx/Test/obj/Debug/netcoreapp2.2/Test.dll",
      "changeType": "Change"
    }
  ]
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 15,
  "Command": "/filesChanged",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {},
  "Seq": 382,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 16,
  "Command": "/filesChanged",
  "Arguments": [
    {
      "FileName": "/home/zeroskyx/Test/obj/Debug/netcoreapp2.2/Test.pdb",
      "changeType": "Change"
    }
  ]
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 16,
  "Command": "/filesChanged",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {},
  "Seq": 385,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 17,
  "Command": "/filesChanged",
  "Arguments": [
    {
      "FileName": "/home/zeroskyx/Test/bin/Debug/netcoreapp2.2/Test.dll",
      "changeType": "Change"
    }
  ]
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 18,
  "Command": "/filesChanged",
  "Arguments": [
    {
      "FileName": "/home/zeroskyx/Test/bin/Debug/netcoreapp2.2/Test.pdb",
      "changeType": "Change"
    }
  ]
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 17,
  "Command": "/filesChanged",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {},
  "Seq": 388,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 18,
  "Command": "/filesChanged",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {},
  "Seq": 391,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 19,
  "Command": "/codecheck",
  "Arguments": {
    "FileName": null
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 19,
  "Command": "/codecheck",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "QuickFixes": [
      {
        "LogLevel": "Hidden",
        "Id": "CS8019",
        "Tags": [],
        "FileName": "/home/zeroskyx/Test/obj/Debug/netcoreapp2.2/Test.AssemblyInfo.cs",
        "Line": 11,
        "Column": 1,
        "EndLine": 11,
        "EndColumn": 14,
        "Text": "Unnecessary using directive. (CS8019)",
        "Projects": [
          "Test"
        ]
      },
      {
        "LogLevel": "Hidden",
        "Id": "CS8019",
        "Tags": [],
        "FileName": "/home/zeroskyx/Test/obj/Debug/netcoreapp2.2/Test.AssemblyInfo.cs",
        "Line": 12,
        "Column": 1,
        "EndLine": 12,
        "EndColumn": 25,
        "Text": "Unnecessary using directive. (CS8019)",
        "Projects": [
          "Test"
        ]
      }
    ]
  },
  "Seq": 394,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 20,
  "Command": "/codecheck",
  "Arguments": {
    "FileName": "/home/zeroskyx/Test/Program.cs"
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 20,
  "Command": "/codecheck",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "QuickFixes": []
  },
  "Seq": 397,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 21,
  "Command": "/codecheck",
  "Arguments": {
    "FileName": null
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 21,
  "Command": "/codecheck",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "QuickFixes": [
      {
        "LogLevel": "Hidden",
        "Id": "CS8019",
        "Tags": [],
        "FileName": "/home/zeroskyx/Test/obj/Debug/netcoreapp2.2/Test.AssemblyInfo.cs",
        "Line": 11,
        "Column": 1,
        "EndLine": 11,
        "EndColumn": 14,
        "Text": "Unnecessary using directive. (CS8019)",
        "Projects": [
          "Test"
        ]
      },
      {
        "LogLevel": "Hidden",
        "Id": "CS8019",
        "Tags": [],
        "FileName": "/home/zeroskyx/Test/obj/Debug/netcoreapp2.2/Test.AssemblyInfo.cs",
        "Line": 12,
        "Column": 1,
        "EndLine": 12,
        "EndColumn": 25,
        "Text": "Unnecessary using directive. (CS8019)",
        "Projects": [
          "Test"
        ]
      }
    ]
  },
  "Seq": 400,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 22,
  "Command": "/codecheck",
  "Arguments": {
    "FileName": null
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 22,
  "Command": "/codecheck",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "QuickFixes": [
      {
        "LogLevel": "Hidden",
        "Id": "CS8019",
        "Tags": [],
        "FileName": "/home/zeroskyx/Test/obj/Debug/netcoreapp2.2/Test.AssemblyInfo.cs",
        "Line": 11,
        "Column": 1,
        "EndLine": 11,
        "EndColumn": 14,
        "Text": "Unnecessary using directive. (CS8019)",
        "Projects": [
          "Test"
        ]
      },
      {
        "LogLevel": "Hidden",
        "Id": "CS8019",
        "Tags": [],
        "FileName": "/home/zeroskyx/Test/obj/Debug/netcoreapp2.2/Test.AssemblyInfo.cs",
        "Line": 12,
        "Column": 1,
        "EndLine": 12,
        "EndColumn": 25,
        "Text": "Unnecessary using directive. (CS8019)",
        "Projects": [
          "Test"
        ]
      }
    ]
  },
  "Seq": 403,
  "Type": "response"
}
[dbug]: OmniSharp.Stdio.Host
        ************ Request ************
{
  "Type": "request",
  "Seq": 23,
  "Command": "/codecheck",
  "Arguments": {
    "FileName": null
  }
}
[dbug]: OmniSharp.Stdio.Host
        ************  Response ************ 
{
  "Request_seq": 23,
  "Command": "/codecheck",
  "Running": true,
  "Success": true,
  "Message": null,
  "Body": {
    "QuickFixes": [
      {
        "LogLevel": "Hidden",
        "Id": "CS8019",
        "Tags": [],
        "FileName": "/home/zeroskyx/Test/obj/Debug/netcoreapp2.2/Test.AssemblyInfo.cs",
        "Line": 11,
        "Column": 1,
        "EndLine": 11,
        "EndColumn": 14,
        "Text": "Unnecessary using directive. (CS8019)",
        "Projects": [
          "Test"
        ]
      },
      {
        "LogLevel": "Hidden",
        "Id": "CS8019",
        "Tags": [],
        "FileName": "/home/zeroskyx/Test/obj/Debug/netcoreapp2.2/Test.AssemblyInfo.cs",
        "Line": 12,
        "Column": 1,
        "EndLine": 12,
        "EndColumn": 25,
        "Text": "Unnecessary using directive. (CS8019)",
        "Projects": [
          "Test"
        ]
      }
    ]
  },
  "Seq": 406,
  "Type": "response"
}

C# log

Post the output from Output-->C# here

Environment information

VSCode version: 1.33.1 C# Extension: 1.19.0

Mono Information OmniSharp using built-in mono
Dotnet Information .NET Core SDK (reflecting any global.json): Version: 2.2.203 Commit: e5bab63eca

Runtime Environment: OS Name: ubuntu OS Version: 19.04 OS Platform: Linux RID: linux-x64 Base Path: /opt/dotnet/sdk/2.2.203/

Host (useful for support): Version: 2.2.4 Commit: f95848e524

.NET Core SDKs installed: 2.2.203 [/opt/dotnet/sdk]

.NET Core runtimes installed: Microsoft.AspNetCore.All 2.2.4 [/opt/dotnet/shared/Microsoft.AspNetCore.All] Microsoft.AspNetCore.App 2.2.4 [/opt/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.NETCore.App 2.2.4 [/opt/dotnet/shared/Microsoft.NETCore.App]

To install additional .NET Core runtimes or SDKs: https://aka.ms/dotnet-download

Visual Studio Code Extensions
Extension Author Version
code-spell-checker streetsidesoftware 1.7.0
code-spell-checker-german streetsidesoftware 0.1.2
csharp ms-vscode 1.19.0
docomment k–kato 0.1.6
rainbow-csv mechatroner 1.0.0
vscode-guid heaths 1.4.7
vscode-hexdump slevesque 1.7.2
vscode-todo-highlight wayou 1.0.4

Update: when using the following main method and not settings a breakpoint beforehand, another error is produced:

namespace Test
{
	class Program
	{
		static async Task Main(string[] args)
		{
			Console.WriteLine("Hello World!");
			await Task.Delay(2000);
			Console.WriteLine("Hello World!");
			await Task.Delay(2000);

			Debugger.Break();
		}
	}
}

Produced output in the terminal:

zeroskyx@zeroskyx-T480:~/Test$ /home/zeroskyx/skyseract/Data/Resources/VSCode/extensions/ms-vscode.csharp-1.19.0/.debugger/vsdbg --interpreter=vscode --connection=/tmp/CoreFxPipe_vsdbg-ui-375faa4b64bb42f8a624918d0f9fb508 
Hello World!
Hello World!
No usable version of the libssl was found
Aborted (core dumped)

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 15 (10 by maintainers)

Most upvoted comments

This repo’s CI build is broken, so I am having trouble getting an official build out. So here is a private one: csharp-1.19.1-beta1.zip

To use:

  1. Download the file
  2. Rename it to csharp-1.19.1-beta1.vsix
  3. Follow these instructions to install

CC @chuckries @WardenGnaw

I setup my own Ubuntu 19.04 machine, and I was able to reproduce the problem using the current in-market version of the debugger, and the problem didn’t happen with my new debugging. I am currently publishing the new debugger to the web and I expect to put out a beta release of the C# extension with the fix before the end of day today.

@zeroskyx I will try to send you a private vsdbg-ui running on top of 2.2.4, and we can see if that fixes this.

Nevermind - I see, there was a big change to this in 2.2.3.