Skip to content

feat: add EndLine/EndColumn to YamlEvent - #897

Merged
mwadams merged 1 commit into
corvus-dotnet:mainfrom
OpenByteDev:feat/yaml-event-end-span
Jul 21, 2026
Merged

feat: add EndLine/EndColumn to YamlEvent#897
mwadams merged 1 commit into
corvus-dotnet:mainfrom
OpenByteDev:feat/yaml-event-end-span

Conversation

@OpenByteDev

Copy link
Copy Markdown
Contributor

Summary

  • Adds EndLine and EndColumn properties to YamlEvent, giving callers a source span for every event.
  • Includes YamlEventSpanTests covering all event types (scalars, flow/block collections, literal block scalars, empty nodes).

Pull request checklist

  • Code compiles with no warnings (TreatWarningsAsErrors=true)
  • Tests pass: dotnet test --filter "TestCategory!=failing&TestCategory!=outerloop"
  • New public APIs have XML doc comments
  • New source files are listed in .csproj (no glob includes)
  • Exception messages use SR.* resource strings
  • Follows existing code patterns (partial classes, Common/ linking, etc.)

@CLAassistant

CLAassistant commented Jul 20, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants