Pascal Berger
Pascal Berger
We should add documentation how parallel task execution can be implemented and what current limitations are.
We should add an FAQ entry explaining the differences and Pros/Cons of script runners and Frosting.
An often asked question is why to use Cake instead of builtin CI/CD server (Azure Pipelines, TeamCity, etc) funcitonality. We should explain the reasons in a FAQ entry.
Community has written a lot of useful blog post which we list at https://cakebuild.net/community/resources/blogs. It would be helpful if we also would list relevant blog posts on the documentation site...
Instead of separate build and deployment pipelines we should switch to a unified YAML pipeline
We introduced a sitemap.xml with #1071. Current sitemap.xml file contains more than 50'000 entries, which is invalid (see https://www.sitemaps.org/faq.html#faq_sitemap_size). We should split into multiple sitemap.xml files
There's a Chocolatey package (https://chocolatey.org/packages/vscode-cake) for this extension which is currently maintained outside. We should move it into this repo and publish as part of the build process. Since package...
`http://github.io/jasperfx/weasel` is not a valid URL. As I couldn't find a documentation page for Weasel I changed it to the repository URL.
Assuming the following classes I would expect `Foo` to be listed as method for documentation of `MyClass`, but it is only available on documentation of `MyBaseClass` ``` public abstract class...
If a method contains multiple parameters current xref for it looks like this: ``` api-MyNamespace.MyClass.MyMethod(System.String, System.Int32) ``` This makes it impossible to use it in reference style links: ``` [MyMethod]:...