You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove unused workload install target
- BuildEnvironment: always clean the local nuget cache on CI
- Move all the RequiresDocker attribute classes to the Common directory
- Improve failure message for workload tests when sdk+workload is not installed
- Handle IOExceptions when deleting `testroot` to avoid failing the tests if something is in use by a running process
- Install playwright dependencies on windows
* Remove RequiresDockerTheory/RequiresDockerFact attributes
.. in favor of one `RequiresDocker` attribute.
* Use ProjectReference to Aspire.Components.Common.Tests instead of directly importing RequiresDocker*.cs files, so the xunit discoverer can run
Co-authored by @ eerhardt
0 commit comments