NETDeob icon indicating copy to clipboard operation
NETDeob copied to clipboard

renaming Methods

Open AlenToma opened this issue 5 years ago • 0 comments

Hi, really the best free software i could ever find.

There is some problem thagh when using it with mono.

the library rename the methods to ?number? which i think gives problem with mono.

It would be greet if there are other renaming option like charNumberChar which is valid when using it it with visual studio

Here is the error im getting, please help

Severity	Code	Description	Project	File	Line	Suppression State
Error		The "LinkAssemblies" task failed unexpectedly.
Mono.Linker.MarkException: Error processing method: '<Number>j__TPar ?1?::get_Number()' in assembly: 'Youtube.Manager.dll' ---> Mono.Cecil.ResolutionException: Failed to resolve <Number>j__TPar ?1?<<Number>j__TPar,<Content>j__TPar>::<Number>i__Field
   at Mono.Linker.Steps.MarkStep.MarkField(FieldReference reference)
   at Mono.Linker.Steps.MarkStep.MarkInstruction(Instruction instruction)
   at Mono.Linker.Steps.MarkStep.MarkMethodBody(MethodBody body)
   at Mono.Linker.Steps.MarkStep.ProcessMethod(MethodDefinition method)
   at Mono.Linker.Steps.MarkStep.ProcessQueue()
   --- End of inner exception stack trace ---
   at Mono.Linker.Steps.MarkStep.ProcessQueue()
   at Mono.Linker.Steps.MarkStep.ProcessPrimaryQueue()
   at Mono.Linker.Steps.MarkStep.Process()
   at MonoDroid.Tuner.MonoDroidMarkStep.Process(LinkContext context)
   at Mono.Linker.Pipeline.Process(LinkContext context)
   at MonoDroid.Tuner.Linker.Process(LinkerOptions options, ILogger logger, LinkContext& context)
   at Xamarin.Android.Tasks.LinkAssemblies.Execute(DirectoryAssemblyResolver res)
   at Xamarin.Android.Tasks.LinkAssemblies.Execute()
   at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
   at Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__26.MoveNext()	Youtube.Manager.Droid			

AlenToma avatar Aug 05 '19 03:08 AlenToma