resharper为xaml命名空间命名规则

时间:2010-05-03 14:27:18

标签: xaml namespaces resharper naming

在Resharper 5.0中,当我在XAML中使用一个我还没有nampsace包含的类型时,它会自动添加命名空间,如下所示:

xmlns:ViewModel="clr-namespace:MyNameSpace.ViewModel"

如何强制它使用这样的缩写:

xmlns:vm="clr-namespace:MyNameSpace.ViewModel"

1 个答案:

答案 0 :(得分:0)

正如本文“XAML Support Refresh in ReSharper 7.1”中所提到的,XAML支持得到了改进,并修复了大量问题,包括名称空间问题。

例如,此相关错误(resharper5.x)“Code Issue "Redundant XAML namespace alias" is wrong if the namespace is used as a parameter for a markup extension.”已在ReSharper 7.1中修复。