Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Lancelotbronner/java2csharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: paulirwin/JavaToCSharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 60 files changed
  • 5 contributors

Commits on Dec 9, 2025

  1. Add Paste button to Java Input pane (paulirwin#136) (paulirwin#139)

    * GUI: Add Paste button to Java Input pane, paulirwin#136
    
    * GUI: Fix Paste button positioning in file controls row, paulirwin#136
    
    * Update JavaToCSharpGui/Infrastructure/TextClipboard.cs
    
    Co-authored-by: Copilot <[email protected]>
    
    ---------
    
    Co-authored-by: Danial Ahmad <[email protected]>
    Co-authored-by: Paul Irwin <[email protected]>
    Co-authored-by: Copilot <[email protected]>
    4 people authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    ef6865d View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2025

  1. Update to .NET 10 and upgrade dependencies (paulirwin#140)

    * Bump to .NET 10
    
    * Bump dependencies
    
    * Update Github workflows
    
    * Copilot PR feedback and code style formatting
    
    ---------
    
    Co-authored-by: Paul Irwin <[email protected]>
    Lancelotbronner and paulirwin authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    4e9013c View commit details
    Browse the repository at this point in the history
  2. C# 14 and code style updates (paulirwin#141)

    - Uses C# 14 features like extension blocks, and some older C# features
    - Converts the sln to the new slnx format
    - Turns on warnings as errors for all projects
    - Uses GeneratedRegexAttribute where Regex was used
    - Misc code cleanup
    paulirwin authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    905cd5b View commit details
    Browse the repository at this point in the history
Loading