Conversation
…Workspaces Bumps Microsoft.CodeAnalysis.CSharp from 4.12.0 to 5.0.0 Bumps Microsoft.CodeAnalysis.CSharp.Workspaces from 4.12.0 to 5.0.0 --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.CSharp dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.CodeAnalysis.CSharp.Workspaces dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1998b59 to
7e5b5ad
Compare
Update VB.NET Roslyn packages to match C# package versions to avoid Microsoft.CodeAnalysis.Common version conflict. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Update ExecuteAsync method signatures to include CancellationToken parameter required by newer Spectre.Console.Cli AsyncCommand base class. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
randlee
added a commit
that referenced
this pull request
Jan 29, 2026
Implement inline view mode that displays actual code with +/- indicators instead of tree view, similar to git diff. Features: - CLI: --inline (full file) or --inline=N (N lines context) - ViewMode enum (Tree, Inline) in OutputOptions - Inline view generation in HtmlFormatter - CSS styles for line numbers, +/- indicators, syntax highlighting - Context separators (...) for gaps between changes - Semantic headers for Roslyn diffs (method/class names as comments) - Works with both semantic and line diff modes - Integrates with fragment and document modes Implementation Details: - New CLI option with optional integer value for context lines - GenerateInlineView() methods in HtmlFormatter - Full file mode shows all changes without separators - Context mode shows N lines before/after changes with ellipsis - Semantic diffs include change descriptions as comments - CSS scoped for both document and fragment modes Testing: - 31 comprehensive unit tests (HtmlInlineViewTests.cs) - Tests cover full file, context mode, semantic/line diffs - Fragment/document mode integration tests - Edge cases and backward compatibility verified - 100% pass rate (1,772 total tests) Documentation: - Updated README.md with inline view examples - Comprehensive docs/output-formats.md section - Generated 5 sample outputs in samples/inline-view/ - Updated CHANGELOG.md with v0.10.0 entry - Cross-references and comparison tables Related Tasks: #20, #21, #22, #18, #17, #19, #16 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
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.
Updated Microsoft.CodeAnalysis.CSharp from 4.12.0 to 5.0.0.
Release notes
Sourced from Microsoft.CodeAnalysis.CSharp's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated Microsoft.CodeAnalysis.CSharp.Workspaces from 4.12.0 to 5.0.0.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)