Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Save's are being blocked by Quick Fixes on every save. #3561

Closed
JordanPritt opened this issue Feb 7, 2020 · 17 comments
Closed

Save's are being blocked by Quick Fixes on every save. #3561

JordanPritt opened this issue Feb 7, 2020 · 17 comments

Comments

@JordanPritt
Copy link

An info pop-up message appears on every save event. Click, Ctrl - S, File -> Save, etc. It stays open indefinitely until you either close the message box or exit VS Code, but while it's open you are unable to actually save your files.

Running Save Participants for 'Pages\ExpenseItHome.xaml.cs': Quick Fixes

You have close the message box and hope and it doesn't come back, then try to save again. On successful saves the dialog is still appearing, but after the save has occurred instead of before so it does save your work in those cases.

@filipw
Copy link
Contributor

filipw commented Feb 7, 2020

I am guessing this is caused by another extension - that was the case in the past.
Please disable all other installed extensions and check if the issue reproduces.

@JordanPritt
Copy link
Author

No, that's definitely not it. Even when it's the only running extension the issue persists.

note: just notice that now the code won't format and random methods won't show the reference count anymore. None of this occurred yesterday if that helps any. And I did try a restart of the computer.

@filipw
Copy link
Contributor

filipw commented Feb 7, 2020

can you provide somw repro project then? and some repro steps? and the other information that is requested in the issue template - like OmniSharp log and so on

thanks!

@JordanPritt
Copy link
Author

JordanPritt commented Feb 7, 2020

Repo
I have a repo here to replicate what I'm experiencing hopefully. The application is from a slightly modified version of the MS WPF first app tutorial.

Steps to Replicate

  1. Open project folder or workspace in VS Code
  2. Navigate to any .cs file
  3. Try to save file said file with typical saving conventions
  4. Message box appears and spins indefinitely, stopping save from completing

After an uninstall/re-install followed by a reboot of the machine I noticed the issue persisted. However, what I didn't notice before was the error mentioned below.

Error Noticed

Unhandled Exception: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: index
   at Microsoft.CodeAnalysis.Text.SourceText.LineInfo.get_Item(Int32 index)
   at OmniSharp.Helpers.LocationExtensions.GetQuickFix(Location location, OmniSharpWorkspace workspace) in D:\a\1\s\src\OmniSharp.Roslyn.CSharp\Helpers\LocationExtensions.cs:line 24
   at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
   at System.Linq.Enumerable.<DistinctIterator>d__64`1.MoveNext()
   at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
   at System.Linq.OrderedEnumerable`1.<GetEnumerator>d__1.MoveNext()
   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)
   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)
   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)
   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)
   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)
   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)
   at OmniSharp.Protocol.Packet.ToString() in D:\a\1\s\src\OmniSharp.Host\Protocol\Packet.cs:line 22
   at System.IO.TextWriter.WriteLine(Object value)
   at System.IO.TextWriter.SyncTextWriter.WriteLine(Object value)
   at OmniSharp.Services.SharedTextWriter.ProcessWriteQueue() in D:\a\1\s\src\OmniSharp.Host\Services\SharedTextWriter.cs:line 48
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.ThreadHelper.ThreadStart()

@filipw
Copy link
Contributor

filipw commented Feb 7, 2020

hmm unfortunately I am unable to reproduce this issue using your code.
can you please set "omnisharp.logginglevel":"debug" and post your full OmniSharp log, that should shed some light on your environment

@JordanPritt
Copy link
Author

Well that figures haha, below is the debug output. Please let me know if anything else is needed.

Starting OmniSharp server at 2/7/2020, 4:31:43 PM
    Target: c:\Development\Temp\ExpenseIt

OmniSharp server started.
    Path: C:\Users\Jordan Pritt\.vscode\extensions\ms-vscode.csharp-1.21.11\.omnisharp\1.34.11\OmniSharp.exe
    PID: 9816

[dbug]: OmniSharp.CompositionHostBuilder
        Loaded OmniSharp.Cake, Version=1.34.0.0, Culture=neutral, PublicKeyToken=null
[dbug]: OmniSharp.CompositionHostBuilder
        Loaded OmniSharp.DotNetTest, Version=1.34.0.0, Culture=neutral, PublicKeyToken=null
[dbug]: OmniSharp.CompositionHostBuilder
        Loaded OmniSharp.Host, Version=1.34.0.0, Culture=neutral, PublicKeyToken=null
[dbug]: OmniSharp.CompositionHostBuilder
        Loaded OmniSharp.MSBuild, Version=1.34.0.0, Culture=neutral, PublicKeyToken=null
[dbug]: OmniSharp.CompositionHostBuilder
        Loaded OmniSharp.Roslyn, Version=1.34.0.0, Culture=neutral, PublicKeyToken=null
[dbug]: OmniSharp.CompositionHostBuilder
        Loaded OmniSharp.Roslyn.CSharp, Version=1.34.0.0, Culture=neutral, PublicKeyToken=null
[dbug]: OmniSharp.CompositionHostBuilder
        Loaded OmniSharp.Script, Version=1.34.0.0, Culture=neutral, PublicKeyToken=null
[dbug]: OmniSharp.CompositionHostBuilder
        Loaded OmniSharp.Shared, Version=1.34.0.0, Culture=neutral, PublicKeyToken=null
[info]: OmniSharp.Stdio.Host
        Starting OmniSharp on Windows 6.2.9200.0 (x64)
[info]: OmniSharp.Services.DotNetCliService
        DotNetPath set to dotnet
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Located 5 MSBuild instance(s)
            1: Visual Studio Professional 2019 16.4.29728.190 - "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin"
            2: Visual Studio Build Tools 2019 16.4.29519.181 - "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin"
            3: Visual Studio Build Tools 2017 15.9.28307.905 - "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin"
            4: Visual Studio Professional 2017 15.9.28307.905 - "C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin"
            5: StandAlone 16.3 - "C:\Users\Jordan Pritt\.vscode\extensions\ms-vscode.csharp-1.21.11\.omnisharp\1.34.11\.msbuild\Current\Bin"
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        SUCCESS: Resolved to 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Build.Utilities.Core.dll' (name-only).
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        SUCCESS: Resolved to 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Build.Tasks.Core.dll' (name-only).
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        SUCCESS: Resolved to 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Build.dll' (name-only).
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        SUCCESS: Resolved to 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Build.Framework.dll' (name-only).
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Registered MSBuild instance: Visual Studio Professional 2019 16.4.29728.190 - "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin"
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.Build.Utilities.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        SUCCESS: Resolved to 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Build.Utilities.Core.dll' (name-only).
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.Build.Framework, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        SUCCESS: Resolved to 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Build.Framework.dll' (name-only).
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.VisualBasic.Workspaces, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.CodeAnalysis.VisualBasic.Features, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.CodeAnalysis.VisualBasic.Features.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'SQLitePCLRaw.core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1488e028ca7ab535'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\SQLitePCLRaw.core.dll'.
[info]: OmniSharp.Cake.CakeProjectSystem
        Detecting Cake files in 'c:\Development\Temp\ExpenseIt'.
[info]: OmniSharp.Cake.CakeProjectSystem
        Could not find any Cake files
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.Build'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        SUCCESS: Resolved to 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Build.dll' (name-only).
[dbug]: OmniSharp.MSBuild.ProjectSystem
        MSBuild environment: 
Mode: VisualStudio
RunningTests: False
RunningInVisualStudio: False
MSBuildToolsDirectory32: C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin
MSBuildToolsDirectory64: C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\amd64
MSBuildSDKsPath: C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Sdks
CurrentMSBuildConfigurationFile: C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\MSBuild.exe.config
CurrentMSBuildExePath: C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\MSBuild.exe
CurrentMSBuildToolsDirectory: C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin
VisualStudioInstallRootDirectory: C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional
MSBuildExtensionsPath: C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild

[info]: OmniSharp.MSBuild.ProjectSystem
        No solution files found in 'c:\Development\Temp\ExpenseIt'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for 'c:\Development\Temp\ExpenseIt\ExpenseIt.csproj'
[info]: OmniSharp.Script.ScriptProjectSystem
        Detecting CSX files in 'c:\Development\Temp\ExpenseIt'.
[info]: OmniSharp.Script.ScriptProjectSystem
        Could not find any CSX files
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.CSharpFormattingWorkspaceOptionsProvider, Order: 0
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: c:\Development\Temp\ExpenseIt\ExpenseIt.csproj
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.Build, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        SUCCESS: Resolved to 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Build.dll' (name-only).
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.RenameWorkspaceOptionsProvider, Order: 100
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.ImplementTypeWorkspaceOptionsProvider, Order: 110
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.EditorConfigWorkspaceOptionsProvider, Order: 200
[info]: OmniSharp.WorkspaceInitializer
        Configuration finished.
[info]: OmniSharp.Stdio.Host
        Omnisharp server running using Stdio at location 'c:\Development\Temp\ExpenseIt' on host 5792.
[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 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Build.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.Build.resources, Version=15.1.0.0, Culture=en-US, PublicKeyToken=b03f5f7f11d50a3a'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Build.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        SUCCESS: Resolved to 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Build.Tasks.Core.dll' (name-only).
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'System.Reflection.MetadataLoadContext.resources, Version=4.0.1.0, Culture=en-US, PublicKeyToken=cc7b13ffcd2ddd51'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\System.Reflection.MetadataLoadContext.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'System.Reflection.MetadataLoadContext.resources, Version=4.0.1.0, Culture=en-US, PublicKeyToken=cc7b13ffcd2ddd51'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\System.Reflection.MetadataLoadContext.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'System.Reflection.MetadataLoadContext.resources, Version=4.0.1.0, Culture=en, PublicKeyToken=cc7b13ffcd2ddd51'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\System.Reflection.MetadataLoadContext.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'System.Reflection.MetadataLoadContext.resources, Version=4.0.1.0, Culture=en, PublicKeyToken=cc7b13ffcd2ddd51'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\System.Reflection.MetadataLoadContext.resources.dll'.
[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 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Build.Tasks.Core.resources.dll'.
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Attempting to resolve 'Microsoft.Build.Tasks.Core.resources, Version=15.1.0.0, Culture=en-US, PublicKeyToken=b03f5f7f11d50a3a'
[dbug]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        FAILURE: Could not locate 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\Microsoft.Build.Tasks.Core.resources.dll'.
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file 'c:\Development\Temp\ExpenseIt\ExpenseIt.csproj'.
[info]: OmniSharp.MSBuild.ProjectManager
        Adding project 'c:\Development\Temp\ExpenseIt\ExpenseIt.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Update project: ExpenseIt
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\Accessibility.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\Accessibility.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.CSharp.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.CSharp.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.VisualBasic.Core.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.VisualBasic.Core.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.VisualBasic.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.VisualBasic.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.Win32.Primitives.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.Win32.Primitives.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.Win32.Registry.AccessControl.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.Win32.Registry.AccessControl.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.Win32.Registry.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.Win32.Registry.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.Win32.SystemEvents.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\Microsoft.Win32.SystemEvents.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\mscorlib.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\mscorlib.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\netstandard.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\netstandard.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\PresentationCore.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\PresentationCore.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\PresentationFramework.Aero.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\PresentationFramework.Aero.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\PresentationFramework.Aero2.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\PresentationFramework.Aero2.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\PresentationFramework.AeroLite.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\PresentationFramework.AeroLite.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\PresentationFramework.Classic.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\PresentationFramework.Classic.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\PresentationFramework.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\PresentationFramework.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\PresentationFramework.Luna.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\PresentationFramework.Luna.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\PresentationFramework.Royale.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\PresentationFramework.Royale.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\PresentationUI.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\PresentationUI.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\ReachFramework.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\ReachFramework.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.AppContext.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.AppContext.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Buffers.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Buffers.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.CodeDom.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.CodeDom.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.Concurrent.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.Concurrent.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.Immutable.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.Immutable.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.NonGeneric.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.NonGeneric.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.Specialized.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Collections.Specialized.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.Annotations.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.Annotations.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.DataAnnotations.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.DataAnnotations.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.EventBasedAsync.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.EventBasedAsync.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.Primitives.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.Primitives.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.TypeConverter.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ComponentModel.TypeConverter.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.Configuration.ConfigurationManager.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.Configuration.ConfigurationManager.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Configuration.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Configuration.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Console.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Console.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Core.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Core.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Data.Common.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Data.Common.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Data.DataSetExtensions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Data.DataSetExtensions.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Data.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Data.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Contracts.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Contracts.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Debug.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Debug.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.DiagnosticSource.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.DiagnosticSource.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.EventLog.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.EventLog.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.FileVersionInfo.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.FileVersionInfo.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.PerformanceCounter.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.PerformanceCounter.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Process.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Process.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.StackTrace.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.StackTrace.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.TextWriterTraceListener.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.TextWriterTraceListener.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Tools.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Tools.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.TraceSource.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.TraceSource.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Tracing.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Diagnostics.Tracing.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.DirectoryServices.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.DirectoryServices.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Drawing.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Drawing.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Drawing.Primitives.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Drawing.Primitives.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Dynamic.Runtime.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Dynamic.Runtime.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Globalization.Calendars.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Globalization.Calendars.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Globalization.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Globalization.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Globalization.Extensions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Globalization.Extensions.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.Brotli.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.Brotli.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.FileSystem.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.FileSystem.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.ZipFile.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Compression.ZipFile.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.AccessControl.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.AccessControl.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.DriveInfo.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.DriveInfo.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.Primitives.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.Primitives.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.Watcher.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.FileSystem.Watcher.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.IsolatedStorage.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.IsolatedStorage.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.MemoryMappedFiles.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.MemoryMappedFiles.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Packaging.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Packaging.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Pipes.AccessControl.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Pipes.AccessControl.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Pipes.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.Pipes.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.UnmanagedMemoryStream.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.IO.UnmanagedMemoryStream.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.Expressions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.Expressions.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.Parallel.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.Parallel.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.Queryable.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Linq.Queryable.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Memory.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Memory.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Http.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Http.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.HttpListener.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.HttpListener.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Mail.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Mail.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.NameResolution.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.NameResolution.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.NetworkInformation.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.NetworkInformation.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Ping.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Ping.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Primitives.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Primitives.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Requests.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Requests.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Security.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Security.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.ServicePoint.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.ServicePoint.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Sockets.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.Sockets.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebClient.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebClient.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebHeaderCollection.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebHeaderCollection.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebProxy.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebProxy.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebSockets.Client.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebSockets.Client.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebSockets.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Net.WebSockets.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Numerics.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Numerics.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Numerics.Vectors.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Numerics.Vectors.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ObjectModel.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ObjectModel.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.Printing.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.Printing.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.DispatchProxy.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.DispatchProxy.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.ILGeneration.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.ILGeneration.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.Lightweight.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Emit.Lightweight.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Extensions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Extensions.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Metadata.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Metadata.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Primitives.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.Primitives.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.TypeExtensions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Reflection.TypeExtensions.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.Extensions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.Extensions.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.Reader.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.Reader.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.ResourceManager.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.ResourceManager.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.Writer.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Resources.Writer.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.CompilerServices.Unsafe.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.CompilerServices.Unsafe.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.CompilerServices.VisualC.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.CompilerServices.VisualC.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Extensions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Extensions.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Handles.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Handles.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.RuntimeInformation.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.RuntimeInformation.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.WindowsRuntime.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.InteropServices.WindowsRuntime.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Intrinsics.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Intrinsics.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Loader.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Loader.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Numerics.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Numerics.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Formatters.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Formatters.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Json.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Json.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Primitives.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Primitives.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Xml.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Serialization.Xml.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.AccessControl.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.AccessControl.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Claims.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Claims.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Algorithms.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Algorithms.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Cng.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Cng.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Csp.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Csp.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Encoding.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Encoding.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Pkcs.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Pkcs.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Primitives.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Primitives.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.ProtectedData.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.ProtectedData.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.X509Certificates.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.X509Certificates.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Xml.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Cryptography.Xml.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Permissions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Permissions.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Principal.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Principal.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Principal.Windows.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.Principal.Windows.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.SecureString.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Security.SecureString.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ServiceModel.Web.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ServiceModel.Web.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ServiceProcess.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ServiceProcess.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.CodePages.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.CodePages.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.Extensions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encoding.Extensions.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encodings.Web.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Encodings.Web.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Json.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.Json.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.RegularExpressions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Text.RegularExpressions.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.AccessControl.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.AccessControl.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Channels.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Channels.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Overlapped.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Overlapped.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Dataflow.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Dataflow.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Extensions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Extensions.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Parallel.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Tasks.Parallel.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Thread.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Thread.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.ThreadPool.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.ThreadPool.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Timer.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Threading.Timer.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Transactions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Transactions.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Transactions.Local.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Transactions.Local.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ValueTuple.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.ValueTuple.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Web.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Web.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Web.HttpUtility.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Web.HttpUtility.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.Windows.Controls.Ribbon.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.Windows.Controls.Ribbon.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Windows.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Windows.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.Windows.Extensions.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.Windows.Extensions.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.Windows.Input.Manipulations.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.Windows.Input.Manipulations.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.Windows.Presentation.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.Windows.Presentation.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xaml.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xaml.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.Linq.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.Linq.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.ReaderWriter.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.ReaderWriter.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.Serialization.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.Serialization.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XDocument.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XDocument.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XmlDocument.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XmlDocument.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XmlSerializer.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XmlSerializer.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XPath.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XPath.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XPath.XDocument.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Xml.XPath.XDocument.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\UIAutomationClient.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\UIAutomationClient.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\UIAutomationClientSideProviders.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\UIAutomationClientSideProviders.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\UIAutomationProvider.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\UIAutomationProvider.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\UIAutomationTypes.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\UIAutomationTypes.dll' to 'ExpenseIt'.
[dbug]: OmniSharp.Services.MetadataFileReferenceCache
        Cache miss C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\WindowsBase.dll
[dbug]: OmniSharp.MSBuild.ProjectManager
        Adding reference 'C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\3.1.0\ref\netcoreapp3.1\WindowsBase.dll' to 'ExpenseIt'.

@filipw
Copy link
Contributor

filipw commented Feb 7, 2020

thanks - however the log doesn't have any exception 😀
how did you run into the exception you mentioned?

@JordanPritt
Copy link
Author

To me it makes no sense. This just started a few hours ago today, without any thing changing other than I did install/remove the XML extension. If that were the reason then it should have cleared up after I removed it, uninstalled/re-installed VS Code, rebooted 5+ times, and so on. Unless Omnisharp dies on WPF projects (which I doubt) there is no logical reason for the formatting, references, etc to quite working along with the stupid save dialog that pops up.

@JordanPritt
Copy link
Author

Notice the empty space over the View_Click() method, it randomly will show reference count, but most of the time it shows blank space. When you restart omnisharp or or close it then space disappears. And on rare occasions it'll show 0 references.

Also, searching for any references on that method will result in an infite loop where the resulst pane just keeps "loading" over and over. Not sure if that's related but it's weird behavior that wasn't noticed until this issue occurred.

image

@JoeRobich
Copy link
Member

The exception looks like a duplicate of #3485

@JordanPritt
Copy link
Author

JordanPritt commented Feb 10, 2020

@filipw The error came back today after a fresh restart of pc and open VS Code.

My steps that lead to noticing the error again:

  • open project
  • modify a file
  • save said file, and see pop-up
  • cancel pop and save again
  • error show when hovering over omni-sharp icon
  • now all omni-sharp tools are dead

Is there any fix to this if it is related to #3485?

@filipw
Copy link
Contributor

filipw commented Feb 10, 2020

if it's caused by the same as #3485 (line mappings) then it will be fixed by OmniSharp/omnisharp-roslyn#1707
if you search your code for any #line directives, and get rid of them, and the issue would not happen anymore, then the root cause would be the same.

however, I am not convinced because as mentioned I tried out the repro code you shared and it doesn't reproduce for me 😀
what is interesting is that you say the OmniSharp icon goes red - if that happens, can you go to HELP > DEVELOPER TOOLS and see if there are any JS-related errors in the console?

thanks a lot for your help

@JordanPritt
Copy link
Author

JordanPritt commented Feb 10, 2020

@filipw Ok, just figured I ask since I saw the other comment. Found a console error, fingers crossed this helps. Console Error:

mainThreadExtensionService.ts:66 TypeError: Cannot read property 'text' of undefined
	at DocommentDomainCSharp.IsTriggerDocomment (c:\Users\Jordan Pritt\.vscode\extensions\k--kato.docomment-0.1.8\out\src\Domain\Lang\DocommentDomainCSharp.js:23:39)
	at DocommentDomainCSharp.Execute (c:\Users\Jordan Pritt\.vscode\extensions\k--kato.docomment-0.1.8\out\src\Domain\DocommentDomain.js:20:19)
	at DocommentControllerCSharp._onEvent (c:\Users\Jordan Pritt\.vscode\extensions\k--kato.docomment-0.1.8\out\src\Controller\DocommentController.js:54:31)
	at DocommentControllerCSharp.<anonymous> (c:\Users\Jordan Pritt\.vscode\extensions\k--kato.docomment-0.1.8\out\src\Controller\DocommentController.js:18:22)
	at l.fire (c:\Users\Jordan Pritt\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:48:561)
	at t.ExtHostDocuments.$acceptDirtyStateChanged (c:\Users\Jordan Pritt\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:562:996)
	at p._doInvokeHandler (c:\Users\Jordan Pritt\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:676:202)
	at p._invokeHandler (c:\Users\Jordan Pritt\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:675:901)
	at p._receiveRequest (c:\Users\Jordan Pritt\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:674:545)
	at p._receiveOneMessage (c:\Users\Jordan Pritt\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:673:373)
	at c:\Users\Jordan Pritt\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:671:588
	at l.fire (c:\Users\Jordan Pritt\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:48:541)
	at _.fire (c:\Users\Jordan Pritt\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:190:934)
	at c:\Users\Jordan Pritt\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:838:649
	at l.fire (c:\Users\Jordan Pritt\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:48:541)
	at _.fire (c:\Users\Jordan Pritt\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:190:934)
	at t.PersistentProtocol._receiveMessage (c:\Users\Jordan Pritt\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:195:277)
	at c:\Users\Jordan Pritt\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:192:459
	at l.fire (c:\Users\Jordan Pritt\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:48:541)
	at p.acceptChunk (c:\Users\Jordan Pritt\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:188:445)
	at c:\Users\Jordan Pritt\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:187:796
	at Socket.t (c:\Users\Jordan Pritt\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\workbench\services\extensions\node\extensionHostProcess.js:196:732)
	at Socket.emit (events.js:200:13)
	at addChunk (_stream_readable.js:294:12)
	at readableAddChunk (_stream_readable.js:275:11)
	at Socket.Readable.push (_stream_readable.js:210:10)
	at Pipe.onStreamRead (internal/stream_base_commons.js:166:17)
$onExtensionRuntimeError @ mainThreadExtensionService.ts:66
_doInvokeHandler @ rpcProtocol.ts:398
_invokeHandler @ rpcProtocol.ts:383
_receiveRequest @ rpcProtocol.ts:299
_receiveOneMessage @ rpcProtocol.ts:226
(anonymous) @ rpcProtocol.ts:101
fire @ event.ts:582
fire @ ipc.net.ts:453
_receiveMessage @ ipc.net.ts:733
(anonymous) @ ipc.net.ts:592
fire @ event.ts:582
acceptChunk @ ipc.net.ts:239
(anonymous) @ ipc.net.ts:200
t @ ipc.net.ts:28
emit @ events.js:200
addChunk @ _stream_readable.js:294
readableAddChunk @ _stream_readable.js:275
Readable.push @ _stream_readable.js:210
onStreamRead @ internal/stream_base_commons.js:166

@filipw
Copy link
Contributor

filipw commented Feb 10, 2020

thanks but the error you have posted doesn't come from OmniSharp - it comes from kato.docomment-0.1.8 extension, which I believe is this https://github.com/kasecato/vscode-docomment

@JordanPritt
Copy link
Author

Ok, so I removed the extension and reloaded VS Code to get this omni-sharp errir again:

Unhandled Exception: System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values.
Parameter name: index
   at Microsoft.CodeAnalysis.Text.SourceText.LineInfo.get_Item(Int32 index)
   at OmniSharp.Helpers.LocationExtensions.GetQuickFix(Location location, OmniSharpWorkspace workspace) in D:\a\1\s\src\OmniSharp.Roslyn.CSharp\Helpers\LocationExtensions.cs:line 24
   at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
   at System.Linq.Enumerable.<DistinctIterator>d__64`1.MoveNext()
   at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
   at System.Linq.OrderedEnumerable`1.<GetEnumerator>d__1.MoveNext()
   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)
   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)
   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)
   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)
   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)
   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)
   at OmniSharp.Protocol.Packet.ToString() in D:\a\1\s\src\OmniSharp.Host\Protocol\Packet.cs:line 22
   at System.IO.TextWriter.WriteLine(Object value)
   at System.IO.TextWriter.SyncTextWriter.WriteLine(Object value)
   at OmniSharp.Services.SharedTextWriter.ProcessWriteQueue() in D:\a\1\s\src\OmniSharp.Host\Services\SharedTextWriter.cs:line 48
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   at System.Threading.ThreadHelper.ThreadStart()

And in the developer tools there was "cannot write after a stream was destroyed..." warning that was followed by this error:

Error [ERR_STREAM_DESTROYED]: Cannot call write after a stream was destroyed
	at doWrite (_stream_writable.js:413:19)
	at writeOrBuffer (_stream_writable.js:401:5)
	at Socket.Writable.write (_stream_writable.js:301:11)
	at O._makeRequest (c:\Users\Jordan Pritt\.vscode\extensions\ms-vscode.csharp-1.21.11\dist\extension.js:16:438640)
	at o._makeRequest (c:\Users\Jordan Pritt\.vscode\extensions\ms-vscode.csharp-1.21.11\dist\extension.js:16:428803)
	at o.processPending (c:\Users\Jordan Pritt\.vscode\extensions\ms-vscode.csharp-1.21.11\dist\extension.js:16:439784)
	at t.RequestQueueCollection.drain (c:\Users\Jordan Pritt\.vscode\extensions\ms-vscode.csharp-1.21.11\dist\extension.js:16:440897)
	at t.RequestQueueCollection.enqueue (c:\Users\Jordan Pritt\.vscode\extensions\ms-vscode.csharp-1.21.11\dist\extension.js:16:440409)
	at c:\Users\Jordan Pritt\.vscode\extensions\ms-vscode.csharp-1.21.11\dist\extension.js:16:436546
	at new Promise (<anonymous>)
	at O.<anonymous> (c:\Users\Jordan Pritt\.vscode\extensions\ms-vscode.csharp-1.21.11\dist\extension.js:16:436439)
	at Generator.next (<anonymous>)
	at c:\Users\Jordan Pritt\.vscode\extensions\ms-vscode.csharp-1.21.11\dist\extension.js:16:426845
	at new Promise (<anonymous>)
	at r (c:\Users\Jordan Pritt\.vscode\extensions\ms-vscode.csharp-1.21.11\dist\extension.js:16:426622)
	at O.makeRequest (c:\Users\Jordan Pritt\.vscode\extensions\ms-vscode.csharp-1.21.11\dist\extension.js:16:436317)
	at Object.<anonymous> (c:\Users\Jordan Pritt\.vscode\extensions\ms-vscode.csharp-1.21.11\dist\extension.js:16:29452)
	at Generator.next (<anonymous>)
	at c:\Users\Jordan Pritt\.vscode\extensions\ms-vscode.csharp-1.21.11\dist\extension.js:16:29177
	at new Promise (<anonymous>)
	at r (c:\Users\Jordan Pritt\.vscode\extensions\ms-vscode.csharp-1.21.11\dist\extension.js:16:28954)
	at Object.t.codeCheck (c:\Users\Jordan Pritt\.vscode\extensions\ms-vscode.csharp-1.21.11\dist\extension.js:16:29410)
	at p.<anonymous> (c:\Users\Jordan Pritt\.vscode\extensions\ms-vscode.csharp-1.21.11\dist\extension.js:16:405017)
	at Generator.next (<anonymous>)
	at c:\Users\Jordan Pritt\.vscode\extensions\ms-vscode.csharp-1.21.11\dist\extension.js:16:399611
	at new Promise (<anonymous>)
	at r (c:\Users\Jordan Pritt\.vscode\extensions\ms-vscode.csharp-1.21.11\dist\extension.js:16:399388)
	at Timeout._onTimeout (c:\Users\Jordan Pritt\.vscode\extensions\ms-vscode.csharp-1.21.11\dist\extension.js:16:404967)
	at listOnTimeout (internal/timers.js:531:17)
	at processTimers (internal/timers.js:475:7)

@filipw
Copy link
Contributor

filipw commented Feb 11, 2020

thanks the call stack indicates something that will be fixed in OmniSharp/omnisharp-roslyn#1707

as a workaround you should be able to find all #line directives you have in the code base and if you remove/comment them out the problem should disappear as it's only related to #line mapping

@JordanPritt
Copy link
Author

Ok good to know, then I'll close this one. Thanks for all the help @filipw !

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

No branches or pull requests

3 participants