Geert van Horrik
Geert van Horrik
Allow users to create a custom provider by specifying the url with replacements such as {CommitSha}.
Now GitTools.IssueTrackers supports JIRA, we can improve GitReleaseNotes to support it as well (should be out of the box, but doing some testing and minor improvements).
We store our helm charts for our apps inside a GitHub repository. Whenever we make changes to the template, we go to the repository and refresh it. Could there be...
Why trying to add support for ARM64 to my UWP projects, I get this:  I am happy to contribute with a PR, but need to know whether you will...
### Describe the bug I tried binding a list of interfaces like this: ``` public List Items { get; private set; } ``` Blazor ``` ``` Whenever I change the...