David Fowler
David Fowler
Unrelated bu I am curious what it would take to do on demand debugging via a command.
Why would it need to be a child resource?
> It is spending the most time parsing global.json, which is sad because my global.json is 74 bytes. We should look at switching to the new corefx json reader. There's...
We could just NGEN the one that comes with VS.
@zhiyuanliang-ms We didn't get the dependency update in yet. It'll be in a patch of 9.5.
I think we need to figure out how to improve our query. Foundry now has claude but it hasn't show up yet. cc @sebastienros
/azp run
I think I'd prefer to see this look more like the other resources with child resources: ```C# var wps = builder.AddAzureWebPubSub("wps1"); var hub = builder.AddHub("chat"); var web = builder.AddProject("webfrontend") .WithExternalHttpEndpoints()...
Can you run with --debug? It might mean we're not flowing the cancellation token properly (we recently updated System.CommandLine).