- dns.quad9.net
- dns.digitale-gesellschaft.ch
- dot1.applied-privacy.net
- cloudflare-dns.com
Read up on bug fixes (PDB geneneration, language features) via the links provided to the respective releases.
- C# 7.0: Deconstruction
- C# 8.0:
await foreach
- C# 8.0: Disposable
ref struct
s - C# 8.0: Enhanced
using
statements - C# 8.0:
switch
expressions - C# 9.0:
init
accessors - C# 9.0: function pointers (see #2150)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://dotnet.microsoft.com/download/dotnet/6.0 | |
# Edge, Teams, Skype | |
# App Store: OneDrive, Remote Desktop | |
# brew.sh | |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
brew install --cask firefox | |
brew install --cask iterm2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Run in elevated PS | |
# Disable new context menu | |
reg.exe add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve | |
# Reboot required | |
New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force | |
# Store: | |
# WSL, Ubuntu, DevToys, Power BI |