Safia Abdalla
Safia Abdalla
### Proposed topic or title Create and use user‑assigned managed identities in .NET Aspire applications ### Location in table of contents. _No response_ ### Reason for the article This recent...
### Proposed topic or title Azure Container Registry ### Location in table of contents. / Integrations / Azure / Container registry ### Reason for the article We're adding a new...
In .NET 10 Preivew 3, we're introducing support for minimal API validation support. I've created a sample repo and some notes on the implementation to serve as source material here:...
This pull request introduces enhancements to JSON serialization and validation in the `Microsoft.Extensions.Validation` library. Key changes include improved handling of JSON naming policies, support for `JsonPropertyName` attributes, and caching of...
This pull request primarily updates the `Microsoft.OpenApi` package versions and refactors code to simplify imports and improve type usage. The most significant changes include updating dependencies, replacing outdated `Microsoft.OpenApi.Models` types...
Capturing the details from an issue that was reported by our CTI testing team over at https://github.com/dotnet/aspire-samples/issues/682. It appears that the Web Jobs SDK could enforce some retries here to...
Type: Bug While debugging a test from the Test Explorer, I am not able to apply hot reload after making a change to test code. I expect that changing some...
Description: When I select an existing resource group in the interactive prompt from the dashboard, the UI disables the location field. The form, however, still requires a location value to...
### Proposed topic or title Local deployment state ### Location in table of contents. / Publish and Deploy / Azure deployment with Aspire / Local deployment state ### Reason for...
## Failing Test(s) - Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckPublisherHostedServiceTest.RunAsync_WaitsForCompletion_Single_RegistrationParameters ## Error Message ```text Assert.Contains() Failure Not found: CheckDelay1Period9 In value: String[] ["CheckDefault", "CheckDelay1Period18", "CheckDelay2Period18"] ``` ## Stacktrace ```text at Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckPublisherHostedServiceTest.RunAsync_WaitsForCompletion_Single_RegistrationParameters() in /_/src/HealthChecks/HealthChecks/test/HealthCheckPublisherHostedServiceTest.cs:line 388 ---...