hacker0x01
hacker0x01
Just a clarification: MPX/ConfuserEx run on. NET Framework/Mono. They never themselves ran on .NET Core or were .NET Standard-compatiable; this is mainly due to dnlib choosing to stay on .NETFx....
I have not yet tested `ModPhuserEx` with `netstandard` libraries; I have currently only tested with `netcoreapp1.1`. I will look into this.
The source of the problem is that the .NET Core SDKs do not have `System.Console` installed as a reference assembly in the SDK path: if you see [my .net core...
@Dev-SlimGIS any update on this? Is your problem solved by the fix I suggested?
if (validationFailures.Any()) { foreach (var failure in validationFailures.ToList()) Console.WriteLine(failure.GetType().Name + ": " + failure.Message + " - " + failure.HowToResolve); }
Thanks for this contribution! I'll take a look at your tools and consider adding them.
Hi, Are you using the `xamarin.android-oss_*.orig.tar.bz2` package? Can you post the output of `tree` on a pastebin website? Also can you please post the specific version of the package you're...
What directory are you running this from? I have 141 directories, 1122 files with the `xamarin-android/xamarin.android-oss_8.2.99.35.orig.tar.bz2` extracted.
Could you try extracting it with `tar xf ./xamarin.android-oss_8.2.99.35.orig.tar.bz2`? That's how I'm doing it.
498M compressed, 1.7G uncompressed