ci: add SourceLink step-into (F11) verification (#133) - #212
Merged
Conversation
Adds sourcelink-stepinto.yaml + fixtures — a scheduled/manual workflow that drives netcoredbg to step into TestExtractor's constructor from a scratch consumer and asserts the debugger resolves the library's real SourceLink-mapped source, not a decompiled placeholder. Complements sourcelink.yaml (PR #208, the static `dotnet sourcelink test` gate); together they satisfy #133. Ported from ETL-Transformers. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This was referenced Jul 29, 2026
This was referenced Aug 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stacked on #208. Adds
sourcelink-stepinto.yaml+ fixtures under.github/sourcelink/— a scheduled + manual workflow that drives netcoredbg to step intoTestExtractor<int>'s constructor from a scratch consumer and asserts the debugger resolves the library's real SourceLink-mapped source, not a decompiled placeholder.Reconciliation with #208
sourcelink.yaml) = per-PR static gate:dotnet sourcelink testproves every PDB document resolves to real GitHub content.sourcelink-stepinto.yaml) = the debugger half: an actual F11 step-into via netcoredbg.Notes
.snupkgPDB; the SourceLink PDB under test is byte-identical either way. See.github/sourcelink/README.md.workflow_dispatch, not a PR gate — debugger automation is heavier/less deterministic and SourceLink URLs resolve only against a pushed commit.TestExtractor.cs.Closes #133 when the vNext cycle merges to main.
🤖 Generated with Claude Code