Josh Close
Josh Close
There are scenarios when I would like a container updated with data from the server, but I don't want the URL changed. In this case I can set the option...
Resizes the dialog when the keyboard is shown. Also added a ScrollViewer so when the dialog is larger than the visible area, you can scroll and see all the content.
I have a button that I'm changing the template on. I'd like to do this so I can keep most of the stuff that comes with a button; commands, styling,...
### Reproduction steps I'm running this Dockerfile with a project that uses libgit2sharp. ``` FROM mcr.microsoft.com/dotnet/core/aspnet:3.1-alpine as base EXPOSE 80 VOLUME /etc/nginx VOLUME /etc/ssl VOLUME /myproject ADD tools/ssl/myproject* /etc/ssl/ #...