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

Update API docs #22626

Merged
merged 3 commits into from
Sep 24, 2020
Merged

Update API docs #22626

merged 3 commits into from
Sep 24, 2020

Commits on Sep 21, 2020

  1. Update API docs

    * 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
    ajcvickers committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    1fe4729 View commit details
    Browse the repository at this point in the history
  2. Review feedback

    ajcvickers committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    4172bf9 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Update src/EFCore/EF.cs

    Co-authored-by: Shay Rojansky <roji@roji.org>
    ajcvickers and roji committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    186a974 View commit details
    Browse the repository at this point in the history