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
Add a parameter to NUnit Console for .NET installation/binaries directory path that, when defined, will omit or extend NUnit.Engine.Internal.TestAssemblyResolver.GetDotNetInstallDirectory().
The motivation behind this feature is to enable the NUnit Console to work in Windows environments where .NET is not installed but only .NET binaries are downloaded, e.g. during pipeline execution.
The text was updated successfully, but these errors were encountered:
@MichalMucek Rather than adding a command-line option, I'm inclined to use @stevenaw 's suggestion and honor any of the DOTNET_ROOT environment variables. Does that work for you?
CharliePoole
changed the title
Add parameter for .NET installation/binaries directory path
Engine should honor the DOTNET_ROOT environment variable
Oct 2, 2024
CharliePoole
changed the title
Engine should honor the DOTNET_ROOT environment variable
Engine should honor the DOTNET_ROOT environment variable if set
Oct 2, 2024
Add a parameter to NUnit Console for .NET installation/binaries directory path that, when defined, will omit or extend
NUnit.Engine.Internal.TestAssemblyResolver.GetDotNetInstallDirectory()
.The motivation behind this feature is to enable the NUnit Console to work in Windows environments where .NET is not installed but only .NET binaries are downloaded, e.g. during pipeline execution.
The text was updated successfully, but these errors were encountered: