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
{{ message }}
This repository was archived by the owner on Jul 19, 2024. It is now read-only.
Customers are reporting issues with projects that use SimpleStubs. We added a parameter to Resolve Assembly References (RAR) in 15.6 and the common targets were updated to use the new parameter. Since Etg.SimpleStubs packages MSBuild (currently 15.5.180) it will load DLLs from that location but common targets/toolset from the installed location.
Options:
Redistribute all of MSBuild. You need to define a toolset (see msbuild.exe.config) for things can be found. It would need all targets/tasks needed to do what you're trying to do. This is really hard to get right since VS installs stuff to the MSBuild extensions folder.
If you choose one, we'll continue to have this issue where we add features and things are out of sync. I can help out with 2 if needed. If you build the repo the sample app shows a simple build and prompts which VS to use (you probably don't want to prompt, but something similar).
billyzkid, DustinCampbell, Portikus and nehmebilal