8 references to Warning
WasmAppBuilder (8)
IcallTableGenerator.cs (2)
145Log.Warning("WASM0001", $"Could not get icall, or callbacks for method '{type.FullName}::{method.Name}' because '{ex.Message}'"); 197Log.Warning("WASM0001", $"Failed to generate icall function for method '[{method.DeclaringType!.Assembly.GetName().Name}] {className}::{method.Name}'" +
PInvokeCollector.cs (2)
81Log.Warning("WASM0001", $"Could not get pinvoke, or callbacks for method '{type.FullName}::{method.Name}' because '{ex}'"); 128Log.Warning("WASM0001", $"Skipping callback '{method.DeclaringType!.FullName}::{method.Name}' because '{reason}'.");
PInvokeTableGenerator.cs (2)
108Log.Warning("WASM0001", $"Found a native function ({first.EntryPoint}) with varargs in {first.Module}." + 268Log.Warning("WASM0001", $"Skipping pinvoke '{pinvoke.Method.DeclaringType!.FullName}::{pinvoke.Method.Name}' because '{reason}'.");
SignatureMapper.cs (2)
19log.Warning("WASM0064", $"Unbounded recursion detected through parameter type '{t.Name}'"); 81log.Warning("WASM0064", $"Unsupported parameter type '{t.Name}'");