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

Missing NuGet packages for 3.7.0 release #4443

Closed
martincostello opened this issue Dec 24, 2024 · 1 comment
Closed

Missing NuGet packages for 3.7.0 release #4443

martincostello opened this issue Dec 24, 2024 · 1 comment
Assignees

Comments

@martincostello
Copy link

Describe the bug

Updating to version 3.7.0, package restore fails due to missing dependencies:

  Determining projects to restore...
/home/runner/work/alexa-london-travel/alexa-london-travel/test/LondonTravel.Skill.NativeAotTests/LondonTravel.Skill.NativeAotTests.csproj : error NU1603: Warning As Error: LondonTravel.Skill.NativeAotTests depends on MSTest.Engine (>= 1.0.0-alpha.24473.2) but MSTest.Engine 1.0.0-alpha.24473.2 was not found. MSTest.Engine 1.0.0-alpha.24503.4 was resolved instead.
/home/runner/work/alexa-london-travel/alexa-london-travel/test/LondonTravel.Skill.NativeAotTests/LondonTravel.Skill.NativeAotTests.csproj : error NU1603: Warning As Error: LondonTravel.Skill.NativeAotTests depends on MSTest.SourceGeneration (>= 1.0.0-alpha.24473.2) but MSTest.SourceGeneration 1.0.0-alpha.24473.2 was not found. MSTest.SourceGeneration 1.0.0-alpha.24503.4 was resolved instead.
  Restored /home/runner/work/alexa-london-travel/alexa-london-travel/src/LondonTravel.Skill/LondonTravel.Skill.csproj (in 1.96 sec).
  Failed to restore /home/runner/work/alexa-london-travel/alexa-london-travel/test/LondonTravel.Skill.NativeAotTests/LondonTravel.Skill.NativeAotTests.csproj (in 2.01 sec).

Steps To Reproduce

Update to MSTest.Sdk 3.7.0 in a project and run dotnet restore.

Expected behavior

Package restore succeeds.

Actual behavior

Package restore fails.

@Evangelink
Copy link
Member

Sorry for that @martincostello. This should now be fixed.

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

No branches or pull requests

3 participants