We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When Cake loads assemblies of an addin, it displays a diagnostic message that looks like this:
The addin Cake.MyAddin will reference Cake.MyAddin.dll.
Addins often target multiple TFMs and have a folder structure that looks similar like this:
tools\Addins\Cake.MyAddin.2.0.0\lib\net6.0\Cake.MyAddin.dll tools\Addins\Cake.MyAddin.2.0.0\lib\net5.0\Cake.MyAddin.dll tools\Addins\Cake.MyAddin.2.0.0\lib\netcoreapp3.1\Cake.MyAddin.dll
The current diagnostic message does not show which of these assemblies were loaded, which is very useful when troubleshooting compatibility issues.
Show relative path of the assembly being loaded. E.g.:
The addin Cake.MyAddin will reference tools/Addins/Cake.MyAddin.1.0.0/lib/net6.0/Cake.MyAddin.dll.
The text was updated successfully, but these errors were encountered:
(cake-build#3733) Show relative path of addin assemblies that are bei…
04e5426
…ng loaded
1690c24
🎉 This issue has been resolved in version v2.1.0 🎉
The release is available on:
Your GitReleaseManager bot 📦🚀
Sorry, something went wrong.
augustoproiete
Successfully merging a pull request may close this issue.
When Cake loads assemblies of an addin, it displays a diagnostic message that looks like this:
Addins often target multiple TFMs and have a folder structure that looks similar like this:
The current diagnostic message does not show which of these assemblies were loaded, which is very useful when troubleshooting compatibility issues.
Proposal
Show relative path of the assembly being loaded. E.g.:
The text was updated successfully, but these errors were encountered: