Mattias Karlsson

Results 36 issues of Mattias Karlsson

Requirements seem to be * .NET 4.7 * Windows 10 SDK

@ravensorb commented on [Fri Jul 15 2016](https://github.com/cake-build/cake/issues/1069) ### What You Are Seeing? Calling build.ps with a parameter that contains a "." is failing Ex: .\build.ps1 -Target UnPublish -skipBuild=1 -versionToDelete="2.3.0-pre01" Error:...

.NET 7 targeted to be Released November 2022 replaces .NET 5 ( #3949 ) as [current](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core#cadence) release.

Feature

.NET 5 is now out of support and should be removed next major release of Cake

Breaking change

> Sorry to resurrect an old thread, but does someone know how to do this for a > "Frosting" project? i.e. to get access to `ISetupContext.TasksToExecute`. > It is exposed...

``` dotnet script -i HelloWorld.csx ``` ends up in REPL ``` > ``` but specifying a remote script ``` dotnet script -i https://gist.githubusercontent.com/seesharper/5d6859509ea8364a1fdf66bbf5b7923d/raw/0a32bac2c3ea807f9379a38e251d93e39c8131cb/HelloWorld.csx ``` execute scripts and exists.

> Probably it's because `Cake.Incubator` used in integration tests provides extension methods for `DotNetBuildSettings`. > _Originally posted by @devlead in https://github.com/cake-build/cake/pull/2837#issuecomment-688275062_ Or this addin will stop to work when Cake...

Up-for-grabs

As discussed https://gitter.im/cake-build/cake?at=59eedb5f01110b7231f32461 AppVeyor supports ANSI color codes, probably possible to replace logger to support colors with Cake