microsoft / AL-Go

The plug-and-play DevOps solution for Business Central app development on GitHub
MIT License
288 stars 121 forks source link

[Question]: NuGet missing packages in local dev environment #1249

Open pieter-kok opened 2 weeks ago

pieter-kok commented 2 weeks ago

Question

Currently, the missing dependencies for the AppSource apps we're dependent on are retrieved from the Microsoft NuGet feed during running the pipeline. That is a fantastic addition for us, a real unblocker.

Another part, that still seems to be blocked, is creating local development environments on docker. I would have expected that creating a local dev environment with localDevEnv.ps1 would have resulted in a development environment with those NuGet symbols included. That seems not to be the case. Is that behavior as expected?

How should we create local dev environments in the specific scenarios where we are dependent on an AppSource app? Is there f.i. a work-around to get this app from the NuGet feed and push it into docker environment during the creating the environment by localDevEnv.ps1?

frottke commented 1 week ago

I would have expected that creating a local dev environment with localDevEnv.ps1 would have resulted in a development environment with those NuGet symbols included. That seems not to be the case. Is that behavior as expected?

We would have expected the same, would be great if this works :)