Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Omnisharp ignores omnisharp.json settings while formatting in v1.25.1 #5446

Closed
douweschulte opened this issue Nov 9, 2022 · 10 comments · Fixed by #5447
Closed

Omnisharp ignores omnisharp.json settings while formatting in v1.25.1 #5446

douweschulte opened this issue Nov 9, 2022 · 10 comments · Fixed by #5447

Comments

@douweschulte
Copy link

Issue Description

Omnisharp does not respect the omnisharp.json files anymore under VS Code C# extension v1.25.1 while it does for v1.25.0.

Steps to Reproduce

I use the omnisharp language server for among other formatting of my source code in VS Code. I have an omnisharp.json file in %USERPROFILE%/.omnisharp. Also, for testing purposes I copied this file to my projects working directory.

Steps:

  • Open a file (C# of course)
  • Format

Expected Behavior

I expected omnisharp to respect the formatting choices as present in the configuration file as it did every previous day.

Actual Behavior

It used the default configuration for formatting.

Workaround

I rolled back to the VS Code C# extension v1.25.0 (which you can see in the logs below) and this fixed the issue. I do not know if some new settings are needed from my side maybe with the new omnisharp.useModernNet or that something has gone awry with the included update to omnisharp 1.39.2.

Logs

OmniSharp log

Starting OmniSharp server at 11/9/2022, 11:18:59 AM Target: c:\Users\5803969\src\stitch

OmniSharp server started with .NET 6.0.403
.
Path: c:\Users\5803969.vscode\extensions\ms-dotnettools.csharp-1.25.0-win32-x64.omnisharp\1.39.0-net6.0\OmniSharp.dll
PID: 17164

Starting OmniSharp on Windows 10.0.19044.0 (x64)
info: OmniSharp.Services.DotNetCliService
Checking the 'DOTNET_ROOT' environment variable to find a .NET SDK
info: OmniSharp.Services.DotNetCliService
Using the 'dotnet' on the PATH.
info: OmniSharp.Services.DotNetCliService
DotNetPath set to dotnet
info: OmniSharp.MSBuild.Discovery.MSBuildLocator
Located 2 MSBuild instance(s)
1: .NET Core SDK 6.0.403 17.3.2 - "C:\Program Files\dotnet\sdk\6.0.403"
2: .NET Core SDK 6.0.401 17.3.1 - "C:\Program Files\dotnet\sdk\6.0.401"
info: OmniSharp.MSBuild.Discovery.MSBuildLocator
Registered MSBuild instance: .NET Core SDK 6.0.403 17.3.2 - "C:\Program Files\dotnet\sdk\6.0.403"
info: OmniSharp.WorkspaceInitializer
Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.CSharpFormattingWorkspaceOptionsProvider, Order: 0
info: OmniSharp.MSBuild.ProjectSystem
No solution files found in 'c:\Users\5803969\src\stitch'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'c:\Users\5803969\src\stitch\stitch\stitch.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'c:\Users\5803969\src\stitch\tests\tests.csproj'
info: OmniSharp.Script.ScriptProjectSystem
Detecting CSX files in 'c:\Users\5803969\src\stitch'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: c:\Users\5803969\src\stitch\stitch\stitch.csproj
info: OmniSharp.Script.ScriptProjectSystem
Did not find any CSX files
info: OmniSharp.WorkspaceInitializer
Configuration finished.
info: OmniSharp.Stdio.Host
Omnisharp server running using Stdio at location 'c:\Users\5803969\src\stitch' on host 17916.
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'c:\Users\5803969\src\stitch\stitch\stitch.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project 'c:\Users\5803969\src\stitch\stitch\stitch.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: c:\Users\5803969\src\stitch\tests\tests.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'c:\Users\5803969\src\stitch\tests\tests.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project 'c:\Users\5803969\src\stitch\tests\tests.csproj'
info: OmniSharp.MSBuild.ProjectManager
Update project: stitch
info: OmniSharp.MSBuild.ProjectManager
Update project: tests

C# log

Empty

Environment information

VSCode version: 1.73.0
C# Extension: 1.25.0

Dotnet Information .NET SDK (reflecting any global.json): Version: 6.0.403 Commit: 2bc18bf292

Runtime Environment:
OS Name: Windows
OS Version: 10.0.19044
OS Platform: Windows
RID: win10-x64
Base Path: C:\Program Files\dotnet\sdk\6.0.403\

global.json file:
Not found

Host:
Version: 6.0.11
Architecture: x64
Commit: 943474ca16

.NET SDKs installed:
3.1.425 [C:\Program Files\dotnet\sdk]
6.0.401 [C:\Program Files\dotnet\sdk]
6.0.403 [C:\Program Files\dotnet\sdk]

.NET runtimes installed:
Microsoft.AspNetCore.App 3.1.31 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 6.0.9 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 6.0.11 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 3.1.31 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 6.0.9 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 6.0.11 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 3.1.31 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 6.0.9 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 6.0.11 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]

Download .NET:
https://aka.ms/dotnet-download

Learn about .NET Runtimes and SDKs:
https://aka.ms/dotnet/runtimes-sdk-info

Visual Studio Code Extensions
Extension Author Version
better-toml bungcip 0.3.2
code-spell-checker streetsidesoftware 2.11.0
crates serayuzgur 0.5.10
csharp ms-dotnettools 1.25.0
docomment k--kato 0.1.31
errorlens usernamehw 3.6.0
githistory donjayamanne 0.6.19
gitlens eamodio 13.0.4
haskelly UCL 0.5.5
hexeditor ms-vscode 1.9.9
intellicode-api-usage-examples VisualStudioExptTeam 0.2.6
isort ms-python 2022.4.0
jupyter ms-toolsai 2022.9.1202862440
jupyter-keymap ms-toolsai 1.0.0
jupyter-renderers ms-toolsai 1.0.12
language-haskell justusadam 3.6.0
latex-workshop James-Yu 9.0.1
LiveServer ritwickdey 5.7.9
material-product-icons PKief 1.4.1
python ms-python 2022.18.1
r REditorSupport 2.6.1
rainbow-csv mechatroner 3.3.0
reflow-paragraph TroelsDamgaard 1.3.0
rust-analyzer rust-lang 0.3.1277
svg jock 1.4.22
unique-lines bibhasdn 1.0.0
vscode-html-css ecmel 1.13.1
vscode-intelephense-client bmewburn 1.8.2
vscode-jupyter-cell-tags ms-toolsai 0.1.6
vscode-jupyter-slideshow ms-toolsai 0.1.5
vscode-lldb vadimcn 1.8.1
vscode-pull-request-github GitHub 0.54.0
vscode-pylance ms-python 2022.11.10
vscode-todo-highlight wayou 1.0.5
vsliveshare ms-vsliveshare 1.0.5762
wordpress-toolbox wordpresstoolbox 1.3.14
@filipw
Copy link
Contributor

filipw commented Nov 9, 2022

Can you set the "omnisharp.loggingLevel": "debug" and capture the log again? this should show the config data and how it gets switched together

@chickenSandwich
Copy link

I am also experiencing this lack of respect for omnisharp.json formatting, and have reverted to 1.25.0.

@douweschulte
Copy link
Author

Here are the logs, I hope this helps.

Under v1.25.0

Starting OmniSharp server at 11/9/2022, 11:58:59 AM Target: c:\Users\5803969\src\stitch

OmniSharp server started with .NET 6.0.403
.
Path: c:\Users\5803969.vscode\extensions\ms-dotnettools.csharp-1.25.0-win32-x64.omnisharp\1.39.0-net6.0\OmniSharp.dll
PID: 7636

Loaded OmniSharp.DotNetTest, Version=1.39.0.0, Culture=neutral, PublicKeyToken=7e5bf7b3b470b509
dbug: OmniSharp.CompositionHostBuilder
Loaded OmniSharp.Host, Version=1.39.0.0, Culture=neutral, PublicKeyToken=7e5bf7b3b470b509
dbug: OmniSharp.CompositionHostBuilder
Loaded OmniSharp.MSBuild, Version=1.39.0.0, Culture=neutral, PublicKeyToken=7e5bf7b3b470b509
dbug: OmniSharp.CompositionHostBuilder
Loaded OmniSharp.Roslyn, Version=1.39.0.0, Culture=neutral, PublicKeyToken=7e5bf7b3b470b509
dbug: OmniSharp.CompositionHostBuilder
Loaded OmniSharp.Roslyn.CSharp, Version=1.39.0.0, Culture=neutral, PublicKeyToken=7e5bf7b3b470b509
dbug: OmniSharp.CompositionHostBuilder
Loaded OmniSharp.Script, Version=1.39.0.0, Culture=neutral, PublicKeyToken=7e5bf7b3b470b509
dbug: OmniSharp.CompositionHostBuilder
Loaded OmniSharp.Shared, Version=1.39.0.0, Culture=neutral, PublicKeyToken=7e5bf7b3b470b509
info: OmniSharp.Stdio.Host
Starting OmniSharp on Windows 10.0.19044.0 (x64)
info: OmniSharp.Services.DotNetCliService
Checking the 'DOTNET_ROOT' environment variable to find a .NET SDK
info: OmniSharp.Services.DotNetCliService
Using the 'dotnet' on the PATH.
info: OmniSharp.Services.DotNetCliService
DotNetPath set to dotnet
dbug: OmniSharp.CompositionHostBuilder
.NET SDK requires MSBuild instances version 16.3 or higher
info: OmniSharp.MSBuild.Discovery.MSBuildLocator
Located 2 MSBuild instance(s)
1: .NET Core SDK 6.0.403 17.3.2 - "C:\Program Files\dotnet\sdk\6.0.403"
2: .NET Core SDK 6.0.401 17.3.1 - "C:\Program Files\dotnet\sdk\6.0.401"
dbug: OmniSharp.CompositionHostBuilder
MSBuild instance .NET Core SDK 6.0.403 17.3.2 scored at -2147483648
dbug: OmniSharp.CompositionHostBuilder
MSBuild instance .NET Core SDK 6.0.401 17.3.1 scored at -2147483648
info: OmniSharp.MSBuild.Discovery.MSBuildLocator
Registered MSBuild instance: .NET Core SDK 6.0.403 17.3.2 - "C:\Program Files\dotnet\sdk\6.0.403"
dbug: OmniSharp.WorkspaceInitializer
Starting with OmniSharp options: {"RoslynExtensionsOptions":{"EnableDecompilationSupport":false,"EnableAnalyzersSupport":false,"EnableImportCompletion":false,"EnableAsyncCompletion":false,"DocumentAnalysisTimeoutMs":30000,"DiagnosticWorkersThreadCount":12,"AnalyzeOpenDocumentsOnly":false,"InlayHintsOptions":{"EnableForParameters":false,"ForLiteralParameters":false,"ForIndexerParameters":false,"ForObjectCreationParameters":false,"ForOtherParameters":false,"SuppressForParametersThatDifferOnlyBySuffix":false,"SuppressForParametersThatMatchMethodIntent":false,"SuppressForParametersThatMatchArgumentName":false,"EnableForTypes":false,"ForImplicitVariableTypes":false,"ForLambdaParameterTypes":false,"ForImplicitObjectCreation":false},"LocationPaths":null},"FormattingOptions":{"OrganizeImports":true,"EnableEditorConfigSupport":true,"NewLine":"\n","UseTabs":false,"TabSize":4,"IndentationSize":4,"SpacingAfterMethodDeclarationName":false,"SeparateImportDirectiveGroups":false,"SpaceWithinMethodDeclarationParenthesis":false,"SpaceBetweenEmptyMethodDeclarationParentheses":false,"SpaceAfterMethodCallName":false,"SpaceWithinMethodCallParentheses":false,"SpaceBetweenEmptyMethodCallParentheses":false,"SpaceAfterControlFlowStatementKeyword":true,"SpaceWithinExpressionParentheses":false,"SpaceWithinCastParentheses":false,"SpaceWithinOtherParentheses":false,"SpaceAfterCast":false,"SpaceBeforeOpenSquareBracket":false,"SpaceBetweenEmptySquareBrackets":false,"SpaceWithinSquareBrackets":false,"SpaceAfterColonInBaseTypeDeclaration":true,"SpaceAfterComma":true,"SpaceAfterDot":false,"SpaceAfterSemicolonsInForStatement":true,"SpaceBeforeColonInBaseTypeDeclaration":true,"SpaceBeforeComma":false,"SpaceBeforeDot":false,"SpaceBeforeSemicolonsInForStatement":false,"SpacingAroundBinaryOperator":"single","IndentBraces":false,"IndentBlock":true,"IndentSwitchSection":true,"IndentSwitchCaseSection":true,"IndentSwitchCaseSectionWhenBlock":true,"LabelPositioning":"oneLess","WrappingPreserveSingleLine":true,"WrappingKeepStatementsOnSingleLine":true,"NewLinesForBracesInTypes":false,"NewLinesForBracesInMethods":false,"NewLinesForBracesInProperties":false,"NewLinesForBracesInAccessors":false,"NewLinesForBracesInAnonymousMethods":false,"NewLinesForBracesInControlBlocks":false,"NewLinesForBracesInAnonymousTypes":false,"NewLinesForBracesInObjectCollectionArrayInitializers":false,"NewLinesForBracesInLambdaExpressionBody":false,"NewLineForElse":false,"NewLineForCatch":false,"NewLineForFinally":false,"NewLineForMembersInObjectInit":true,"NewLineForMembersInAnonymousTypes":true,"NewLineForClausesInQuery":true},"FileOptions":{"SystemExcludeSearchPatterns":["/node_modules//","/bin//","/obj//","/.git//","/.git","/.svn","/.hg","/CVS","/.DS_Store","/Thumbs.db"],"ExcludeSearchPatterns":[]},"RenameOptions":{"RenameOverloads":false,"RenameInStrings":false,"RenameInComments":false},"ImplementTypeOptions":{"InsertionBehavior":0,"PropertyGenerationBehavior":0},"DotNetCliOptions":{"LocationPaths":null},"Plugins":{"LocationPaths":null}}
info: OmniSharp.WorkspaceInitializer
Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.CSharpFormattingWorkspaceOptionsProvider, Order: 0
dbug: OmniSharp.MSBuild.ProjectSystem
MSBuild environment:
Mode: Standalone
RunningTests: False
RunningInVisualStudio: False
MSBuildToolsDirectory32: C:\Program Files\dotnet\sdk\6.0.403
MSBuildToolsDirectory64: C:\Program Files\dotnet\sdk\6.0.403
MSBuildSDKsPath: C:\Program Files\dotnet\sdk\6.0.403\Sdks
CurrentMSBuildConfigurationFile: C:\Program Files\dotnet\sdk\6.0.403\MSBuild.dll.config
CurrentMSBuildExePath: C:\Program Files\dotnet\sdk\6.0.403\MSBuild.dll
CurrentMSBuildToolsDirectory: C:\Program Files\dotnet\sdk\6.0.403
VisualStudioInstallRootDirectory:
MSBuildExtensionsPath: C:\Program Files\dotnet\sdk\6.0.403

No solution files found in 'c:\Users\5803969\src\stitch'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'c:\Users\5803969\src\stitch\stitch\stitch.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'c:\Users\5803969\src\stitch\tests\tests.csproj'
info: OmniSharp.Script.ScriptProjectSystem
Detecting CSX files in 'c:\Users\5803969\src\stitch'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: c:\Users\5803969\src\stitch\stitch\stitch.csproj
info: OmniSharp.Script.ScriptProjectSystem
Did not find any CSX files
info: OmniSharp.WorkspaceInitializer
Configuration finished.
info: OmniSharp.Stdio.Host
Omnisharp server running using Stdio at location 'c:\Users\5803969\src\stitch' on host 17916.
dbug: OmniSharp.Stdio.Host
************ Request ************
{
"Type": "request",
"Seq": 19751,
"Command": "/projects"
}
dbug: OmniSharp.Stdio.Host
************ Request ************
{
"Type": "request",
"Seq": 19752,
"Command": "/projects"
}
dbug: OmniSharp.Stdio.Host
************ Request ************
{
"Type": "request",
"Seq": 19753,
"Command": "/filesChanged",
"Arguments": [
{
"FileName": "c:\Users\5803969\src\stitch\stitch\obj\Debug\net6.0\stitch.assets.cache",
"changeType": "Change"
}
]
}
dbug: OmniSharp.Stdio.Host
************ Response (7.5974ms) ************
{
"Request_seq": 19753,
"Command": "/filesChanged",
"Running": true,
"Success": true,
"Message": null,
"Body": {},
"Seq": 33,
"Type": "response"
}
dbug: OmniSharp.Stdio.Host
************ Request ************
{
"Type": "request",
"Seq": 19754,
"Command": "/filesChanged",
"Arguments": [
{
"FileName": "c:\Users\5803969\src\stitch\stitch\obj\Debug\net6.0\stitch.GeneratedMSBuildEditorConfig.editorconfig",
"changeType": "Change"
}
]
}
dbug: OmniSharp.Stdio.Host
************ Response (0.5056ms) ************
{
"Request_seq": 19754,
"Command": "/filesChanged",
"Running": true,
"Success": true,
"Message": null,
"Body": {},
"Seq": 36,
"Type": "response"
}
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'c:\Users\5803969\src\stitch\stitch\stitch.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project 'c:\Users\5803969\src\stitch\stitch\stitch.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: c:\Users\5803969\src\stitch\tests\tests.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'c:\Users\5803969\src\stitch\tests\tests.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project 'c:\Users\5803969\src\stitch\tests\tests.csproj'
dbug: OmniSharp.Stdio.Host
************ Request ************
{
"Type": "request",
"Seq": 19755,
"Command": "/filesChanged",
"Arguments": [
{
"FileName": "c:\Users\5803969\src\stitch\tests\obj\Debug\net6.0\tests.csproj.AssemblyReference.cache",
"changeType": "Change"
}
]
}
dbug: OmniSharp.Stdio.Host
************ Response (0.2164ms) ************
{
"Request_seq": 19755,
"Command": "/filesChanged",
"Running": true,
"Success": true,
"Message": null,
"Body": {},
"Seq": 46,
"Type": "response"
}
info: OmniSharp.MSBuild.ProjectManager
Update project: stitch
dbug: OmniSharp.MSBuild.ProjectManager
.editorconfig file 'c:\Users\5803969\src\stitch\stitch\obj\Debug\net6.0\stitch.GeneratedMSBuildEditorConfig.editorconfig' added for project stitch
dbug: OmniSharp.MSBuild.ProjectManager
.editorconfig file 'C:\Program Files\dotnet\sdk\6.0.403\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_6_default.editorconfig' added for project stitch
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\hecklib.core\2.5.991.363\lib\netstandard2.0\hecklib-core.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\hecklib.core\2.5.991.363\lib\netstandard2.0\hecklib-core.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\hecklib.precalc\2.0.726.26646\lib\netstandard2.0\hecklib-precalc.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\hecklib.precalc\2.0.726.26646\lib\netstandard2.0\hecklib-precalc.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\hecklib.rawfiles.mgf\6.0.967.1300\lib\netstandard2.0\hecklib-rawfiles-mgf.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\hecklib.rawfiles.mgf\6.0.967.1300\lib\netstandard2.0\hecklib-rawfiles-mgf.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\hecklib.rawfiles.thermo\6.0.967.1300\lib\netstandard2.0\hecklib-rawfiles-thermo.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\hecklib.rawfiles.thermo\6.0.967.1300\lib\netstandard2.0\hecklib-rawfiles-thermo.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\hecklib.rawfiles\6.0.967.1300\lib\netstandard2.0\hecklib-rawfiles.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\hecklib.rawfiles\6.0.967.1300\lib\netstandard2.0\hecklib-rawfiles.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\hecklib.html_generator\0.0.11\lib\netstandard2.0\html_generator.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\hecklib.html_generator\0.0.11\lib\netstandard2.0\html_generator.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\Microsoft.CSharp.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\Microsoft.CSharp.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\Microsoft.VisualBasic.Core.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\Microsoft.VisualBasic.Core.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\Microsoft.VisualBasic.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\Microsoft.VisualBasic.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\Microsoft.Win32.Primitives.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\Microsoft.Win32.Primitives.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\Microsoft.Win32.Registry.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\Microsoft.Win32.Registry.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\mscorlib.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\mscorlib.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\netstandard.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\netstandard.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\newtonsoft.json\13.0.1\lib\netstandard2.0\Newtonsoft.Json.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\newtonsoft.json\13.0.1\lib\netstandard2.0\Newtonsoft.Json.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\openmcdf\2.2.1.3\lib\netstandard2.0\OpenMcdf.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\openmcdf\2.2.1.3\lib\netstandard2.0\OpenMcdf.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\openmcdf.extensions\2.2.1.3\lib\netstandard2.0\OpenMcdf.Extensions.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\openmcdf.extensions\2.2.1.3\lib\netstandard2.0\OpenMcdf.Extensions.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.AppContext.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.AppContext.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Buffers.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Buffers.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\system.codedom\6.0.0\lib\net6.0\System.CodeDom.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\system.codedom\6.0.0\lib\net6.0\System.CodeDom.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Collections.Concurrent.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Collections.Concurrent.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Collections.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Collections.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Collections.Immutable.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Collections.Immutable.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Collections.NonGeneric.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Collections.NonGeneric.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Collections.Specialized.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Collections.Specialized.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ComponentModel.Annotations.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ComponentModel.Annotations.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ComponentModel.DataAnnotations.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ComponentModel.DataAnnotations.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ComponentModel.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ComponentModel.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ComponentModel.EventBasedAsync.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ComponentModel.EventBasedAsync.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ComponentModel.Primitives.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ComponentModel.Primitives.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ComponentModel.TypeConverter.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ComponentModel.TypeConverter.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Configuration.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Configuration.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Console.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Console.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Core.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Core.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Data.Common.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Data.Common.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Data.DataSetExtensions.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Data.DataSetExtensions.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Data.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Data.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.Contracts.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.Contracts.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.Debug.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.Debug.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.DiagnosticSource.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.DiagnosticSource.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.FileVersionInfo.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.FileVersionInfo.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.Process.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.Process.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.StackTrace.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.StackTrace.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.TextWriterTraceListener.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.TextWriterTraceListener.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.Tools.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.Tools.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.TraceSource.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.TraceSource.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.Tracing.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.Tracing.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Drawing.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Drawing.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Drawing.Primitives.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Drawing.Primitives.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Dynamic.Runtime.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Dynamic.Runtime.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Formats.Asn1.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Formats.Asn1.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Globalization.Calendars.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Globalization.Calendars.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Globalization.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Globalization.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Globalization.Extensions.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Globalization.Extensions.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.Compression.Brotli.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.Compression.Brotli.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.Compression.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.Compression.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.Compression.FileSystem.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.Compression.FileSystem.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.Compression.ZipFile.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.Compression.ZipFile.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.FileSystem.AccessControl.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.FileSystem.AccessControl.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.FileSystem.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.FileSystem.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.FileSystem.DriveInfo.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.FileSystem.DriveInfo.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.FileSystem.Primitives.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.FileSystem.Primitives.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.FileSystem.Watcher.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.FileSystem.Watcher.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.IsolatedStorage.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.IsolatedStorage.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.MemoryMappedFiles.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.MemoryMappedFiles.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.Pipes.AccessControl.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.Pipes.AccessControl.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.Pipes.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.Pipes.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.UnmanagedMemoryStream.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.UnmanagedMemoryStream.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Linq.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Linq.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Linq.Expressions.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Linq.Expressions.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Linq.Parallel.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Linq.Parallel.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Linq.Queryable.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Linq.Queryable.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\system.management\6.0.0\lib\net6.0\System.Management.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\system.management\6.0.0\lib\net6.0\System.Management.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Memory.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Memory.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Http.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Http.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Http.Json.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Http.Json.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.HttpListener.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.HttpListener.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Mail.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Mail.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.NameResolution.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.NameResolution.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.NetworkInformation.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.NetworkInformation.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Ping.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Ping.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Primitives.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Primitives.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Requests.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Requests.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Security.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Security.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.ServicePoint.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.ServicePoint.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Sockets.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Sockets.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.WebClient.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.WebClient.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.WebHeaderCollection.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.WebHeaderCollection.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.WebProxy.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.WebProxy.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.WebSockets.Client.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.WebSockets.Client.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.WebSockets.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.WebSockets.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Numerics.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Numerics.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Numerics.Vectors.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Numerics.Vectors.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ObjectModel.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ObjectModel.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.DispatchProxy.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.DispatchProxy.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.Emit.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.Emit.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.Emit.ILGeneration.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.Emit.ILGeneration.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.Emit.Lightweight.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.Emit.Lightweight.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.Extensions.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.Extensions.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.Metadata.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.Metadata.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.Primitives.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.Primitives.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.TypeExtensions.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.TypeExtensions.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\system.resources.extensions\6.0.0\lib\net6.0\System.Resources.Extensions.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\system.resources.extensions\6.0.0\lib\net6.0\System.Resources.Extensions.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Resources.Reader.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Resources.Reader.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Resources.ResourceManager.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Resources.ResourceManager.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Resources.Writer.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Resources.Writer.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.CompilerServices.Unsafe.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.CompilerServices.Unsafe.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.CompilerServices.VisualC.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.CompilerServices.VisualC.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Extensions.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Extensions.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Handles.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Handles.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.InteropServices.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.InteropServices.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.InteropServices.RuntimeInformation.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.InteropServices.RuntimeInformation.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Intrinsics.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Intrinsics.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Loader.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Loader.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Numerics.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Numerics.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Serialization.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Serialization.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Serialization.Formatters.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Serialization.Formatters.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Serialization.Json.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Serialization.Json.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Serialization.Primitives.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Serialization.Primitives.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Serialization.Xml.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Serialization.Xml.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.AccessControl.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.AccessControl.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Claims.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Claims.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.Algorithms.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.Algorithms.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.Cng.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.Cng.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.Csp.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.Csp.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.Encoding.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.Encoding.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.OpenSsl.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.OpenSsl.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.Primitives.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.Primitives.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.X509Certificates.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.X509Certificates.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Principal.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Principal.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Principal.Windows.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Principal.Windows.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.SecureString.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.SecureString.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ServiceModel.Web.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ServiceModel.Web.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ServiceProcess.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ServiceProcess.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Text.Encoding.CodePages.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Text.Encoding.CodePages.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Text.Encoding.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Text.Encoding.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Text.Encoding.Extensions.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Text.Encoding.Extensions.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Text.Encodings.Web.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Text.Encodings.Web.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Text.Json.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Text.Json.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Text.RegularExpressions.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Text.RegularExpressions.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Channels.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Channels.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Overlapped.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Overlapped.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Tasks.Dataflow.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Tasks.Dataflow.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Tasks.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Tasks.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Tasks.Extensions.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Tasks.Extensions.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Tasks.Parallel.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Tasks.Parallel.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Thread.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Thread.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.ThreadPool.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.ThreadPool.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Timer.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Timer.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Transactions.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Transactions.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Transactions.Local.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Transactions.Local.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ValueTuple.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ValueTuple.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Web.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Web.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Web.HttpUtility.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Web.HttpUtility.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Windows.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Windows.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.Linq.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.Linq.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.ReaderWriter.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.ReaderWriter.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.Serialization.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.Serialization.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.XDocument.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.XDocument.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.XmlDocument.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.XmlDocument.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.XmlSerializer.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.XmlSerializer.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.XPath.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.XPath.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.XPath.XDocument.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.XPath.XDocument.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\thermofisher.commoncore.backgroundsubtraction\5.0.0.72\lib\netstandard2.0\ThermoFisher.CommonCore.BackgroundSubtraction.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\thermofisher.commoncore.backgroundsubtraction\5.0.0.72\lib\netstandard2.0\ThermoFisher.CommonCore.BackgroundSubtraction.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\thermofisher.commoncore.data\5.0.0.72\lib\netstandard2.0\ThermoFisher.CommonCore.Data.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\thermofisher.commoncore.data\5.0.0.72\lib\netstandard2.0\ThermoFisher.CommonCore.Data.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\thermofisher.commoncore.massprecisionestimator\5.0.0.72\lib\netstandard2.0\ThermoFisher.CommonCore.MassPrecisionEstimator.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\thermofisher.commoncore.massprecisionestimator\5.0.0.72\lib\netstandard2.0\ThermoFisher.CommonCore.MassPrecisionEstimator.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\thermofisher.commoncore.rawfilereader\5.0.0.72\lib\netstandard2.0\ThermoFisher.CommonCore.RawFileReader.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\thermofisher.commoncore.rawfilereader\5.0.0.72\lib\netstandard2.0\ThermoFisher.CommonCore.RawFileReader.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\WindowsBase.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\WindowsBase.dll' to 'stitch'.
info: OmniSharp.MSBuild.ProjectManager
Update project: tests
dbug: OmniSharp.MSBuild.ProjectManager
.editorconfig file 'c:\Users\5803969\src\stitch\tests\obj\Debug\net6.0\tests.GeneratedMSBuildEditorConfig.editorconfig' added for project tests
dbug: OmniSharp.MSBuild.ProjectManager
.editorconfig file 'C:\Program Files\dotnet\sdk\6.0.403\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_6_default.editorconfig' added for project tests
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\hecklib.core\2.5.991.363\lib\netstandard2.0\hecklib-core.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\hecklib.precalc\2.0.726.26646\lib\netstandard2.0\hecklib-precalc.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\hecklib.rawfiles.mgf\6.0.967.1300\lib\netstandard2.0\hecklib-rawfiles-mgf.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\hecklib.rawfiles.thermo\6.0.967.1300\lib\netstandard2.0\hecklib-rawfiles-thermo.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\hecklib.rawfiles\6.0.967.1300\lib\netstandard2.0\hecklib-rawfiles.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\hecklib.html_generator\0.0.11\lib\netstandard2.0\html_generator.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\Microsoft.CSharp.dll' to 'tests'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\microsoft.testplatform.testhost\16.2.0\lib\netstandard1.5\Microsoft.TestPlatform.CommunicationUtilities.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\microsoft.testplatform.testhost\16.2.0\lib\netstandard1.5\Microsoft.TestPlatform.CommunicationUtilities.dll' to 'tests'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\microsoft.testplatform.objectmodel\16.2.0\lib\netstandard1.5\Microsoft.TestPlatform.CoreUtilities.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\microsoft.testplatform.objectmodel\16.2.0\lib\netstandard1.5\Microsoft.TestPlatform.CoreUtilities.dll' to 'tests'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\microsoft.testplatform.testhost\16.2.0\lib\netstandard1.5\Microsoft.TestPlatform.CrossPlatEngine.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\microsoft.testplatform.testhost\16.2.0\lib\netstandard1.5\Microsoft.TestPlatform.CrossPlatEngine.dll' to 'tests'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\microsoft.testplatform.objectmodel\16.2.0\lib\netstandard1.5\Microsoft.TestPlatform.PlatformAbstractions.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\microsoft.testplatform.objectmodel\16.2.0\lib\netstandard1.5\Microsoft.TestPlatform.PlatformAbstractions.dll' to 'tests'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\microsoft.testplatform.testhost\16.2.0\lib\netstandard1.5\Microsoft.TestPlatform.Utilities.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\microsoft.testplatform.testhost\16.2.0\lib\netstandard1.5\Microsoft.TestPlatform.Utilities.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\Microsoft.VisualBasic.Core.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\Microsoft.VisualBasic.dll' to 'tests'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\microsoft.codecoverage\16.2.0\lib\netcoreapp1.0\Microsoft.VisualStudio.CodeCoverage.Shim.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\microsoft.codecoverage\16.2.0\lib\netcoreapp1.0\Microsoft.VisualStudio.CodeCoverage.Shim.dll' to 'tests'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\microsoft.testplatform.testhost\16.2.0\lib\netstandard1.5\Microsoft.VisualStudio.TestPlatform.Common.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\microsoft.testplatform.testhost\16.2.0\lib\netstandard1.5\Microsoft.VisualStudio.TestPlatform.Common.dll' to 'tests'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\microsoft.testplatform.objectmodel\16.2.0\lib\netstandard1.5\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\microsoft.testplatform.objectmodel\16.2.0\lib\netstandard1.5\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll' to 'tests'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\mstest.testframework\1.4.0\lib\netstandard1.0\Microsoft.VisualStudio.TestPlatform.TestFramework.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\mstest.testframework\1.4.0\lib\netstandard1.0\Microsoft.VisualStudio.TestPlatform.TestFramework.dll' to 'tests'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\mstest.testframework\1.4.0\lib\netstandard1.0\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\mstest.testframework\1.4.0\lib\netstandard1.0\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\Microsoft.Win32.Primitives.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\Microsoft.Win32.Registry.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\mscorlib.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\netstandard.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\newtonsoft.json\13.0.1\lib\netstandard2.0\Newtonsoft.Json.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\openmcdf\2.2.1.3\lib\netstandard2.0\OpenMcdf.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\openmcdf.extensions\2.2.1.3\lib\netstandard2.0\OpenMcdf.Extensions.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.AppContext.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Buffers.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\system.codedom\6.0.0\lib\net6.0\System.CodeDom.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Collections.Concurrent.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Collections.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Collections.Immutable.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Collections.NonGeneric.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Collections.Specialized.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ComponentModel.Annotations.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ComponentModel.DataAnnotations.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ComponentModel.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ComponentModel.EventBasedAsync.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ComponentModel.Primitives.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ComponentModel.TypeConverter.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Configuration.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Console.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Core.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Data.Common.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Data.DataSetExtensions.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Data.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.Contracts.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.Debug.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.DiagnosticSource.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.FileVersionInfo.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.Process.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.StackTrace.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.TextWriterTraceListener.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.Tools.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.TraceSource.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.Tracing.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Drawing.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Drawing.Primitives.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Dynamic.Runtime.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Formats.Asn1.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Globalization.Calendars.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Globalization.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Globalization.Extensions.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.Compression.Brotli.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.Compression.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.Compression.FileSystem.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.Compression.ZipFile.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.FileSystem.AccessControl.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.FileSystem.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.FileSystem.DriveInfo.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.FileSystem.Primitives.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.FileSystem.Watcher.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.IsolatedStorage.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.MemoryMappedFiles.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.Pipes.AccessControl.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.Pipes.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.UnmanagedMemoryStream.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Linq.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Linq.Expressions.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Linq.Parallel.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Linq.Queryable.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\system.management\6.0.0\lib\net6.0\System.Management.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Memory.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Http.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Http.Json.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.HttpListener.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Mail.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.NameResolution.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.NetworkInformation.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Ping.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Primitives.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Requests.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Security.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.ServicePoint.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Sockets.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.WebClient.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.WebHeaderCollection.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.WebProxy.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.WebSockets.Client.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.WebSockets.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Numerics.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Numerics.Vectors.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ObjectModel.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.DispatchProxy.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.Emit.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.Emit.ILGeneration.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.Emit.Lightweight.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.Extensions.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.Metadata.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.Primitives.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.TypeExtensions.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\system.resources.extensions\6.0.0\lib\net6.0\System.Resources.Extensions.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Resources.Reader.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Resources.ResourceManager.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Resources.Writer.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.CompilerServices.Unsafe.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.CompilerServices.VisualC.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Extensions.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Handles.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.InteropServices.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.InteropServices.RuntimeInformation.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Intrinsics.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Loader.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Numerics.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Serialization.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Serialization.Formatters.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Serialization.Json.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Serialization.Primitives.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Serialization.Xml.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.AccessControl.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Claims.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.Algorithms.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.Cng.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.Csp.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.Encoding.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.OpenSsl.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.Primitives.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.X509Certificates.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Principal.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Principal.Windows.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.SecureString.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ServiceModel.Web.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ServiceProcess.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Text.Encoding.CodePages.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Text.Encoding.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Text.Encoding.Extensions.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Text.Encodings.Web.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Text.Json.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Text.RegularExpressions.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Channels.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Overlapped.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Tasks.Dataflow.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Tasks.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Tasks.Extensions.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Tasks.Parallel.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Thread.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.ThreadPool.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Timer.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Transactions.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Transactions.Local.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ValueTuple.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Web.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Web.HttpUtility.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Windows.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.Linq.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.ReaderWriter.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.Serialization.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.XDocument.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.XmlDocument.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.XmlSerializer.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.XPath.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.XPath.XDocument.dll' to 'tests'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\system.xml.xpath.xmldocument\4.0.1\ref\netstandard1.3\System.Xml.XPath.XmlDocument.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\system.xml.xpath.xmldocument\4.0.1\ref\netstandard1.3\System.Xml.XPath.XmlDocument.dll' to 'tests'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\microsoft.testplatform.testhost\16.2.0\lib\netstandard1.5\testhost.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\microsoft.testplatform.testhost\16.2.0\lib\netstandard1.5\testhost.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\thermofisher.commoncore.backgroundsubtraction\5.0.0.72\lib\netstandard2.0\ThermoFisher.CommonCore.BackgroundSubtraction.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\thermofisher.commoncore.data\5.0.0.72\lib\netstandard2.0\ThermoFisher.CommonCore.Data.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\thermofisher.commoncore.massprecisionestimator\5.0.0.72\lib\netstandard2.0\ThermoFisher.CommonCore.MassPrecisionEstimator.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\thermofisher.commoncore.rawfilereader\5.0.0.72\lib\netstandard2.0\ThermoFisher.CommonCore.RawFileReader.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\WindowsBase.dll' to 'tests'.
dbug: OmniSharp.Stdio.Host

[actual responses removed as this was quite a load of text]

Under v1.25.1

Starting OmniSharp server at 11/9/2022, 12:00:33 PM Target: c:\Users\5803969\src\stitch

OmniSharp server started with .NET 6.0.403
.
Path: c:\Users\5803969.vscode\extensions\ms-dotnettools.csharp-1.25.1-win32-x64.omnisharp\1.39.2-net6.0\OmniSharp.dll
PID: 8428

Loaded OmniSharp.Cake, Version=1.39.0.0, Culture=neutral, PublicKeyToken=7e5bf7b3b470b509
dbug: OmniSharp.CompositionHostBuilder
Loaded OmniSharp.DotNetTest, Version=1.39.0.0, Culture=neutral, PublicKeyToken=7e5bf7b3b470b509
dbug: OmniSharp.CompositionHostBuilder
Loaded OmniSharp.Host, Version=1.39.0.0, Culture=neutral, PublicKeyToken=7e5bf7b3b470b509
dbug: OmniSharp.CompositionHostBuilder
Loaded OmniSharp.MSBuild, Version=1.39.0.0, Culture=neutral, PublicKeyToken=7e5bf7b3b470b509
dbug: OmniSharp.CompositionHostBuilder
Loaded OmniSharp.Roslyn, Version=1.39.0.0, Culture=neutral, PublicKeyToken=7e5bf7b3b470b509
dbug: OmniSharp.CompositionHostBuilder
Loaded OmniSharp.Roslyn.CSharp, Version=1.39.0.0, Culture=neutral, PublicKeyToken=7e5bf7b3b470b509
dbug: OmniSharp.CompositionHostBuilder
Loaded OmniSharp.Script, Version=1.39.0.0, Culture=neutral, PublicKeyToken=7e5bf7b3b470b509
dbug: OmniSharp.CompositionHostBuilder
Loaded OmniSharp.Shared, Version=1.39.0.0, Culture=neutral, PublicKeyToken=7e5bf7b3b470b509
info: OmniSharp.Stdio.Host
Starting OmniSharp on Windows 10.0.19044.0 (x64)
info: OmniSharp.Services.DotNetCliService
Checking the 'DOTNET_ROOT' environment variable to find a .NET SDK
info: OmniSharp.Services.DotNetCliService
Using the 'dotnet' on the PATH.
info: OmniSharp.Services.DotNetCliService
DotNetPath set to dotnet
dbug: OmniSharp.CompositionHostBuilder
.NET SDK requires MSBuild instances version 16.3 or higher
info: OmniSharp.MSBuild.Discovery.MSBuildLocator
Located 2 MSBuild instance(s)
1: .NET Core SDK 6.0.403 17.3.2 - "C:\Program Files\dotnet\sdk\6.0.403"
2: .NET Core SDK 6.0.401 17.3.1 - "C:\Program Files\dotnet\sdk\6.0.401"
dbug: OmniSharp.CompositionHostBuilder
MSBuild instance .NET Core SDK 6.0.403 17.3.2 scored at -2147483648
dbug: OmniSharp.CompositionHostBuilder
MSBuild instance .NET Core SDK 6.0.401 17.3.1 scored at -2147483648
info: OmniSharp.MSBuild.Discovery.MSBuildLocator
Registered MSBuild instance: .NET Core SDK 6.0.403 17.3.2 - "C:\Program Files\dotnet\sdk\6.0.403"
dbug: OmniSharp.WorkspaceInitializer
Starting with OmniSharp options: {"RoslynExtensionsOptions":{"EnableDecompilationSupport":false,"EnableAnalyzersSupport":false,"EnableImportCompletion":false,"EnableAsyncCompletion":false,"DocumentAnalysisTimeoutMs":30000,"DiagnosticWorkersThreadCount":12,"AnalyzeOpenDocumentsOnly":false,"InlayHintsOptions":{"EnableForParameters":false,"ForLiteralParameters":false,"ForIndexerParameters":false,"ForObjectCreationParameters":false,"ForOtherParameters":false,"SuppressForParametersThatDifferOnlyBySuffix":false,"SuppressForParametersThatMatchMethodIntent":false,"SuppressForParametersThatMatchArgumentName":false,"EnableForTypes":false,"ForImplicitVariableTypes":false,"ForLambdaParameterTypes":false,"ForImplicitObjectCreation":false},"LocationPaths":null},"FormattingOptions":{"OrganizeImports":true,"EnableEditorConfigSupport":true,"NewLine":"\n","UseTabs":false,"TabSize":4,"IndentationSize":4,"SpacingAfterMethodDeclarationName":false,"SeparateImportDirectiveGroups":false,"SpaceWithinMethodDeclarationParenthesis":false,"SpaceBetweenEmptyMethodDeclarationParentheses":false,"SpaceAfterMethodCallName":false,"SpaceWithinMethodCallParentheses":false,"SpaceBetweenEmptyMethodCallParentheses":false,"SpaceAfterControlFlowStatementKeyword":true,"SpaceWithinExpressionParentheses":false,"SpaceWithinCastParentheses":false,"SpaceWithinOtherParentheses":false,"SpaceAfterCast":false,"SpaceBeforeOpenSquareBracket":false,"SpaceBetweenEmptySquareBrackets":false,"SpaceWithinSquareBrackets":false,"SpaceAfterColonInBaseTypeDeclaration":true,"SpaceAfterComma":true,"SpaceAfterDot":false,"SpaceAfterSemicolonsInForStatement":true,"SpaceBeforeColonInBaseTypeDeclaration":true,"SpaceBeforeComma":false,"SpaceBeforeDot":false,"SpaceBeforeSemicolonsInForStatement":false,"SpacingAroundBinaryOperator":"single","IndentBraces":false,"IndentBlock":true,"IndentSwitchSection":true,"IndentSwitchCaseSection":true,"IndentSwitchCaseSectionWhenBlock":true,"LabelPositioning":"oneLess","WrappingPreserveSingleLine":true,"WrappingKeepStatementsOnSingleLine":true,"NewLinesForBracesInTypes":false,"NewLinesForBracesInMethods":false,"NewLinesForBracesInProperties":false,"NewLinesForBracesInAccessors":false,"NewLinesForBracesInAnonymousMethods":false,"NewLinesForBracesInControlBlocks":false,"NewLinesForBracesInAnonymousTypes":false,"NewLinesForBracesInObjectCollectionArrayInitializers":false,"NewLinesForBracesInLambdaExpressionBody":false,"NewLineForElse":false,"NewLineForCatch":false,"NewLineForFinally":false,"NewLineForMembersInObjectInit":true,"NewLineForMembersInAnonymousTypes":true,"NewLineForClausesInQuery":true},"FileOptions":{"SystemExcludeSearchPatterns":["/node_modules//","/bin//","/obj//","/.git//","/.git","/.svn","/.hg","/CVS","/.DS_Store","/Thumbs.db"],"ExcludeSearchPatterns":[]},"RenameOptions":{"RenameOverloads":false,"RenameInStrings":false,"RenameInComments":false},"ImplementTypeOptions":{"InsertionBehavior":0,"PropertyGenerationBehavior":0},"DotNetCliOptions":{"LocationPaths":null},"Plugins":{"LocationPaths":null}}
info: OmniSharp.WorkspaceInitializer
Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.CSharpFormattingWorkspaceOptionsProvider, Order: 0
info: OmniSharp.Cake.CakeProjectSystem
Detecting Cake files in 'c:\Users\5803969\src\stitch'.
info: OmniSharp.Cake.CakeProjectSystem
Did not find any Cake files
dbug: OmniSharp.MSBuild.ProjectSystem
MSBuild environment:
Mode: Standalone
RunningTests: False
RunningInVisualStudio: False
MSBuildToolsDirectory32: C:\Program Files\dotnet\sdk\6.0.403
MSBuildToolsDirectory64: C:\Program Files\dotnet\sdk\6.0.403
MSBuildSDKsPath: C:\Program Files\dotnet\sdk\6.0.403\Sdks
CurrentMSBuildConfigurationFile: C:\Program Files\dotnet\sdk\6.0.403\MSBuild.dll.config
CurrentMSBuildExePath: C:\Program Files\dotnet\sdk\6.0.403\MSBuild.dll
CurrentMSBuildToolsDirectory: C:\Program Files\dotnet\sdk\6.0.403
VisualStudioInstallRootDirectory:
MSBuildExtensionsPath: C:\Program Files\dotnet\sdk\6.0.403

No solution files found in 'c:\Users\5803969\src\stitch'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'c:\Users\5803969\src\stitch\stitch\stitch.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'c:\Users\5803969\src\stitch\tests\tests.csproj'
info: OmniSharp.Script.ScriptProjectSystem
Detecting CSX files in 'c:\Users\5803969\src\stitch'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: c:\Users\5803969\src\stitch\stitch\stitch.csproj
info: OmniSharp.Script.ScriptProjectSystem
Did not find any CSX files
info: OmniSharp.WorkspaceInitializer
Configuration finished.
info: OmniSharp.Stdio.Host
Omnisharp server running using Stdio at location 'c:\Users\5803969\src\stitch' on host 7276.
dbug: OmniSharp.Stdio.Host
************ Request ************
{
"Type": "request",
"Seq": 2,
"Command": "/projects"
}
dbug: OmniSharp.Stdio.Host
************ Request ************
{
"Type": "request",
"Seq": 1,
"Command": "/projects"
}
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'c:\Users\5803969\src\stitch\stitch\stitch.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project 'c:\Users\5803969\src\stitch\stitch\stitch.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: c:\Users\5803969\src\stitch\tests\tests.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'c:\Users\5803969\src\stitch\tests\tests.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project 'c:\Users\5803969\src\stitch\tests\tests.csproj'
info: OmniSharp.MSBuild.ProjectManager
Update project: stitch
dbug: OmniSharp.MSBuild.ProjectManager
.editorconfig file 'c:\Users\5803969\src\stitch\stitch\obj\Debug\net6.0\stitch.GeneratedMSBuildEditorConfig.editorconfig' added for project stitch
dbug: OmniSharp.MSBuild.ProjectManager
.editorconfig file 'C:\Program Files\dotnet\sdk\6.0.403\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_6_default.editorconfig' added for project stitch
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\hecklib.core\2.5.991.363\lib\netstandard2.0\hecklib-core.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\hecklib.core\2.5.991.363\lib\netstandard2.0\hecklib-core.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\hecklib.precalc\2.0.726.26646\lib\netstandard2.0\hecklib-precalc.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\hecklib.precalc\2.0.726.26646\lib\netstandard2.0\hecklib-precalc.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\hecklib.rawfiles.mgf\6.0.967.1300\lib\netstandard2.0\hecklib-rawfiles-mgf.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\hecklib.rawfiles.mgf\6.0.967.1300\lib\netstandard2.0\hecklib-rawfiles-mgf.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\hecklib.rawfiles.thermo\6.0.967.1300\lib\netstandard2.0\hecklib-rawfiles-thermo.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\hecklib.rawfiles.thermo\6.0.967.1300\lib\netstandard2.0\hecklib-rawfiles-thermo.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\hecklib.rawfiles\6.0.967.1300\lib\netstandard2.0\hecklib-rawfiles.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\hecklib.rawfiles\6.0.967.1300\lib\netstandard2.0\hecklib-rawfiles.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\hecklib.html_generator\0.0.11\lib\netstandard2.0\html_generator.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\hecklib.html_generator\0.0.11\lib\netstandard2.0\html_generator.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\Microsoft.CSharp.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\Microsoft.CSharp.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\Microsoft.VisualBasic.Core.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\Microsoft.VisualBasic.Core.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\Microsoft.VisualBasic.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\Microsoft.VisualBasic.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\Microsoft.Win32.Primitives.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\Microsoft.Win32.Primitives.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\Microsoft.Win32.Registry.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\Microsoft.Win32.Registry.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\mscorlib.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\mscorlib.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\netstandard.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\netstandard.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\newtonsoft.json\13.0.1\lib\netstandard2.0\Newtonsoft.Json.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\newtonsoft.json\13.0.1\lib\netstandard2.0\Newtonsoft.Json.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\openmcdf\2.2.1.3\lib\netstandard2.0\OpenMcdf.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\openmcdf\2.2.1.3\lib\netstandard2.0\OpenMcdf.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\openmcdf.extensions\2.2.1.3\lib\netstandard2.0\OpenMcdf.Extensions.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\openmcdf.extensions\2.2.1.3\lib\netstandard2.0\OpenMcdf.Extensions.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.AppContext.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.AppContext.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Buffers.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Buffers.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\system.codedom\6.0.0\lib\net6.0\System.CodeDom.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\system.codedom\6.0.0\lib\net6.0\System.CodeDom.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Collections.Concurrent.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Collections.Concurrent.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Collections.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Collections.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Collections.Immutable.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Collections.Immutable.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Collections.NonGeneric.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Collections.NonGeneric.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Collections.Specialized.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Collections.Specialized.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ComponentModel.Annotations.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ComponentModel.Annotations.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ComponentModel.DataAnnotations.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ComponentModel.DataAnnotations.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ComponentModel.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ComponentModel.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ComponentModel.EventBasedAsync.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ComponentModel.EventBasedAsync.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ComponentModel.Primitives.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ComponentModel.Primitives.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ComponentModel.TypeConverter.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ComponentModel.TypeConverter.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Configuration.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Configuration.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Console.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Console.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Core.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Core.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Data.Common.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Data.Common.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Data.DataSetExtensions.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Data.DataSetExtensions.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Data.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Data.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.Contracts.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.Contracts.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.Debug.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.Debug.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.DiagnosticSource.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.DiagnosticSource.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.FileVersionInfo.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.FileVersionInfo.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.Process.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.Process.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.StackTrace.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.StackTrace.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.TextWriterTraceListener.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.TextWriterTraceListener.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.Tools.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.Tools.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.TraceSource.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.TraceSource.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.Tracing.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.Tracing.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Drawing.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Drawing.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Drawing.Primitives.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Drawing.Primitives.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Dynamic.Runtime.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Dynamic.Runtime.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Formats.Asn1.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Formats.Asn1.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Globalization.Calendars.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Globalization.Calendars.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Globalization.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Globalization.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Globalization.Extensions.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Globalization.Extensions.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.Compression.Brotli.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.Compression.Brotli.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.Compression.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.Compression.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.Compression.FileSystem.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.Compression.FileSystem.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.Compression.ZipFile.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.Compression.ZipFile.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.FileSystem.AccessControl.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.FileSystem.AccessControl.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.FileSystem.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.FileSystem.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.FileSystem.DriveInfo.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.FileSystem.DriveInfo.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.FileSystem.Primitives.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.FileSystem.Primitives.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.FileSystem.Watcher.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.FileSystem.Watcher.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.IsolatedStorage.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.IsolatedStorage.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.MemoryMappedFiles.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.MemoryMappedFiles.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.Pipes.AccessControl.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.Pipes.AccessControl.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.Pipes.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.Pipes.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.UnmanagedMemoryStream.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.UnmanagedMemoryStream.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Linq.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Linq.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Linq.Expressions.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Linq.Expressions.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Linq.Parallel.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Linq.Parallel.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Linq.Queryable.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Linq.Queryable.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\system.management\6.0.0\lib\net6.0\System.Management.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\system.management\6.0.0\lib\net6.0\System.Management.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Memory.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Memory.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Http.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Http.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Http.Json.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Http.Json.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.HttpListener.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.HttpListener.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Mail.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Mail.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.NameResolution.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.NameResolution.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.NetworkInformation.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.NetworkInformation.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Ping.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Ping.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Primitives.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Primitives.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Requests.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Requests.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Security.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Security.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.ServicePoint.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.ServicePoint.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Sockets.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Sockets.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.WebClient.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.WebClient.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.WebHeaderCollection.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.WebHeaderCollection.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.WebProxy.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.WebProxy.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.WebSockets.Client.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.WebSockets.Client.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.WebSockets.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.WebSockets.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Numerics.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Numerics.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Numerics.Vectors.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Numerics.Vectors.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ObjectModel.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ObjectModel.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.DispatchProxy.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.DispatchProxy.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.Emit.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.Emit.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.Emit.ILGeneration.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.Emit.ILGeneration.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.Emit.Lightweight.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.Emit.Lightweight.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.Extensions.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.Extensions.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.Metadata.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.Metadata.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.Primitives.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.Primitives.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.TypeExtensions.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.TypeExtensions.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\system.resources.extensions\6.0.0\lib\net6.0\System.Resources.Extensions.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\system.resources.extensions\6.0.0\lib\net6.0\System.Resources.Extensions.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Resources.Reader.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Resources.Reader.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Resources.ResourceManager.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Resources.ResourceManager.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Resources.Writer.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Resources.Writer.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.CompilerServices.Unsafe.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.CompilerServices.Unsafe.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.CompilerServices.VisualC.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.CompilerServices.VisualC.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Extensions.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Extensions.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Handles.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Handles.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.InteropServices.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.InteropServices.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.InteropServices.RuntimeInformation.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.InteropServices.RuntimeInformation.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Intrinsics.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Intrinsics.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Loader.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Loader.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Numerics.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Numerics.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Serialization.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Serialization.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Serialization.Formatters.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Serialization.Formatters.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Serialization.Json.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Serialization.Json.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Serialization.Primitives.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Serialization.Primitives.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Serialization.Xml.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Serialization.Xml.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.AccessControl.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.AccessControl.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Claims.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Claims.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.Algorithms.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.Algorithms.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.Cng.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.Cng.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.Csp.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.Csp.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.Encoding.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.Encoding.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.OpenSsl.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.OpenSsl.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.Primitives.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.Primitives.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.X509Certificates.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.X509Certificates.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Principal.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Principal.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Principal.Windows.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Principal.Windows.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.SecureString.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.SecureString.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ServiceModel.Web.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ServiceModel.Web.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ServiceProcess.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ServiceProcess.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Text.Encoding.CodePages.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Text.Encoding.CodePages.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Text.Encoding.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Text.Encoding.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Text.Encoding.Extensions.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Text.Encoding.Extensions.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Text.Encodings.Web.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Text.Encodings.Web.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Text.Json.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Text.Json.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Text.RegularExpressions.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Text.RegularExpressions.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Channels.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Channels.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Overlapped.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Overlapped.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Tasks.Dataflow.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Tasks.Dataflow.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Tasks.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Tasks.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Tasks.Extensions.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Tasks.Extensions.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Tasks.Parallel.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Tasks.Parallel.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Thread.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Thread.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.ThreadPool.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.ThreadPool.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Timer.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Timer.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Transactions.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Transactions.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Transactions.Local.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Transactions.Local.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ValueTuple.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ValueTuple.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Web.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Web.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Web.HttpUtility.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Web.HttpUtility.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Windows.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Windows.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.Linq.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.Linq.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.ReaderWriter.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.ReaderWriter.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.Serialization.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.Serialization.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.XDocument.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.XDocument.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.XmlDocument.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.XmlDocument.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.XmlSerializer.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.XmlSerializer.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.XPath.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.XPath.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.XPath.XDocument.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.XPath.XDocument.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\thermofisher.commoncore.backgroundsubtraction\5.0.0.72\lib\netstandard2.0\ThermoFisher.CommonCore.BackgroundSubtraction.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\thermofisher.commoncore.backgroundsubtraction\5.0.0.72\lib\netstandard2.0\ThermoFisher.CommonCore.BackgroundSubtraction.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\thermofisher.commoncore.data\5.0.0.72\lib\netstandard2.0\ThermoFisher.CommonCore.Data.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\thermofisher.commoncore.data\5.0.0.72\lib\netstandard2.0\ThermoFisher.CommonCore.Data.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\thermofisher.commoncore.massprecisionestimator\5.0.0.72\lib\netstandard2.0\ThermoFisher.CommonCore.MassPrecisionEstimator.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\thermofisher.commoncore.massprecisionestimator\5.0.0.72\lib\netstandard2.0\ThermoFisher.CommonCore.MassPrecisionEstimator.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\thermofisher.commoncore.rawfilereader\5.0.0.72\lib\netstandard2.0\ThermoFisher.CommonCore.RawFileReader.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\thermofisher.commoncore.rawfilereader\5.0.0.72\lib\netstandard2.0\ThermoFisher.CommonCore.RawFileReader.dll' to 'stitch'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\WindowsBase.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\WindowsBase.dll' to 'stitch'.
info: OmniSharp.MSBuild.ProjectManager
Update project: tests
dbug: OmniSharp.MSBuild.ProjectManager
.editorconfig file 'c:\Users\5803969\src\stitch\tests\obj\Debug\net6.0\tests.GeneratedMSBuildEditorConfig.editorconfig' added for project tests
dbug: OmniSharp.MSBuild.ProjectManager
.editorconfig file 'C:\Program Files\dotnet\sdk\6.0.403\Sdks\Microsoft.NET.Sdk\analyzers\build\config\analysislevel_6_default.editorconfig' added for project tests
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\hecklib.core\2.5.991.363\lib\netstandard2.0\hecklib-core.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\hecklib.precalc\2.0.726.26646\lib\netstandard2.0\hecklib-precalc.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\hecklib.rawfiles.mgf\6.0.967.1300\lib\netstandard2.0\hecklib-rawfiles-mgf.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\hecklib.rawfiles.thermo\6.0.967.1300\lib\netstandard2.0\hecklib-rawfiles-thermo.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\hecklib.rawfiles\6.0.967.1300\lib\netstandard2.0\hecklib-rawfiles.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\hecklib.html_generator\0.0.11\lib\netstandard2.0\html_generator.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\Microsoft.CSharp.dll' to 'tests'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\microsoft.testplatform.testhost\16.2.0\lib\netstandard1.5\Microsoft.TestPlatform.CommunicationUtilities.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\microsoft.testplatform.testhost\16.2.0\lib\netstandard1.5\Microsoft.TestPlatform.CommunicationUtilities.dll' to 'tests'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\microsoft.testplatform.objectmodel\16.2.0\lib\netstandard1.5\Microsoft.TestPlatform.CoreUtilities.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\microsoft.testplatform.objectmodel\16.2.0\lib\netstandard1.5\Microsoft.TestPlatform.CoreUtilities.dll' to 'tests'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\microsoft.testplatform.testhost\16.2.0\lib\netstandard1.5\Microsoft.TestPlatform.CrossPlatEngine.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\microsoft.testplatform.testhost\16.2.0\lib\netstandard1.5\Microsoft.TestPlatform.CrossPlatEngine.dll' to 'tests'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\microsoft.testplatform.objectmodel\16.2.0\lib\netstandard1.5\Microsoft.TestPlatform.PlatformAbstractions.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\microsoft.testplatform.objectmodel\16.2.0\lib\netstandard1.5\Microsoft.TestPlatform.PlatformAbstractions.dll' to 'tests'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\microsoft.testplatform.testhost\16.2.0\lib\netstandard1.5\Microsoft.TestPlatform.Utilities.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\microsoft.testplatform.testhost\16.2.0\lib\netstandard1.5\Microsoft.TestPlatform.Utilities.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\Microsoft.VisualBasic.Core.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\Microsoft.VisualBasic.dll' to 'tests'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\microsoft.codecoverage\16.2.0\lib\netcoreapp1.0\Microsoft.VisualStudio.CodeCoverage.Shim.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\microsoft.codecoverage\16.2.0\lib\netcoreapp1.0\Microsoft.VisualStudio.CodeCoverage.Shim.dll' to 'tests'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\microsoft.testplatform.testhost\16.2.0\lib\netstandard1.5\Microsoft.VisualStudio.TestPlatform.Common.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\microsoft.testplatform.testhost\16.2.0\lib\netstandard1.5\Microsoft.VisualStudio.TestPlatform.Common.dll' to 'tests'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\microsoft.testplatform.objectmodel\16.2.0\lib\netstandard1.5\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\microsoft.testplatform.objectmodel\16.2.0\lib\netstandard1.5\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll' to 'tests'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\mstest.testframework\1.4.0\lib\netstandard1.0\Microsoft.VisualStudio.TestPlatform.TestFramework.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\mstest.testframework\1.4.0\lib\netstandard1.0\Microsoft.VisualStudio.TestPlatform.TestFramework.dll' to 'tests'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\mstest.testframework\1.4.0\lib\netstandard1.0\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\mstest.testframework\1.4.0\lib\netstandard1.0\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\Microsoft.Win32.Primitives.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\Microsoft.Win32.Registry.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\mscorlib.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\netstandard.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\newtonsoft.json\13.0.1\lib\netstandard2.0\Newtonsoft.Json.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\openmcdf\2.2.1.3\lib\netstandard2.0\OpenMcdf.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\openmcdf.extensions\2.2.1.3\lib\netstandard2.0\OpenMcdf.Extensions.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.AppContext.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Buffers.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\system.codedom\6.0.0\lib\net6.0\System.CodeDom.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Collections.Concurrent.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Collections.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Collections.Immutable.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Collections.NonGeneric.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Collections.Specialized.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ComponentModel.Annotations.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ComponentModel.DataAnnotations.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ComponentModel.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ComponentModel.EventBasedAsync.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ComponentModel.Primitives.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ComponentModel.TypeConverter.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Configuration.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Console.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Core.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Data.Common.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Data.DataSetExtensions.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Data.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.Contracts.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.Debug.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.DiagnosticSource.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.FileVersionInfo.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.Process.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.StackTrace.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.TextWriterTraceListener.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.Tools.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.TraceSource.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Diagnostics.Tracing.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Drawing.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Drawing.Primitives.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Dynamic.Runtime.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Formats.Asn1.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Globalization.Calendars.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Globalization.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Globalization.Extensions.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.Compression.Brotli.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.Compression.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.Compression.FileSystem.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.Compression.ZipFile.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.FileSystem.AccessControl.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.FileSystem.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.FileSystem.DriveInfo.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.FileSystem.Primitives.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.FileSystem.Watcher.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.IsolatedStorage.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.MemoryMappedFiles.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.Pipes.AccessControl.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.Pipes.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.IO.UnmanagedMemoryStream.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Linq.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Linq.Expressions.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Linq.Parallel.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Linq.Queryable.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\system.management\6.0.0\lib\net6.0\System.Management.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Memory.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Http.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Http.Json.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.HttpListener.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Mail.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.NameResolution.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.NetworkInformation.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Ping.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Primitives.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Requests.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Security.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.ServicePoint.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.Sockets.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.WebClient.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.WebHeaderCollection.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.WebProxy.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.WebSockets.Client.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Net.WebSockets.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Numerics.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Numerics.Vectors.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ObjectModel.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.DispatchProxy.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.Emit.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.Emit.ILGeneration.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.Emit.Lightweight.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.Extensions.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.Metadata.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.Primitives.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Reflection.TypeExtensions.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\system.resources.extensions\6.0.0\lib\net6.0\System.Resources.Extensions.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Resources.Reader.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Resources.ResourceManager.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Resources.Writer.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.CompilerServices.Unsafe.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.CompilerServices.VisualC.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Extensions.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Handles.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.InteropServices.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.InteropServices.RuntimeInformation.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Intrinsics.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Loader.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Numerics.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Serialization.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Serialization.Formatters.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Serialization.Json.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Serialization.Primitives.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Runtime.Serialization.Xml.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.AccessControl.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Claims.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.Algorithms.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.Cng.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.Csp.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.Encoding.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.OpenSsl.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.Primitives.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Cryptography.X509Certificates.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Principal.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.Principal.Windows.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Security.SecureString.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ServiceModel.Web.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ServiceProcess.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Text.Encoding.CodePages.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Text.Encoding.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Text.Encoding.Extensions.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Text.Encodings.Web.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Text.Json.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Text.RegularExpressions.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Channels.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Overlapped.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Tasks.Dataflow.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Tasks.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Tasks.Extensions.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Tasks.Parallel.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Thread.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.ThreadPool.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Threading.Timer.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Transactions.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Transactions.Local.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.ValueTuple.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Web.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Web.HttpUtility.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Windows.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.Linq.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.ReaderWriter.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.Serialization.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.XDocument.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.XmlDocument.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.XmlSerializer.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.XPath.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\System.Xml.XPath.XDocument.dll' to 'tests'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\system.xml.xpath.xmldocument\4.0.1\ref\netstandard1.3\System.Xml.XPath.XmlDocument.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\system.xml.xpath.xmldocument\4.0.1\ref\netstandard1.3\System.Xml.XPath.XmlDocument.dll' to 'tests'.
dbug: OmniSharp.Services.MetadataFileReferenceCache
Cache miss C:\Users\5803969.nuget\packages\microsoft.testplatform.testhost\16.2.0\lib\netstandard1.5\testhost.dll
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\microsoft.testplatform.testhost\16.2.0\lib\netstandard1.5\testhost.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\thermofisher.commoncore.backgroundsubtraction\5.0.0.72\lib\netstandard2.0\ThermoFisher.CommonCore.BackgroundSubtraction.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\thermofisher.commoncore.data\5.0.0.72\lib\netstandard2.0\ThermoFisher.CommonCore.Data.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\thermofisher.commoncore.massprecisionestimator\5.0.0.72\lib\netstandard2.0\ThermoFisher.CommonCore.MassPrecisionEstimator.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Users\5803969.nuget\packages\thermofisher.commoncore.rawfilereader\5.0.0.72\lib\netstandard2.0\ThermoFisher.CommonCore.RawFileReader.dll' to 'tests'.
dbug: OmniSharp.MSBuild.ProjectManager
Adding reference 'C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\6.0.11\ref\net6.0\WindowsBase.dll' to 'tests'.
dbug: OmniSharp.Stdio.Host
************ Response (1330.9361ms) ************
[Actual responses hidden was quite big]

@thomasbergersen
Copy link

Press the following Settings:

"omnisharp.useModernNet": false,
"omnisharp.monoPath": "/Library/Frameworks/Mono.framework/Versions/Current",

image

image

@filipw
Copy link
Contributor

filipw commented Nov 9, 2022

Thanks for posting the logs. Actually, there was a change in OmniSharp 1.39.2 where editorconfig is given higher priority over formatting options set via omnisharp.json (which is sort of legacy).

Because the extension enables editor config by default, this results in the behavior you experience. If you switch off editorconfig support ("omnisharp.enableEditorConfigSupport": false, also make sure that omnisharp.json does not enable it too, as it could) then it should again respect the formatting settings from omnisharp.json.

However going forward, I think it would be best to move your formatting options to editorconfig file for a number of reasons (can be portable between editors, single place to manage formatting and diagnostics and so on).

@chickenSandwich
Copy link

chickenSandwich commented Nov 9, 2022

Thanks for posting the logs. Actually, there was a change in OmniSharp 1.39.2 where editorconfig is given higher priority over formatting options set via omnisharp.json (which is sort of legacy).

Because the extension enables editor config by default, this results in the behavior you experience. If you switch off editorconfig support ("omnisharp.enableEditorConfigSupport": false, also make sure that omnisharp.json does not enable it too, as it could) then it should again respect the formatting settings from omnisharp.json.

However going forward, I think it would be best to move your formatting options to editorconfig file for a number of reasons (can be portable between editors, single place to manage formatting and diagnostics and so on).

@filipw : Thank-you. This is working after adding "omnisharp.enableEditorConfigSupport": false,, and updating to 1.25.1.

@douweschulte
Copy link
Author

Perfect that clears it up. I will set up up a .editorconfig then. But maybe it would then also be best to not steer users to use the .json in the configuration documentation. And show them how to set up a good .editorconfig like by pointing them here.

@filipw
Copy link
Contributor

filipw commented Nov 9, 2022

Yes, I will definitely update this. The problem is that documentation is for the server, where editorconfig is disabled by default, so it's sort of correct by default. It's only once editorconfig is enabled, the behavior changed (which we must document). For now I added a quick note to the changelog/readme #5447

@douweschulte
Copy link
Author

Perfect let's hope that clears up this issue for other users.

@fmoo
Copy link

fmoo commented Nov 11, 2022

I would have expected a setting like "Enable Editor Config Support" to fall back to omnisharp.json when there is no .editorconfig in the workspace, which the current implementation did not do.

It seems inappropriate to make the default behavior break backwards compatibility in a patch release.

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

Successfully merging a pull request may close this issue.

5 participants