Iguypouf

- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Iguypouf commented, -
Iguypouf created a post, CompletedPossible Null assignment to non-nullable entity
I've a strange warning on the following block of code : public static int FooBar(object content){ var contentType = _db.Model.FindEntityType(content.GetType()); if (contentType?.GetTableName(...