Pascal Berger

Results 169 comments of Pascal Berger

See also discussion in https://github.com/cake-build/website/issues/24

Extension page in the meantime shows how to add an addin to the different runners pinned to latest version (see e.g. https://cakebuild.net/extensions/cake-7zip/). We should therefore discourage repeating this information in...

@mattsalmon Not yet. This issue (and #1047) are still up for grabs

While in the meantime CLI would support exporting of its parameters, we additionally document version in which a parameter was introduced, which means that we can't use the CLI output...

> I think we can scrap versioning once 1.0 has been released. Don't necessarily agree. Version column was just introduced a few weeks ago with a near 1.0 release. Also...

There should be a warning annotation in the https://cakebuild.net/docs/running-builds/runners/cake-runner-for-dotnet-framework#bootstrapping-for-cake-runner-for.net-framework chapter

Related Cake issue: https://github.com/cake-build/cake/issues/156

See also https://github.com/cake-build/cake/discussions/2950

@daveaglick I checked for `ConvertableDirectoryPath` which has for example an operator overload for `+`: https://github.com/cake-build/cake/blob/develop/src/Cake.Common/IO/Paths/ConvertableDirectoryPath.cs#L89-L96 While operator overloads seem to appear in the API documentation, the summary from XML comment...

This sounds to me more of something which would fit for a feature in [Cake.AddinDiscoverer](https://github.com/cake-contrib/Cake.AddinDiscoverer). @Jericho What do you think?