-
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
3.0 API Review Feedback #15662
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
Milestone
Comments
@ajcvickers to look at 1 and 3. @roji to look at 4. |
|
(updated with 2nd pass) |
AndriySvyryd
added a commit
that referenced
this issue
Jun 6, 2019
React to API review feedback Add a way to obsolete event definitions Part of #15662
ajcvickers
added a commit
that referenced
this issue
Jun 21, 2019
smitpatel
added a commit
that referenced
this issue
Jun 21, 2019
Merged
smitpatel
added a commit
that referenced
this issue
Jun 21, 2019
ajcvickers
added a commit
that referenced
this issue
Jun 21, 2019
smitpatel
added a commit
that referenced
this issue
Jun 21, 2019
smitpatel
added a commit
that referenced
this issue
Jun 21, 2019
Merged
ajcvickers
added a commit
that referenced
this issue
Jul 14, 2019
Covering all the queries MusicStore does, and also updating the tests to properly use store-generated values. Also, added the ModelSnapshots generated by the project templates for 2.1, 2.2, and 3.0, for SQL Server and SQLite. They all diff correctly against the current code showing no differences in the generated schema. Part of #15662 and #11838 Note that currently the ASP.NET 3.0 templates still contain migrations generated by 2.2. See dotnet/aspnetcore#12168
ajcvickers
added a commit
that referenced
this issue
Jul 15, 2019
Covering all the queries MusicStore does, and also updating the tests to properly use store-generated values. Also, added the ModelSnapshots generated by the project templates for 2.1, 2.2, and 3.0, for SQL Server and SQLite. They all diff correctly against the current code showing no differences in the generated schema. Part of #15662 and #11838 Note that currently the ASP.NET 3.0 templates still contain migrations generated by 2.2. See dotnet/aspnetcore#12168
ajcvickers
added a commit
that referenced
this issue
Jul 15, 2019
Covering all the queries MusicStore does, and also updating the tests to properly use store-generated values. Also, added the ModelSnapshots generated by the project templates for 2.1, 2.2, and 3.0, for SQL Server and SQLite. They all diff correctly against the current code showing no differences in the generated schema. Part of #15662 and #11838 Note that currently the ASP.NET 3.0 templates still contain migrations generated by 2.2. See dotnet/aspnetcore#12168
(Updated with pass 4 and a bit of pass 5) |
ajcvickers
added a commit
that referenced
this issue
Jul 23, 2019
* Remove indexMap parameter of `IEntityMaterializerSource.CreateMaterializeExpression()` * Move `IsEFPropertyMethod` to `MethodInfoExtensions` * Rename `MemberIdentity` file * Made members private on `ExpressionPrinter` * Use `IReadOnlyList` instead of `IList` where appropriate * Added factory methods to `SqlFunctionExpression` * Seal `public override ExpressionType NodeType => ExpressionType.Extension;` * Added dependency object for QueryCompilationContext Part of #15662
ajcvickers
added a commit
that referenced
this issue
Jul 23, 2019
* Remove indexMap parameter of `IEntityMaterializerSource.CreateMaterializeExpression()` * Move `IsEFPropertyMethod` to `MethodInfoExtensions` * Rename `MemberIdentity` file * Made members private on `ExpressionPrinter` * Use `IReadOnlyList` instead of `IList` where appropriate * Added factory methods to `SqlFunctionExpression` * Seal `public override ExpressionType NodeType => ExpressionType.Extension;` * Added dependency object for QueryCompilationContext Part of #15662
ajcvickers
added
the
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
label
Jul 23, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
Pass 1:
@roji Add Clone or With methods to AlterColumnOperationMoved to Add Clone or With methods to AlterColumnOperation #16224Pass 2:
Add breaking change note for ChangeTracker.TrackGraph()This wasn't a breaking change after allnull
. Do we still want to rename CollectionEntry.GetTargetEntry() to FindEntry()?Pass 3:
Pass 4:
Document removal of IQueryable.ToLookupAsync() breaking changewas added in 3.0Remove IParameterBindingFactory.Bind(IMutableEntityType)Reviewed and this is used and needed@smitpatel Remove async parameter of IDatabase.CompileQuery() (infer when TResult is Task)Covered by Consider revisiting EF.CompileQuery API #14551Pass 5:
IList
andISet
and consider read-only. Also, check for concreteList
SqlFunctionExpession
NodeType
for all extension expessionsThe text was updated successfully, but these errors were encountered: