David Fowler

Results 1251 comments of David Fowler

> 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...

@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

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).