You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a team, we periodically review changes made to the public API. This issue tracks follow-up items that come out of those reviews for the 11.0 release.
Feb 24
@roji Take a look at the AOT suppression on EntityFrameworkQueryableExtensions
@roji Move FullTextSearchResult to the .Query namespace
@roji Remove HasFullTextCatalog, HasFullTextChangeTracking, HasFullTextKeyIndex, HasFullTextLanguage extension methods (other than the ones defined for IConventionIndexBuilder)
@roji Remove name from the parameter names for the above and the corresponding CanSet* methods
Mar 23
@rojiSqlServerFullTextIndexBuilder and SqlServerFullTextIndexBuilder<>:
HasKeyIndex -> UseKeyIndex
HasLanguage -> UseLanguage
OnCatalog -> UseCatalog
WithChangeTracking -> HasChangeTracking
Remove name from the parameter names for the above
@rojiSqlServerVectorIndexBuilder and SqlServerVectorIndexBuilder<>:
UseMetric -> HasMetric
UseType -> HasType
@roji Validate that no unsupported configuration was performed using the Metadata API
As a team, we periodically review changes made to the public API. This issue tracks follow-up items that come out of those reviews for the 11.0 release.
Feb 24
EntityFrameworkQueryableExtensionsMar 18
FullTextSearchResultto the .Query namespaceHasFullTextCatalog,HasFullTextChangeTracking,HasFullTextKeyIndex,HasFullTextLanguageextension methods (other than the ones defined forIConventionIndexBuilder)namefrom the parameter names for the above and the correspondingCanSet*methodsMar 23
SqlServerFullTextIndexBuilderandSqlServerFullTextIndexBuilder<>:HasKeyIndex->UseKeyIndexHasLanguage->UseLanguageOnCatalog->UseCatalogWithChangeTracking->HasChangeTrackingnamefrom the parameter names for the aboveSqlServerVectorIndexBuilderandSqlServerVectorIndexBuilder<>:UseMetric->HasMetricUseType->HasTypecolumnSelectorparameter right and make optional to collapse overloads ofContainsTableandFreeTextTableinSqlServerQueryableExtensionsCosmosDbContextOptionsBuilder.BulkExecutionEnabledtoBulkExecutionAllowedModelSnapshot.LatestMigrationIdtoLastMigrationId