-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Open
Milestone
Description
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
Mar 18
- @roji Move
FullTextSearchResultto the .Query namespace - @roji Remove
HasFullTextCatalog,HasFullTextChangeTracking,HasFullTextKeyIndex,HasFullTextLanguageextension methods (other than the ones defined forIConventionIndexBuilder) - @roji Remove
namefrom the parameter names for the above and the correspondingCanSet*methods
Mar 23
- @roji
SqlServerFullTextIndexBuilderandSqlServerFullTextIndexBuilder<>:-
HasKeyIndex->UseKeyIndex -
HasLanguage->UseLanguage -
OnCatalog->UseCatalog -
WithChangeTracking->HasChangeTracking - Remove
namefrom the parameter names for the above
-
- @roji
SqlServerVectorIndexBuilderandSqlServerVectorIndexBuilder<>:-
UseMetric->HasMetric -
UseType->HasType
-
- @roji Validate that no unsupported configuration was performed using the Metadata API
- @roji Move
columnSelectorparameter right and make optional to collapse overloads ofContainsTableandFreeTextTableinSqlServerQueryableExtensions - @AndriySvyryd Rename
CosmosDbContextOptionsBuilder.BulkExecutionEnabledtoBulkExecutionAllowed - @AndriySvyryd Rename
ModelSnapshot.LatestMigrationIdtoLastMigrationId
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels