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 9affc4e commit ec1719dCopy full SHA for ec1719d
src/tasks/WasmAppBuilder/IcallTableGenerator.cs
@@ -192,7 +192,7 @@ private void ProcessType (Type type)
192
}
193
catch (NotImplementedException nie)
194
{
195
- Log.LogWarning($"Failed to generate icall function for '[{method.DeclaringType!.Assembly.GetName().Name}] {className}::{method.Name}'" +
+ Log.LogWarning($"Failed to generate icall function for method '[{method.DeclaringType!.Assembly.GetName().Name}] {className}::{method.Name}'" +
196
$" because type '{nie.Message}' is not supported for parameter named '{par.Name}'. Ignoring.");
197
return null;
198
0 commit comments