Skip to content

Commit 164a9b9

Browse files
authored
[Xamarin.Android.Build.Tasks] Update to newer ILRepack which supports 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.
1 parent 183e1ec commit 164a9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Xamarin.Android.Build.Tasks/Xamarin.Android.Build.Tasks.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<ItemGroup>
2828
<PackageReference Include="Mono.Cecil" Version="$(MonoCecilVersion)" GeneratePathProperty="true" />
29-
<PackageReference Include="ILRepack" Version="2.0.18" />
29+
<PackageReference Include="ILRepack" Version="2.0.28" />
3030
<PackageReference Include="Irony" />
3131
<PackageReference Include="NuGet.ProjectModel" Version="6.9.1" />
3232
<PackageReference Include="Newtonsoft.Json" Version="$(NewtonsoftJsonPackageVersion)" />

0 commit comments

Comments
 (0)