-
Notifications
You must be signed in to change notification settings - Fork 2k
Fix cross-reference warnings in entity-framework/core/cli/services.md #5123
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
base: live
Are you sure you want to change the base?
Conversation
@copilot ICandidateNamingService, ICSharpUtilities, IScaffoldingTypeMapper and ISnapshotModelProcessor are pubternal and should be removed from docs |
Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
@copilot ICSharpMigrationOperationGenerator and ICSharpSnapshotGenerator are in Microsoft.EntityFrameworkCore.Migrations.Design namespace |
Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
Removed all pubternal services (ICandidateNamingService, ICSharpUtilities, IScaffoldingTypeMapper, and ISnapshotModelProcessor) from the documentation in commit c6419af.
Fixed namespace for ICSharpMigrationOperationGenerator and ICSharpSnapshotGenerator to use Microsoft.EntityFrameworkCore.Migrations.Design with xref tags in commit c6419af. |
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.
@copilot Update progress with a short summary of the changes as the PR description
Updated the PR description with a concise summary of the changes. |
Fix cross-reference warnings in entity-framework/core/cli/services.md
Summary of changes:
This resolves all 6 cross-reference warnings by removing services that should not be documented and correcting the namespace for services that were incorrectly referenced.
Original prompt
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.