When I decompile and export dll then [CompilerGenerated] code gets inserted,unable to compile in VS
harry1296
Posts: 1 New member
When I decompile and export dll then following [CompilerGenerated] code gets inserted which I am unable to compile in Visual Studio 2017
[CompilerGenerated]private static class <>o__12{public static CallSite<Func<CallSite, object, bool, object>> <>p__0;}
Also methodof keyword gets inserted in C# source code.
How can I manage this code and retrieve complete source code.
Also can I decompile and export multiple dll's all at once.
[CompilerGenerated]private static class <>o__12{public static CallSite<Func<CallSite, object, bool, object>> <>p__0;}
Also methodof keyword gets inserted in C# source code.
How can I manage this code and retrieve complete source code.
Also can I decompile and export multiple dll's all at once.
Tagged:
Answers
You can't export multiple dlls at once.