@@ -575,7 +575,7 @@ public Task<CreateTableResult> CreateTableAsync (
575575 /// Whether the table was created or migrated for each type.
576576 /// </returns>
577577#if NET8_0_OR_GREATER
578- [ UnconditionalSuppressMessage ( "Trimming" , "IL2026" , Justification = "This method preserves metata for all type arguments." ) ]
578+ [ UnconditionalSuppressMessage ( "Trimming" , "IL2026" , Justification = "This method preserves metadata for all type arguments." ) ]
579579#endif
580580 public Task < CreateTablesResult > CreateTablesAsync <
581581#if NET8_0_OR_GREATER
@@ -602,7 +602,7 @@ public Task<CreateTablesResult> CreateTablesAsync<
602602 /// Whether the table was created or migrated for each type.
603603 /// </returns>
604604#if NET8_0_OR_GREATER
605- [ UnconditionalSuppressMessage ( "Trimming" , "IL2026" , Justification = "This method preserves metata for all type arguments." ) ]
605+ [ UnconditionalSuppressMessage ( "Trimming" , "IL2026" , Justification = "This method preserves metadata for all type arguments." ) ]
606606#endif
607607 public Task < CreateTablesResult > CreateTablesAsync <
608608#if NET8_0_OR_GREATER
@@ -634,7 +634,7 @@ public Task<CreateTablesResult> CreateTablesAsync<
634634 /// Whether the table was created or migrated for each type.
635635 /// </returns>
636636#if NET8_0_OR_GREATER
637- [ UnconditionalSuppressMessage ( "Trimming" , "IL2026" , Justification = "This method preserves metata for all type arguments." ) ]
637+ [ UnconditionalSuppressMessage ( "Trimming" , "IL2026" , Justification = "This method preserves metadata for all type arguments." ) ]
638638#endif
639639 public Task < CreateTablesResult > CreateTablesAsync <
640640#if NET8_0_OR_GREATER
@@ -671,7 +671,7 @@ public Task<CreateTablesResult> CreateTablesAsync<
671671 /// Whether the table was created or migrated for each type.
672672 /// </returns>
673673#if NET8_0_OR_GREATER
674- [ UnconditionalSuppressMessage ( "Trimming" , "IL2026" , Justification = "This method preserves metata for all type arguments." ) ]
674+ [ UnconditionalSuppressMessage ( "Trimming" , "IL2026" , Justification = "This method preserves metadata for all type arguments." ) ]
675675#endif
676676 public Task < CreateTablesResult > CreateTablesAsync <
677677#if NET8_0_OR_GREATER
0 commit comments