Browse Source

feat: Content improved for STRDIAG009.md as @Joreyk suggested

Vaclav Elias 2 years ago
parent
commit
879c12f883
1 changed files with 1 additions and 1 deletions
  1. 1 1
      en/diagnostics/STRDIAG009.md

+ 1 - 1
en/diagnostics/STRDIAG009.md

@@ -28,7 +28,7 @@ public class STRDIAG009
 
 ## Solution
 
-To resolve the warning, remove the @Stride.Core.DataMemberAttribute. Or change the key of the `IDictionary` to a supported type. Add a pragma Suppression in the IDE if it is a valid type.
+To resolve the warning, remove the @Stride.Core.DataMemberAttribute or add @Stride.Core.DataMemberIgnoreAttribute. Or change the key of the `IDictionary` to a supported type. Add a pragma Suppression in the IDE if it is a valid type.
 
 ## References