- Run
run.ps1to build the image and run an interactive shell prompt mono paket.exe restoredotnet restorecd ~/.nuget/packagesls | grep [aA]utoNote that there are two folders -AutoMappercreated by Paket andautomappercreated by dotnet's NuGet client. You can check ifdotnetis using cached package by runningdotnet restore -s /empty.
The files in logs directory contain changes made by Paket and dotnet to the filesystem (separately).