Announcement

dotnet cake.cs - preview

Published
Thursday, 17 July 2025
Category
Announcement
Author
devlead

We're excited to announce the preview of Cake.Sdk, a new way to get the Cake tool scripting experience in regular .NET console applications! This brings you the stellar experience of the new "dotnet run app.cs" feature (requires .NET 10), while also working seamlessly with .NET 8 and 9 for regular csproj projects. 🚀 🍰

Here's the minimal example:

After weeks of internal testing and development, we're now expanding the beta for public feedback and contribution. While this is still in early stages, we want to gather early feedback from the community and plan to be ready when .NET 10 launches in November.

Read more...

Celebrating 50 Million Downloads of Cake.Tool🎉

Published
Wednesday, 5 July 2023
Category
Announcement
Author
devlead

We are thrilled to announce that Cake.Tool has reached an incredible milestone of 50 million downloads on NuGet.org! This accomplishment wouldn't have been possible without the contributions of over 300 individuals and the unwavering support of our users. Join us as we reflect on the journey of Cake, featuring 123 releases and over 300 third-party community add-ins.

Read more...

Sunsetting of .NET Framework and .NET Core runners in Cake 2.0

Published
Sunday, 10 October 2021
Category
Announcement
Author
Pascal Berger

Note that the following explanations are only about required platforms to run Cake. Cake will continue to support building of .NET Framework and .NET Core projects.

Read more...

Cake NuGet Packages: Identity and Trust

Published
Thursday, 18 February 2021
Category
Announcement
Author
augustoproiete

The NuGet team at Microsoft introduced a concept known as "Package ID prefix reservation" for packages published on nuget.org, which allows developers to reserve particular package ID prefixes with a specific account/owner and offers a number of features that are described in detail on Microsoft's docs.

One of these features is that packages with a reserved prefix include a visual indicator for NuGet package consumers to identify that the packages they are consuming originate from package owners that have reserved the prefix.

Cake package visual indicator on NuGet Gallery

Read more...

Intellisense improvements in Visual Studio Code

Published
Wednesday, 21 February 2018
Category
Announcement
Author
mholo65

In case you missed it, intellisense support for Cake files in Visual Studio Code was announced a couple of months ago. Since then, we have actively been working on improving it, and the v1.14.0 release of C# for Visual Studio Code comes with some Cake specific improvements we'd like to share with you. In the v1.28.0 release notes for Omnisharp-Roslyn we can read the following:

Read more...