Chet Husk

Results 587 comments of Chet Husk

@TatianaInfoGuild you may want to try installing via winget as mentioned in [this sibling issue](https://github.com/NuGetPackageExplorer/NuGetPackageExplorer/issues/1011). `winget install "Nuget Package Explorer"` worked great for me.

@64J0 we used to render the type in the red box as `Task` instead of what's currently being rendered. This is a side effect of us moving to use the...

Closing, as this was implemented by @beauvankirk and released as part of 5.9.1.

There is some interesting data if you take a dump of processes when this hang occurs - last time I took a look (~2 month ago), The FSAC process (which...

Thanks for this! Big note here for triage/my notes is that this is specifically for the FSI integration, not a more generally widespread issue.

Can you retest with 5.5.0 or greater? we changed the set of parameters passed to FSI to hopefully address this.

So I haven't looked into anything else, but as of Ionide 6, .net 6 is required. You'll want to make sure that you have that installed. .net 5 goes out...

sorry folks - things are languishing a bit due to personal circumstances. if anyone wants to build + run the extension locally and try to reproduce or get a stack...

it looks like the root cause of the OP was not finding the `dotnet` binary to run, and that's just silly because the binary should be `argv[0]` for any FSAC...

interesting - I know we've had problems with WSL before, I wonder if that's causing any problems... the next release _should_ do better all around though - FSAC should pick...