Julio Casal

Results 25 comments of Julio Casal

> Temp workaround: > > Open workspace settings (json) Add: > > ```json > { > "dotnet.server.useOmnisharp": true, > ... > } > ``` That doesn't help with C# Dev...

@davidfowl I'm also interested in this. How would TodoApi evolve to switch the new Blazor app template with WASM interactivity (or even better, just SSR) and then use the new...

@davidfowl Thank you, this is awesome! Here's a PR to update everything to .NET 8 RTM: https://github.com/davidfowl/TodoApi/pull/90 Verified it in my box, and all tests are passing.

Glad to help, but also TodoApi can become the blueprint for what I'm working on. @davidfowl Any comments you can provide on this issue would be appreciated: https://github.com/dotnet/aspnetcore/issues/52800 Just trying...

Thank you @guardrex. But then, if the guidance leads this scenario into using OIDC, what's the point of the entire BlazorWebAssemblyStandaloneWithIdentity sample, where the idea is to use ASP.NET Core...

> There is a new release on Open VSX > > https://open-vsx.org/extension/humao/rest-client Great! Will it not also show up in VS Code extensions marketplace?

Any news on this one? Assuming I have enabled the health endpoints for Prod in Service Defaults, how do I tell my AppHost to turn on the liveness and readiness...

Yes, I ended up having to `azd infra synth` and add this block to each of my 7 microservices: ```yaml template: containers: - image: {{ .Image }} name: catalog-service probes:...

@DeeJayTC Same problem here. My latest blog posts are not showing up.