-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I'm trying to enable a setup where I can run my frontend and my backend API in my box, which …
-
## Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=847750
Build error leg or test failing: Aspire.Hosting.Tests.Health.Resource…
-
### Description
Because of https://github.com/open-telemetry/opentelemetry-dotnet/issues/5973
I tried to update our .NET 8 Projects to use V9.0.0 of `Microsoft.Extensions.*` and `System.Text.*`, bu…
-
When components add health checks today, they don't set tags at all. For example:
https://github.com/dotnet/aspire/blob/f2d158bf2b02e370a6c0714313823e5a612ab962/src/Components/Aspire.StackExchange.…
-
### Describe the bug
After updating VisualStudio to version 17.12.0 with .NET SDK 9.0.100 `dotnet format` started crashing with this error:
```
PS D:\MyProject\Source> dotnet format
Unhandled excep…
-
### Describe the bug
`dotnet tool update` command did not update the latest version, and it returned a message `Tool 'dotnet-execute' is already installed`, maybe a bug in .NET 9 preview 7, not…
-
Today when developing using `dotnet run` or using CTRL + F5 in visual studio or rider, making changes to individual projects will not restart those projects. Visual studio will restart individual proj…
-
https://github.com/mongodb/mongo-csharp-driver/releases/tag/v3.0.0
> The MongoDB .NET/C# driver team is pleased to announce our v3.0.0 release! The 3.0.0 release incorporates many user-requested fi…
-
### Library name and version
`Azure.AI.OpenAI 2.1.0-beta.2`
### Describe the bug
I have the following code.
```csharp
using Azure.AI.OpenAI;
using Azure.Identity;
using OpenAI.Chat;
using System.C…
-
Hi
I think from title should be clear what I am attempting to achieve.
Working on templates for MAUI repro samples and playing with Aspire. Being lazy bum (dev) I would like to use Aspire for se…