Open radical opened 5 months ago
Split from #1566
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:
dapr
Tests needed that reference these nugets too:
cc @eerhardt
qdrant is done:
https://github.com/dotnet/aspire/blob/9a68b552f847caa62ebc612e4dc23160c29e36d5/tests/Aspire.Hosting.Qdrant.Tests/QdrantFunctionalTests.cs#L23-L63
cc @sebastienros
nats is done too:
https://github.com/dotnet/aspire/blob/9a68b552f847caa62ebc612e4dc23160c29e36d5/tests/Aspire.Hosting.Nats.Tests/NatsFunctionalTests.cs#L21-L61
CosmosDB has both EF and non-EF functional tests in Extract EventHubs and Cosmos Tests from EndToEndTests and into Aspire.Hosting.Azure.Tests (dotnet/aspire#6538).
Split from #1566
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:
dapr
cli installed)Tests needed that reference these nugets too:
cc @eerhardt