未使用アトリビュートに関する警告
- メッセージ
Consider deleting the value <value>.It’s never used because it refers to the missing attribute <attribute>.
- 原因
- エンティティに存在しなくなったアトリビュートに値が設定されています。
- 推奨事項
- インラインレコードプロパティから値のエントリを削除します。さらに、アトリビュートの削除が偶発的なものではなく、意図的なものであることを検証します。
Consider deleting the value <value>.It’s never used because it refers to the missing attribute <attribute>.