Andrew Casey

Results 279 comments of Andrew Casey

https://github.com/dotnet/aspnetcore/pull/58328#issuecomment-2403604287 I agree that commas look wrong, but I understand why we (aspnetcore) would be reluctant to diverge from the usual enum parsing behavior of dotnet. FWIW, I think it's...

> Could we agree on using commas as a workaround until list is allowed for `Protocols`, too? > And if so, how to achieve the highest success rate: you or...

> "HTTP/3 is only supported on full .NET (not WebAssembly).") it's a limitation of Blazor WASM, hence ASP.NET Core, which can't do HTTP/3 in WASM. @MackinnonBuck Do you happen to...

Based on the stack, it looks like it's failing to find the build tool (msbuild?) path. Based on the follow-up comment about installing VS, my guess is that msbuild was...

`BuildFromSource.md` does include "install VS" as a step. (From its description, it sounds like it may have been some C++ tools that were missing.)

The first error I hit was actually that `Microsoft.DotNet.Arcade.MSBuild.Xcopy` 17.1.0 isn't available. Updating the value in global.json seemed to work. I assume it will still blow up without VS.

The next error was that a particular Windows SDK wasn't installed. I installed it, rather than installing VS.

The next error was `The VCToolsInstallDir property is not defined`. I'm not sure I can work around that one without installing VS.

TL;DR: I didn't hit the originally reported issue (and so could not debug/fix it) but the correct fix is probably to detect VS earlier in the process and explicitly request...