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 8edaf74 commit c2194f8Copy full SHA for c2194f8
src/tasks/WasmAppBuilder/PInvokeCollector.cs
@@ -204,8 +204,6 @@ private bool HasAssemblyDisableRuntimeMarshallingAttribute(Assembly assembly)
204
.Any(d => d.AttributeType.Name == "DisableRuntimeMarshallingAttribute");
205
}
206
207
- value = assembly.GetCustomAttributesData().Any(d => d.AttributeType.Name == "DisableRuntimeMarshallingAttribute");
208
-
209
return value;
210
211
0 commit comments