-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Update API docs #22626
Merged
Merged
Update API docs #22626
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
ajcvickers
commented
Sep 20, 2020
- Document connection obtained from DatabaseFacade.GetDbConnection() should normally not be disposed Fixes Document connection obtained from DatabaseFacade.GetDbConnection() should normally not be disposed #11415
- Add XML docs referencing how to determine the default CommandTimeout Fixes Add XML docs referencing how to determine the default CommandTimeout #17503
- Clarify behavior for EnsureExists with an empty database Fixes Clarify behavior for EnsureExists with an empty database #17563
- A hyperlink to the DbContext.Database.Migrate() method would be useful Fixes A hyperlink to the DbContext.Database.Migrate() method would be useful #17571
- Default values for maxRetryCount, maxRetryDelay, and errorNumbersToAdd Fixes Default values for maxRetryCount, maxRetryDelay, and errorNumbersToAdd #17574
- Document that modifying entity states while iterating over entries can result in "Collection was modified" exception Fixes Document that modifying entity states while iterating over entries can result in "Collection was modified" exception #18389
- Update API doc links to correctly reference external dependencies Fixes Update API doc links to correctly reference external dependencies #18580
- Make it clearer how to access EF.Functions Fixes Make it clearer how to access EF.Functions #21424
- Improve API docs for TrackGraph Fixes Improve API docs for TrackGraph #22529
roji
approved these changes
Sep 20, 2020
src/EFCore.Relational/Extensions/RelationalDatabaseFacadeExtensions.cs
Outdated
Show resolved
Hide resolved
src/EFCore.SqlServer/Migrations/SqlServerMigrationsSqlGenerator.cs
Outdated
Show resolved
Hide resolved
Helix error
|
* Document connection obtained from DatabaseFacade.GetDbConnection() should normally not be disposed Fixes #11415 * Add XML docs referencing how to determine the default CommandTimeout Fixes #17503 * Clarify behavior for EnsureExists with an empty database Fixes #17563 * A hyperlink to the DbContext.Database.Migrate() method would be useful Fixes #17571 * Default values for maxRetryCount, maxRetryDelay, and errorNumbersToAdd Fixes #17574 * Document that modifying entity states while iterating over entries can result in "Collection was modified" exception Fixes #18389 * Update API doc links to correctly reference external dependencies Fixes #18580 * Make it clearer how to access EF.Functions Fixes #21424 * Improve API docs for TrackGraph Fixes #22529
d18cb89
to
4172bf9
Compare
Co-authored-by: Shay Rojansky <[email protected]>
smitpatel
reviewed
Sep 24, 2020
@@ -21,8 +21,7 @@ public static partial class EF | |||
|
|||
/// <summary> | |||
/// <para> | |||
/// Addresses a given property on an entity instance. This is useful when you want to reference a shadow state property in a | |||
/// LINQ query. Currently this method can only be used in LINQ queries and can not be used to access the value assigned to a | |||
/// References a given property on an entity instance. This is useful for shadow state properties, for which no CLR property exists. Currently this method can only be used in LINQ queries and can not be used to access the value assigned to a |
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.
It can also reference navigation skip navigation.
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.
Will do in another PR.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.