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

Create a read-optimized implementation of IModel #24364

Merged
merged 1 commit into from
Mar 11, 2021
Merged

Conversation

AndriySvyryd
Copy link
Member

Part of #8258

@AndriySvyryd AndriySvyryd requested a review from a team March 10, 2021 03:01
Copy link
Contributor

@smitpatel smitpatel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@@ -1411,6 +1412,9 @@
<data name="SkipNavigationWrongType" xml:space="preserve">
<value>The skip navigation '{navigation}' cannot be removed from the entity type '{entityType}' because it is defined on the entity type '{otherEntityType}'.</value>
</data>
<data name="SlimModelMissingData" xml:space="preserve">
<value>The requested configuration is not stored in the read-optimized model, please use 'DbContext.DesignTimeModel'.</value>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<value>The requested configuration is not stored in the read-optimized model, please use 'DbContext.DesignTimeModel'.</value>
<value>The requested configuration is not stored in the slim model, please use 'DbContext.DesignTimeModel'.</value>

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the original has more meaning

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, but shouldn't we be consistent between our messages and the actual type naming etc.?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, but I don't want to name the type ReadOptimizedModel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants