You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Xamarin.Android.Build.Tasks] #deletebinobj going from 15.9 to master (#3172)
I was actively looking for #deletebinobj bugs, and tried a scenario:
1. Create the Master/Detail template from VS 2017 15.9
2. Build with VS 2017 15.9
3. Install/switch to VS 2019.
4. Build with VS 2019 16.2/master
Unfortunately this hit a bug:
Task CompileToDalvik
...
Xamarin.Android.Common.targets(2805,3): java.lang.IllegalArgumentException: already added : Lmono/android/Seppuku;
`Seppuku.java` was another file we missed when creating the
`_CleanupOldStaticResources` target; see 5a9d1a6.
I plan to make a new type of test for this scenario, but for now I
updated the `RemoveOldMonoPackageManager()` to reproduce this issue.
0 commit comments