Theme 1 – “unsafe” is treated as a rare, psychologically‑chosen keyword
“The choice of keyword
unsafeis partly psychological. … They want to write trusted code, they don't want to write unsafe code, so making them write the keywordunsafeprovides that psychological disincentive.” – tialaramex
“I see theunsafekeyword used approximately never.” – SideburnsOfDoom
Theme 2 – The Windows team is shifting focus to C# love and C#‑centric demos
“Most likely a side effect related to Windows team finally giving some C# love, instead of COM and C++, given the comparisons between C# 16 with Rust and Swift in a few article sections.” – pjmlp
Theme 3 – C# developers largely avoid unsafe code, keeping it isolated
“Many of us use it in scenarios where others would write a blog post about a rewrite in Rust, C++ or whatever.” – pjmlp