Rob Conery
Rob Conery
Currently the `init` command does two things: creates the `azure` directory with default settings as well as handling the template logic, which includes: - evaluating the passed in name -...
Hi there - a bit of a large pull request sorry! I wanted to add some functionality to this library as I'll be using it for a Tekpub vid and...
Nice work on eshop/Aspire! I was looking through the code to get a better handle on Aspire and other things when I came across this migration: https://github.com/dotnet-architecture/eShopOnAzure/blob/master/src/Services/Ordering/Ordering.API/Infrastructure/Migrations/20170208181933_Initial.cs#L91 It looks like...
Right now when I get a query back I need to match on one of the structs `RethinkDB.Response`, `RethinkDB.Collection` or `RethinkDB.Record`. The problem I'm running into is a tad convoluted...
I would like to weave in Identity and auth but find that I don't know it well enough to plug in myself. Ideally: we can do this without passwords and,...
Right now the default is a hardcoded reference to the runtime location of the content: `./Content/` but I have a strong suspicion that this is going to break during deployment,...
Not sure how to do this for a "starter template" - I don't want to be too overbearing and prescriptive, but GitHub build/deploy is such a common scenario that I...
In the root is a `/scripts` directory that I would love to use for deployment (and other things), and I would also like to orchestrate some GitHub love (in other...
There are some things that work but... not sure if they're "prime time" just yet. Would like to review with @jongalloway.
The code is pretty bare and terse at the moment with a few HACKS in there