-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Clarify the 2.0 release notes #16814
Conversation
|
||
- `Display(TSection section, BuildDisplayContext context)` | ||
- `Display(TSection section)` | ||
- `Edit(TSection section, BuildEditorContext context)` | ||
- `UpdateAsync(TSection section, UpdateEditorContext context)` | ||
- `UpdateAsync(TSection section, IUpdateModel updater, string groupId)` | ||
|
||
and removed the following methods: | ||
And the following methods have been removed, with updated alternatives: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And the following methods have been removed, with updated alternatives: | |
The following methods have been removed, with updated alternatives: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hishamco why do you think this is better? its a continuation of the previous part.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok leave it
No description provided.