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

NUnit Console won't run unless .NET Desktop and ASP.NET Runtimes are installed #1274

Closed
Tracked by #1258
CharliePoole opened this issue Nov 25, 2022 · 1 comment
Closed
Tracked by #1258
Assignees
Milestone

Comments

@CharliePoole
Copy link
Collaborator

This was a side effect of the fixes for #1203 and #1208 for the 3.16 release. The agent now requires additional runtimes to be installed even though not all projects under test will require them. Many users will already have the runtimes installed because commonly used approaches to installing .NET bring them both in. However, that won't be the case for all users and some CI environments may not be set up this way. The additional runtimes should not be required unless testing an assembly, which uses them.

@CharliePoole
Copy link
Collaborator Author

This issue has been resolved in version 3.16.1

The release is available on:
GitHub.
NuGet packages are also available NuGet.org and
Chocolatey Packages may be found at Chocolatey.org

@CharliePoole CharliePoole removed the PortToVersion4 Version 3 change needs to be ported to the version 4 code in main label Jan 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant