Skip to content
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

Aspire and Playwright don't work in latest sdk #2820

Closed
nohwnd opened this issue May 6, 2024 · 1 comment · Fixed by #2824
Closed

Aspire and Playwright don't work in latest sdk #2820

nohwnd opened this issue May 6, 2024 · 1 comment · Fixed by #2824
Assignees
Milestone

Comments

@nohwnd
Copy link
Member

nohwnd commented May 6, 2024

Describe the bug

{
  "msbuild-sdks": {
      "MSTest.Sdk": "3.4.0-preview.24255.4"
  }
}
<Project Sdk="MSTest.Sdk">

  <PropertyGroup>
    <TargetFramework>net8.0</TargetFramework>
    <ImplicitUsings>enable</ImplicitUsings>
    <Nullable>enable</Nullable>
    <EnableAspire>true</EnableAspire>
  </PropertyGroup>

</Project>

error MSB4019: The imported project "...\nuget\packages\mstest.sdk\3.4.0-preview.24255.4\Sdk\Features\Aspire.targets" was not found. Confirm that the expression in the Import declaration

The features folder is not there at all.

AB#2051813

@testplatform-bot
Copy link
Contributor

✅ Successfully linked to Azure Boards work item(s):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants