According to the C# 8 announcement video the "nullable reference types" feature can be enabled for the whole project.
But how to enable it for the project? I did not find any new appropriate option in the Project Properties window in Visual Studio 2019 Preview 1.
Can it be enabled for 'legacy' .csproj
projects if the C# language version is changed to 8.0?