Safia Abdalla

Results 518 comments of Safia Abdalla

@ShilpiRach ran into a similar issue when adding support for expected host name look ups to Azure App Service. We're exploring modeling the logic currently in BeforeStart as a pipeline...

@javiercn @oroztocil Would appreciate your thoughts here. The goal here is to support using the STJ naming policy for both the property keys and the member names in error messages....

@gregg-miskelly Sorry for the delay here! > Just to be clear, you have Hot Reload enabled? (it is off by default) Yes, I enabled Hot Reload. > Assuming you have...

I was seeing this behavior in the Aspire repo although it has already happened to me in ASP.NET Core. 1. Clone the aspire repo via https://github.com/dotnet/aspire. 2. Run `./build.sh` in...

If you run `aspire deploy` in a non-interactive mode but don't pass the `--non-interactive` flag, Spectre throws an exception. Instead, we should gather up all the unresolved parameters and display...

@martincostello Thoughts on updating the templates in 8.0 as well?

> @captainsafia Do you mean the versions referenced by the templates in dotnet/aspnetcore? If so I'm happy to do that if that meets the backport bar. Yep, that's what I...

> Maybe wait with the template update until 6.6.2 is released? Or even a bit longer to give people the chance to test the new version and report bugs. Good...

@jskeet Just to make sure I understand the path here, the idea is that if somebody wanted to consume a new major version of the MQTT transitive dependency they would...

> But users wouldn't actually need to specify CloudNative.CloudEvents at all, as they can just use the indirect reference from CloudNative.CloudEvents.Mqtt. Yep, fair point. I was moreso trying to sort...