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

Roslyn tests for DynamicLinqWriterVisitor results #83

Open
zspitz opened this issue Jun 17, 2021 · 1 comment
Open

Roslyn tests for DynamicLinqWriterVisitor results #83

zspitz opened this issue Jun 17, 2021 · 1 comment
Labels
tests Related to automated tests of the library
Milestone

Comments

@zspitz
Copy link
Owner

zspitz commented Jun 17, 2021

Pending #82 we're changing the output of DynamicLinqWriterVisitor from just being an expression, to actual code that can be copied/pasted. We should implement Roslyn tests to verify that these actually work.

Related #66.

@zspitz zspitz added this to the 3.5 milestone Jun 27, 2021
@zspitz
Copy link
Owner Author

zspitz commented Jun 27, 2021

One possible issue is how we render object instances with no ToString override. For example, an instance of System.Random becomes #Random.

@zspitz zspitz added the tests Related to automated tests of the library label Jul 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Related to automated tests of the library
Projects
None yet
Development

No branches or pull requests

1 participant