-
Notifications
You must be signed in to change notification settings - Fork 16
DOCSP-46021 - v8.2.1 Release #44
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
DOCSP-46021 - v8.2.1 Release #44
Conversation
✅ Deploy Preview for docs-entity-framework ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
stephmarie17
left a comment
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.
LGTM
damieng
left a comment
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.
Just one clarification but otherwise LGTM
source/whats-new.txt
Outdated
| .HasCreateIndexOptions(new CreateIndexOptions { Sparse = true }); | ||
| }); | ||
|
|
||
| var result = client.CreateDatabase(context.GetService<IDesignTimeModel>()); |
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.
Let's replace this last line with context.Database.EnsureCreated();
stephmarie17
left a comment
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.
LGTM from the docs writing side
(cherry picked from commit 4f8389c)
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-46021
Staging:
Self-Review Checklist