Problem
Deep linking to the line numbers is not working in the published version of this extension (as of 5/24/2022).
I see the code to support ADO line numbers here:
|
if (region?.startLine) { // lines and columns are 1-based, so it is safe to to use simple truthy checks. |
However, that code is missing in the github-pages deployment on December 14th: https://github.com/microsoft/sarif-web-component/deployments/activity_log?environment=github-pages
(Checked using Edge DevTools).
Investigation
This must be a bug with github-pages or in the deployment process since github says the version deployed should support line numbers.
Ask
Can confirm the support for line numbers is deployed to github-pages and in the latest version of the extensions (Especially the ADO extension)? I would appreciate it as the feature will make following-up on reports faster!
Test
Test with the attached Results.sarif.txt file (remove .txt extension): check that the link generated by the UI is missing the line number.
