Skip to content
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

More API review changes #16713

Merged
merged 1 commit into from
Jul 23, 2019
Merged

More API review changes #16713

merged 1 commit into from
Jul 23, 2019

Conversation

ajcvickers
Copy link
Member

  • 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

* 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 ajcvickers merged commit 83349fe into master Jul 23, 2019
@ghost ghost deleted the SplashAndDash0723 branch July 23, 2019 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants