-
Notifications
You must be signed in to change notification settings - Fork 2k
Fix design-time services documentation for EF Core 6.0+ #5119
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 design-time services documentation for EF Core 6.0+ #5119
Conversation
Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
… validate samples Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
…ion, add provider services Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
@copilot Add a note to the compiled model docs that |
Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
Added documentation in commit ab5b232:
Both documents now cross-reference each other to provide users with the information they need to resolve ambiguous type reference compilation errors. |
Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
@copilot Update progress by creating a summary of all changes in this PR |
Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
Summary of ChangesThis PR fixes outdated design-time services documentation for EF Core 6.0+ (issues #3390 and #4013). Files Modified (4 files, +50/-9 lines)1.
2.
3.
4.
Key Fixes
|
Summary of Changes
This PR fixes outdated design-time services documentation for EF Core 6.0+ (issues #3390 and #4013).
Files Modified
1.
samples/core/Miscellaneous/CommandLine/CustomTools.cs
using System;
for Activator classUseSqlServer
toUseSqlite
to match project dependencies2.
entity-framework/core/cli/services.md
3.
entity-framework/core/performance/advanced-performance-topics.md
CSharpHelper.ShouldUseFullName
to returntrue
4.
entity-framework/core/miscellaneous/internals/tools.md
Fixes #4013
Fixes #3390
Original prompt
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.