SukiUI icon indicating copy to clipboard operation
SukiUI copied to clipboard

error CS1061: “AppBuilder”未包含“UseXamlDisplay”的定义,并且找不到可接受第一个“AppBuilder”类型参数的可访问扩展方法“UseXamlDisplay”(是否缺少 using 指令或程序集引用?)

Open 525293680 opened this issue 10 months ago • 4 comments

已经安装了ShowMeTheXaml,编译提示: error CS1061: “AppBuilder”未包含“UseXamlDisplay”的定义,并且找不到可接受第一个“AppBuilder”类型参数的可访问扩展方法“UseXamlDisplay”(是否缺少 using 指令或程序集引用?) 1712473132084

525293680 avatar Apr 07 '24 06:04 525293680

Also got this after the 11.1 update, as workaround you can revert back to version 1.4.1

Bia10 avatar Apr 08 '24 13:04 Bia10

Thank you for your suggestion.

525293680 avatar Apr 09 '24 01:04 525293680

I commented UseXamlDisplay() and it compiles successfully, is there a better solution?

Jhonnyfish avatar Apr 18 '24 07:04 Jhonnyfish

I commented UseXamlDisplay() and it compiles successfully, is there a better solution?

Also got this after the 11.1 update, as workaround you can revert back to version 1.4.1

Its worked

Jhonnyfish avatar Apr 18 '24 08:04 Jhonnyfish

reproduce this issue today, update ShowMeTheXaml package to 1.5.1 or above will solve the issue.

Eanvans avatar Apr 28 '24 12:04 Eanvans

should be fixed in latest beta5 nuget package

kikipoulet avatar Apr 29 '24 09:04 kikipoulet