-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
7.0 API Reviews #27588
Labels
area-global
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
Milestone
Comments
AndriySvyryd
added a commit
that referenced
this issue
May 5, 2022
Use client value comparer as provider value comparer if possible The client value comparer will not be used if the model type is a nullable value type since we need the types to match exactly and the provider type is never nullable Fix some API issues Remove some unused code Fixes #27738 Fixes #27850 Fixes #27791 Part of #27588
ghost
pushed a commit
that referenced
this issue
May 13, 2022
bricelam
added a commit
to bricelam/efcore
that referenced
this issue
Jul 1, 2022
Part of dotnet#4038, part of dotnet#27588, fixes dotnet#27598, resolves dotnet#8434, resolves dotnet#21882, fixes dotnet#26349
bricelam
added a commit
to bricelam/efcore
that referenced
this issue
Jul 11, 2022
Part of dotnet#4038, part of dotnet#27588, resolves dotnet#8434, resolves dotnet#21882, part of dotnet#26349
This was referenced Jul 21, 2022
ajcvickers
added a commit
that referenced
this issue
Jul 25, 2022
Part of #27588. - Remove params, Obsolete, and add a new ctor to IndexAttribute - Use entity instead of instance in IIdentityResolutionInterceptor and IMaterializationInterceptor - Use parameter objects in IIdentityResolutionInterceptor and IInstantiationBindingInterceptor - Remove entityInstanceName parameter in IInstantiationBindingInterceptor.ModifyBinding - Rename SkippingIdentityResolutionInterceptor to IgnoringIdentityResolutionInterceptor - Remove IQueryExpressionInterceptor.CompilingQuery and CompiledQuery - Rename IQueryExpressionInterceptor.ProcessingQuery to QueryCompilationStarting
Merged
bricelam
added a commit
to bricelam/efcore
that referenced
this issue
Aug 19, 2022
AndriySvyryd
added a commit
that referenced
this issue
Aug 19, 2022
Revert 'Add a custom convention which adds a blank trigger to all tables' Part of #27588
bricelam
added a commit
to bricelam/efcore
that referenced
this issue
Aug 19, 2022
roji
added a commit
to roji/efcore
that referenced
this issue
Aug 20, 2022
roji
added a commit
to roji/efcore
that referenced
this issue
Aug 20, 2022
roji
added a commit
to roji/efcore
that referenced
this issue
Aug 21, 2022
roji
added a commit
that referenced
this issue
Aug 21, 2022
bricelam
added
the
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
label
Aug 31, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-global
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
As a team, we periodically review any changes made to the public API of the product. This issue keeps track of any follow-up items that come out of those reviews for the 7.0 release.
March 7
Done
March 25
Done
record
?params
, Obsolete, and add a new ctor to IndexAttributeIDictionary<,>
additionalReadValues
parameter of UpdateSqlGenerator.AppendDeleteCommand in a design meeting?May 13
Done
June 24
Done
entityInstanceName
parameter in IInstantiationBindingInterceptor.ModifyBindingInstanceFactory
code fromEntityType
to a common location that could be called with the materializer. This required thatServiceOnlyConstructorBinding
be available outside ofEntityType
.July 11
Done
int
August 8
Done
8
)protected
August 17
internal
private
The text was updated successfully, but these errors were encountered: