Am I Using C# 8.0?

Last week I was working on a C# project in VS2019 and I wanted to use some language features from C# 8.0 (in particular ‘using declarations’). So how do we check if a project is using C# 8.0? The logical place to look is the project settings. Right-click on the project and select Properties=>Build. Scroll … Read more