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

Ідентифікатор правила

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.