DEV Community

Discussion on: ⚰️C# in 2022 — Will it die?

Collapse
 
iiwaasnet profile image
Sergey Ivasenko • Edited

If they would not make using async/await less painful, i would say it might be dead soon. Now, make an unconscious move and add an async call somewhere deep in your app and you will regret. You would need to change tons of interfaces and not only. VS built-in analyzer support for missing awaits is not that good.
Just to add, i like c# a lot and especially later change to more functional direction. But they should do something with async...