GD0109: The '[ExportToolButton]' attribute cannot be used with another '[Export]' attribute

規則 ID

GD0109

分類

用法

修正是否會破壞相容性

非破壞性

預設啟用

原因

A property is annotated with both the [ExportToolButton] and the [Export] attributes.

規則說明

The [ExportToolButton] attribute already implies exporting the member, so the [Export] is unnecessary.

修正方式

要修正此規則的違規情形,請移除 [Export] 屬性。

什麼時候應該忽略警告

Do not suppress a warning from this rule. Multiple export attributes may lead to duplicated members, resulting in unexpected runtime errors.