Safia Abdalla

Results 105 issues of Safia Abdalla

### Proposed topic or title Azure Functions ### Location in table of contents. / Integrations ### Reason for the article We're gearing up to ship our initial iteration of support...

:watch: Not Triaged
doc-idea

We're working on adding support for named configuration providers for Azure resources as described in https://github.com/dotnet/aspire/issues/5826. We'll want to update the docs pages for each of the resource types to...

:watch: Not Triaged

Follow-up to https://github.com/dotnet/aspnetcore/pull/58199. Based on the code generation that we introduced earlier, users can get rid of the explicit `public partial class Program { }` declarations in their source code...

analyzer
feature-mvc-testing
area-minimal

## Background and Motivation With the introduction of top-level statements in .NET 6, there is not longer an explicit `Program` class defined in user's ASP.NET Core applications. Instead, we rely...

api-ready-for-review
analyzer
area-minimal

When building a fresh copy of the repo, I get errors about the Debug builds of the `blazor.web.js` file not being found because I have not run `npm ci &&...

area-infrastructure
area-blazor

Contributes to https://github.com/cloudevents/sdk-csharp/issues/290. Starting off with just a PACKAGE.md for the central package. If this format looks good, I'll copy it to the other packages.

Currently, instantiated new triggers with the C# isolate model will produce code like the following: ```csharp using System.IO; using System.Threading.Tasks; using Microsoft.Azure.Functions.Worker; using Microsoft.Extensions.Logging; namespace Company.Function { public class BlobTriggerCSharp...

**Is your feature request related to a problem? Please describe.** Currently, all properties within the OpenAPI object model are serialized to the output as part of the OpenAPI writer implementation....

As part of #8792, we added support for associating a compute environment with a registry. We want to extend this further by allowing users to model container registries as resources...

area-integrations
azure

### Is there an existing issue for this? - [x] I have searched the existing issues ### Describe the bug When calling `aspire add` in a non-AppHost project, the tool...

area-cli