Skip to content

Bump Microsoft.CodeAnalysis.CSharp and Microsoft.CodeAnalysis.CSharp.Workspaces#16

Merged
randlee merged 3 commits intomainfrom
dependabot/nuget/src/RoslynDiff.Core/multi-a4260c1db5
Jan 16, 2026
Merged

Bump Microsoft.CodeAnalysis.CSharp and Microsoft.CodeAnalysis.CSharp.Workspaces#16
randlee merged 3 commits intomainfrom
dependabot/nuget/src/RoslynDiff.Core/multi-a4260c1db5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 16, 2026

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Jan 16, 2026
…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>
@dependabot dependabot bot force-pushed the dependabot/nuget/src/RoslynDiff.Core/multi-a4260c1db5 branch from 1998b59 to 7e5b5ad Compare January 16, 2026 04:17
randlee and others added 2 commits January 15, 2026 20:23
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 randlee merged commit d739cb3 into main Jan 16, 2026
5 checks passed
@randlee randlee deleted the dependabot/nuget/src/RoslynDiff.Core/multi-a4260c1db5 branch January 16, 2026 04:30
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant