You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
public ParameterQueryRootExpression(IAsyncQueryProvider asyncQueryProvider, Type elementType, ParameterExpression parameterExpression)
public ParameterQueryRootExpression(Type elementType, ParameterExpression parameterExpression)
public virtual ParameterExpression ParameterExpression { [CompilerGeneratedAttribute]get; }
QueryableMethodTranslatingExpressionVisitor.ExecuteUpdateSetter
non-nestedQueryHelpers
methods toInfrastructure.EnumerableExtensions
QueryParameterExpression.ShouldBeConstantized
toShouldBeInlined
, also for related namesThe text was updated successfully, but these errors were encountered: