Nick Purcell
Nick Purcell
> Is there any progress on how to consume HttpTriggers with authentication codes from within containers? Documentation relating to hosting Azure Functions in Containers (via Kubernetes) are available, though these...
What should we do in the case that the url for the private repo contains private username and password? I.E. ``` [[tool.poetry.source]] name = "private" url = "https://${ARTIFACTORY_USER}:${ARTIFACTORY_APIKEY}@artifactory.corperation.com/artifactory/api/pypi/pip-local/simple" ```
I tried this but still no extensions.json, and it still failed like before. See this gist for some example [code](https://gist.github.com/SpicySyntax/df6fd2b1b6f56a4e0058c2f35790dd31) Do I need to create my own extensions.json that references...
@miqm Thanks for the example I will look at it, I updated the gist with my csproj
I duplicated your setup in the example, and the startup code runs fine but the binding to the [Inject] attribute still failes with 'Microsoft.Extensions.DependencyInjection.Abstractions: Unable to resolve service for type...
> Share your code if possible. @miqm Here is an upated [Gist](https://gist.github.com/SpicySyntax/df6fd2b1b6f56a4e0058c2f35790dd31) with the relevant source code. Thanks
> I ran into this issue this morning--eventually figured out that it the fact that the sln path contained a junction. > > http://stackoverflow.com/questions/38508189/how-to-resolve-edge-func-hanging/38509850#38509850 @cumminsjp I followed this post, but...
Any Update on this? I am having the same issue
@agracio I am still having this exact issue when running NUnit tests. Has there been any progress made in this effort?