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

ExpressionPrinter fixes/cleanup #18763

Merged
merged 1 commit into from
Nov 5, 2019
Merged

ExpressionPrinter fixes/cleanup #18763

merged 1 commit into from
Nov 5, 2019

Conversation

maumar
Copy link
Contributor

@maumar maumar commented Nov 5, 2019

Fix to #18709 - Query: expression printer should still print type argument for Cast and OfType
Fix to #18413 - Query: clean-up expression printer when we can do breaking changes

Resolves #18709
Resolves #18413

Copy link
Member

@AndriySvyryd AndriySvyryd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider adding a test for Cast/OfType

Fix to #18709 - Query: expression printer should still print type argument for Cast and OfType
Fix to #18413 - Query: clean-up expression printer when we can do breaking changes

Resolves #18709
Resolves #18413
@maumar maumar merged commit 37f0135 into master Nov 5, 2019
@maumar maumar deleted the fix18709 branch November 5, 2019 20:44
@@ -53,8 +53,7 @@ public ExpressionPrinter()
}

private int? CharacterLimit { get; set; }

private bool GenerateUniqueParameterIds { get; set; }
private bool Verbose { get; set; }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any specific reason these are private properties rather than fields?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants