Adds support for the Cake build tool in Rider.
In order to use this extension, you must have Cake installed on your machine or in your solution.
Use chocolatey to install it globally by typing the following in an elevated command prompt:
choco install -y cake.portable
Go to File -> Settings -> Plugins -> Marketplace and search for Cake for Rider
JetBrains Marketplace has multiple channels for each plugin. Default is always the Stable
channel,
however, Cake for Rider might make use of two other channels:
- Beta: The
beta
channel contains pre-releases. - Alpha: The
alpha
channel contains unstable releases. Here be dragons!
To use one of the channels open the plugin page in the JetBrains Marketplace select Versions and switch the channel on the left side of the page. Download the desired version and install it manually.
The full documentation of the latest release of Cake for Rider can be found at https://cakebuild.net/
Modified versions of the official documentation can be found here.
If you have questions, search for an existing one, or create a new discussion on the Cake GitHub repository.
Check out the Cake contribution guidelines if you want to contribute to this project.