Eric Erhardt

Results 78 issues of Eric Erhardt

One reason dotnet/runtime chooses not to use Mono.Posix in our tests is because it doesn't support all the platforms that we run our tests on. Specifically s390x. See the conversation...

- Add information on versioning and breaking changes from dependencies - Add EndToEnd test information to the checklist ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/dotnet/aspire/pull/4270)

area-components

We are missing the EntityFramework components in our functional integration tests added in #1217. We should add them, plus any other missing components that would be valuable. TODO: - [...

area-components
testing ☑️

When using the GenevaExporter in a native AOT application, it is bringing in System.Linq.Expressions, which adds size to the app, but also any Linq.Expressions are interpreted at runtime (since IL...

enhancement
comp:exporter.geneva

Fix SignalR Server's usage of MakeGenericMethod when using a streaming reader (IAsyncEnumerable or ChannelReader) following [the same approach as the client](https://github.com/dotnet/aspnetcore/pull/56079). Add a runtime check and throw an exception when...

area-signalr

This is the SDK portion of changes needed to make SignalR compatible with native AOT. See https://github.com/dotnet/aspnetcore/pull/56460.

Area-AspNetCore

Today, when using Azure OpenAI with .NET Aspire, you get the following defaults on your deployment: * SkuName: "Standard" * SkuCapacity: 1 https://github.com/dotnet/aspire/blob/604f62f5c917f9a855b5188b1be78deac6234ad9/src/Aspire.Hosting.Azure.CognitiveServices/AzureOpenAIDeployment.cs#L14 `capacity | integer | This represents the...

area-app-model

### Describe the issue or suggestion **Help us make content visible** **Describe the new article** We added a new `Aspire.Azure.Messaging.WebPubSub` component and `Aspire.Hosting.Azure.WebPubSub` hosting library in `main`. See: * https://github.com/dotnet/aspire/issues/1063...

:watch: Not Triaged

### Package OpenTelemetry ### Package Version | Package Name | Version | | ------------------------------------- | ------- | | OpenTelemetry.Extensions.OpenTelemetryProtocol | 1.9.0 | | OpenTelemetry.Extensions.Hosting | 1.9.0 | | OpenTelemetry.Extensions.AspNetCore |...

bug
pkg:OpenTelemetry
pkg:OpenTelemetry.Exporter.OpenTelemetryProtocol

## Description When we create resources in bicep, we need to ensure the identifier name we use is valid. One common complication is that Aspire resources only allow letters, numbers...