Peter Marcu
Peter Marcu
@conniey @danroth27 We also plan on adding ASP.NET 5 as a target from a Portable Library so you wont need to have a seperate project file and multiple builds if...
@mccoyp I can't tell from the issue but is this resolved with the PR that was merged? Can you confirm?
I actually see multiple issues here: 1. The root issue here that made @christothes want the other features is the inability for him to create a website that connects to...
Potentially add an install.sh / install.cmd to the root of each template repo that xcopies down azd but also does the checks/brings down other dependencies. Other solutions I've seen put...
Would be good to categorize different dependencies as well. It's good to check for all up front and give good warnings. For certain ones, getting it for the user is...
If you use azure core from the azure go sdk, you can take advantage of the pipelines that have all kinds of patterns built in for retries, exponential backoff, etc.
Also, if we can get an openapi spec for the service endpoint we're calling, we could generate a library that has these retries built in.
I'm not going to do this quite yet because I do think it's going to cause more churn to the project files. I do want to do it in the...
I just hit the same thing. @raspberry-sharp is that something you want to do? I can try to make a PR that would start creating the packages.
Hi @davidobrien1985 , The package you are using has been deprecated in favor of new libraries for doing Azure resource management. What you are trying to do was actually one...