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

Fix ModelProducer to handle multiple APIs with different DbContexts #529

Merged
merged 7 commits into from
Dec 27, 2016

Commits on Sep 28, 2016

  1. Fix ModelProducer to handle multiple APIs with different DbContexts

    Fixes #527.
    Robert McLaws (Microsoft MVP) committed Sep 28, 2016
    Configuration menu
    Copy the full SHA
    729fc83 View commit details
    Browse the repository at this point in the history
  2. Spelling fix

    Robert McLaws (Microsoft MVP) committed Sep 28, 2016
    Configuration menu
    Copy the full SHA
    ab3a295 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2016

  1. Explanatory comments for the Multiple Contexts fix

    Added explanations for:
    - why the bug is happening.
    - how we work around it that attempts to ensure it keeps working in the future.
    - how we are informing the user in detail about any problems they might encounter, and how to solve them.
    Robert McLaws (Microsoft MVP) committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    af93756 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2016

  1. Spelling fix

    Robert McLaws (Microsoft MVP) committed Oct 12, 2016
    Configuration menu
    Copy the full SHA
    4c0015b View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2016

  1. Use Resources for Exception

    Robert McLaws (Microsoft MVP) committed Dec 24, 2016
    Configuration menu
    Copy the full SHA
    35ff71c View commit details
    Browse the repository at this point in the history
  2. Updating Resources, Part 1

    Robert McLaws (Microsoft MVP) committed Dec 24, 2016
    Configuration menu
    Copy the full SHA
    762fb8b View commit details
    Browse the repository at this point in the history
  3. Updating Resources, Part 2 of 2

    Robert McLaws (Microsoft MVP) committed Dec 24, 2016
    Configuration menu
    Copy the full SHA
    d1e5944 View commit details
    Browse the repository at this point in the history