#
cake
Here are 219 public repositories matching this topic...
ASP.NET Core backend implementation for RealWorld
-
Updated
Sep 7, 2021 - C#
Sake's core interface.
-
Updated
Jun 19, 2018 - CoffeeScript
augustoproiete
commented
Mar 6, 2021
Recommendation
-
If you use
Cake.DotNetTool.Modulealready on your builds, you should either: -
(1) Upgrade Cake to version 1.1.0, and remove the
Cake.DotNetTool.Modulefrom your build script (as it's no longer needed)
or
- (2) Pin
Cake.DotNetTool.Moduleto a version compatible with the Cake version that you use.Cake.DotNetTool.Moduleversion 1.0.1 is the last version co
.Net Core solution template using the cake build system.
-
Updated
Mar 27, 2020 - C#
-
Updated
Jun 29, 2021 - C#
Fq_codel/cake bandwidth rate limiting for ISPs
rate-limiting
isp
cake
traffic-shaping
qos
bufferbloat
active-queue-management
htb
aqm
bandwidth-limiting
fq-codel
traffic-shaper
-
Updated
Jul 16, 2021 - Python
Cake Build aliases for working with SQL Server
-
Updated
Jul 6, 2021 - C#
-
Updated
Sep 23, 2021 - C#
Demonstrates a basic build of a .NET Core NuGet package using https://cakebuild.net/
-
Updated
Sep 25, 2021 - C#
A Python client for accessing PancakeSwap Lottery smart contract information through Web3.py
-
Updated
Jul 14, 2021 - Python
-
Updated
Sep 23, 2021 - C#
ASP.NET Core backend implementation for RealWorld
-
Updated
Dec 3, 2018 - C#
This project contains various experimental but useful extension methods and aliases for Cake
-
Updated
Sep 28, 2021 - C#
A Cake AddIn that extends Cake with Electron.NET command tools.
-
Updated
May 31, 2021 - C#
-
Updated
Jun 3, 2021 - C#
This is the hub for all the projects that are part of the Cake Contrib Organization.
-
Updated
Oct 3, 2021
Cake AddIn that extends Cake for creating and deploying SQL Server databases and DACPAC packages.
-
Updated
Mar 13, 2021 - C#
augustoproiete
commented
Nov 19, 2020
Sometimes the MinVer generated version is the starting point to generate other (custom) representations of version(s), which may or may not be SemVer-compliant.
var version = MinVer();
string customVersion1 = null; // Initialized via Setup
string customVersion2 = null; // Initialized via Setup
Task("build")
.Does(() =>
{
// use customVersion1
// use customVersion2
});
Translates Cake CSV exports to valid CoinTracking CSV imports
-
Updated
Sep 20, 2021 - JavaScript
A set of aliases for Cake to help with running Yarn (node package manager from Facebook) commands
-
Updated
Jun 3, 2021 - C#
Improve this page
Add a description, image, and links to the cake topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cake topic, visit your repo's landing page and select "manage topics."
When running a DotNetCore command or tool via Cake, we can control the roll forward policy by setting an environment variable DOTNET_ROLL_FORWARD in the [tool's settings](https://github.com/cake-build/cake/blob/8bc15841e97944291946a89f335562244965247e/src/Cake.Common/Tools/DotNetCore/DotNet