You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix all warnings in solution and begin treating warnings as errors (#780)
I'm a bit skeptical of treating warnings as error in the database
project until Postgres is complete, but we'll see how that goes. Most of
the warnings in source generated code seem to resolve if you disable
nullables in the file, so I've done that for all models that were
causing warnings.
Worst case, we can disable this for `Refresh.Database` if it starts
causing issues.
#pragma warning disable CS8618// Non-nullable field must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring as nullable.
11
+
[Obsolete("used for serialization. XML stuff should be moved to SerializedGamePhotoSubject",true)]
0 commit comments