XmlDefinition .net core 3预览版2

时间:2019-01-31 07:22:50

标签: wpf .net-core .net-core-3.0

我已经将WPF项目和库迁移到.net Core 3.0 Preview 2。

在库中,我在AssemblyInfo.cs中有以下内容

[assembly: XmlnsDefinition("http://schemas.test.com/2008/xaml/presentation", "Test.Core.Applications")]
[assembly: XmlnsPrefix("http://schemas.test.com/2008/xaml/presentation", "test")]

在WPF应用中,我只能使用完整的程序集名称来调用控件,而不能通过XmlnsDefinition调用。

该如何解决?

谢谢

1 个答案:

答案 0 :(得分:0)

我最终通过删除项目引用对其进行了修复,再次添加并重新启动Visual Studio。