Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note about field member to migration document #4674

Merged
merged 2 commits into from
Jan 21, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update migrate-from-11-to-12.md
  • Loading branch information
benmccallum authored Jan 21, 2022
commit 770d8f402c4187d906faa412077e5028d53be00c
Original file line number Diff line number Diff line change
Expand Up @@ -317,3 +317,7 @@ services
?? new NoOpStringBuilderPool())));
```

# Miscellaneous

* `IObjectField`
* If you were using `IObjectField.Member`, you'll likely want to move to `IObjectField.ResolverMember` (as `.Member` can be null in some cases and `.ResolverMember` will fall back to `.Member`).