-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Alter CI to run Rich Navigation, add new Rich Nav specific pipeline #22964
Conversation
Am personally definitely interested in this 😃 |
Please ignore my latest hack-tacular commit replacing the normal CI with the Rich Nav pipeline. I'm doing this purely for testing purposes and will undo the changes once I've verified the pipeline runs successfully |
I've removed my hack-tacular commit to replace the normal CI, but not before verifying the rich nav pipeline will run correctly: https://dev.azure.com/dnceng/public/_build/results?buildId=860052&view=logs&j=0bc77094-9fcd-5c38-f6e4-27d2ae131589&t=0bc77094-9fcd-5c38-f6e4-27d2ae131589. This PR is good to merge, then I'll create a new pipeline in dnceng |
@smitpatel I defer to you on whether the EF Core team needs or wants the extra clickability in PRs. If not, merge away 😺 |
I've altered two files:
Based on your team's preference, only one of these changes is necessary.
Rich Code Navigation
Docs Link
With Rich Code Navigation, you can use editor-level navigation capabilities (like peek definition, find all references, and even diagnostics) on a pull request, without requiring a local checkout. This is available across all files and dependencies of your repository.
Rich Code Navigation is available for Visual Studio (for repos hosted on GitHub or Azure Repos) and Visual Studio Code (for repos hosted on GitHub).
Rich Code Navigation supports these capabilities: