Blog (Page 20)

Cake v0.16.2 released

Published
Tuesday, 11 October 2016
Category
Release Notes
Author
devlead

Version 0.16.2 of Cake has been released.

Following the release of Cake v0.16.1, Redth identified an issue with Cake not being identified as a .NET assembly when launched from a Mono process. With the help of akoeplinger we identified the issue in the Mono runtime and the PE32+ format assemblies generated by Roslyn/csc.exe when targeting x64 (which is the default in .NET Core project.json toolchain). akoeplinger has already submitted a pull request to Mono for this, so we expect this to be fixed in future versions of Mono, meanwhile the workaround is to set platform to use AnyCPU explicitly in the project.json file.

As a result, v0.16.2 of Cake is now available.

Please let us know if you run into any issues with this latest release.

Full details of everything that was included in this release can be seen below.

Read more...

How to debug a Cake file using Visual Studio Code

Published
Tuesday, 27 September 2016
Category
How To's
Author
mholo65

As you might already know, debugging Cake scripts using Visual Studio has been supported since the v0.12.0 release of Cake. But since the v0.16.1 release of Cake, thanks to porting Cake to .NET Core, it is now also possible to debug Cake files using Visual Studio Code.

Read more...

Cake for Visual Studio released

Published
Sunday, 25 September 2016
Category
News
Author
agc93

I am very proud to announce the first release of the Cake for Visual Studio extension for Visual Studio 2015. This extension brings full syntax highlighting, integration with the Task Runner Explorer, special commands to get you started with Cake on new projects and new templates.

Read more...

Cake v0.16.1 released

Published
Sunday, 25 September 2016
Category
Release Notes
Author
gep13

Version 0.16.1 of Cake has been released.

Following the release of Cake v0.16.0 last week, mholo65 identified an issue with debugging in Visual Studio Code. In addition, we also noticed that we were missing some properties in the generated assemblies.

As a result, v0.16.1 of Cake is now available.

Please let us know if you run into any issues with this latest release.

Full details of everything that was included in this release can be seen below.

Read more...

Announcing Cake for Yeoman

Published
Friday, 23 September 2016
Category
News
Author
agc93

Yeoman users rejoice! You can now bootstrap your project for Cake with Yeoman and the new generator-cake generator.

Read more...