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

10.0 API Reviews #35722

Open
4 tasks
AndriySvyryd opened this issue Mar 3, 2025 · 0 comments
Open
4 tasks

10.0 API Reviews #35722

AndriySvyryd opened this issue Mar 3, 2025 · 0 comments

Comments

@AndriySvyryd
Copy link
Member

AndriySvyryd commented Mar 3, 2025

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 10.0 release.

Mar 3

  • @roji Obsolete these methods instead of removing them (can be done for other related removed API instead if it's more likely to be used by a provider):
    • public ParameterQueryRootExpression(IAsyncQueryProvider asyncQueryProvider, Type elementType, ParameterExpression parameterExpression)
    • public ParameterQueryRootExpression(Type elementType, ParameterExpression parameterExpression)
    • public virtual ParameterExpression ParameterExpression { [CompilerGeneratedAttribute]get; }
  • @roji Consider making QueryableMethodTranslatingExpressionVisitor.ExecuteUpdateSetter non-nested
  • @roji Move the QueryHelpers methods to Infrastructure.EnumerableExtensions
  • @roji Consider renaming QueryParameterExpression.ShouldBeConstantized to ShouldBeInlined, also for related names
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants