Jonas Soderholm
Jonas Soderholm
@duncangoodall any update on this?
Wouldn't something like this help https://docs.docker.com/compose/aspnet-mssql-compose/ Workflow for a user would be something like this: 1. Clone the allready repo 2. Run docker "docker-compose up" and that should set everything...
Had a go at creating docker support for debugging. Any feedback welcome.
I implemented the solution @jonparker suggested.
Is there anything stopping us from doing a "find/replace" solution? The thing with creating temporary solution and then upgrading progressively can be that the temporary solution becomes permanent (or maybe...
We do actually show a list of needed skills when there are any. However, I'm not sure if the logic for showing the "Match" icon is quite right when no...
@jonparker Still needs to add a better debugging experience and need to speed up the restore / build process a bit. Will look into it a bit more.
@jonparker @MisterJames Added support for debugging in VS Code and tried to speed up the build time a bit. To try: 1. Clone repo 2. In AllreadyApp folder run docker-compose...
It looks like it could be usefull, my only concern is that it looks a bit complicated to install (on windows in particular https://github.com/EugenMayer/docker-sync/wiki/docker-sync-on-Windows). I'm not sure if that is...
@tony-ho Thanks for the feedback and testing it on Windows. The changes to the connection string logic looks great as well. Let me know if you have any more feedback.