This is the AMP version of this page.
If you want to load the real page instead, click this text.

Tutorial dnSpy - How to fix compiler error on main.g.cs

AndnixSH

PMT Elite Modder
Staff member
Modding-Team

Are you getting errors like this when trying to compile?



Try edit only Method instead whole Class

Still getting error? follow the simple steps to fix it.

Double click on errors, It will point you to the method. Remove all method that caused error then compile



Common error is generated code <>f__mg$cache0, remove it
[global::System.Runtime.CompilerServices.CompilerGenerated]
private static global::System.Action<string> <>f__mg$cache0;



Done!

 
Last edited: