Advanced Search
Search Results
3 total results found
Mount host volumes in WSL2
Code Snippets
Add the following to /etc/wsl.conf [automount] options = "metadata"
Build project with SourceGenerator on linux
Code Snippets
Add Microsoft.Net.Compilers.Toolset package to the project that references the source generator.
Docker Buildx Multi-Arch
Code Snippets
sudo docker buildx create --use --name multi-arch-builder Usage: sudo docker buildx build --platform=linux/arm64 -t tag:latest -f ./DockerTest/Dockerfile --load --no-cache . DockerFile: #See https://aka.ms/customizecontainer to learn how to customize your ...