C# CS8632
the annotation for nullable reference types should only be used in code within
a '#nullabel' annotations context
Wenn man ein neues WinApp Windows Application erstellt mit
string? Variablen.
Also ein String der von der Datenbank kommt und NULL sein
kann.
Lösung:
In die Solution->Project->Properties
Dann scroll down bis Build / General
Und dort
die Nullabe: Specifies the project-wide C# nullable context. Only available for
projects that use C# 8.0 or later
è Auf enable setzen