-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: fredatgithub/JavaToCSharp
base: master
head repository: paulirwin/JavaToCSharp
compare: master
- 11 commits
- 74 files changed
- 6 contributors
Commits on Feb 20, 2024
-
GUI: Improve editor UI and add About dialog, paulirwin#112 (paulirwin…
…#114) This cleans up the UI generally and adds AvaloniaEdit as a rich editor with syntax highlighting and many other features. The warning note has been moved to a new About dialog to clean up the header a bit.
Configuration menu - View commit details
-
Copy full SHA for af6ab36 - Browse repository at this point
Copy the full SHA af6ab36View commit details
Commits on Feb 23, 2024
-
Add support for file-scoped namespaces, paulirwin#113 (paulirwin#115)
This change surfaced some annoying whitespace behavior with Roslyn's NormalizeWhitespace method, so this adds some leading/trailing newlines in places after NormalizeWhitespace is called to help prettify the output.
Configuration menu - View commit details
-
Copy full SHA for ac597a5 - Browse repository at this point
Copy the full SHA ac597a5View commit details
Commits on Aug 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 09e695d - Browse repository at this point
Copy the full SHA 09e695dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b84f9de - Browse repository at this point
Copy the full SHA b84f9deView commit details
Commits on Aug 26, 2024
-
Add mappings from imports, methods and annotations to support JUnit t…
…est conversions (paulirwin#124) * Add CLI option to read syntax mappings (yaml file) * Apply mappings to imports, methods and annotations * Document mappins in README
Configuration menu - View commit details
-
Copy full SHA for adae786 - Browse repository at this point
Copy the full SHA adae786View commit details
Commits on Dec 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ebc6002 - Browse repository at this point
Copy the full SHA ebc6002View commit details
Commits on Jan 13, 2025
-
Convert class bounded type parameters (paulirwin#127)
* Convert class bounded type parameters, close paulirwin#125 * Update comment test with class type bounded params
Configuration menu - View commit details
-
Copy full SHA for c93b08a - Browse repository at this point
Copy the full SHA c93b08aView commit details
Commits on Oct 13, 2025
-
Set GitHub Sponsors username to 'paulirwin'
Updated GitHub Sponsors username in FUNDING.yml
Configuration menu - View commit details
-
Copy full SHA for be1eaa7 - Browse repository at this point
Copy the full SHA be1eaa7View commit details
Commits on Dec 9, 2025
-
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]>
Configuration menu - View commit details
-
Copy full SHA for ef6865d - Browse repository at this point
Copy the full SHA ef6865dView commit details
Commits on Dec 11, 2025
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 4e9013c - Browse repository at this point
Copy the full SHA 4e9013cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 905cd5b - Browse repository at this point
Copy the full SHA 905cd5bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master