Pascal Berger

Results 169 comments of Pascal Berger

See also https://github.com/cake-build/cake/issues/117

Some additional ideas: * Add a selection of Cake runner to the UI so that it can be used for the different runners. Depending on the selected Cake runner different...

List of examples showing specific aspects: - [ ] Preprocessor directives (https://github.com/cake-build/website/pull/1065) - [ ] How to integrate npm tools into build pipeline (Cake.Module.Npm, Cake.Npm) - [ ] How to...

We also have an example repository: https://github.com/cake-build/example

If built-in aliases use different categories (e.g. `XUnit` / `XUnit2`) the current way gives the possibility to have different summaries, while for built-in addins we otherwise will only show one...

IMHO Automatically updating categories leads to more issues than it solves. People are tagging NuGet packages with nuget.org in mind and not with Cake website. To have the possibility to...

I think we should first define how the page should look like, before we continue with implementation details. E.g. the issue with different categories for the same tool, just because...

When reducing category list, the individual category list should still show all required information. This issue is about improving the category list, but it is a little bit more complex...

I created https://github.com/cake-build/cake/issues/3017 for extending `CakeMethodAlias` and `CakePropertyAlias`

Upstream issue https://github.com/statiqdev/Statiq.Web/issues/493 has been fixed. Open are the required changes to the Cake website: > It'll require a PR to the Cake website to switch from using raw source...