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 3caba59 commit eeb5fbaCopy full SHA for eeb5fba
source/MetadataProcessor.Core/nanoSkeletonGenerator.cs
@@ -133,7 +133,7 @@ private void GenerateStubs()
133
134
newMethod.ReturnType = m.MethodReturnType.ReturnType.ToNativeTypeAsString();
135
136
- newMethod.MarshallingReturnType = newMethod.ReturnType;
+ newMethod.MarshallingReturnType = m.MethodReturnType.ReturnType.ToCLRTypeAsString();
137
138
declaration.Append($"{m.Name}");
139
declaration.Append("( ");
0 commit comments