We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5190411 commit 1c9c7acCopy full SHA for 1c9c7ac
xpf/third-party-libraries.md
@@ -22,7 +22,7 @@ AvaloniaUI.Xpf.WinApiShim.WinApiShimSetup.
22
.AutoEnable(asm =>
23
{
24
var name = asm.GetName().Name.ToLowerInvariant();
25
- if (name is "iface.oik.tm.native" or "sqlite" or "jint" or "esprima")
+ if (name is "sqlite" or "jint" or "esprima")
26
return true;
27
return false;
28
});
0 commit comments