Pascal Berger
Pascal Berger
We get complaints from time to time from users which looked at XML code examples and copy/pasted the example into their buildscript without reading about the suggestion to pin addin...
We regularly get questions why running a specific tool (e.g. MsBuild) doesn't work with Cake. We should add a troubleshooting section or FAQ entry explaining that Cake only shells out...
Follow up of https://github.com/cake-build/website/issues/580 and https://github.com/cake-build/website/issues/299. With the combination of Cake version the addin references and TFM we can decide with which runners it is compatible with based on the...
It would be nice to have examples how to integrate / use Cake with other systems and libraries.
We currently list all addins. Some of them very outdated. We should either define a minimum version which they need to be compatible with or mark outdated addins clearly as...
We should add documentation how to extend / replace Frosting internals (equivalent for Modules). See https://github.com/cake-build/cake/issues/2892#issuecomment-449292606 for an example.
We should think about what to do with the [In the news](https://cakebuild.net/community/resources/in-the-news) section. It currently only contains entries from 2016. There were at least a few minor news entries after...
We should add best-practices how to document extensions for best integration with Cake website. Points to consider: * Add XML comments * Summary on aliases class * Examples for aliases...
We should add documentation how to work with tasks in Frosting