Cody Mullins

Results 78 comments of Cody Mullins

Hey there, did you try installing this as a nuget package or as a `dotnet tool`?

Understood, as of right now the tool only is supported via `dotnet tool`, we're working on a way to include it as a nuget package. If you're able, try it...

I just noticed, the `DeliveryPolicy` seems incorrect too!

> update the info fields from options passed in This probably makes sense, but where are the options passed in stored until then? What updates the `Info` property, do you...

Not sure if this is the right place to ask. Some components I'm using have breaking changes (`port` --> `containerPort` for example) and I'd like to submit some PRs to...

@sardar97 do you have any wishlist items, or patterns you like (or don't like)?

In addition to the above, I needed to enable self-signed certificates since this is for my dev environment. Working script as of today: ``` #!/bin/bash # Wait 60 seconds for...

Thanks - not expecting any quick resolution - we have a workaround for the ruleset for now. Hope the feedback helps.

I seem to be encountering some variation of this issue. With feedback from Egil Hanson and Peter Morris, I noticed you can get this "working" using four quotation marks: ```razor...