website
website copied to clipboard
:earth_americas: The Cake website: https://cakebuild.net
Controls if mono should be used as a fallback for .NET executables on POSIX systems. Default value is false.
We should also list recipe pacakges in the [extensions page](https://cakebuild.net/extensions/)
The Cake.AddinDiscoverer tool has discovered a NuGet package for a Cake addin without a corresponding yaml file on the Cake web site. Cake.Args.yaml must be created.
API documentation of Cake is currently of latest pre-release version, as are the examples in [Getting Started Guide](https://cakebuild.net/docs/getting-started/setting-up-a-new-project#choose-your-runner). We should think if it would not make more sense to have...
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...
It would be nice to have the information about the version number in which a feature was implemented. Adding an additional attribute in the source code could be an easy...
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...