We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc67527 commit 234a8ccCopy full SHA for 234a8cc
source/MetadataProcessor.Core/Utility/NativeMethodsCrc.cs
@@ -67,7 +67,7 @@ internal static string GetMethodName(
67
var name = string.Concat(method.Name, (method.IsStatic ? "___STATIC__" : "___"),
68
string.Join("__", GetAllParameters(method)));
69
70
- var originalName = name.Replace(".", string.Empty);
+ var originalName = name.Replace(".", "_");
71
72
return originalName;
73
}
0 commit comments