-
Notifications
You must be signed in to change notification settings - Fork 745
Move shared test utilities from Aspire.Components.Common.Tests to Aspire.TestUtilities #8279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 36 out of 56 changed files in this pull request and generated no comments.
Files not reviewed (20)
- Aspire.sln: Language not supported
- tests/Aspire.Azure.AI.OpenAI.Tests/Aspire.Azure.AI.OpenAI.Tests.csproj: Language not supported
- tests/Aspire.Azure.Data.Tables.Tests/Aspire.Azure.Data.Tables.Tests.csproj: Language not supported
- tests/Aspire.Azure.Messaging.EventHubs.Tests/Aspire.Azure.Messaging.EventHubs.Tests.csproj: Language not supported
- tests/Aspire.Azure.Messaging.ServiceBus.Tests/Aspire.Azure.Messaging.ServiceBus.Tests.csproj: Language not supported
- tests/Aspire.Azure.Messaging.WebPubSub.Tests/Aspire.Azure.Messaging.WebPubSub.Tests.csproj: Language not supported
- tests/Aspire.Azure.Search.Documents.Tests/Aspire.Azure.Search.Documents.Tests.csproj: Language not supported
- tests/Aspire.Azure.Security.KeyVault.Tests/Aspire.Azure.Security.KeyVault.Tests.csproj: Language not supported
- tests/Aspire.Azure.Storage.Blobs.Tests/Aspire.Azure.Storage.Blobs.Tests.csproj: Language not supported
- tests/Aspire.Azure.Storage.Queues.Tests/Aspire.Azure.Storage.Queues.Tests.csproj: Language not supported
- tests/Aspire.Cli.Tests/Aspire.Cli.Tests.csproj: Language not supported
- tests/Aspire.Components.Common.Tests/Aspire.Components.Common.Tests.csproj: Language not supported
- tests/Aspire.Confluent.Kafka.Tests/Aspire.Confluent.Kafka.Tests.csproj: Language not supported
- tests/Aspire.Dashboard.Tests/Aspire.Dashboard.Tests.csproj: Language not supported
- tests/Aspire.Elastic.Clients.Elasticsearch.Tests/Aspire.Elastic.Clients.Elasticsearch.Tests.csproj: Language not supported
- tests/Aspire.Hosting.Containers.Tests/Aspire.Hosting.Containers.Tests.csproj: Language not supported
- tests/Aspire.Hosting.Testing.Tests/Aspire.Hosting.Testing.Tests.csproj: Language not supported
- tests/Aspire.Hosting.Tests/Aspire.Hosting.Tests.csproj: Language not supported
- tests/Aspire.Keycloak.Authentication.Tests/Aspire.Keycloak.Authentication.Tests.csproj: Language not supported
- tests/Aspire.Microsoft.Azure.Cosmos.Tests/Aspire.Microsoft.Azure.Cosmos.Tests.csproj: Language not supported
1fda196 to
4977698
Compare
...onfigurationSchemaGenerator/RuntimeSource/Configuration.Binder/Parser/ConfigurationBinder.cs
Show resolved
Hide resolved
tests/Aspire.Microsoft.Azure.Cosmos.Tests/Aspire.Microsoft.Azure.Cosmos.Tests.csproj
Outdated
Show resolved
Hide resolved
tests/Aspire.Microsoft.Data.SqlClient.Tests/Aspire.Microsoft.Data.SqlClient.Tests.csproj
Outdated
Show resolved
Hide resolved
src/Vendoring/OpenTelemetry.Instrumentation.ConfluentKafka/ConfluentKafkaCommon.cs
Show resolved
Hide resolved
c1d24c0 to
5dff61b
Compare
5dff61b to
da7618c
Compare
|
Can you run the azdo pipeline also for this? |
a19f352 to
1662bb3
Compare
radical
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job! Thank you! LGTM 👍
…ire.TestUtilities
1662bb3 to
9da187e
Compare
| <ItemGroup> | ||
| <PackageReference Include="AspNetCore.HealthChecks.SqlServer" /> | ||
| <PackageReference Include="Microsoft.Data.SqlClient" /> | ||
| <PackageReference Include="Microsoft.DotNet.RemoteExecutor" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@RussKie Assuming this was unintentional and likely a find/replace or similar issue? We need to undo this as it is obviously not okay to depend on this from the product code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for noticing; this doesn't look correct.
No description provided.