Asbjørn Ulsberg
Asbjørn Ulsberg
I also need this. It is quite limiting to not be able to access the request URL and other context-related data within a template without having to stuff it into...
I make a case for why server frameworks (and not just (reverse) proxies) needs to support HTTP/2 in https://github.com/aspnet/AspNetCore/issues/4249#issuecomment-460288563. There are more use-cases, but I think the one explained there...
@tunniclm, your work looks promising. Any reason why you're not submitting it as a pull request towards the official repository?
- [x] I'd love to have checkboxes! If I was to implement such an extension myself, how should I go about doing it?
What happens if you configure hotfix branches with `is-release-branch: true`?
I assume this behaviour was changed in #1541, where before, numbers in branch names were accidentally interpreted as version numbers, causing trouble all over the place. Hotfix branches should probably...
Great, I'll take a look at the PR.
Would it be possible to submit a PR with a test that demonstrates this problem, if it still exists?
Sounds like you may have a shallow repository checked out without an explicit branch or something like that. What happens if you do `git fetch --unshallow` before executing GitVersion?
Hm, ok. Does adding the environment variable `Git_Branch` with the value of the branch being built help?