Targeting Linux with .NET 6/7 and WSL (Windows Subsystem for Linux) on Windows 11

Опубликовано: 06 Октябрь 2024
на канале: Scott Hanselman
22,041
720

Let's learn how to target Linux with .NET 6/7 and WSL (Windows Subsystem for Linux) on Windows 11

NOTE: I made a mistake (moving too fast) when I talked about CR/LF. I shouldn't have added the 0x in front. LF is 10, which is 0x0A, and CR is 13 which is 0x0D. I know that, but I added the 0x which changes the meaning from decimal to hexadecimal.