David Kean
David Kean
Even better don't burn the project name there just treat empty as "current project"
@NickCraver I've reached out to you privately on the crash you are experiencing. The long delays are likely caused by a mix of [slow design-time builds](https://github.com/dotnet/project-system/blob/master/docs/design-time-builds.md#signs-that-a-design-time-build-is-failing-or-taking-too-long) + the fact that...
@NickCraver The crash when the csproj reloads we should look at. You've mentioned this before but I'm yet to see feedback reports from your team about it - can you...
Fire and forgets were banned here: https://github.com/dotnet/project-system/pull/4554. Discarded tasks were not reviewed, but should call IProjectFaultHandlerService.RegisterFaultHandler2 (or whatever the names ends up in the previous PR).
We can't even ask a very basic question of "can I use type X if I target Y?" where Y is a possible target. Regardless of whether these types come...
Yes, I assume that its still waiting for a response. I live in Australia and my connection to the internal symbol server is pretty bad. I manually downloaded the symbols...
I can take a look. It looks like its from TraceEvent, can I just modify that code directly in this repostory?
Triage: Please check C# too.
@drewnoakes .NET Framework was always opt'd in, and not behind _UseWindowsForms_.