File tree Expand file tree Collapse file tree 7 files changed +21
-23
lines changed Expand file tree Collapse file tree 7 files changed +21
-23
lines changed Original file line number Diff line number Diff line change 1
- # Contributing to JavaParser
1
+ # Contributing to JavaToCSharp
2
2
3
3
Thank you for your interest in helping this project grow!
4
- Here are some general guidelines to follow when contributing to JavaParser :
4
+ Here are some general guidelines to follow when contributing to JavaToCSharp :
5
5
6
6
- Please file an issue before submitting a PR, and reference the issue from your PR.
7
7
The issue should clearly outline the problem or feature request, what benefits it provides, etc.
Original file line number Diff line number Diff line change 10
10
</PropertyGroup >
11
11
12
12
<ItemGroup >
13
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.7.1 " />
14
- <PackageReference Include =" xunit" Version =" 2.5.0 " />
15
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.0 " >
13
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.8.0 " />
14
+ <PackageReference Include =" xunit" Version =" 2.6.2 " />
15
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.4 " >
16
16
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
17
17
<PrivateAssets >all</PrivateAssets >
18
18
</PackageReference >
19
19
<PackageReference Include =" coverlet.collector" Version =" 6.0.0" >
20
20
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
21
21
<PrivateAssets >all</PrivateAssets >
22
22
</PackageReference >
23
- <PackageReference Include =" IKVM" Version =" 8.6.2 " />
23
+ <PackageReference Include =" IKVM" Version =" 8.7.1 " />
24
24
</ItemGroup >
25
25
26
26
<ItemGroup >
Original file line number Diff line number Diff line change 16
16
<None Include =" ..\.editorconfig" Link =" .editorconfig" />
17
17
</ItemGroup >
18
18
<ItemGroup >
19
- <PackageReference Include =" IKVM" Version =" 8.6.2 " />
20
- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.7 .0" />
21
- <PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 7 .0.0" />
19
+ <PackageReference Include =" IKVM" Version =" 8.7.1 " />
20
+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.8 .0" />
21
+ <PackageReference Include =" System.Configuration.ConfigurationManager" Version =" 8 .0.0" />
22
22
</ItemGroup >
23
23
<ItemGroup >
24
24
<IkvmReference Include =" ../Lib/javaparser-core-3.25.4.jar" />
Original file line number Diff line number Diff line change 9
9
<WarningsAsErrors >nullable</WarningsAsErrors >
10
10
</PropertyGroup >
11
11
<ItemGroup >
12
- <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 7 .0.0" />
12
+ <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 8 .0.0" />
13
13
<PackageReference Include =" System.CommandLine" Version =" 2.0.0-beta4.22272.1" />
14
14
</ItemGroup >
15
15
<ItemGroup >
Original file line number Diff line number Diff line change 2
2
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
3
3
x : Class =" JavaToCSharpGui.App"
4
4
xmlns : local =" using:JavaToCSharpGui"
5
+ Name =" Java to C#"
5
6
RequestedThemeVariant =" Default" >
6
7
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
7
8
<Application .Styles>
Original file line number Diff line number Diff line change 16
16
</ItemGroup >
17
17
<ItemGroup >
18
18
<!-- Removes version conflict error -->
19
- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.7 .0" />
19
+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.8 .0" />
20
20
21
- <PackageReference Include =" CommunityToolkit.Mvvm" Version =" 8.2.1 " />
21
+ <PackageReference Include =" CommunityToolkit.Mvvm" Version =" 8.2.2 " />
22
22
23
- <PackageReference Include =" Avalonia" Version =" 11.0.4 " />
24
- <PackageReference Include =" Avalonia.Desktop" Version =" 11.0.4 " />
25
- <PackageReference Include =" Avalonia.Themes.Fluent" Version =" 11.0.4 " />
26
- <PackageReference Include =" Avalonia.Fonts.Inter" Version =" 11.0.4 " />
23
+ <PackageReference Include =" Avalonia" Version =" 11.0.5 " />
24
+ <PackageReference Include =" Avalonia.Desktop" Version =" 11.0.5 " />
25
+ <PackageReference Include =" Avalonia.Themes.Fluent" Version =" 11.0.5 " />
26
+ <PackageReference Include =" Avalonia.Fonts.Inter" Version =" 11.0.5 " />
27
27
<!-- Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
28
- <PackageReference Condition =" '$(Configuration)' == 'Debug'" Include =" Avalonia.Diagnostics" Version =" 11.0.4 " />
28
+ <PackageReference Condition =" '$(Configuration)' == 'Debug'" Include =" Avalonia.Diagnostics" Version =" 11.0.5 " />
29
29
<PackageReference Include =" Semi.Avalonia" Version =" 11.0.1" />
30
30
</ItemGroup >
31
31
<ItemGroup >
Original file line number Diff line number Diff line change 1
- Java to C# Converter
2
- ====================
1
+ # Java to C# Converter
3
2
4
3
[ ![ .NET Build] ( https://github.com/paulirwin/JavaToCSharp/actions/workflows/build.yml/badge.svg )] ( https://github.com/paulirwin/JavaToCSharp/actions/workflows/build.yml ) [ ![ Nuget] ( https://img.shields.io/nuget/v/JavaToCSharp )] ( https://www.nuget.org/packages/JavaToCSharp/ )
5
4
@@ -11,8 +10,7 @@ and [Roslyn](https://github.com/dotnet/roslyn) for C# AST generation.
11
10
12
11
Pull requests and issue submission welcome.
13
12
14
- Getting Started
15
- ===============
13
+ ## Getting Started
16
14
17
15
Clone the repo, build, and launch the Gui WPF app. Click the "..." button on
18
16
the left side to load a Java file, and then click Convert to convert to
@@ -24,7 +22,6 @@ from the command line.
24
22
25
23
The core library is installable via NuGet at https://www.nuget.org/packages/JavaToCSharp/
26
24
27
- License for JavaParser
28
- ======================
25
+ ## License for JavaParser
29
26
30
27
Licensed under the Apache License available at https://github.com/javaparser/javaparser/blob/master/LICENSE.APACHE
You can’t perform that action at this time.
0 commit comments