Skip to content

Commit

Permalink
[Xamarin.Android.Build.Tasks] Update to newer ILRepack which supports…
Browse files Browse the repository at this point in the history
… debug files. (#8839)

`ILRepack` has a new (Microsoft) maintainer who is working on modernizing it.  This includes updating to a newer version of `Mono.Cecil` which supports `portable` and `embedded` debug symbols:

gluck/il-repack#333

Updating to the latest version should fix our issue about being unable to debug `Xamarin.Android.Build.Tasks` or get full stack traces.
  • Loading branch information
jpobst authored Mar 28, 2024
1 parent 183e1ec commit 164a9b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<ItemGroup>
<PackageReference Include="Mono.Cecil" Version="$(MonoCecilVersion)" GeneratePathProperty="true" />
<PackageReference Include="ILRepack" Version="2.0.18" />
<PackageReference Include="ILRepack" Version="2.0.28" />
<PackageReference Include="Irony" />
<PackageReference Include="NuGet.ProjectModel" Version="6.9.1" />
<PackageReference Include="Newtonsoft.Json" Version="$(NewtonsoftJsonPackageVersion)" />
Expand Down

0 comments on commit 164a9b9

Please sign in to comment.