-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix to #17236 - Improve readability of expressions in client evaluati…
…on exception Adding a new switch to ExpressionPrinter that creates simplified output for Print and verbose (i.e. what we had before this change) for PrintDebug. Simplified output means: - displaying extension methods as extension methods rather than regular static methods, - simplifying display of Navigation object, - not showing if lambda body references parameter that is out of scope. Also fixed minor display bugs in expression printer. Also some changes in testing: - added unit tests for ExpressionPrinter, - DRY the "translation failed" tests, - "translation failed" tests no longer verify expression in the exception message and instead just make sure that right exception is thrown.
- Loading branch information
Showing
24 changed files
with
1,023 additions
and
1,186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.