-
### Description
When adding a collectionview to a page and adding enough items for it to scroll, it does not scroll.
This working in .net 7
### Steps to Reproduce
See attached solution
##…
-
The dashboard loads data from the resource server and OTLP. We must test that HTML/JavaScript/CSS injected into resources and telemetry is properly escaped when written to the browser.
-
With code like this in AppHost:
```
builder.AddExecutable("sample-app", "C:/sample-app/sample-app.exe", "C:/sample-app/", [])
.WithDaprSidecar("sample-app");
```
At run time, the sample-a…
-
With the `AddSqlServerDbContext` and `AddCosmosDbContext` methods, please add a version to supply two generic types to differ the contract from the implementation.
The `AddDbContext` extension meth…
-
We use project references from the app host to service projects for 2 reasons:
1. `dotnet run` just works. We get an orchestrated build and run experience for free from the command line.
2. We use t…
-
[Here](https://github.com/dotnet/aspire/blob/v8.0.0-preview.3.24105.21/src/Components/Aspire.RabbitMQ.Client/AspireRabbitMQExtensions.cs#L78) the type that is passed to the `configureConnectionFactory…
-
### Describe the issue or suggestion
We are making 2 breaking changes in AppHost projects in Aspire preview5.
1. All AppHost projects need to change which PackageReference they have.
```diff
…
-
I think this is also good option to create azure postgresql.
https://learn.microsoft.com/en-us/azure/postgresql/single-server/quickstart-create-server-database-portal
If I will do this contribu…
-
I'm trying to onboard Aspire in some existing projects that do not pull the connection strings from keys nested under the **ConnectionStrings__** root.
I wanted to go the idiomatic way and configur…
-
**Clean machine:** Win11 x64 23h2 ENU
**VS Version:** VS 17.10 Preview 1 from [34516.161.main]
**Aspire Version:** 8.0.0-preview.3.24066.3
Apply NuGet Feeds
**REPRO STEPS:**
1. Create a new 8…