We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b505c5 commit e48e3e6Copy full SHA for e48e3e6
Src/StackifyLib/Utils/HelperFunctions.cs
@@ -18,7 +18,7 @@ public class HelperFunctions
18
ReferenceLoopHandling = ReferenceLoopHandling.Ignore,
19
Converters = new List<JsonConverter>() {
20
new ToStringConverter("Module", typeof(Module)),
21
- new ToStringConverter("Method", typeof(MethodBase)),
+ new ToStringConverter("Method", typeof(MemberInfo)),
22
new ToStringConverter("Assembly", typeof(Assembly)),
23
}
24
};
0 commit comments