RiverHeart

Results 16 comments of RiverHeart

See the following **Solving the dev DB problem with Docker and dbaclone - Alex Yates,Sander Stad** https://www.youtube.com/watch?v=masJxBmgfqo https://github.com/sanderstad/dockerdeepdive/tree/main/Demos/Code

> > I think the syntax should be simpler than when specifying the path twice. How about a conditionally run scriptblock: `Test-Path 'L:\some\long\path\' -TrueCondition {"$_ exists"} -FalseCondition {New-Item $_}` >...

It would be nice if this functionality was native but in the meantime, this might be helpful. You may want to verify the logic before using it if you're deleting...

Just pass `-Confirm:$False` to the command to override the prompt.

@ErikEJ That was suggested to me but dotnet isn't installed on the MSSQL container. The Dockerfile I'm using is multistage and has a Dotnet 7 build stage to turn an...

Been a hot minute since this issue was opened so I wanted to share. If you drop this file into the sql proj directory it should suppress the warnings during...