microsoft / vscode-dotnettools

This is a feedback repository to capture issues logged for the C# Dev Kit and related extensions from Visual Studio Code
Other
188 stars 6 forks source link

C# Dev kit completely broken. Nothing works. #799

Open wgrs opened 4 months ago

wgrs commented 4 months ago

Type: Bug

Refactoring completely broken along with intellisense. Testing doesnt work. In fact Im not sure anything is actually working on this ext. Wasted hours reinstalling countless times.

This extension is completely useless. This was supposed to fix all the omniCode stuff but its even worse than that tool. Its crippling vscode. Its a now a constant battle doing even basic things in vscode.

Zero refactoring, zero intellisense and zero testing.

Extension version: 1.1.16 VS Code version: Code 1.85.0 (af28b32d7e553898b2a91af498b1fb666fdebe0c, 2023-12-06T22:27:05.695Z) OS version: Linux x64 6.5.0-14-generic snap Modes:

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i3-2350M CPU @ 2.30GHz (4 x 2294)| |GPU Status|2d_canvas: unavailable_software
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: disabled_software
multiple_raster_threads: enabled_on
opengl: disabled_off
rasterization: disabled_software
raw_draw: disabled_off_ok
video_decode: disabled_software
video_encode: disabled_software
vulkan: disabled_off
webgl: unavailable_software
webgl2: unavailable_software
webgpu: disabled_off| |Load (avg)|1, 1, 1| |Memory (System)|7.66GB (4.70GB free)| |Process Argv|--no-sandbox --force-user-env --unity-launch --crash-reporter-id 2e58bea4-2abd-486f-ba1a-d660f0ad9c03| |Screen Reader|no| |VM|0%| |DESKTOP_SESSION|ubuntu| |XDG_CURRENT_DESKTOP|Unity| |XDG_SESSION_DESKTOP|ubuntu| |XDG_SESSION_TYPE|wayland|
A/B Experiments ``` vsliv368cf:30146710 vsreu685:30147344 python383cf:30185419 vspor879:30202332 vspor708:30202333 vspor363:30204092 vslsvsres303:30308271 vserr242cf:30382550 pythontb:30283811 vsjup518:30340749 pythonptprofiler:30281270 vshan820:30294714 vstes263:30335439 vscoreces:30445986 vscod805cf:30301675 binariesv615:30325510 bridge0708:30335490 bridge0723:30353136 vsaa593cf:30376535 pythonvs932:30410667 py29gd2263:30899288 vsclangdf:30486550 c4g48928:30535728 dsvsc012:30540252 azure-dev_surveyone:30548225 2e4cg342:30602488 89544117:30613380 2i9eh265:30646982 showlangstatbar:30737416 fixshowwlkth:30771522 showindicator:30805244 pythongtdpath:30769146 i26e3531:30792625 welcomedialogc:30910334 pythonnosmt12:30797651 pythonidxpt:30866567 pythonnoceb:30805159 asynctok:30898717 dsvsc013:30795093 dsvsc014:30804076 dsvsc015:30845448 pythontestfixt:30902429 pyreplss1:30897532 pythonmypyd1:30879173 pythoncet0:30885854 h48ei257:30885898 pythontbext0:30879054 accentitlementsc:30887149 dsvsc016:30899300 dsvsc017:30899301 dsvsc018:30899302 aa_t_chat:30882232 dsvsc019cf:30917260 ```
timheuer commented 4 months ago

@wgrs Is it possible for you to provide more information about your workspace that you have open? What types of projects (looks like maybe Unity?), what, if any, log messages are emitted in the output window for "C#" and "C# Dev Kit" categories?

This would better help us make this actionable.

wgrs commented 4 months ago

@wgrs Is it possible for you to provide more information about your workspace that you have open? What types of projects (looks like maybe Unity?), what, if any, log messages are emitted in the output window for "C#" and "C# Dev Kit" categories?

This would better help us make this actionable.

This is completely standard .net 8 webapi on Ubuntu 23.04. Its been broken for months. I have reinstalled everything even the OS. I opened other tickets on the vscode issues page giving the reason I though the cause was. That ticker was closed. Since then others have added the errors too. I was amazed it was just closed and no action taken.

timheuer commented 4 months ago

This is completely standard .net 8 webapi on Ubuntu 23.04. Its been broken for months

Yep that's not expected and not common. Can you share the output log stream if anything there?

wgrs commented 4 months ago

This is completely standard .net 8 webapi on Ubuntu 23.04. Its been broken for months

Yep that's not expected and not common. Can you share the output log stream if anything there?

How do I get the output logs?

timheuer commented 4 months ago

Apologies, when you open a workspace that is not working, grab whatever output is here (pls ensure scrub any sensitive paths): image

wgrs commented 4 months ago

Ok, for starters, I added a standard xunit test project and ran dotnet test.

Testhost process for source(s) '/home/xxx/Dev/Projects/xxx/tests/bin/Debug/net8.0/tests.dll' exited with error: The specified runtimeconfig.json [/usr/lib/dotnet/sdk/8.0.100/testhost-8.0.runtimeconfig.json] does not exist
. Please check the diagnostic logs for more information.

Test Run Aborted.

The nugets for dotnet new xunit are very old so I updated them to the latest versions but the same error persists.

timheuer commented 4 months ago

Thanks Greg. You mentioned you ran dotnet test I assume from a terminal. If so, this tells me you are having more fundamental issues rather than anything related to this extension (yet at least).

Can you run dotnet --info and put the output here?

wgrs commented 4 months ago

Host: Version: 8.0.0 Architecture: x64 Commit: 5535e31a71

.NET SDKs installed: 8.0.100 [/usr/lib/dotnet/sdk]

.NET runtimes installed: Microsoft.AspNetCore.App 8.0.0 [/usr/lib/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.NETCore.App 8.0.0 [/usr/lib/dotnet/shared/Microsoft.NETCore.App]

Other architectures found: None

Environment variables: DOTNET_ROOT [$~/.dotnet]

global.json file: Not found

Learn more: https://aka.ms/dotnet/info

timheuer commented 4 months ago

Ok thanks.

Was there any output in the C#/C# Dev Kit output logs? Do you even see a Solution Explorer panel being created shown when you open a workspace with the web app? If you use just the terminal and dotnet run does it build/run?

wgrs commented 4 months ago

I reinstalled the Dev kit again. I had to uninstall it earlier and over the previous weeks because it was breaking refactoring, intellisense etc. As things would have it, go to definition is now working, intellisense seems to be working as well. No errors shown in workspace. All the dotnet commands work as expected. But I need to get tests working now. The Solution explorer is fine, although I have had to delete a mysterious sln object that randomly gets dropped into one of my projects. That would obviously cause issues but as of yesterday, even after I removed the rogue sln, intellisense, refactoring and testing were broken.

timheuer commented 4 months ago

Progress! Just FYI if you are experiencing dotnet command failures, that's more problematic and disconnected from Dev Kit...so if dotnet test is still failing, that's not the extension, that's something else. It will, of course, AFFECT the experience in the extension but we want to root those out separately. Can you confirm that dotnet test is still failing?

Regarding the SLN file that gets created, that's now a config option in the extension you can uncheck: image

timheuer commented 4 months ago

Ok, correct it is not anything to do with VSCode or extensions, this is the runtime. /cc @AbhitejJohn @peterwald any ideas? At this point we should move this to dotnet/sdk?

wgrs commented 4 months ago

Appreciate the clarity and the help - so much better than just having the ticket closed which was happening on the vscode issue page.

timheuer commented 4 months ago

Sorry about that Greg...lots of teams, different processes :-( -- let's help to see if we can get your tests sorted. Will need Peter/Abhitej to chime in here. Could be an SDK issue -- I'm spinning up a linux machine now to see if I can replicate.

wgrs commented 4 months ago

So, back to broken again. Intellisense gone, goto definition gone, refactoring gone: dotnet build still working - no errors.

Here is the output from C# Dev Kit

Starting Spawn .NET server... Starting Open a solution... Starting Open a solution with environment service... Starting Clear environment... Using local .NET runtime at "/home/xxx/.config/Code/User/globalStorage/ms-dotnettools.vscode-dotnet-runtime/.dotnet/7.0.14~x64/dotnet" Using runtime installed in SDK. .NET server started and IPC established in 7425ms Completed Spawn .NET server (8237ms) Completed Clear environment (10682ms) Completed Open a solution with environment service (10991ms) Starting Restore solution... Completed Open a solution (11049ms) Starting NuGet restore for the solution. Starting command: "dotnet" restore /home/xxx/Dev/Projects/xxx/xxx.sln --interactive... [object Object] [object Object] Completed command: "dotnet" restore /home/xxx/Dev/Projects/xxx/xxx.sln --interactive (8820ms) Completed NuGet restore. Completed Restore solution (8824ms)

This is strange because I only have .net 8.0.100 installed : Using local .NET runtime at "/home/xxx/.config/Code/User/globalStorage/ms-dotnettools.vscode-dotnet-runtime/.dotnet/_7.0.14~x64/_dotnet".

timheuer commented 4 months ago

Ugh...okay, @arkalyanms seeing this on linux here -- is this a DOTNET_ROOT issue?

@wgrs FYI the extension requires .NET 7 presently so it gets installed for you during activation if not found as a dependency...but may be messing with paths on Linux here.

wgrs commented 4 months ago

Not sure if this helps but there were major path issues when installing the SDK depending on the package manager used and whether installs were done using the Microsoft feeds or apt or snap

timheuer commented 4 months ago

Not sure if this helps but there were major path issues when installing the SDK depending on the package manager used and whether installs were done using the Microsoft feeds or apt or snap

It helps in validating exactly what I'm experiencing now as well. ;-)

AbhitejJohn commented 4 months ago

Ok, correct it is not anything to do with VSCode or extensions, this is the runtime. /cc @AbhitejJohn @peterwald any ideas?

That's right. We have not seen this before. Taking a look. I'll reach out to you @timheuer in case you managed a repro we can use as well.

Farenheith commented 4 months ago

Hello guys! I'm having the same issue, but I'm working on WSL. C# Dev Kit is working with project I've created for a Nuget package (.netstandard 2.0), but it's not working with a API solution. Here I have the console output:

Using dotnet configured on PATH
Dotnet path: /usr/share/dotnet/dotnet
Activating C# + C# Dev Kit + C# IntelliCode...
waiting for named pipe information from server...
[stdout] {"pipeName":"/tmp/ad8853ef.sock"}
received named pipe information from server
attempting to connect client to server...
client has connected to server
[Info  - 9:40:16 AM] [Program] Language server initialized

Here are the dotnet --info output

.NET SDK:
 Version:           8.0.100
 Commit:            57efcf1350
 Workload version:  8.0.100-manifests.6c33ef20

Runtime Environment:
 OS Name:     ubuntu
 OS Version:  22.04
 OS Platform: Linux
 RID:         linux-x64
 Base Path:   /usr/share/dotnet/sdk/8.0.100/

.NET workloads installed:
 Workload version: 8.0.100-manifests.6c33ef20
There are no installed workloads to display.

Host:
  Version:      8.0.0
  Architecture: x64
  Commit:       5535e31a71

.NET SDKs installed:
  6.0.417 [/usr/share/dotnet/sdk]
  7.0.404 [/usr/share/dotnet/sdk]
  8.0.100 [/usr/share/dotnet/sdk]

.NET runtimes installed:
  Microsoft.AspNetCore.App 6.0.25 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App]
  Microsoft.AspNetCore.App 7.0.14 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App]
  Microsoft.AspNetCore.App 8.0.0 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App]
  Microsoft.NETCore.App 6.0.25 [/usr/share/dotnet/shared/Microsoft.NETCore.App]
  Microsoft.NETCore.App 7.0.14 [/usr/share/dotnet/shared/Microsoft.NETCore.App]
  Microsoft.NETCore.App 8.0.0 [/usr/share/dotnet/shared/Microsoft.NETCore.App]

Other architectures found:
  None

Environment variables:
  Not set

global.json file:
  Not found

Learn more:
  https://aka.ms/dotnet/info

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

As I'm on windows, though, I have the possibility to open the project outside WSL, and when I do that, something different happens: a popup appears asking me which solution I want to use for intellissense (as I have two in this folder). This popup doesn't appear when I'm on WSL, and I suspect this is the origin of the issue, because after I selected the solution, intelissense started to work. Also, the command .NET Open Solution successfully detects the existing solution when I'm opening the copy outside WSL, but it does not in the copy inside. So... maybe this is a sln detection problem with vscode running on linux?

Edit: The .netstandard project only have one solution, and it's working. And I also had some random sln files dropping on my folder when I open it with WSL

Edit2: I've just realized the I was opening the .netstandard project outside WSL, when I opened it on WSL, it had the same problem as the other one

wgrs commented 4 months ago

Ugh...okay, @arkalyanms seeing this on linux here -- is this a DOTNET_ROOT issue?

@wgrs FYI the extension requires .NET 7 presently so it gets installed for you during activation if not found as a dependency...but may be messing with paths on Linux here.

I ran dotnet --list-sdks which should show a list of all installed sdks - its only shows 8.0.100

AbhitejJohn commented 4 months ago

@wgrs : I've not had much luck getting the dotnet test issue reproing on my end. Do you mind running dotnet test --diag log.txt and sharing the the log file with us, so we have a little more diagnostic information to dig into please?

wgrs commented 4 months ago
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.524, 550847971092, vstest.console.dll, Version: 17.8.0-release-23523-03+ae25c3b96fe433c60af70e3991ace49fcbf7e970 Current process architecture: X64
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.536, 550859701142, vstest.console.dll, Runtime location: /usr/lib/dotnet/shared/Microsoft.NETCore.App/8.0.0
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.550, 550873878721, vstest.console.dll, Using .Net Framework version:.NETCoreApp,Version=v8.0
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.551, 550874435553, vstest.console.dll, ArtifactProcessingPostProcessModeProcessorExecutor.Initialize: ArtifactProcessingMode.Collect
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.551, 550874926105, vstest.console.dll, TestSessionCorrelationIdProcessorModeProcessorExecutor.Initialize: TestSessionCorrelationId '4698_a0932f6d-7673-4901-97bc-b29988cb7173'
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.552, 550875653717, vstest.console.dll, FilePatternParser: The given file /home/greg/Dev/Projects/FSBO/tests/bin/Debug/net8.0/tests.dll is a full path.
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.569, 550893081307, vstest.console.dll, TestPluginCache.DiscoverTestExtensions: finding test extensions in assemblies ends with: RuntimeProvider.dll TPluginInfo: Microsoft.VisualStudio.TestPlatform.Common.ExtensionFramework.Utilities.TestRuntimePluginInformation TExtension: Microsoft.VisualStudio.TestPlatform.ObjectModel.Host.ITestRuntimeProvider
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.574, 550897800119, vstest.console.dll, TestPluginCache.GetExtensionPaths: Filtered extension paths: 
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.575, 550898340040, vstest.console.dll, TestPluginCache.GetExtensionPaths: Added default extension paths: /usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.TestPlatform.Extensions.EventLogCollector.dll
/usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.TestPlatform.TestHostRuntimeProvider.dll
/usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.Diagnostics.NETCore.Client.dll
/usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.dll
/usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.TestPlatform.Extensions.BlameDataCollector.dll
/usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.dll
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.575, 550898635853, vstest.console.dll, TestPluginCache.GetExtensionPaths: Added unfilterableExtensionPaths: 
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.577, 550900908210, vstest.console.dll, AssemblyResolver.ctor: Creating AssemblyResolver with searchDirectories /usr/lib/dotnet/sdk/8.0.100/Extensions,/usr/lib/dotnet/sdk/8.0.100
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.579, 550902756482, vstest.console.dll, TestPluginCache.DiscoverTestExtensions: Discovering the extensions using extension path.
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.580, 550903325648, vstest.console.dll, TestPluginCache.GetExtensionPaths: Filtered extension paths: 
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.580, 550903618784, vstest.console.dll, TestPluginCache.GetExtensionPaths: Added default extension paths: /usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.TestPlatform.Extensions.EventLogCollector.dll
/usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.TestPlatform.TestHostRuntimeProvider.dll
/usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.Diagnostics.NETCore.Client.dll
/usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.dll
/usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.TestPlatform.Extensions.BlameDataCollector.dll
/usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.dll
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.580, 550903902212, vstest.console.dll, TestPluginCache.GetExtensionPaths: Added unfilterableExtensionPaths: 
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.581, 550904291291, vstest.console.dll, TestPluginCache.DiscoverTestExtensions: Discovering the extensions using allExtensionPaths: /usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.TestPlatform.Extensions.EventLogCollector.dll
/usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.TestPlatform.TestHostRuntimeProvider.dll
/usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.Diagnostics.NETCore.Client.dll
/usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.dll
/usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.TestPlatform.Extensions.BlameDataCollector.dll
/usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.dll
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.581, 550904844377, vstest.console.dll, AssemblyResolver.AddSearchDirectories: Adding more searchDirectories /usr/lib/dotnet/sdk/8.0.100/Extensions,/usr/lib/dotnet/sdk/8.0.100
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.581, 550905155304, vstest.console.dll, AssemblyResolver.AddSearchDirectories: Adding more searchDirectories /usr/lib/dotnet/sdk/8.0.100/Extensions,/usr/lib/dotnet/sdk/8.0.100
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.582, 550905409630, vstest.console.dll, AssemblyResolver.AddSearchDirectories: Adding more searchDirectories /usr/lib/dotnet/sdk/8.0.100/Extensions,/usr/lib/dotnet/sdk/8.0.100
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.582, 550905961931, vstest.console.dll, AssemblyResolver.AddSearchDirectories: Adding more searchDirectories /usr/lib/dotnet/sdk/8.0.100/Extensions,/usr/lib/dotnet/sdk/8.0.100
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.583, 550906212444, vstest.console.dll, AssemblyResolver.AddSearchDirectories: Adding more searchDirectories /usr/lib/dotnet/sdk/8.0.100/Extensions,/usr/lib/dotnet/sdk/8.0.100
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.583, 550906449134, vstest.console.dll, AssemblyResolver.AddSearchDirectories: Adding more searchDirectories /usr/lib/dotnet/sdk/8.0.100/Extensions,/usr/lib/dotnet/sdk/8.0.100
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.584, 550907759108, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.TestPlatform.Extensions.EventLogCollector: Resolving assembly.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.585, 550908238715, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.TestPlatform.Extensions.EventLogCollector: Searching in: '/usr/lib/dotnet/sdk/8.0.100/Extensions'.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.605, 550928384048, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.TestPlatform.Extensions.EventLogCollector: Loading assembly '/usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.TestPlatform.Extensions.EventLogCollector.dll'.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.606, 550929272552, vstest.console.dll, AssemblyResolver.OnResolve: Resolved assembly: Microsoft.TestPlatform.Extensions.EventLogCollector, from path: /usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.TestPlatform.Extensions.EventLogCollector.dll
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.609, 550932790151, vstest.console.dll, MetadataReaderExtensionsHelper: Discovering extensions inside assembly 'Microsoft.TestPlatform.Extensions.EventLogCollector, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' file path '/usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.TestPlatform.Extensions.EventLogCollector.dll'
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.615, 550938288126, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.TestPlatform.TestHostRuntimeProvider: Resolving assembly.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.615, 550938676876, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.TestPlatform.TestHostRuntimeProvider: Searching in: '/usr/lib/dotnet/sdk/8.0.100/Extensions'.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.621, 550944439121, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.TestPlatform.TestHostRuntimeProvider: Loading assembly '/usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.TestPlatform.TestHostRuntimeProvider.dll'.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.622, 550945803050, vstest.console.dll, AssemblyResolver.OnResolve: Resolved assembly: Microsoft.TestPlatform.TestHostRuntimeProvider, from path: /usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.TestPlatform.TestHostRuntimeProvider.dll
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.623, 550946714429, vstest.console.dll, MetadataReaderExtensionsHelper: Discovering extensions inside assembly 'Microsoft.TestPlatform.TestHostRuntimeProvider, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' file path '/usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.TestPlatform.TestHostRuntimeProvider.dll'
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.628, 550951260293, vstest.console.dll, GetTestExtensionFromType: Register extension with identifier data 'HostProvider://DefaultTestHost' and type 'Microsoft.VisualStudio.TestPlatform.CrossPlatEngine.Hosting.DefaultTestHostManager, Microsoft.TestPlatform.TestHostRuntimeProvider, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' inside file '/usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.TestPlatform.TestHostRuntimeProvider.dll'
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.629, 550952897443, vstest.console.dll, GetTestExtensionFromType: Register extension with identifier data 'HostProvider://DotnetTestHost' and type 'Microsoft.VisualStudio.TestPlatform.CrossPlatEngine.Hosting.DotnetTestHostManager, Microsoft.TestPlatform.TestHostRuntimeProvider, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' inside file '/usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.TestPlatform.TestHostRuntimeProvider.dll'
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.630, 550953850734, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.Diagnostics.NETCore.Client: Resolving assembly.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.631, 550954536341, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.Diagnostics.NETCore.Client: Searching in: '/usr/lib/dotnet/sdk/8.0.100/Extensions'.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.633, 550956368633, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.Diagnostics.NETCore.Client: Loading assembly '/usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.Diagnostics.NETCore.Client.dll'.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.634, 550958198602, vstest.console.dll, AssemblyResolver.OnResolve: Resolved assembly: Microsoft.Diagnostics.NETCore.Client, from path: /usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.Diagnostics.NETCore.Client.dll
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.635, 550959009654, vstest.console.dll, MetadataReaderExtensionsHelper: Discovering extensions inside assembly 'Microsoft.Diagnostics.NETCore.Client, Version=0.2.8.21101, Culture=neutral, PublicKeyToken=31bf3856ad364e35' file path '/usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.Diagnostics.NETCore.Client.dll'
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.646, 550969377856, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.Bcl.AsyncInterfaces: Resolving assembly.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.647, 550970267001, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.Bcl.AsyncInterfaces: Searching in: '/usr/lib/dotnet/sdk/8.0.100/Extensions'.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.647, 550970946306, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.Bcl.AsyncInterfaces: Assembly path does not exist: '/usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.Bcl.AsyncInterfaces.dll', returning.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.648, 550971541746, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.Bcl.AsyncInterfaces: Assembly path does not exist: '/usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.Bcl.AsyncInterfaces.exe', returning.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.648, 550972179750, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.Bcl.AsyncInterfaces: Searching in: '/usr/lib/dotnet/sdk/8.0.100'.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.649, 550972812286, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.Bcl.AsyncInterfaces: Assembly path does not exist: '/usr/lib/dotnet/sdk/8.0.100/Microsoft.Bcl.AsyncInterfaces.dll', returning.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.650, 550973446566, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.Bcl.AsyncInterfaces: Assembly path does not exist: '/usr/lib/dotnet/sdk/8.0.100/Microsoft.Bcl.AsyncInterfaces.exe', returning.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.650, 550973998041, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.Bcl.AsyncInterfaces: Failed to load assembly.
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.651, 550974581665, vstest.console.dll, CurrentDomainAssemblyResolve: Resolving assembly 'Microsoft.Bcl.AsyncInterfaces'.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.652, 550975228883, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.Bcl.AsyncInterfaces: Resolving assembly.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.652, 550975874103, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.Bcl.AsyncInterfaces: Resolved from cache.
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.653, 550976596033, vstest.console.dll, CurrentDomainAssemblyResolve: Resolving assembly 'Microsoft.Bcl.AsyncInterfaces'.
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.654, 550977399081, vstest.console.dll, CurrentDomainAssemblyResolve: Failed to resolve assembly 'Microsoft.Bcl.AsyncInterfaces'.
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.655, 550978598652, vstest.console.dll, CurrentDomainAssemblyResolve: Failed to resolve assembly 'Microsoft.Bcl.AsyncInterfaces'.
TpTrace Warning: 0 : 4781, 1, 2023/12/15, 15:04:33.690, 551013489139, vstest.console.dll, TestPluginDiscoverer: Failed to get types from assembly 'Microsoft.Diagnostics.NETCore.Client, Version=0.2.8.21101, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Error: System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
Could not load file or assembly 'Microsoft.Bcl.AsyncInterfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.

   at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
   at System.Reflection.RuntimeModule.GetTypes()
   at Microsoft.VisualStudio.TestPlatform.Common.ExtensionFramework.TestPluginDiscoverer.GetTestExtensionsFromAssembly[TPluginInfo,TExtension](Assembly assembly, Dictionary`2 pluginInfos, String filePath) in /build/dotnet8-HqDVlm/dotnet8-8.0.100-8.0.0/src/vstest/artifacts/source-build/self/src/src/Microsoft.TestPlatform.Common/ExtensionFramework/TestPluginDiscoverer.cs:line 158
System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Bcl.AsyncInterfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.

File name: 'Microsoft.Bcl.AsyncInterfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'
 ---> System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Bcl.AsyncInterfaces, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

File name: 'Microsoft.Bcl.AsyncInterfaces, Culture=neutral, PublicKeyToken=null'
   at System.Reflection.RuntimeAssembly.InternalLoad(AssemblyName assemblyName, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext, RuntimeAssembly requestingAssembly, Boolean throwOnFileNotFound)
   at System.Reflection.Assembly.Load(AssemblyName assemblyRef)
   at Microsoft.VisualStudio.TestPlatform.Common.ExtensionFramework.TestPluginCache.CurrentDomainAssemblyResolve(Object sender, AssemblyResolveEventArgs args) in /build/dotnet8-HqDVlm/dotnet8-8.0.100-8.0.0/src/vstest/artifacts/source-build/self/src/src/Microsoft.TestPlatform.Common/ExtensionFramework/TestPluginCache.cs:line 513
   at System.Runtime.Loader.AssemblyLoadContext.GetFirstResolvedAssemblyFromResolvingEvent(AssemblyName assemblyName)
   at System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName)
   at System.Runtime.Loader.AssemblyLoadContext.ResolveUsingResolvingEvent(IntPtr gchManagedAssemblyLoadContext, AssemblyName assemblyName)
TpTrace Warning: 0 : 4781, 1, 2023/12/15, 15:04:33.692, 551015445630, vstest.console.dll, LoaderExceptions: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Bcl.AsyncInterfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.

File name: 'Microsoft.Bcl.AsyncInterfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'
 ---> System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Bcl.AsyncInterfaces, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

File name: 'Microsoft.Bcl.AsyncInterfaces, Culture=neutral, PublicKeyToken=null'
   at System.Reflection.RuntimeAssembly.InternalLoad(AssemblyName assemblyName, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext, RuntimeAssembly requestingAssembly, Boolean throwOnFileNotFound)
   at System.Reflection.Assembly.Load(AssemblyName assemblyRef)
   at Microsoft.VisualStudio.TestPlatform.Common.ExtensionFramework.TestPluginCache.CurrentDomainAssemblyResolve(Object sender, AssemblyResolveEventArgs args) in /build/dotnet8-HqDVlm/dotnet8-8.0.100-8.0.0/src/vstest/artifacts/source-build/self/src/src/Microsoft.TestPlatform.Common/ExtensionFramework/TestPluginCache.cs:line 513
   at System.Runtime.Loader.AssemblyLoadContext.GetFirstResolvedAssemblyFromResolvingEvent(AssemblyName assemblyName)
   at System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName)
   at System.Runtime.Loader.AssemblyLoadContext.ResolveUsingResolvingEvent(IntPtr gchManagedAssemblyLoadContext, AssemblyName assemblyName)
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.693, 551016474551, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger: Resolving assembly.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.693, 551017102839, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger: Searching in: '/usr/lib/dotnet/sdk/8.0.100/Extensions'.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.695, 551018318162, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger: Loading assembly '/usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.dll'.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.696, 551019459193, vstest.console.dll, AssemblyResolver.OnResolve: Resolved assembly: Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger, from path: /usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.dll
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.697, 551020287306, vstest.console.dll, MetadataReaderExtensionsHelper: Discovering extensions inside assembly 'Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' file path '/usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger.dll'
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.699, 551022541715, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.TestPlatform.Extensions.BlameDataCollector: Resolving assembly.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.700, 551023359085, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.TestPlatform.Extensions.BlameDataCollector: Searching in: '/usr/lib/dotnet/sdk/8.0.100/Extensions'.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.701, 551025183533, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.TestPlatform.Extensions.BlameDataCollector: Loading assembly '/usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.TestPlatform.Extensions.BlameDataCollector.dll'.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.703, 551026780638, vstest.console.dll, AssemblyResolver.OnResolve: Resolved assembly: Microsoft.TestPlatform.Extensions.BlameDataCollector, from path: /usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.TestPlatform.Extensions.BlameDataCollector.dll
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.704, 551027632842, vstest.console.dll, MetadataReaderExtensionsHelper: Discovering extensions inside assembly 'Microsoft.TestPlatform.Extensions.BlameDataCollector, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' file path '/usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.TestPlatform.Extensions.BlameDataCollector.dll'
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.707, 551030242731, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger: Resolving assembly.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.707, 551031034643, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger: Searching in: '/usr/lib/dotnet/sdk/8.0.100/Extensions'.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.709, 551032866599, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger: Loading assembly '/usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.dll'.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.711, 551034290100, vstest.console.dll, AssemblyResolver.OnResolve: Resolved assembly: Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger, from path: /usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.dll
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.711, 551035138049, vstest.console.dll, MetadataReaderExtensionsHelper: Discovering extensions inside assembly 'Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' file path '/usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger.dll'
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.714, 551038069175, vstest.console.dll, TestPluginCache: Discovered the extensions using extension path ''.
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.715, 551038938422, vstest.console.dll, TestPluginCache: Discoverers are ''.
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.716, 551039601596, vstest.console.dll, TestPluginCache: Executors are ''.
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.717, 551040276538, vstest.console.dll, TestPluginCache: Executors2 are ''.
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.717, 551040908511, vstest.console.dll, TestPluginCache: Setting providers are ''.
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.718, 551041502802, vstest.console.dll, TestPluginCache: Loggers are ''.
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.719, 551042589141, vstest.console.dll, TestPluginCache: TestHosts are 'HostProvider://DefaultTestHost,HostProvider://DotnetTestHost'.
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.720, 551043283776, vstest.console.dll, TestPluginCache: DataCollectors are ''.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.762, 551085934123, vstest.console.dll, RunTestsArgumentProcessor:Execute: Test run is starting.
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.763, 551086740584, vstest.console.dll, RunTestsArgumentProcessor:Execute: Queuing Test run.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.764, 551087998485, vstest.console.dll, TestRequestManager.RunTests: run tests started.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.769, 551092370056, vstest.console.dll, AssemblyMetadataProvider.GetFrameworkName: Determined framework:'.NETCoreApp,Version=v8.0' for source: '/home/greg/Dev/Projects/FSBO/tests/bin/Debug/net8.0/tests.dll'
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.770, 551093654076, vstest.console.dll, Determined framework for all sources: .NETCoreApp,Version=v8.0
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.776, 551099870419, vstest.console.dll, TestRequestManager.UpdateRunSettingsIfRequired: Default architecture: X64 IsDefaultTargetArchitecture: True, Current process architecture: X64 OperatingSystem: Unix.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.782, 551105647470, vstest.console.dll, AssemblyMetadataProvider.GetArchitecture: Determined architecture:AnyCPU info for assembly: /home/greg/Dev/Projects/FSBO/tests/bin/Debug/net8.0/tests.dll
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.783, 551106487021, vstest.console.dll, Determined platform for source '/home/greg/Dev/Projects/FSBO/tests/bin/Debug/net8.0/tests.dll' was AnyCPU and it will use the default plaform X64.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.784, 551107383020, vstest.console.dll, None of the sources provided any runnable platform, using the default platform: X64
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.785, 551108393350, vstest.console.dll, Platform was updated to 'X64'.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.792, 551115949990, vstest.console.dll, Compatible sources list: 
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.793, 551116889626, vstest.console.dll, /home/greg/Dev/Projects/FSBO/tests/bin/Debug/net8.0/tests.dll
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.808, 551131714475, vstest.console.dll, InferRunSettingsHelper.IsTestSettingsEnabled: Unable to navigate to RunSettings/MSTest. Current node: RunSettings
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.815, 551138974460, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.VisualStudio.TestPlatform.Fakes: Resolving assembly.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.816, 551139968171, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.VisualStudio.TestPlatform.Fakes: Searching in: '/usr/lib/dotnet/sdk/8.0.100/Extensions'.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.817, 551140735491, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.VisualStudio.TestPlatform.Fakes: Assembly path does not exist: '/usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.VisualStudio.TestPlatform.Fakes.dll', returning.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.818, 551141472659, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.VisualStudio.TestPlatform.Fakes: Assembly path does not exist: '/usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.VisualStudio.TestPlatform.Fakes.exe', returning.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.818, 551142198525, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.VisualStudio.TestPlatform.Fakes: Searching in: '/usr/lib/dotnet/sdk/8.0.100'.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.819, 551142974721, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.VisualStudio.TestPlatform.Fakes: Assembly path does not exist: '/usr/lib/dotnet/sdk/8.0.100/Microsoft.VisualStudio.TestPlatform.Fakes.dll', returning.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.820, 551143760472, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.VisualStudio.TestPlatform.Fakes: Assembly path does not exist: '/usr/lib/dotnet/sdk/8.0.100/Microsoft.VisualStudio.TestPlatform.Fakes.exe', returning.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.821, 551144778893, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.VisualStudio.TestPlatform.Fakes: Failed to load assembly.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.823, 551146770559, vstest.console.dll, Failed to load assembly Microsoft.VisualStudio.TestPlatform.Fakes, Version=17.0.0.0, Culture=neutral. Reason:System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.VisualStudio.TestPlatform.Fakes, Version=17.0.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.

File name: 'Microsoft.VisualStudio.TestPlatform.Fakes, Version=17.0.0.0, Culture=neutral, PublicKeyToken=null'
   at System.Reflection.RuntimeAssembly.InternalLoad(AssemblyName assemblyName, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext, RuntimeAssembly requestingAssembly, Boolean throwOnFileNotFound)
   at System.Reflection.Assembly.Load(AssemblyName assemblyRef)
   at Microsoft.VisualStudio.TestPlatform.Common.Utilities.FakesUtilities.LoadTestPlatformAssembly() in /build/dotnet8-HqDVlm/dotnet8-8.0.100-8.0.0/src/vstest/artifacts/source-build/self/src/src/Microsoft.TestPlatform.Common/Utilities/FakesUtilities.cs:line 272
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.863, 551187076596, vstest.console.dll, TestEngine: Initializing Parallel Execution as MaxCpuCount is set to: 1
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.867, 551190807097, vstest.console.dll, TestPluginManager.CreateTestExtension: Attempting to load test extension: Microsoft.VisualStudio.TestPlatform.CrossPlatEngine.Hosting.DefaultTestHostManager
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.868, 551192021796, vstest.console.dll, TestPluginManager.CreateTestExtension: Attempting to load test extension: Microsoft.VisualStudio.TestPlatform.CrossPlatEngine.Hosting.DotnetTestHostManager
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.870, 551193779304, vstest.console.dll, InferRunSettingsHelper.IsTestSettingsEnabled: Unable to navigate to RunSettings/MSTest. Current node: RunSettings
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.875, 551198751194, vstest.console.dll, ParallelOperationManager.ClearSlots: Clearing all slots. Slots should accept more work: True
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.880, 551203329187, vstest.console.dll, ParallelOperationManager.SetOccupiedSlotCount: Setting slot counts AvailableSlotCount = 1, OccupiedSlotCount = 0.
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.881, 551204841999, vstest.console.dll, Occupied slots:

TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.893, 551217180651, vstest.console.dll, TestEngine.GetExecutionManager: Chosen execution manager 'Microsoft.VisualStudio.TestPlatform.CrossPlatEngine.Client.Parallel.ParallelProxyExecutionManager, Microsoft.TestPlatform.CrossPlatEngine, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' ParallelLevel '1'.
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.894, 551217785838, vstest.console.dll, TestRunRequest.ExecuteAsync: Creating test run request.
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.895, 551219180700, vstest.console.dll, TestRunRequest.ExecuteAsync: Starting.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.904, 551227231744, vstest.console.dll, TestRunRequest.ExecuteAsync: Starting run with settings:TestRunCriteria:
   KeepAlive=False,FrequencyOfRunStatsChangeEvent=10,RunStatsChangeEventTimeout=00:00:01.5000000,TestCaseFilter=,TestExecutorLauncher=
   Settingsxml=<RunSettings>
  <RunConfiguration>
    <ResultsDirectory>/home/greg/Dev/Projects/FSBO/tests/TestResults</ResultsDirectory>
    <TargetPlatform>X64</TargetPlatform>
    <TargetFrameworkVersion>.NETCoreApp,Version=v8.0</TargetFrameworkVersion>
    <DesignMode>False</DesignMode>
    <CollectSourceInformation>False</CollectSourceInformation>
  </RunConfiguration>
  <LoggerRunSettings>
    <Loggers>
      <Logger friendlyName="Console" uri="logger://microsoft/TestPlatform/ConsoleLogger/v1" assemblyQualifiedName="Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger, vstest.console, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" codeBase="/usr/lib/dotnet/sdk/8.0.100/vstest.console.dll" enabled="True" />
    </Loggers>
  </LoggerRunSettings>
</RunSettings>

TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.904, 551227604531, vstest.console.dll, TestRunRequest.ExecuteAsync: Wait for the first run request is over.
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.905, 551228609024, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: TestRun.TestRunStart: Invoking callbacks was skipped because there are no subscribers.
TpTrace Verbose: 0 : 4781, 4, 2023/12/15, 15:04:33.906, 551229694584, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestRunStart: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 0 ms.
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.910, 551233215888, vstest.console.dll, ParallelProxyExecutionManager: Start execution. Total sources: 1
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.911, 551234705785, vstest.console.dll, ParallelOperationManager.StartWork: Starting adding 1 workloads.
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.911, 551235136918, vstest.console.dll, ParallelOperationManager.ClearSlots: Clearing all slots. Slots should accept more work: True
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.912, 551235516183, vstest.console.dll, ParallelOperationManager.SetOccupiedSlotCount: Setting slot counts AvailableSlotCount = 1, OccupiedSlotCount = 0.
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.912, 551235784673, vstest.console.dll, Occupied slots:

TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.922, 551245482768, vstest.console.dll, TestRequestSender is acting as server.
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.924, 551247260456, vstest.console.dll, ParallelOperationManager.RunWorkInParallel: Adding 1 workload to slot, remaining workloads 0.
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.924, 551248123429, vstest.console.dll, ParallelOperationManager.SetOccupiedSlotCount: Setting slot counts AvailableSlotCount = 0, OccupiedSlotCount = 1.
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.925, 551249055030, vstest.console.dll, Occupied slots:
0: /home/greg/Dev/Projects/FSBO/tests/bin/Debug/net8.0/tests.dll
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.930, 551253705423, vstest.console.dll, ParallelOperationManager.RunWorkInParallel: Started host in slot number 0 for work (source): /home/greg/Dev/Projects/FSBO/tests/bin/Debug/net8.0/tests.dll.
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.953, 551276617695, vstest.console.dll, ParallelOperationManager.RunWorkInParallel: We started 1 work items, which is the max parallel level. Won't start more work.
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.953, 551276833562, vstest.console.dll, ParallelOperationManager.RunWorkInParallel: We started 1 work items in here, returning True.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:33.953, 551276943662, vstest.console.dll, TestRunRequest.ExecuteAsync: Started.
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:33.957, 551280641454, vstest.console.dll, TestRunRequest.WaitForCompletion: Waiting with timeout -1.
TpTrace Verbose: 0 : 4781, 5, 2023/12/15, 15:04:33.958, 551281458529, vstest.console.dll, ParallelProxyExecutionManager.StartTestRunOnConcurrentManager: Initializing uninitialized client. Started clients: 0
TpTrace Verbose: 0 : 4781, 5, 2023/12/15, 15:04:33.958, 551282157167, vstest.console.dll, ParallelProxyExecutionManager.StartTestRunOnConcurrentManager: Initializing test run. Started clients: 0
TpTrace Verbose: 0 : 4781, 5, 2023/12/15, 15:04:33.959, 551282948837, vstest.console.dll, ProxyExecutionManager: Test host is always Lazy initialize.
TpTrace Verbose: 0 : 4781, 5, 2023/12/15, 15:04:33.960, 551284173845, vstest.console.dll, TestRequestSender.InitializeCommunication: initialize communication. 
TpTrace Information: 0 : 4781, 5, 2023/12/15, 15:04:33.990, 551313464296, vstest.console.dll, SocketServer.Start: Listening on endpoint : 127.0.0.1:44031
TpTrace Verbose: 0 : 4781, 5, 2023/12/15, 15:04:34.003, 551327032679, vstest.console.dll, DotnetTestHostmanager.GetTestHostProcessStartInfo: Platform environment 'X64' target architecture 'X64' framework '.NETCoreApp,Version=v8.0' OS 'Unix'
TpTrace Verbose: 0 : 4781, 5, 2023/12/15, 15:04:34.004, 551328071706, vstest.console.dll, DotnetTestHostmanager: File /home/greg/Dev/Projects/FSBO/tests/bin/Debug/net8.0/tests.runtimeconfig.json, does not exist
TpTrace Verbose: 0 : 4781, 5, 2023/12/15, 15:04:34.005, 551328907463, vstest.console.dll, DotnetTestHostmanager: Adding  --depsfile "/home/greg/Dev/Projects/FSBO/tests/bin/Debug/net8.0/tests.deps.json" in args
TpTrace Information: 0 : 4781, 5, 2023/12/15, 15:04:34.006, 551329705831, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.Extensions.DependencyModel: Resolving assembly.
TpTrace Information: 0 : 4781, 5, 2023/12/15, 15:04:34.007, 551330347619, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.Extensions.DependencyModel: Searching in: '/usr/lib/dotnet/sdk/8.0.100/Extensions'.
TpTrace Information: 0 : 4781, 5, 2023/12/15, 15:04:34.007, 551330955058, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.Extensions.DependencyModel: Assembly path does not exist: '/usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.Extensions.DependencyModel.dll', returning.
TpTrace Information: 0 : 4781, 5, 2023/12/15, 15:04:34.008, 551331558319, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.Extensions.DependencyModel: Assembly path does not exist: '/usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.Extensions.DependencyModel.exe', returning.
TpTrace Information: 0 : 4781, 5, 2023/12/15, 15:04:34.009, 551332207339, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.Extensions.DependencyModel: Searching in: '/usr/lib/dotnet/sdk/8.0.100'.
TpTrace Information: 0 : 4781, 5, 2023/12/15, 15:04:34.009, 551333054384, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.Extensions.DependencyModel: Loading assembly '/usr/lib/dotnet/sdk/8.0.100/Microsoft.Extensions.DependencyModel.dll'.
TpTrace Information: 0 : 4781, 5, 2023/12/15, 15:04:34.011, 551334322117, vstest.console.dll, AssemblyResolver.OnResolve: Resolved assembly: Microsoft.Extensions.DependencyModel, from path: /usr/lib/dotnet/sdk/8.0.100/Microsoft.Extensions.DependencyModel.dll
TpTrace Verbose: 0 : 4781, 5, 2023/12/15, 15:04:34.013, 551336265758, vstest.console.dll, DotnetTestHostmanager: Runtimeconfig.dev.json /home/greg/Dev/Projects/FSBO/tests/bin/Debug/net8.0/tests.runtimeconfig.dev.json does not exist.
TpTrace Verbose: 0 : 4781, 5, 2023/12/15, 15:04:34.014, 551337259141, vstest.console.dll, DotnetTestHostManager: Found testhost.dll next to runner executable: /usr/lib/dotnet/sdk/8.0.100/testhost.dll.
TpTrace Verbose: 0 : 4781, 5, 2023/12/15, 15:04:34.014, 551337928117, vstest.console.dll, DotnetTestHostmanager: Adding  --additional-deps "/usr/lib/dotnet/sdk/8.0.100/testhost.deps.json" in args
TpTrace Verbose: 0 : 4781, 5, 2023/12/15, 15:04:34.015, 551338554238, vstest.console.dll, DotnetTestHostmanager: Adding  --additionalprobingpath "/usr/lib/dotnet/sdk/8.0.100" in args
TpTrace Verbose: 0 : 4781, 5, 2023/12/15, 15:04:34.016, 551339455355, vstest.console.dll, DotnetTestHostmanager: Adding  --runtimeconfig "/usr/lib/dotnet/sdk/8.0.100/testhost-8.0.runtimeconfig.json" in args
TpTrace Verbose: 0 : 4781, 5, 2023/12/15, 15:04:34.017, 551340208868, vstest.console.dll, DotnetTestHostmanager: Current process architetcure 'X64'
TpTrace Verbose: 0 : 4781, 5, 2023/12/15, 15:04:34.021, 551344466561, vstest.console.dll, DotnetTestHostmanager.LaunchTestHostAsync: Compatible muxer architecture of running process 'X64' and target architecture 'X64'
TpTrace Verbose: 0 : 4781, 5, 2023/12/15, 15:04:34.022, 551345270675, vstest.console.dll, DotnetTestHostmanager: Full path of testhost.dll is /usr/lib/dotnet/sdk/8.0.100/testhost.dll
TpTrace Verbose: 0 : 4781, 5, 2023/12/15, 15:04:34.022, 551345853187, vstest.console.dll, DotnetTestHostmanager: Full path of host exe is /usr/lib/dotnet/dotnet
TpTrace Verbose: 0 : 4781, 5, 2023/12/15, 15:04:34.023, 551347033719, vstest.console.dll, DotnetTestHostManager: Starting process '/usr/lib/dotnet/dotnet' with command line 'exec --depsfile "/home/greg/Dev/Projects/FSBO/tests/bin/Debug/net8.0/tests.deps.json" --additional-deps "/usr/lib/dotnet/sdk/8.0.100/testhost.deps.json" --additionalprobingpath "/usr/lib/dotnet/sdk/8.0.100" --runtimeconfig "/usr/lib/dotnet/sdk/8.0.100/testhost-8.0.runtimeconfig.json" "/usr/lib/dotnet/sdk/8.0.100/testhost.dll" --port 44031 --endpoint 127.0.0.1:044031 --role client --parentprocessid 4781 --diag "/home/greg/Dev/Projects/FSBO/tests/log.host.23-12-15_15-04-34_00268_5.txt" --tracelevel 4 --telemetryoptedin false'
TpTrace Verbose: 0 : 4781, 5, 2023/12/15, 15:04:34.038, 551361828506, vstest.console.dll, Test Runtime launched
TpTrace Verbose: 0 : 4781, 5, 2023/12/15, 15:04:34.039, 551362765764, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: HostProviderEvents.OnHostLaunched: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CrossPlatEngine.Client.ProxyOperationManager., took 0 ms.
TpTrace Verbose: 0 : 4781, 5, 2023/12/15, 15:04:34.040, 551364120342, vstest.console.dll, TestRequestSender.WaitForRequestHandlerConnection: waiting for connection with timeout: 90000.
TpTrace Verbose: 0 : 4781, 11, 2023/12/15, 15:04:34.065, 551388609814, vstest.console.dll, TestHostManagerCallbacks.ctor: Experimental forwarding output is disabled.
TpTrace Warning: 0 : 4781, 11, 2023/12/15, 15:04:34.066, 551389581798, vstest.console.dll, TestHostManagerCallbacks.ErrorReceivedCallback Test host standard error line: The specified runtimeconfig.json [/usr/lib/dotnet/sdk/8.0.100/testhost-8.0.runtimeconfig.json] does not exist
TpTrace Verbose: 0 : 4781, 11, 2023/12/15, 15:04:34.067, 551390653418, vstest.console.dll, TestHostManagerCallbacks.ctor: Experimental forwarding output is disabled.
TpTrace Warning: 0 : 4781, 11, 2023/12/15, 15:04:34.068, 551391466760, vstest.console.dll, TestHostManagerCallbacks.ErrorReceivedCallback Test host standard error line: 
TpTrace Verbose: 0 : 4781, 11, 2023/12/15, 15:04:34.072, 551395771929, vstest.console.dll, TestHostProvider.ExitCallBack: Host exited starting callback.
TpTrace Error: 0 : 4781, 11, 2023/12/15, 15:04:34.074, 551397619583, vstest.console.dll, TestHostManagerCallbacks.ExitCallBack: Testhost processId: 4796 exited with exitcode: 147 error: 'The specified runtimeconfig.json [/usr/lib/dotnet/sdk/8.0.100/testhost-8.0.runtimeconfig.json] does not exist
'
TpTrace Verbose: 0 : 4781, 11, 2023/12/15, 15:04:34.075, 551398691234, vstest.console.dll, DotnetTestHostManager.OnHostExited: invoking OnHostExited callback
TpTrace Verbose: 0 : 4781, 11, 2023/12/15, 15:04:34.077, 551400362109, vstest.console.dll, CrossPlatEngine.TestHostManagerHostExited: calling on client process exit callback.
TpTrace Information: 0 : 4781, 11, 2023/12/15, 15:04:34.078, 551401269097, vstest.console.dll, TestRequestSender.OnClientProcessExit: Test host process exited. Standard error: The specified runtimeconfig.json [/usr/lib/dotnet/sdk/8.0.100/testhost-8.0.runtimeconfig.json] does not exist

TpTrace Verbose: 0 : 4781, 5, 2023/12/15, 15:04:34.079, 551402211143, vstest.console.dll, TestRequestSender.WaitForRequestHandlerConnection: waiting took 38 ms, with timeout 90000 ms, and result 2, which is failure.
TpTrace Verbose: 0 : 4781, 5, 2023/12/15, 15:04:34.080, 551403435692, vstest.console.dll, Test host failed to start Test host launched:True test host exited: True
TpTrace Information: 0 : 4781, 5, 2023/12/15, 15:04:34.081, 551404900898, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.TestPlatform.CrossPlatEngine.resources: Resolving assembly.
TpTrace Information: 0 : 4781, 5, 2023/12/15, 15:04:34.081, 551405096965, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.TestPlatform.CrossPlatEngine.resources: Searching in: '/usr/lib/dotnet/sdk/8.0.100/Extensions'.
TpTrace Information: 0 : 4781, 5, 2023/12/15, 15:04:34.082, 551405317038, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.TestPlatform.CrossPlatEngine.resources: Assembly path does not exist: '/usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.TestPlatform.CrossPlatEngine.resources.dll', returning.
TpTrace Information: 0 : 4781, 5, 2023/12/15, 15:04:34.082, 551405522209, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.TestPlatform.CrossPlatEngine.resources: Assembly path does not exist: '/usr/lib/dotnet/sdk/8.0.100/Extensions/Microsoft.TestPlatform.CrossPlatEngine.resources.exe', returning.
TpTrace Information: 0 : 4781, 5, 2023/12/15, 15:04:34.082, 551405626623, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.TestPlatform.CrossPlatEngine.resources: Searching in: '/usr/lib/dotnet/sdk/8.0.100'.
TpTrace Information: 0 : 4781, 5, 2023/12/15, 15:04:34.082, 551405764372, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.TestPlatform.CrossPlatEngine.resources: Assembly path does not exist: '/usr/lib/dotnet/sdk/8.0.100/Microsoft.TestPlatform.CrossPlatEngine.resources.dll', returning.
TpTrace Information: 0 : 4781, 5, 2023/12/15, 15:04:34.082, 551405891822, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.TestPlatform.CrossPlatEngine.resources: Assembly path does not exist: '/usr/lib/dotnet/sdk/8.0.100/Microsoft.TestPlatform.CrossPlatEngine.resources.exe', returning.
TpTrace Information: 0 : 4781, 5, 2023/12/15, 15:04:34.082, 551405990144, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.TestPlatform.CrossPlatEngine.resources: Failed to load assembly.
TpTrace Information: 0 : 4781, 5, 2023/12/15, 15:04:34.083, 551406256070, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.TestPlatform.CrossPlatEngine.resources: Resolving assembly.
TpTrace Information: 0 : 4781, 5, 2023/12/15, 15:04:34.083, 551406368642, vstest.console.dll, AssemblyResolver.OnResolve: Microsoft.TestPlatform.CrossPlatEngine.resources: Resolved from cache.
TpTrace Information: 0 : 4781, 11, 2023/12/15, 15:04:34.085, 551409143778, vstest.console.dll, SocketServer.Stop: Stop server endPoint: 127.0.0.1:44031
TpTrace Information: 0 : 4781, 11, 2023/12/15, 15:04:34.086, 551409298048, vstest.console.dll, SocketServer.Stop: Cancellation requested. Stopping message loop.
TpTrace Verbose: 0 : 4781, 11, 2023/12/15, 15:04:34.086, 551409609996, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: HostProviderEvents.OnHostExited: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CrossPlatEngine.Client.ProxyOperationManager., took 9 ms.
TpTrace Error: 0 : 4781, 5, 2023/12/15, 15:04:34.088, 551411757454, vstest.console.dll, ProxyExecutionManager.StartTestRun: Failed to start test run: Microsoft.VisualStudio.TestPlatform.ObjectModel.TestPlatformException: Testhost process for source(s) '/home/greg/Dev/Projects/FSBO/tests/bin/Debug/net8.0/tests.dll' exited with error: The specified runtimeconfig.json [/usr/lib/dotnet/sdk/8.0.100/testhost-8.0.runtimeconfig.json] does not exist
. Please check the diagnostic logs for more information.
   at Microsoft.VisualStudio.TestPlatform.CrossPlatEngine.Client.ProxyOperationManager.ThrowOnTestHostExited(IEnumerable`1 sources, Boolean testHostExited) in /build/dotnet8-HqDVlm/dotnet8-8.0.100-8.0.0/src/vstest/artifacts/source-build/self/src/src/Microsoft.TestPlatform.CrossPlatEngine/Client/ProxyOperationManager.cs:line 520
   at Microsoft.VisualStudio.TestPlatform.CrossPlatEngine.Client.ProxyOperationManager.SetupChannel(IEnumerable`1 sources, String runSettings) in /build/dotnet8-HqDVlm/dotnet8-8.0.100-8.0.0/src/vstest/artifacts/source-build/self/src/src/Microsoft.TestPlatform.CrossPlatEngine/Client/ProxyOperationManager.cs:line 290
   at Microsoft.VisualStudio.TestPlatform.CrossPlatEngine.Client.ProxyExecutionManager.InitializeTestRun(TestRunCriteria testRunCriteria, IInternalTestRunEventsHandler eventHandler) in /build/dotnet8-HqDVlm/dotnet8-8.0.100-8.0.0/src/vstest/artifacts/source-build/self/src/src/Microsoft.TestPlatform.CrossPlatEngine/Client/ProxyExecutionManager.cs:line 182
TpTrace Verbose: 0 : 4781, 5, 2023/12/15, 15:04:34.180, 551503737475, vstest.console.dll, TestRunRequest:SendTestRunMessage: Starting.
TpTrace Verbose: 0 : 4781, 4, 2023/12/15, 15:04:34.186, 551510073957, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestRunMessage: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 5 ms.
TpTrace Verbose: 0 : 4781, 5, 2023/12/15, 15:04:34.188, 551511570559, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: TestRun.LogMessages: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.TestRunResultAggregator., took 0 ms.
TpTrace Information: 0 : 4781, 5, 2023/12/15, 15:04:34.189, 551512379150, vstest.console.dll, TestRunRequest:SendTestRunMessage: Completed.
TpTrace Verbose: 0 : 4781, 5, 2023/12/15, 15:04:34.246, 551569615506, vstest.console.dll, TestRequestSender.EndSession: Sending end session.
TpTrace Verbose: 0 : 4781, 5, 2023/12/15, 15:04:34.247, 551570517308, vstest.console.dll, ProxyOperationManager.Close: waiting for test host to exit for 100 ms
TpTrace Information: 0 : 4781, 5, 2023/12/15, 15:04:34.248, 551571233148, vstest.console.dll, SocketServer.Stop: Stop server endPoint: 127.0.0.1:44031
TpTrace Information: 0 : 4781, 5, 2023/12/15, 15:04:34.248, 551571906189, vstest.console.dll, SocketServer.Stop: Cancellation requested. Stopping message loop.
TpTrace Information: 0 : 4781, 5, 2023/12/15, 15:04:34.249, 551572587256, vstest.console.dll, Closing the connection
TpTrace Verbose: 0 : 4781, 5, 2023/12/15, 15:04:34.267, 551590677891, vstest.console.dll, ParallelRunEventsHandler.HandleTestRunComplete: Handling a run completion, this can be either one part of parallel run completing, or the whole parallel run completing.
TpTrace Verbose: 0 : 4781, 5, 2023/12/15, 15:04:34.268, 551592202789, vstest.console.dll, ParallelProxyExecutionManager: HandlePartialRunComplete: Total workloads = 1, Total started clients = 1 Total completed clients = 1, Run complete = True, Run canceled: False.
TpTrace Verbose: 0 : 4781, 5, 2023/12/15, 15:04:34.269, 551593015171, vstest.console.dll, ParallelProxyExecutionManager: HandlePartialRunComplete: All runs completed stopping all managers.
TpTrace Verbose: 0 : 4781, 5, 2023/12/15, 15:04:34.270, 551593666712, vstest.console.dll, ParallelOperationManager.StopAllManagers: Stopping all managers.
TpTrace Verbose: 0 : 4781, 5, 2023/12/15, 15:04:34.271, 551594358572, vstest.console.dll, ParallelOperationManager.ClearSlots: Clearing all slots. Slots should accept more work: False
TpTrace Verbose: 0 : 4781, 5, 2023/12/15, 15:04:34.271, 551595046850, vstest.console.dll, ParallelOperationManager.SetOccupiedSlotCount: Setting slot counts AvailableSlotCount = 1, OccupiedSlotCount = 0.
TpTrace Verbose: 0 : 4781, 5, 2023/12/15, 15:04:34.272, 551595691650, vstest.console.dll, Occupied slots:

TpTrace Verbose: 0 : 4781, 5, 2023/12/15, 15:04:34.273, 551596345360, vstest.console.dll, ParallelRunEventsHandler.HandleTestRunComplete: Whole parallel run completed.
TpTrace Verbose: 0 : 4781, 4, 2023/12/15, 15:04:34.372, 551695779520, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: InternalTestLoggerEvents.SendTestRunComplete: Invoking callback 1/1 for Microsoft.VisualStudio.TestPlatform.CommandLine.Internal.ConsoleLogger., took 18 ms.
TpTrace Verbose: 0 : 4781, 5, 2023/12/15, 15:04:34.374, 551697886553, vstest.console.dll, TestRunRequest:TestRunComplete: Starting. IsAborted:True IsCanceled:False.
TpTrace Verbose: 0 : 4781, 5, 2023/12/15, 15:04:34.375, 551698385634, vstest.console.dll, ParallelOperationManager.DoActionOnAllManagers: Calling an action on all managers.
TpTrace Verbose: 0 : 4781, 5, 2023/12/15, 15:04:34.377, 551700983598, vstest.console.dll, TestLoggerManager.HandleTestRunComplete: Ignoring as the object is disposed.
TpTrace Verbose: 0 : 4781, 5, 2023/12/15, 15:04:34.378, 551701919755, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: TestRun.TestRunComplete: Invoking callback 1/2 for Microsoft.VisualStudio.TestPlatform.CommandLine.TestRunResultAggregator., took 0 ms.
TpTrace Verbose: 0 : 4781, 5, 2023/12/15, 15:04:34.379, 551702353836, vstest.console.dll, MulticastDelegateUtilities.SafeInvoke: TestRun.TestRunComplete: Invoking callback 2/2 for Microsoft.VisualStudio.TestPlatform.CommandLine.Processors.RunTestsArgumentExecutor+TestRunRequestEventsRegistrar., took 0 ms.
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:34.379, 551702710144, vstest.console.dll, TestRunRequest.Dispose: Starting.
TpTrace Information: 0 : 4781, 5, 2023/12/15, 15:04:34.379, 551702986314, vstest.console.dll, TestRunRequest:TestRunComplete: Completed.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:34.379, 551703142172, vstest.console.dll, TestRunRequest.Dispose: Completed.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:34.380, 551703270771, vstest.console.dll, TestRequestManager.RunTests: run tests completed.
TpTrace Information: 0 : 4781, 1, 2023/12/15, 15:04:34.380, 551703515455, vstest.console.dll, RunTestsArgumentProcessor:Execute: Test run is completed.
TpTrace Verbose: 0 : 4781, 1, 2023/12/15, 15:04:34.380, 551703910215, vstest.console.dll, Executor.Execute: Exiting with exit code of 1
AbhitejJohn commented 4 months ago

@wgrs : Perfect, thank you. We have a fix for dotnet test here. We'll be working on porting it to the sdk soon. Thanks a lot for letting us know and sharing all those details.

wgrs commented 4 months ago

Thanks for the speedy response. @timheuer are we still looking into the other issues?

timheuer commented 4 months ago

@wgrs yes we still are -- one suggestion was to unset your DOTNET_ROOT environment variable (take note of it to set it back just in case)

wgrs commented 4 months ago

Unset? Delete it from .bashrc? Sounds hacky

timheuer commented 4 months ago

Your dotnet -info output suggest you have a working environment without that env var so that is the current suggestion.

wgrs commented 4 months ago

Yes, I added it in and took it out many many times when testing. So what should I set it to?

timheuer commented 4 months ago

Nothing, remove it. You have shared locations of runtime/sdk per your prior output.

GaTechThomas commented 4 months ago

@wgrs Have you considered using devcontainers? I've been using them for a couple of months now and they've done a pretty good job of eliminating the quirks and question marks that come with developing directly on the host. C# dev kit also works inside the devcontainer, though you sometimes have to spend 10 seconds doing a vscode window reload to get it to reconnect with the language server (well worth it for me).

wgrs commented 4 months ago

Yes, I have considered it. Definitely something I will look into.

GaTechThomas commented 4 months ago

I won't go on and on in this thread, but I will share a quick bit of info...

The following training is very good, and you can read through it in 10 minutes to come up to speed on devcontainers in a hurry. Just read all the way to the end because it has important info throughout. Also, it's for python, so substitute C# in its place.

https://learn.microsoft.com/en-us/training/modules/use-docker-container-dev-env-vs-code/1-introduction

A couple of other bits...

Add the C# dev kit extension once the container is running. Be sure to use the option to add it to the devcontainer. Don't add the C# extension separately.

Finally, open your project from a WSL2 folder (not from a Windows folder mount into WSL). Performance is massively faster this way. Be sure to include the usual .gitattributes file so that you don't have to deal with continual line endings change between Windows and linux.

FWIW, last week I was able to make an existing project run as a devcontainer in 15 minutes, including running SQL Server in container. It really is a game changer.

wgrs commented 4 months ago

Nothing, remove it. You have shared locations of runtime/sdk per your prior output.

I removed the DOTNET_ROOT path reference - like before ,on reboot, the extension worked for a few minutes and is now completely broken again. No refactoring, no intelliesense, no goto definition

timheuer commented 4 months ago

Ok, super frustrating @wgrs I'll need to ask others around other troubleshooting steps in this setup. We're hitting vacation time in the US here for the team so not a lot of folks around right now. If there is anything more you can share about the project, or when this happens if anything is in the output logs when it goes away, that's helpful. Sounds like the language server starts but then fails and I would hope some logs are giving some indication. (Both the "C#" and "C# Dev Kit" output window logs)

wgrs commented 4 months ago

C# diags output :

Using dotnet configured on PATH Dotnet path: /usr/lib/dotnet/dotnet Activating C# + C# Dev Kit + C# IntelliCode... waiting for named pipe information from server... [stdout] {"pipeName":"/tmp/fcd0cae5.sock"} received named pipe information from server attempting to connect client to server... client has connected to server [Info - 18:27:15] [Program] Language server initialized

wgrs commented 4 months ago

C# Dev Kit diags output

Starting Spawn .NET server... Starting Open a solution... Starting Open a solution with environment service... Starting Clear environment... Using local .NET runtime at "/home/xxx/.config/Code/User/globalStorage/ms-dotnettools.vscode-dotnet-runtime/.dotnet/7.0.14~x64/dotnet" Using runtime installed in SDK. .NET server started and IPC established in 8851ms Completed Spawn .NET server (10508ms) Completed Clear environment (12830ms) Completed Open a solution with environment service (12967ms) Starting Restore solution... Completed Open a solution (13023ms) Starting NuGet restore for the solution. Starting command: "dotnet" restore /home/xxx/Dev/Projects/xxx/xxx.sln --interactive... [object Object] [object Object] Completed command: "dotnet" restore /home/xxx/Dev/Projects/xxx/xxx.sln --interactive (8100ms) Completed NuGet restore. Completed Restore solution (8107ms)

wgrs commented 4 months ago

Ok, super frustrating @wgrs I'll need to ask others around other troubleshooting steps in this setup. We're hitting vacation time in the US here for the team so not a lot of folks around right now. If there is anything more you can share about the project, or when this happens if anything is in the output logs when it goes away, that's helpful. Sounds like the language server starts but then fails and I would hope some logs are giving some indication. (Both the "C#" and "C# Dev Kit" output window logs)

I think these issues are to do with the paths in Ubuntu - its an issue that plagued .Net installs in .net 7 and I dont think its been fixed. The whole .net installed on Ubuntu is very confusing and the documentation is as well - there is no way to check check wether the install is correct. There is no guidance on where the framework should be installed or how to test whether the installed has been successful. So everything that comes after, like the tools, are on shaky ground. Also, the comment you made about .net 7 being automaticaly installed may be relevant for windows but that does not happen on Ubuntu.

Does that mean .net 7 MUST be installed manually to make the Dev Kit work?

Surely its feasible to just specify in the docs that the Dev Kit expects the SDK to be installed a /x/y/z (if paths are the problem) ?

timheuer commented 4 months ago

I think these issues are to do with the paths in Ubuntu

I'm starting to empathize ;-) -- I have an Ubuntu VM now and understand some of the install confusion as well.

/cc @baronfel @richlander

wgrs commented 4 months ago

I think these issues are to do with the paths in Ubuntu

I'm starting to empathize ;-) -- I have an Ubuntu VM now and understand some of the install confusion as well.

OK, let's pick it up next year. Enjoy your break

dibarbet commented 4 months ago

@wgrs Just catching up on this thread from the language server side. Is the current issue still the missing intellisense / references / code actions? Is this WSL or a devcontainer or regular ubuntu VM?

I'll be out soon as well, but in the meantime I have some requests for additional information

  1. Set dotnet.server.trace to Trace in the vscode configuration for the ubuntu instance, reload the window, and attach the contents of the 'C#' output window here
  2. Would also request the contents of the 'Projects' output window
  3. The output of running which dotnet from the terminal in the ubuntu instance
  4. Any screenshots of the issues you're seeing would be helpful - for example is the solution explorer working?
wgrs commented 4 months ago

Yes, the current issue is still a completely broken extension. I am running C# Dev kit on Ubuntu 23.10. Not WSL or dev container or a VM.

  1. The solution explorer working correctly.
  2. which dotnet => /usr/bin/dotnet

I have added back the extension and set the trace level. I will wait for it to break before adding the output data.

Farenheith commented 4 months ago

For the record, I was having the same problem @wgrs was having and following @GaTechThomas tip to use dev container, I got a ful functional dev envonriment, But I had to create a custom docker image, because, in my case, I maintain projects on different .net versions, and I set the parent folder to run inside the container, to not have .devcontainer distributed all over my repos.

Here's my dev container configuration .devcontainer.zip

wgrs commented 4 months ago

c# Dev Kit

Starting Spawn .NET server... Starting Open a solution... Starting Open a solution with environment service... Starting Clear environment... Using local .NET runtime at "/home/xxx/.config/Code/User/globalStorage/ms-dotnettools.vscode-dotnet-runtime/.dotnet/7.0.14~x64/dotnet" Using runtime installed in SDK. .NET server started and IPC established in 6156ms Completed Spawn .NET server (9154ms) Completed Clear environment (12792ms) Completed Open a solution with environment service (13264ms) Starting Restore solution... Completed Open a solution (13313ms) Starting NuGet restore for the solution. Starting command: "dotnet" restore /home/xxx/Dev/Projects/xxx/xxx.sln --interactive... [object Object] [object Object] Completed command: "dotnet" restore /home/xxx/Dev/Projects/xxx/xxx.sln --interactive (10116ms) Completed NuGet restore. Completed Restore solution (10120ms)

wgrs commented 4 months ago

c# diags

Using dotnet configured on PATH Dotnet path: /usr/lib/dotnet/dotnet Activating C# + C# Dev Kit + C# IntelliCode... Starting server at /home/xxx/.vscode/extensions/ms-dotnettools.csharp-2.14.8-linux-x64/.roslyn/Microsoft.CodeAnalysis.LanguageServer.dll Server arguments /home/greg/.vscode/extensions/ms-dotnettools.csharp-2.14.8-linux-x64/.roslyn/Microsoft.CodeAnalysis.LanguageServer.dll --logLevel Trace --starredCompletionComponentPath /home/greg/.vscode/extensions/ms-dotnettools.vscodeintellicode-csharp-0.1.26-linux-x64/components/starred-suggestions/node_modules/@vsintellicode/starred-suggestions-csharp --extension /home/greg/.vscode/extensions/ms-dotnettools.csharp-2.14.8-linux-x64/.roslynDevKit/Microsoft.VisualStudio.LanguageServices.DevKit.dll --sessionId 40056972-5fdd-4695-99e5-886105fc510e1703081485871 --telemetryLevel all --extensionLogDirectory /home/greg/.config/Code/logs/20231220T151124/window1/exthost/ms-dotnettools.csharp waiting for named pipe information from server... [stdout] trce: Program[0] .NET Runtime Version: .NET 8.0.0 [stdout] dbug: LanguageServerWorkspaceFactory[0] Solution-level analyzer at /home/xxx/.vscode/extensions/ms-dotnettools.csharp-2.14.8-linux-x64/.roslyn/Microsoft.CodeAnalysis.dll added to workspace. [stdout] dbug: LanguageServerWorkspaceFactory[0] Solution-level analyzer at /home/greg/.vscode/extensions/ms-dotnettools.csharp-2.14.8-linux-x64/.roslyn/Microsoft.CodeAnalysis.Remote.Workspaces.dll added to workspace. [stdout] dbug: LanguageServerWorkspaceFactory[0] Solution-level analyzer at /home/greg/.vscode/extensions/ms-dotnettools.csharp-2.14.8-linux-x64/.roslyn/Microsoft.CodeAnalysis.Workspaces.MSBuild.dll added to workspace. [stdout] dbug: LanguageServerWorkspaceFactory[0] Solution-level analyzer at /home/greg/.vscode/extensions/ms-dotnettools.csharp-2.14.8-linux-x64/.roslyn/Microsoft.CodeAnalysis.Workspaces.dll added to workspace. [stdout] dbug: LanguageServerWorkspaceFactory[0] Solution-level analyzer at /home/greg/.vscode/extensions/ms-dotnettools.csharp-2.14.8-linux-x64/.roslyn/Microsoft.CodeAnalysis.CSharp.dll added to workspace. [stdout] dbug: LanguageServerWorkspaceFactory[0] Solution-level analyzer at /home/greg/.vscode/extensions/ms-dotnettools.csharp-2.14.8-linux-x64/.roslyn/Microsoft.CodeAnalysis.Razor.Compiler.CSharp.dll added to workspace. [stdout] dbug: LanguageServerWorkspaceFactory[0] Solution-level analyzer at /home/greg/.vscode/extensions/ms-dotnettools.csharp-2.14.8-linux-x64/.roslyn/Microsoft.CodeAnalysis.Scripting.dll added to workspace. [stdout] dbug: LanguageServerWorkspaceFactory[0] Solution-level analyzer at /home/greg/.vscode/extensions/ms-dotnettools.csharp-2.14.8-linux-x64/.roslyn/Microsoft.CodeAnalysis.Elfie.dll added to workspace. [stdout] dbug: LanguageServerWorkspaceFactory[0] Solution-level analyzer at /home/greg/.vscode/extensions/ms-dotnettools.csharp-2.14.8-linux-x64/.roslyn/Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost.dll added to workspace. [stdout] dbug: LanguageServerWorkspaceFactory[0] Solution-level analyzer at /home/greg/.vscode/extensions/ms-dotnettools.csharp-2.14.8-linux-x64/.roslyn/Microsoft.CodeAnalysis.Razor.Compiler.Mvc.Version2_X.dll added to workspace. [stdout] dbug: LanguageServerWorkspaceFactory[0] Solution-level analyzer at /home/greg/.vscode/extensions/ms-dotnettools.csharp-2.14.8-linux-x64/.roslyn/Microsoft.CodeAnalysis.CSharp.Features.dll added to workspace. [stdout] dbug: LanguageServerWorkspaceFactory[0] Solution-level analyzer at /home/greg/.vscode/extensions/ms-dotnettools.csharp-2.14.8-linux-x64/.roslyn/Microsoft.CodeAnalysis.Razor.Compiler.Mvc.Version1_X.dll added to workspace. [stdout] dbug: LanguageServerWorkspaceFactory[0] Solution-level analyzer at /home/greg/.vscode/extensions/ms-dotnettools.csharp-2.14.8-linux-x64/.roslyn/Microsoft.CodeAnalysis.Razor.Compiler.Mvc.dll added to workspace. [stdout] dbug: LanguageServerWorkspaceFactory[0] Solution-level analyzer at /home/greg/.vscode/extensions/ms-dotnettools.csharp-2.14.8-linux-x64/.roslyn/Microsoft.CodeAnalysis.AnalyzerUtilities.dll added to workspace. [stdout] dbug: LanguageServerWorkspaceFactory[0] Solution-level analyzer at /home/greg/.vscode/extensions/ms-dotnettools.csharp-2.14.8-linux-x64/.roslyn/Microsoft.CodeAnalysis.ExternalAccess.AspNetCore.dll added to workspace. [stdout] dbug: LanguageServerWorkspaceFactory[0] Solution-level analyzer at /home/greg/.vscode/extensions/ms-dotnettools.csharp-2.14.8-linux-x64/.roslyn/Microsoft.CodeAnalysis.Razor.Compiler.Language.dll added to workspace. [stdout] dbug: LanguageServerWorkspaceFactory[0] Solution-level analyzer at /home/greg/.vscode/extensions/ms-dotnettools.csharp-2.14.8-linux-x64/.roslyn/Microsoft.CodeAnalysis.ExternalAccess.RazorCompiler.dll added to workspace. [stdout] dbug: LanguageServerWorkspaceFactory[0] Solution-level analyzer at /home/greg/.vscode/extensions/ms-dotnettools.csharp-2.14.8-linux-x64/.roslyn/Microsoft.CodeAnalysis.Features.dll added to workspace. [stdout] dbug: LanguageServerWorkspaceFactory[0] Solution-level analyzer at /home/greg/.vscode/extensions/ms-dotnettools.csharp-2.14.8-linux-x64/.roslyn/Microsoft.CodeAnalysis.CSharp.Workspaces.dll added to workspace. [stdout] {"pipeName":"/tmp/8e64142b.sock"} received named pipe information from server attempting to connect client to server... client has connected to server [Info - 15:11:47] [Program] Language server initialized [LanguageServerHost] [02:11:48.239][Start]initialize [LanguageServerHost] [02:11:48.291][Start]Initialize [LanguageServerHost] [02:11:49.209][End]Initialize [LanguageServerHost] [02:11:49.341][End]initialize [LanguageServerHost] [02:11:49.388][Start]initialized [LanguageServerHost] [02:11:50.170][End]initialized [LanguageServerHost] [02:11:50.176][Start]serviceBroker/connect [LanguageServerHost] [02:11:50.190][Start]textDocument/didOpen [LanguageServerHost] didOpen for file:///home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs [LanguageServerHost] [02:11:50.259][End]textDocument/didOpen [BrokeredServiceTraceListener] ServiceBroker Information: 1 : [BrokeredServiceTraceListener] SameProcess proffered brokered service(s): Microsoft.VisualStudio.RemoteBrokeredServiceManifest (0.2). [BrokeredServiceTraceListener] ServiceBroker Information: 1 : [BrokeredServiceTraceListener] SameProcess proffered brokered service(s): Microsoft.VisualStudio.GlobalBrokeredServiceContainer.MissingServiceDiagnostics (1.0). [BrokeredServiceTraceListener] ServiceBroker Information: 1 : [BrokeredServiceTraceListener] SameProcess proffered brokered service(s): Microsoft.ServiceHub.Framework.AuthorizationService. [BrokeredServiceTraceListener] ServiceBroker Information: 1 : [BrokeredServiceTraceListener] SameProcess proffered brokered service(s): Microsoft.VisualStudio.LanguageServices.WorkspaceProjectFactoryService, Microsoft.CodeAnalysis.LanguageServer.ManagedHotReloadLanguageService (0.1), Microsoft.VisualStudio.Server.IBrokeredServiceBridgeManifest (0.1). [Microsoft.CodeAnalysis.LanguageServer.BrokeredServices.BrokeredServiceBridgeProvider] Setting up brokered service bridge [LanguageServerHost] Could not find 'file:///home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs'. Searched Host [BrokeredServiceTraceListener] ServiceBroker Information: 0 : [BrokeredServiceTraceListener] Added local RPC method "handshake" -> Microsoft.ServiceHub.Framework.IpcRelayServiceBroker.HandshakeAsync(ServiceBrokerClientMetadata, CancellationToken) (Microsoft.ServiceHub.Framework.IpcRelayServiceBroker) [BrokeredServiceTraceListener] ServiceBroker Information: 0 : [BrokeredServiceTraceListener] Added local RPC method "requestServiceChannel" -> Microsoft.ServiceHub.Framework.IpcRelayServiceBroker.RequestServiceChannelAsync(ServiceMoniker, ServiceActivationOptions, CancellationToken) (Microsoft.ServiceHub.Framework.IpcRelayServiceBroker) [BrokeredServiceTraceListener] ServiceBroker Information: 0 : [BrokeredServiceTraceListener] Added local RPC method "cancelServiceRequest" -> Microsoft.ServiceHub.Framework.IpcRelayServiceBroker.CancelServiceRequestAsync(Guid) (Microsoft.ServiceHub.Framework.IpcRelayServiceBroker) [BrokeredServiceTraceListener] ServiceBroker Information: 0 : [BrokeredServiceTraceListener] Added local RPC method "dispose" -> Microsoft.ServiceHub.Framework.IpcRelayServiceBroker.Dispose() (Microsoft.ServiceHub.Framework.IpcRelayServiceBroker) [BrokeredServiceTraceListener] ServiceBroker Information: 0 : [BrokeredServiceTraceListener] Added local RPC method "handshake" -> Microsoft.ServiceHub.Framework.IpcRelayServiceBroker.HandshakeAsync(ServiceBrokerClientMetadata, CancellationToken) (Microsoft.ServiceHub.Framework.IpcRelayServiceBroker) [BrokeredServiceTraceListener] ServiceBroker Information: 0 : [BrokeredServiceTraceListener] Added local RPC method "requestServiceChannel" -> Microsoft.ServiceHub.Framework.IpcRelayServiceBroker.RequestServiceChannelAsync(ServiceMoniker, ServiceActivationOptions, CancellationToken) (Microsoft.ServiceHub.Framework.IpcRelayServiceBroker) [BrokeredServiceTraceListener] ServiceBroker Information: 0 : [BrokeredServiceTraceListener] Added local RPC method "cancelServiceRequest" -> Microsoft.ServiceHub.Framework.IpcRelayServiceBroker.CancelServiceRequestAsync(Guid) (Microsoft.ServiceHub.Framework.IpcRelayServiceBroker) [BrokeredServiceTraceListener] ServiceBroker Information: 2 : [BrokeredServiceTraceListener] Listening for events from Microsoft.ServiceHub.Framework.IpcRelayServiceBroker.AvailabilityChanged to raise notification. [BrokeredServiceTraceListener] ServiceBroker Information: 3 : [BrokeredServiceTraceListener] Listening started. [BrokeredServiceTraceListener] ServiceBroker Information: 7 : [BrokeredServiceTraceListener] {"id":2,"method":"handshake"} [BrokeredServiceTraceListener] ServiceBroker Verbose: 7 : [BrokeredServiceTraceListener] Received: {"jsonrpc":"2.0","id":2,"method":"handshake","params":[{"supportedConnections":"IpcPipe","localServiceHost":{"operatingSystem":1,"processArchitecture":1,"runtime":2,"runtimeVersion":"7.0.14"}}]} [BrokeredServiceTraceListener] ServiceBroker Information: 6 : [BrokeredServiceTraceListener] Received request "2" for method "handshake". [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/xxx/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:11:51.120][Start]textDocument/codeAction [BrokeredServiceTraceListener] ServiceBroker Information: 0 : [BrokeredServiceTraceListener] Added local RPC method "availabilityChanged" -> _proxy_Microsoft.ServiceHub.Framework.IRemoteServiceBroker_1a648f01-fd91-4e1a-8476-b6e8ca8efdce.OnAvailabilityChanged(BrokeredServicesChangedEventArgs) (_proxy_Microsoft.ServiceHub.Framework.IRemoteServiceBroker_1a648f01-fd91-4e1a-8476-b6e8ca8efdce) [BrokeredServiceTraceListener] ServiceBroker Information: 1 : [BrokeredServiceTraceListener] IRemoteServiceBroker proffered from remote source: OtherProcessOnSameMachine. [BrokeredServiceTraceListener] ServiceBroker Information: 1 : [BrokeredServiceTraceListener] OtherProcessOnSameMachine proffered brokered service(s): Microsoft.VisualStudio.Debugger.ManagedHotReloadService (0.1), vs-intellicode-base-models (0.1), Microsoft.VisualStudio.ProjectSystem.ProjectInitializationStatusService (0.1), Microsoft.CodeAnalysis.LanguageClient.SolutionSnapshotProvider (0.1). [LanguageServerHost] [02:11:51.301][End]serviceBroker/connect [BrokeredServiceTraceListener] ServiceBroker Information: 3 : [BrokeredServiceTraceListener] Listening started. [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:11:51.367][Start]textDocument/semanticTokens/range [LanguageServerHost] [02:11:51.415][Start]textDocument/inlayHint [LanguageServerHost] [02:11:51.524][End]textDocument/inlayHint [BrokeredServiceTraceListener] ServiceBroker Information: 9 : [BrokeredServiceTraceListener] Invoking Microsoft.ServiceHub.Framework.IpcRelayServiceBroker.HandshakeAsync(ServiceBrokerClientMetadata, CancellationToken) [LanguageServerHost] [02:11:51.584][Start]textDocument/diagnostic [BrokeredServiceTraceListener] ServiceBroker Start: 0 : [BrokeredServiceTraceListener] handshake [BrokeredServiceTraceListener] ServiceBroker Stop: 0 : [BrokeredServiceTraceListener] handshake [LanguageServerHost] PublicDocumentPullDiagnosticsHandler(category: , source: ) started getting diagnostics [BrokeredServiceTraceListener] ServiceBroker Information: 8 : [BrokeredServiceTraceListener] {"id":2} [BrokeredServiceTraceListener] ServiceBroker Verbose: 8 : [BrokeredServiceTraceListener] Sent: {"jsonrpc":"2.0","id":2,"result":null} [LanguageServerHost] previousResults.Length=0 [BrokeredServiceTraceListener] ServiceBroker Information: 7 : [BrokeredServiceTraceListener] {"id":3,"method":"requestServiceChannel"} [BrokeredServiceTraceListener] ServiceBroker Verbose: 7 : [BrokeredServiceTraceListener] Received: {"jsonrpc":"2.0","id":3,"method":"requestServiceChannel","params":[{"name":"Microsoft.VisualStudio.Server.IBrokeredServiceBridgeManifest","version":"0.1"},{"clientCulture":"en-GB","clientUICulture":"en-GB"}]} [BrokeredServiceTraceListener] ServiceBroker Information: 6 : [BrokeredServiceTraceListener] Received request "3" for method "requestServiceChannel". [LanguageServerHost] Processing 1 documents [LanguageServerHost] [02:11:51.868][Start]textDocument/semanticTokens/range [LanguageServerHost] [02:11:51.868][Start]textDocument/semanticTokens/range [LanguageServerHost] [02:11:51.868][Start]textDocument/semanticTokens/range [LanguageServerHost] [02:11:51.871][Start]textDocument/semanticTokens/range [LanguageServerHost] [02:11:51.871][Start]workspace/diagnostic [LanguageServerHost] [02:11:51.891][Start]textDocument/semanticTokens/range [LanguageServerHost] [02:11:51.892][Start]textDocument/semanticTokens/range [LanguageServerHost] [02:11:51.892][Start]textDocument/documentSymbol [LanguageServerHost] [02:11:51.893][Start]textDocument/semanticTokens/range [LanguageServerHost] [02:11:51.895][Start]textDocument/semanticTokens/range [LanguageServerHost] [02:11:51.896][Start]textDocument/semanticTokens/range [LanguageServerHost] [02:11:51.896][Start]textDocument/semanticTokens/range [LanguageServerHost] [02:11:51.897][Start]textDocument/semanticTokens/range [LanguageServerHost] [02:11:51.897][Start]textDocument/semanticTokens/range [LanguageServerHost] [02:11:51.897][Start]textDocument/semanticTokens/range [LanguageServerHost] [02:11:51.898][Start]textDocument/foldingRange [LanguageServerHost] [02:11:51.908][Start]textDocument/codeLens [LanguageServerHost] PublicWorkspacePullDiagnosticsHandler(category: , source: ) started getting diagnostics [LanguageServerHost] previousResults.Length=0 [LanguageServerHost] Processing 0 documents [LanguageServerHost] Closing workspace/diagnostics request [LanguageServerHost] Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.Public.PublicWorkspacePullDiagnosticsHandler finished getting diagnostics [LanguageServerHost] [02:11:52.291][End]workspace/diagnostic [BrokeredServiceTraceListener] ServiceBroker Information: 9 : [BrokeredServiceTraceListener] Invoking Microsoft.ServiceHub.Framework.IpcRelayServiceBroker.RequestServiceChannelAsync(ServiceMoniker, ServiceActivationOptions, CancellationToken) [BrokeredServiceTraceListener] ServiceBroker Start: 0 : [BrokeredServiceTraceListener] requestServiceChannel [BrokeredServiceTraceListener] ServiceBroker Transfer: 0 : [BrokeredServiceTraceListener] Transfer, relatedActivityId=aaff9524-782d-48de-9ebb-bf1367a45271 [BrokeredServiceTraceListener] ServiceBroker Start: 0 : [BrokeredServiceTraceListener] Requesting pipe to "Microsoft.VisualStudio.Server.IBrokeredServiceBridgeManifest (0.1)" [BrokeredServiceTraceListener] ServiceBroker Information: 2 : [BrokeredServiceTraceListener] Request for "Microsoft.VisualStudio.Server.IBrokeredServiceBridgeManifest (0.1)" will be fulfilled by SameProcess [BrokeredServiceTraceListener] ServiceBroker Transfer: 0 : [BrokeredServiceTraceListener] Transfer, relatedActivityId=ebb482da-9ca7-4528-9a04-415344911c96 [BrokeredServiceTraceListener] ServiceBroker Start: 0 : [BrokeredServiceTraceListener] Requesting proxy to "Microsoft.ServiceHub.Framework.AuthorizationService" [BrokeredServiceTraceListener] ServiceBroker Information: 2 : [BrokeredServiceTraceListener] Request for "Microsoft.ServiceHub.Framework.AuthorizationService" will be fulfilled by SameProcess [LanguageServerHost] [02:11:53.047][End]textDocument/codeLens [BrokeredServiceTraceListener] ServiceBroker Information: 2 : [BrokeredServiceTraceListener] Request for proxy to "Microsoft.ServiceHub.Framework.AuthorizationService" is Fulfilled by SameProcess: NoExplanation. [BrokeredServiceTraceListener] ServiceBroker Stop: 0 : [BrokeredServiceTraceListener] Requesting proxy to "Microsoft.ServiceHub.Framework.AuthorizationService" [BrokeredServiceTraceListener] ServiceBroker Transfer: 0 : [BrokeredServiceTraceListener] Transfer, relatedActivityId=aaff9524-782d-48de-9ebb-bf1367a45271 [BrokeredServiceTraceListener] ServiceBroker Information: 2 : [BrokeredServiceTraceListener] Request for pipe to "Microsoft.VisualStudio.Server.IBrokeredServiceBridgeManifest (0.1)" is Fulfilled by SameProcess: NoExplanation. [BrokeredServiceTraceListener] ServiceBroker Stop: 0 : [BrokeredServiceTraceListener] Requesting pipe to "Microsoft.VisualStudio.Server.IBrokeredServiceBridgeManifest (0.1)" [BrokeredServiceTraceListener] ServiceBroker Transfer: 0 : [BrokeredServiceTraceListener] Transfer, relatedActivityId=5d175abc-df51-4f1d-88ba-c5aa5f07ec89 [BrokeredServiceTraceListener] ServiceBroker Stop: 0 : [BrokeredServiceTraceListener] requestServiceChannel [LanguageServerHost] Found 0 diagnostics for DocumentDiagnosticSource: /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs in Miscellaneous Files [LanguageServerHost] Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.Public.PublicDocumentPullDiagnosticsHandler finished getting diagnostics [BrokeredServiceTraceListener] ServiceBroker Information: 8 : [BrokeredServiceTraceListener] {"id":3} [BrokeredServiceTraceListener] ServiceBroker Verbose: 8 : [BrokeredServiceTraceListener] Sent: {"jsonrpc":"2.0","id":3,"result":{"requestId":"0b2d8010-2ac7-4006-af04-0b993ace0459","pipeName":"/tmp/9a3416b60f7740b0aafa8ef1c28f2ef1"}} [LanguageServerHost] [02:11:53.364][End]textDocument/diagnostic [LanguageServerHost] [02:11:53.371][End]textDocument/foldingRange [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:11:54.502][Start]textDocument/inlayHint [LanguageServerHost] [02:11:54.506][End]textDocument/inlayHint [LanguageServerHost] [02:11:54.512][Start]workspace/diagnostic [LanguageServerHost] PublicWorkspacePullDiagnosticsHandler(category: , source: ) started getting diagnostics [LanguageServerHost] previousResults.Length=0 [LanguageServerHost] Processing 0 documents [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:11:54.552][Start]textDocument/diagnostic [LanguageServerHost] PublicDocumentPullDiagnosticsHandler(category: , source: ) started getting diagnostics [LanguageServerHost] previousResults.Length=1 [LanguageServerHost] Processing 1 documents [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:11:54.590][Start]textDocument/semanticTokens/range [LanguageServerHost] [02:11:54.590][Start]textDocument/semanticTokens/range [LanguageServerHost] [02:11:54.591][Start]textDocument/semanticTokens/range [Microsoft.CodeAnalysis.LanguageServer.BrokeredServices.Services.BrokeredServiceBridgeManifest.BrokeredServiceBridgeManifest] Proffered services: Microsoft.VisualStudio.LanguageServices.WorkspaceProjectFactoryService,Microsoft.CodeAnalysis.LanguageServer.ManagedHotReloadLanguageService (0.1) [LanguageServerHost] [02:11:54.599][Start]textDocument/semanticTokens/range [LanguageServerHost] [02:11:54.614][Start]textDocument/semanticTokens/range [LanguageServerHost] Diagnostics were unchanged for DocumentDiagnosticSource: /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs in Miscellaneous Files [LanguageServerHost] Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.Public.PublicDocumentPullDiagnosticsHandler finished getting diagnostics [LanguageServerHost] [02:11:54.626][Start]textDocument/semanticTokens/range [LanguageServerHost] [02:11:54.631][End]textDocument/diagnostic [LanguageServerHost] [02:11:54.632][Start]textDocument/semanticTokens/range [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:11:55.072][Start]codeLens/resolve [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:11:55.082][End]textDocument/codeAction [LanguageServerHost] [02:11:55.082][Start]textDocument/codeLens [LanguageServerHost] [02:11:55.084][End]textDocument/codeLens [LanguageServerHost] [02:11:55.084][Start]codeLens/resolve [LanguageServerHost] [02:11:55.094][Start]codeLens/resolve [LanguageServerHost] [02:11:55.102][End]textDocument/semanticTokens/range [LanguageServerHost] [02:11:55.103][End]textDocument/semanticTokens/range [LanguageServerHost] [02:11:55.103][End]textDocument/semanticTokens/range [LanguageServerHost] [02:11:55.104][End]textDocument/semanticTokens/range [LanguageServerHost] [02:11:55.104][End]textDocument/semanticTokens/range [LanguageServerHost] [02:11:55.104][End]textDocument/semanticTokens/range [LanguageServerHost] [02:11:55.104][End]textDocument/semanticTokens/range [LanguageServerHost] [02:11:55.104][End]textDocument/semanticTokens/range [LanguageServerHost] [02:11:55.105][End]textDocument/semanticTokens/range [LanguageServerHost] [02:11:55.105][End]textDocument/semanticTokens/range [LanguageServerHost] [02:11:55.105][End]textDocument/semanticTokens/range [LanguageServerHost] [02:11:55.105][End]textDocument/semanticTokens/range [LanguageServerHost] [02:11:55.105][End]textDocument/semanticTokens/range [LanguageServerHost] [02:11:55.105][End]textDocument/semanticTokens/range [LanguageServerHost] [02:11:55.109][End]textDocument/semanticTokens/range [LanguageServerHost] [02:11:55.109][End]textDocument/semanticTokens/range [LanguageServerHost] [02:11:55.109][End]textDocument/semanticTokens/range [LanguageServerHost] [02:11:55.109][Start]codeLens/resolve [LanguageServerHost] [02:11:55.110][Start]codeLens/resolve [LanguageServerHost] [02:11:55.110][End]textDocument/semanticTokens/range [LanguageServerHost] [02:11:55.110][Start]codeLens/resolve [LanguageServerHost] [02:11:55.110][End]textDocument/semanticTokens/range [LanguageServerHost] [02:11:55.111][End]textDocument/semanticTokens/range [LanguageServerHost] [02:11:55.112][End]textDocument/semanticTokens/range [LanguageServerHost] [02:11:55.112][Start]codeLens/resolve [LanguageServerHost] [02:11:55.505][End]textDocument/documentSymbol [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:11:55.561][Start]codeLens/resolve [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:11:55.569][Start]codeLens/resolve [LanguageServerHost] codeLens/resolve - Canceled [LanguageServerHost] codeLens/resolve - Canceled [LanguageServerHost] [02:11:55.606][End]codeLens/resolve [LanguageServerHost] [02:11:55.606][End]codeLens/resolve [LanguageServerHost] codeLens/resolve - Canceled [LanguageServerHost] [02:11:55.607][End]codeLens/resolve [LanguageServerHost] codeLens/resolve - Canceled [LanguageServerHost] [02:11:55.612][End]codeLens/resolve [LanguageServerHost] codeLens/resolve - Canceled [LanguageServerHost] [02:11:55.613][End]codeLens/resolve [LanguageServerHost] [02:11:55.613][Start]codeLens/resolve [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:11:55.614][Start]codeLens/resolve [LanguageServerHost] codeLens/resolve - Canceled [LanguageServerHost] [02:11:55.615][End]codeLens/resolve [LanguageServerHost] [02:11:55.616][Start]codeLens/resolve [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:11:55.618][Start]codeLens/resolve [LanguageServerHost] [02:11:55.620][Start]codeLens/resolve [LanguageServerHost] codeLens/resolve - Canceled [LanguageServerHost] [02:11:55.632][End]codeLens/resolve [LanguageServerHost] [02:11:56.191][End]codeLens/resolve [LanguageServerHost] [02:11:56.192][End]codeLens/resolve [LanguageServerHost] [02:11:56.192][End]codeLens/resolve [LanguageServerHost] [02:11:56.194][End]codeLens/resolve [LanguageServerHost] [02:11:56.194][End]codeLens/resolve [LanguageServerHost] [02:11:56.195][End]codeLens/resolve [LanguageServerHost] [02:11:56.199][End]codeLens/resolve [LanguageServerHost] [02:12:02.872][Start]workspace/didChangeConfiguration [LanguageServerHost] [02:12:02.902][End]workspace/didChangeConfiguration [LanguageServerHost] [02:12:02.904][Start]workspace/buildOnlyDiagnosticIds [LanguageServerHost] [02:12:02.921][End]workspace/buildOnlyDiagnosticIds [LanguageServerHost] [02:12:06.329][Start]textDocument/didOpen [LanguageServerHost] didOpen for file:///home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByPriceMoreThan.cs [LanguageServerHost] [02:12:06.332][End]textDocument/didOpen [LanguageServerHost] [02:12:06.332][Start]workspace/buildOnlyDiagnosticIds [LanguageServerHost] Closing workspace/diagnostics request [LanguageServerHost] [02:12:06.333][End]workspace/buildOnlyDiagnosticIds [LanguageServerHost] Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.Public.PublicWorkspacePullDiagnosticsHandler finished getting diagnostics [LanguageServerHost] [02:12:06.336][End]workspace/diagnostic [LanguageServerHost] Could not find 'file:///home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByPriceMoreThan.cs'. Searched Host;MiscellaneousFiles [LanguageServerHost] [02:12:06.361][Start]textDocument/diagnostic [LanguageServerHost] PublicDocumentPullDiagnosticsHandler(category: , source: ) started getting diagnostics [LanguageServerHost] previousResults.Length=0 [LanguageServerHost] Processing 1 documents [LanguageServerHost] Found 0 diagnostics for DocumentDiagnosticSource: /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByPriceMoreThan.cs in Miscellaneous Files [LanguageServerHost] Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.Public.PublicDocumentPullDiagnosticsHandler finished getting diagnostics [LanguageServerHost] [02:12:06.366][End]textDocument/diagnostic [LanguageServerHost] [02:12:06.373][Start]textDocument/didOpen [LanguageServerHost] didOpen for git:/home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByPriceMoreThan.cs?{"path":"/home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByPriceMoreThan.cs","ref":"~"} [LanguageServerHost] [02:12:06.374][Start]workspace/buildOnlyDiagnosticIds [LanguageServerHost] [02:12:06.375][End]workspace/buildOnlyDiagnosticIds [LanguageServerHost] [02:12:06.377][End]textDocument/didOpen [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:12:06.418][Start]textDocument/diagnostic [LanguageServerHost] PublicDocumentPullDiagnosticsHandler(category: , source: ) started getting diagnostics [LanguageServerHost] previousResults.Length=1 [LanguageServerHost] Processing 1 documents [LanguageServerHost] Diagnostics were unchanged for DocumentDiagnosticSource: /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs in Miscellaneous Files [LanguageServerHost] Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.Public.PublicDocumentPullDiagnosticsHandler finished getting diagnostics [LanguageServerHost] [02:12:06.419][End]textDocument/diagnostic [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByPriceMoreThan.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:12:06.504][Start]textDocument/documentSymbol [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByPriceMoreThan.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:12:06.508][Start]textDocument/codeAction [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByPriceMoreThan.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:12:06.529][Start]textDocument/documentSymbol [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:12:06.618][Start]textDocument/diagnostic [LanguageServerHost] PublicDocumentPullDiagnosticsHandler(category: , source: ) started getting diagnostics [LanguageServerHost] previousResults.Length=1 [LanguageServerHost] Processing 1 documents [LanguageServerHost] Diagnostics were unchanged for DocumentDiagnosticSource: /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs in Miscellaneous Files [LanguageServerHost] Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.Public.PublicDocumentPullDiagnosticsHandler finished getting diagnostics [LanguageServerHost] [02:12:06.619][End]textDocument/diagnostic [LanguageServerHost] [02:12:06.650][End]textDocument/codeAction [LanguageServerHost] [02:12:06.786][End]textDocument/documentSymbol [LanguageServerHost] [02:12:06.786][End]textDocument/documentSymbol [LanguageServerHost] Could not find 'git:/home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByPriceMoreThan.cs?{"path":"/home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByPriceMoreThan.cs","ref":"~"}'. Searched Host;MiscellaneousFiles [LanguageServerHost] [02:12:06.805][Start]textDocument/inlayHint [LanguageServerHost] [02:12:06.806][End]textDocument/inlayHint [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByPriceMoreThan.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:12:06.832][Start]textDocument/inlayHint [LanguageServerHost] [02:12:06.833][End]textDocument/inlayHint [LanguageServerHost] git:/home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByPriceMoreThan.cs?%7B%22path%22:%22/home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByPriceMoreThan.cs%22,%22ref%22:%22~%22%7D found in workspace MiscellaneousFiles [LanguageServerHost] [02:12:06.919][Start]textDocument/semanticTokens/range [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByPriceMoreThan.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByPriceMoreThan.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:12:06.920][Start]textDocument/codeAction [LanguageServerHost] [02:12:06.928][Start]textDocument/semanticTokens/range [LanguageServerHost] [02:12:07.669][End]textDocument/semanticTokens/range [LanguageServerHost] [02:12:07.670][End]textDocument/semanticTokens/range [LanguageServerHost] [02:12:07.918][End]textDocument/codeAction [LanguageServerHost] [02:12:08.348][Start]workspace/diagnostic [LanguageServerHost] PublicWorkspacePullDiagnosticsHandler(category: , source: ) started getting diagnostics [LanguageServerHost] previousResults.Length=0 [LanguageServerHost] Processing 0 documents [LanguageServerHost] Closing workspace/diagnostics request [LanguageServerHost] Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.Public.PublicWorkspacePullDiagnosticsHandler finished getting diagnostics [LanguageServerHost] [02:12:08.349][End]workspace/diagnostic [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:12:08.372][Start]textDocument/diagnostic [LanguageServerHost] PublicDocumentPullDiagnosticsHandler(category: , source: ) started getting diagnostics [LanguageServerHost] previousResults.Length=1 [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByPriceMoreThan.cs found in workspace MiscellaneousFiles [LanguageServerHost] Processing 1 documents [LanguageServerHost] [02:12:08.372][Start]textDocument/diagnostic [LanguageServerHost] PublicDocumentPullDiagnosticsHandler(category: , source: ) started getting diagnostics [LanguageServerHost] previousResults.Length=1 [LanguageServerHost] Diagnostics were unchanged for DocumentDiagnosticSource: /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs in Miscellaneous Files [LanguageServerHost] Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.Public.PublicDocumentPullDiagnosticsHandler finished getting diagnostics [LanguageServerHost] Processing 1 documents [LanguageServerHost] [02:12:08.373][End]textDocument/diagnostic [LanguageServerHost] Diagnostics were unchanged for DocumentDiagnosticSource: /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByPriceMoreThan.cs in Miscellaneous Files [LanguageServerHost] Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.Public.PublicDocumentPullDiagnosticsHandler finished getting diagnostics [LanguageServerHost] [02:12:08.373][End]textDocument/diagnostic [LanguageServerHost] [02:12:10.353][Start]workspace/diagnostic [LanguageServerHost] PublicWorkspacePullDiagnosticsHandler(category: , source: ) started getting diagnostics [LanguageServerHost] previousResults.Length=0 [LanguageServerHost] Processing 0 documents [LanguageServerHost] [02:12:16.007][Start]textDocument/didChange [LanguageServerHost] [02:12:16.017][End]textDocument/didChange [LanguageServerHost] Closing workspace/diagnostics request [LanguageServerHost] Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.Public.PublicWorkspacePullDiagnosticsHandler finished getting diagnostics [LanguageServerHost] [02:12:16.092][End]workspace/diagnostic [LanguageServerHost] git:/home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByPriceMoreThan.cs?%7B%22path%22:%22/home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByPriceMoreThan.cs%22,%22ref%22:%22~%22%7D found in workspace MiscellaneousFiles [LanguageServerHost] [02:12:16.188][Start]textDocument/semanticTokens/range [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByPriceMoreThan.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:12:16.392][Start]textDocument/inlayHint [LanguageServerHost] [02:12:16.392][End]textDocument/inlayHint [LanguageServerHost] [02:12:16.434][End]textDocument/semanticTokens/range [LanguageServerHost] git:/home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByPriceMoreThan.cs?%7B%22path%22:%22/home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByPriceMoreThan.cs%22,%22ref%22:%22~%22%7D found in workspace MiscellaneousFiles [LanguageServerHost] [02:12:16.459][Start]textDocument/semanticTokens/range [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByPriceMoreThan.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:12:16.465][Start]textDocument/semanticTokens/range [LanguageServerHost] [02:12:16.522][End]textDocument/semanticTokens/range [LanguageServerHost] [02:12:16.534][End]textDocument/semanticTokens/range [LanguageServerHost] git:/home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByPriceMoreThan.cs?%7B%22path%22:%22/home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByPriceMoreThan.cs%22,%22ref%22:%22~%22%7D found in workspace MiscellaneousFiles [LanguageServerHost] [02:12:17.216][Start]textDocument/inlayHint [LanguageServerHost] [02:12:17.217][End]textDocument/inlayHint [LanguageServerHost] [02:12:18.132][Start]workspace/diagnostic [LanguageServerHost] PublicWorkspacePullDiagnosticsHandler(category: , source: ) started getting diagnostics [LanguageServerHost] previousResults.Length=0 [LanguageServerHost] Processing 0 documents [LanguageServerHost] Closing workspace/diagnostics request [LanguageServerHost] Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.Public.PublicWorkspacePullDiagnosticsHandler finished getting diagnostics [LanguageServerHost] [02:12:18.132][End]workspace/diagnostic [LanguageServerHost] [02:12:20.136][Start]workspace/diagnostic [LanguageServerHost] PublicWorkspacePullDiagnosticsHandler(category: , source: ) started getting diagnostics [LanguageServerHost] previousResults.Length=0 [LanguageServerHost] Processing 0 documents [LanguageServerHost] [02:12:58.195][Start]workspace/buildOnlyDiagnosticIds [LanguageServerHost] [02:12:58.196][End]workspace/buildOnlyDiagnosticIds [LanguageServerHost] [02:12:58.197][Start]textDocument/didOpen [LanguageServerHost] didOpen for file:///home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs [LanguageServerHost] [02:12:58.197][End]textDocument/didOpen [LanguageServerHost] Could not find 'file:///home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs'. Searched Host;MiscellaneousFiles [LanguageServerHost] [02:12:58.199][Start]textDocument/diagnostic [LanguageServerHost] PublicDocumentPullDiagnosticsHandler(category: , source: ) started getting diagnostics [LanguageServerHost] previousResults.Length=0 [LanguageServerHost] Processing 1 documents [LanguageServerHost] Found 0 diagnostics for DocumentDiagnosticSource: /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs in Miscellaneous Files [LanguageServerHost] Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.Public.PublicDocumentPullDiagnosticsHandler finished getting diagnostics [LanguageServerHost] [02:12:58.202][End]textDocument/diagnostic [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:12:58.229][Start]textDocument/codeAction [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:12:58.230][Start]textDocument/documentSymbol [LanguageServerHost] [02:12:58.230][Start]textDocument/codeAction [LanguageServerHost] [02:12:58.239][End]textDocument/documentSymbol [LanguageServerHost] Closing workspace/diagnostics request [LanguageServerHost] Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.Public.PublicWorkspacePullDiagnosticsHandler finished getting diagnostics [LanguageServerHost] [02:12:58.247][End]workspace/diagnostic [LanguageServerHost] [02:12:58.269][End]textDocument/codeAction [LanguageServerHost] [02:12:58.317][End]textDocument/codeAction [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:12:58.318][Start]textDocument/diagnostic [LanguageServerHost] PublicDocumentPullDiagnosticsHandler(category: , source: ) started getting diagnostics [LanguageServerHost] previousResults.Length=1 [LanguageServerHost] Processing 1 documents [LanguageServerHost] Diagnostics were unchanged for DocumentDiagnosticSource: /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs in Miscellaneous Files [LanguageServerHost] Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.Public.PublicDocumentPullDiagnosticsHandler finished getting diagnostics [LanguageServerHost] [02:12:58.319][End]textDocument/diagnostic [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:12:58.360][Start]textDocument/inlayHint [LanguageServerHost] [02:12:58.360][End]textDocument/inlayHint [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:12:58.451][Start]textDocument/semanticTokens/range [LanguageServerHost] [02:12:58.451][Start]textDocument/semanticTokens/range [LanguageServerHost] [02:12:58.452][End]textDocument/semanticTokens/range [LanguageServerHost] [02:12:58.469][End]textDocument/semanticTokens/range [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:12:58.517][Start]textDocument/codeAction [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:12:58.518][Start]textDocument/foldingRange [LanguageServerHost] [02:12:58.525][End]textDocument/codeAction [LanguageServerHost] [02:12:58.526][End]textDocument/foldingRange [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByPriceMoreThan.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:12:58.546][Start]textDocument/diagnostic [LanguageServerHost] PublicDocumentPullDiagnosticsHandler(category: , source: ) started getting diagnostics [LanguageServerHost] previousResults.Length=1 [LanguageServerHost] Processing 1 documents [LanguageServerHost] Diagnostics were unchanged for DocumentDiagnosticSource: /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByPriceMoreThan.cs in Miscellaneous Files [LanguageServerHost] Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.Public.PublicDocumentPullDiagnosticsHandler finished getting diagnostics [LanguageServerHost] [02:12:58.547][End]textDocument/diagnostic [LanguageServerHost] [02:12:58.575][Start]workspace/buildOnlyDiagnosticIds [LanguageServerHost] [02:12:58.575][End]workspace/buildOnlyDiagnosticIds [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:12:58.799][Start]textDocument/codeLens [LanguageServerHost] [02:12:58.801][End]textDocument/codeLens [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:12:58.860][Start]textDocument/inlayHint [LanguageServerHost] [02:12:58.860][End]textDocument/inlayHint [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:12:58.959][Start]textDocument/semanticTokens/range [LanguageServerHost] [02:12:58.959][Start]textDocument/semanticTokens/range [LanguageServerHost] [02:12:58.960][End]textDocument/semanticTokens/range [LanguageServerHost] [02:12:58.963][End]textDocument/semanticTokens/range [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:12:59.194][Start]codeLens/resolve [LanguageServerHost] [02:12:59.194][Start]codeLens/resolve [LanguageServerHost] [02:12:59.195][Start]codeLens/resolve [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:12:59.195][Start]codeLens/resolve [LanguageServerHost] [02:12:59.200][Start]codeLens/resolve [LanguageServerHost] [02:12:59.200][Start]codeLens/resolve [LanguageServerHost] [02:12:59.207][End]codeLens/resolve [LanguageServerHost] [02:12:59.289][End]codeLens/resolve [LanguageServerHost] [02:12:59.298][End]codeLens/resolve [LanguageServerHost] [02:12:59.303][End]codeLens/resolve [LanguageServerHost] [02:12:59.304][End]codeLens/resolve [LanguageServerHost] [02:12:59.306][End]codeLens/resolve [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:12:59.837][Start]textDocument/codeAction [LanguageServerHost] [02:12:59.840][End]textDocument/codeAction [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByPriceMoreThan.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:13:00.208][Start]textDocument/diagnostic [LanguageServerHost] PublicDocumentPullDiagnosticsHandler(category: , source: ) started getting diagnostics [LanguageServerHost] previousResults.Length=1 [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:13:00.208][Start]textDocument/diagnostic [LanguageServerHost] PublicDocumentPullDiagnosticsHandler(category: , source: ) started getting diagnostics [LanguageServerHost] Processing 1 documents [LanguageServerHost] previousResults.Length=1 [LanguageServerHost] Processing 1 documents [LanguageServerHost] Diagnostics were unchanged for DocumentDiagnosticSource: /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs in Miscellaneous Files [LanguageServerHost] Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.Public.PublicDocumentPullDiagnosticsHandler finished getting diagnostics [LanguageServerHost] [02:13:00.208][End]textDocument/diagnostic [LanguageServerHost] [02:13:00.209][Start]textDocument/diagnostic [LanguageServerHost] PublicDocumentPullDiagnosticsHandler(category: , source: ) started getting diagnostics [LanguageServerHost] previousResults.Length=1 [LanguageServerHost] Processing 1 documents [LanguageServerHost] Diagnostics were unchanged for DocumentDiagnosticSource: /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs in Miscellaneous Files [LanguageServerHost] Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.Public.PublicDocumentPullDiagnosticsHandler finished getting diagnostics [LanguageServerHost] Diagnostics were unchanged for DocumentDiagnosticSource: /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByPriceMoreThan.cs in Miscellaneous Files [LanguageServerHost] Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.Public.PublicDocumentPullDiagnosticsHandler finished getting diagnostics [LanguageServerHost] [02:13:00.218][End]textDocument/diagnostic [LanguageServerHost] [02:13:00.218][End]textDocument/diagnostic [LanguageServerHost] [02:13:00.251][Start]workspace/diagnostic [LanguageServerHost] PublicWorkspacePullDiagnosticsHandler(category: , source: ) started getting diagnostics [LanguageServerHost] previousResults.Length=0 [LanguageServerHost] Processing 0 documents [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:13:00.583][Start]textDocument/codeLens [LanguageServerHost] [02:13:00.583][End]textDocument/codeLens [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:13:00.965][Start]codeLens/resolve [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:13:00.965][Start]codeLens/resolve [LanguageServerHost] [02:13:00.966][Start]codeLens/resolve [LanguageServerHost] [02:13:00.967][Start]codeLens/resolve [LanguageServerHost] [02:13:00.967][Start]codeLens/resolve [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:13:00.968][Start]codeLens/resolve [LanguageServerHost] [02:13:00.970][End]codeLens/resolve [LanguageServerHost] [02:13:00.971][End]codeLens/resolve [LanguageServerHost] [02:13:00.971][End]codeLens/resolve [LanguageServerHost] [02:13:00.971][End]codeLens/resolve [LanguageServerHost] [02:13:00.972][End]codeLens/resolve [LanguageServerHost] [02:13:00.972][End]codeLens/resolve [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:13:02.132][Start]textDocument/hover [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:13:02.271][Start]textDocument/codeAction [LanguageServerHost] [02:13:02.275][End]textDocument/codeAction [LanguageServerHost] [02:13:02.358][End]textDocument/hover [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:13:02.369][Start]textDocument/codeAction [LanguageServerHost] [02:13:02.371][End]textDocument/codeAction [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:13:02.408][Start]textDocument/codeAction [LanguageServerHost] [02:13:02.412][End]textDocument/codeAction [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:13:07.007][Start]textDocument/hover [LanguageServerHost] [02:13:07.014][End]textDocument/hover [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:13:07.159][Start]textDocument/codeAction [LanguageServerHost] [02:13:07.167][End]textDocument/codeAction [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:13:13.056][Start]textDocument/hover [LanguageServerHost] [02:13:13.064][End]textDocument/hover [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:13:13.372][Start]textDocument/hover [LanguageServerHost] [02:13:13.374][End]textDocument/hover [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:13:13.589][Start]textDocument/hover [LanguageServerHost] [02:13:13.590][End]textDocument/hover [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:13:14.032][Start]textDocument/codeAction [LanguageServerHost] [02:13:14.054][End]textDocument/codeAction [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:13:15.363][Start]textDocument/definition [LanguageServerHost] [02:13:15.415][End]textDocument/definition [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:13:15.514][Start]textDocument/hover [LanguageServerHost] [02:13:15.514][End]textDocument/hover [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:13:16.268][Start]textDocument/codeAction [LanguageServerHost] [02:13:16.276][End]textDocument/codeAction [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:13:18.300][Start]textDocument/inlayHint [LanguageServerHost] [02:13:18.300][End]textDocument/inlayHint [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:13:18.369][Start]textDocument/inlayHint [LanguageServerHost] [02:13:18.369][End]textDocument/inlayHint [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:13:18.450][Start]textDocument/inlayHint [LanguageServerHost] [02:13:18.450][End]textDocument/inlayHint [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:13:18.520][Start]textDocument/inlayHint [LanguageServerHost] [02:13:18.520][End]textDocument/inlayHint [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:13:18.601][Start]textDocument/inlayHint [LanguageServerHost] [02:13:18.601][End]textDocument/inlayHint [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:13:18.669][Start]textDocument/inlayHint [LanguageServerHost] [02:13:18.669][End]textDocument/inlayHint [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:13:18.736][Start]textDocument/inlayHint [LanguageServerHost] [02:13:18.738][End]textDocument/inlayHint [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:13:18.802][Start]textDocument/inlayHint [LanguageServerHost] [02:13:18.802][End]textDocument/inlayHint [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:13:18.861][Start]textDocument/inlayHint [LanguageServerHost] [02:13:18.861][End]textDocument/inlayHint [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:13:18.939][Start]textDocument/inlayHint [LanguageServerHost] [02:13:18.940][End]textDocument/inlayHint [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:13:19.056][Start]textDocument/semanticTokens/range [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:13:19.060][Start]textDocument/semanticTokens/range [LanguageServerHost] [02:13:19.061][End]textDocument/semanticTokens/range [LanguageServerHost] [02:13:19.067][End]textDocument/semanticTokens/range [LanguageServerHost] [02:13:23.303][Start]workspace/buildOnlyDiagnosticIds [LanguageServerHost] [02:13:23.303][End]workspace/buildOnlyDiagnosticIds [LanguageServerHost] /home/xxx/Dev/Projects/xxx/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:13:23.518][Start]textDocument/diagnostic [LanguageServerHost] PublicDocumentPullDiagnosticsHandler(category: , source: ) started getting diagnostics [LanguageServerHost] previousResults.Length=1 [LanguageServerHost] Processing 1 documents [LanguageServerHost] Diagnostics were unchanged for DocumentDiagnosticSource: /home/xxx/Dev/Projects/xxx/src/Api/Features/Specifications/ListingSpecifications.cs in Miscellaneous Files [LanguageServerHost] Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.Public.PublicDocumentPullDiagnosticsHandler finished getting diagnostics [LanguageServerHost] [02:13:23.519][End]textDocument/diagnostic [LanguageServerHost] /home/xxx/Dev/Projects/xxx/src/Api/Features/Listings/List/GetListingsByPriceMoreThan.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:13:23.717][Start]textDocument/diagnostic [LanguageServerHost] PublicDocumentPullDiagnosticsHandler(category: , source: ) started getting diagnostics [LanguageServerHost] previousResults.Length=1 [LanguageServerHost] Processing 1 documents [LanguageServerHost] Diagnostics were unchanged for DocumentDiagnosticSource: /home/xxx/Dev/Projects/xxx/src/Api/Features/Listings/List/GetListingsByPriceMoreThan.cs in Miscellaneous Files [LanguageServerHost] Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.Public.PublicDocumentPullDiagnosticsHandler finished getting diagnostics [LanguageServerHost] [02:13:23.718][End]textDocument/diagnostic [LanguageServerHost] /home/xxx/Dev/Projects/xxx/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:13:23.918][Start]textDocument/diagnostic [LanguageServerHost] PublicDocumentPullDiagnosticsHandler(category: , source: ) started getting diagnostics [LanguageServerHost] previousResults.Length=1 [LanguageServerHost] Processing 1 documents [LanguageServerHost] Diagnostics were unchanged for DocumentDiagnosticSource: /home/xxx/Dev/Projects/xxx/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs in Miscellaneous Files [LanguageServerHost] Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.Public.PublicDocumentPullDiagnosticsHandler finished getting diagnostics [LanguageServerHost] [02:13:23.920][End]textDocument/diagnostic [LanguageServerHost] [02:13:26.668][Start]workspace/buildOnlyDiagnosticIds [LanguageServerHost] [02:13:26.669][End]workspace/buildOnlyDiagnosticIds [LanguageServerHost] /home/xxx/Dev/Projects/xxx/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:13:26.884][Start]textDocument/diagnostic [LanguageServerHost] PublicDocumentPullDiagnosticsHandler(category: , source: ) started getting diagnostics [LanguageServerHost] previousResults.Length=1 [LanguageServerHost] Processing 1 documents [LanguageServerHost] Diagnostics were unchanged for DocumentDiagnosticSource: /home/greg/Dev/Projects/FSBO/src/Api/Features/Specifications/ListingSpecifications.cs in Miscellaneous Files [LanguageServerHost] Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.Public.PublicDocumentPullDiagnosticsHandler finished getting diagnostics [LanguageServerHost] [02:13:26.886][End]textDocument/diagnostic [LanguageServerHost] /home/xxx/Dev/Projects/xxx/src/Api/Features/Listings/List/GetListingsByPriceMoreThan.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:13:27.084][Start]textDocument/diagnostic [LanguageServerHost] PublicDocumentPullDiagnosticsHandler(category: , source: ) started getting diagnostics [LanguageServerHost] previousResults.Length=1 [LanguageServerHost] Processing 1 documents [LanguageServerHost] Diagnostics were unchanged for DocumentDiagnosticSource: /home/xxx/Dev/Projects/xxx/src/Api/Features/Listings/List/GetListingsByPriceMoreThan.cs in Miscellaneous Files [LanguageServerHost] Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.Public.PublicDocumentPullDiagnosticsHandler finished getting diagnostics [LanguageServerHost] [02:13:27.085][End]textDocument/diagnostic [LanguageServerHost] /home/greg/Dev/Projects/FSBO/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:13:27.285][Start]textDocument/diagnostic [LanguageServerHost] PublicDocumentPullDiagnosticsHandler(category: , source: ) started getting diagnostics [LanguageServerHost] previousResults.Length=1 [LanguageServerHost] Processing 1 documents [LanguageServerHost] Diagnostics were unchanged for DocumentDiagnosticSource: /home/xxx/Dev/Projects/xxx/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs in Miscellaneous Files [LanguageServerHost] Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.Public.PublicDocumentPullDiagnosticsHandler finished getting diagnostics [LanguageServerHost] [02:13:27.286][End]textDocument/diagnostic [LanguageServerHost] [02:13:30.987][Start]workspace/buildOnlyDiagnosticIds [LanguageServerHost] [02:13:30.988][End]workspace/buildOnlyDiagnosticIds [LanguageServerHost] /home/xxx/Dev/Projects/xxx/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:14:48.021][Start]textDocument/diagnostic [LanguageServerHost] PublicDocumentPullDiagnosticsHandler(category: , source: ) started getting diagnostics [LanguageServerHost] previousResults.Length=1 [LanguageServerHost] Processing 1 documents [LanguageServerHost] Diagnostics were unchanged for DocumentDiagnosticSource: /home/xxx/Dev/Projects/xxx/src/Api/Features/Specifications/ListingSpecifications.cs in Miscellaneous Files [LanguageServerHost] Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.Public.PublicDocumentPullDiagnosticsHandler finished getting diagnostics [LanguageServerHost] [02:14:48.022][End]textDocument/diagnostic [LanguageServerHost] /home/xxx/Dev/Projects/xxx/src/Api/Features/Listings/List/GetListingsByPriceMoreThan.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:14:48.223][Start]textDocument/diagnostic [LanguageServerHost] PublicDocumentPullDiagnosticsHandler(category: , source: ) started getting diagnostics [LanguageServerHost] previousResults.Length=1 [LanguageServerHost] Processing 1 documents [LanguageServerHost] Diagnostics were unchanged for DocumentDiagnosticSource: /home/xxx/Dev/Projects/xxx/src/Api/Features/Listings/List/GetListingsByPriceMoreThan.cs in Miscellaneous Files [LanguageServerHost] Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.Public.PublicDocumentPullDiagnosticsHandler finished getting diagnostics [LanguageServerHost] [02:14:48.224][End]textDocument/diagnostic [LanguageServerHost] /home/xxx/Dev/Projects/xxx/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:14:48.422][Start]textDocument/diagnostic [LanguageServerHost] PublicDocumentPullDiagnosticsHandler(category: , source: ) started getting diagnostics [LanguageServerHost] previousResults.Length=1 [LanguageServerHost] Processing 1 documents [LanguageServerHost] Diagnostics were unchanged for DocumentDiagnosticSource: /home/xxx/Dev/Projects/xxx/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs in Miscellaneous Files [LanguageServerHost] Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.Public.PublicDocumentPullDiagnosticsHandler finished getting diagnostics [LanguageServerHost] [02:14:48.425][End]textDocument/diagnostic [LanguageServerHost] [02:15:11.212][Start]workspace/buildOnlyDiagnosticIds [LanguageServerHost] [02:15:11.212][End]workspace/buildOnlyDiagnosticIds [LanguageServerHost] /home/greg/Dev/Projects/xxx/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:15:14.824][Start]textDocument/codeAction [LanguageServerHost] [02:15:14.835][End]textDocument/codeAction [LanguageServerHost] /home/xxx/Dev/Projects/xxx/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:15:14.945][Start]textDocument/codeLens [LanguageServerHost] [02:15:14.946][End]textDocument/codeLens [LanguageServerHost] /home/xxx/Dev/Projects/xxx/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:15:15.332][Start]codeLens/resolve [LanguageServerHost] /home/xxx/Dev/Projects/xxx/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:15:15.332][Start]codeLens/resolve [LanguageServerHost] /home/xxx/Dev/Projects/xxx/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/xxx/Dev/Projects/xxx/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] /home/xxx/xxx/Projects/xxx/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:15:15.333][Start]codeLens/resolve [LanguageServerHost] [02:15:15.334][Start]codeLens/resolve [LanguageServerHost] [02:15:15.336][End]codeLens/resolve [LanguageServerHost] [02:15:15.336][End]codeLens/resolve [LanguageServerHost] [02:15:15.336][End]codeLens/resolve [LanguageServerHost] [02:15:15.336][End]codeLens/resolve [LanguageServerHost] [02:15:15.344][Start]codeLens/resolve [LanguageServerHost] [02:15:15.346][End]codeLens/resolve [LanguageServerHost] /home/xxx/Dev/Projects/xxx/src/Api/Features/Specifications/ListingSpecifications.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:15:16.413][Start]textDocument/diagnostic [LanguageServerHost] PublicDocumentPullDiagnosticsHandler(category: , source: ) started getting diagnostics [LanguageServerHost] previousResults.Length=1 [LanguageServerHost] Processing 1 documents [LanguageServerHost] Diagnostics were unchanged for DocumentDiagnosticSource: /home/xxx/Dev/Projects/xxx/src/Api/Features/Specifications/ListingSpecifications.cs in Miscellaneous Files [LanguageServerHost] Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.Public.PublicDocumentPullDiagnosticsHandler finished getting diagnostics [LanguageServerHost] [02:15:16.414][End]textDocument/diagnostic [LanguageServerHost] /home/xxx/Dev/Projects/xxx/src/Api/Features/Listings/List/GetListingsByPriceMoreThan.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:15:16.613][Start]textDocument/diagnostic [LanguageServerHost] PublicDocumentPullDiagnosticsHandler(category: , source: ) started getting diagnostics [LanguageServerHost] previousResults.Length=1 [LanguageServerHost] Processing 1 documents [LanguageServerHost] Diagnostics were unchanged for DocumentDiagnosticSource: /home/xxx/Dev/Projects/xxxx/src/Api/Features/Listings/List/GetListingsByPriceMoreThan.cs in Miscellaneous Files [LanguageServerHost] Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.Public.PublicDocumentPullDiagnosticsHandler finished getting diagnostics [LanguageServerHost] [02:15:16.614][End]textDocument/diagnostic [LanguageServerHost] /home/xxx/Dev/Projects/xxx/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs found in workspace MiscellaneousFiles [LanguageServerHost] [02:15:16.812][Start]textDocument/diagnostic [LanguageServerHost] PublicDocumentPullDiagnosticsHandler(category: , source: ) started getting diagnostics [LanguageServerHost] previousResults.Length=1 [LanguageServerHost] Processing 1 documents [LanguageServerHost] Diagnostics were unchanged for DocumentDiagnosticSource: /home/xxx/Dev/Projects/xxx/src/Api/Features/Listings/List/GetListingsByReducedPrice.cs in Miscellaneous Files [LanguageServerHost] Microsoft.CodeAnalysis.LanguageServer.Handler.Diagnostics.Public.PublicDocumentPullDiagnosticsHandler finished getting diagnostics [LanguageServerHost] [02:15:16.813][End]textDocument/diagnostic

dibarbet commented 3 months ago

Issue appears to be that the language server is not getting any project information from devkit, but otherwise appears to be functioning correctly. It looks like the project system isn't calling us, as I see no brokered service requests for the WorkspaceProjectFactoryService - cc @tmeschter

Would also request the contents of the 'Projects' output window

Could you share the contents of the 'Projects' output window as requested above?

wgrs commented 2 months ago

Any Updates on this ?

wgrs commented 2 months ago

Issue appears to be that the language server is not getting any project information from devkit, but otherwise appears to be functioning correctly. It looks like the project system isn't calling us, as I see no brokered service requests for the WorkspaceProjectFactoryService - cc @tmeschter

Would also request the contents of the 'Projects' output window

Could you share the contents of the 'Projects' output window as requested above? 2024-02-07 10:20:28.378 [info] Project system initialization finished. 1 project(s) are loaded, and 0 failed to load.

wgrs commented 2 months ago

@timheuer Three months down the line and we are no further with a fix for the Dev Kit. It completely cripples a project when this doesnt work. I would have thought this issue would be high priority but it seems like its being swept under the carpet again. Same as what happened with test discoveries and hot reload. Just created a brand new .Net 8 project and nothing is working again. No intellisense, no refactor, nothing. The IDE is more response when the C# Dev Kit is completely removed. Not only is it useless but it actually negatively affects vscode. Errors are being shown under Intellicode for C# Dev Kit, but it seems no one is assigned to fixing this issue. If I know that the issue will not get resources, I can move to another IDE. All I need is a clear answer.

timheuer commented 2 months ago

@arkalyanms can we get on the line with Gregg here and see if we can get to the bottom of this? It's going to be better to see if we can do a quick sharing together I think. We're going back/forth with some logs and still not a clear resolution.

@wgrs do you have any other OS at your disposal to try? I'm suspicious that this is a dotnet path issue on your linux env, but want to see if another config works for you. Having a new .net project not work is not expected of course.