@@ -575,7 +575,7 @@ public Task<CreateTableResult> CreateTableAsync (
575
575
/// Whether the table was created or migrated for each type.
576
576
/// </returns>
577
577
#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." ) ]
579
579
#endif
580
580
public Task < CreateTablesResult > CreateTablesAsync <
581
581
#if NET8_0_OR_GREATER
@@ -602,7 +602,7 @@ public Task<CreateTablesResult> CreateTablesAsync<
602
602
/// Whether the table was created or migrated for each type.
603
603
/// </returns>
604
604
#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." ) ]
606
606
#endif
607
607
public Task < CreateTablesResult > CreateTablesAsync <
608
608
#if NET8_0_OR_GREATER
@@ -634,7 +634,7 @@ public Task<CreateTablesResult> CreateTablesAsync<
634
634
/// Whether the table was created or migrated for each type.
635
635
/// </returns>
636
636
#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." ) ]
638
638
#endif
639
639
public Task < CreateTablesResult > CreateTablesAsync <
640
640
#if NET8_0_OR_GREATER
@@ -671,7 +671,7 @@ public Task<CreateTablesResult> CreateTablesAsync<
671
671
/// Whether the table was created or migrated for each type.
672
672
/// </returns>
673
673
#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." ) ]
675
675
#endif
676
676
public Task < CreateTablesResult > CreateTablesAsync <
677
677
#if NET8_0_OR_GREATER
0 commit comments