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
§2.6Avoid targeting additional frameworks such as net461 or net5.0.
Why? Due to current limitations on how modules are loaded, Cake attempts to load all assemblies included in the NuGet package of the module (of all targets) which causes warnings to be displayed and the impression that the module was not loaded and/or is not working.
Once those limitations are fixed, we'll update this recommendation to align with the recommendations for Cake Addins.
The text was updated successfully, but these errors were encountered:
To be aligned with new guidance/best practices on developing Modules for Cake:
§2.6 Avoid targeting additional frameworks such as
net461
ornet5.0
.The text was updated successfully, but these errors were encountered: