Is there any way to handle the "Non-Nullable Property Must Contain A Non-Null Value" alert in Visual Studio for mac. Well, I can't find a way to disable it by removing the line from the csproj project file or configuration. These warnings are in my database models and views and the idea is to proceed in the best way. It should be said that I am using .Net 6.0
Thank you in advance for taking the time to read this question.