Pascal Berger
Pascal Berger
It would be nice it fhere was an option to ILMerge build output (eg. for building Cake Addins)
While `packages.config` file was updated the `csproj` file was not updated in this PR: https://github.com/bbtsoftware/TfsUrlParser/pull/25/files
I've a link in a markdown file containing some URL parameters: ``` * [Test link](https://example.com?foo=bar&bar=foo ``` When HTML document is generated the link will be URL encoded, resulting in an...
It would be nice if the PR view could auto-refresh itself (like eg. dashboards could). Use case is if PR view is eg. used on a team screen.
It would be useful if more state information about the PR can be shown: - Reviewer approval state - State of work item link policy - State of build policy
From #325. It would be nice if InstallArguments in a chocolatey dependency could be defined in the nuspec file (To allow installation of a dependency like through an individual choco...
Fix escaping of links in Markdown Fixes #245
Assuming I have the following code: ``` /// public string Foo() { } ``` I would expect that `Foo` shows the the full documentation (all XML comment tags) of `Bar`...
Updates Cake.Issues.Recipe to 2.0.0
As requested in the workshop 😉