-
Notifications
You must be signed in to change notification settings - Fork 199
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
Verify diagnostics more broadly in integration tests #10247
Labels
Milestone
Comments
I'm looking into this now. |
@jjonescz is there anything left to do here? |
Yes, I've done this only for some tests so far. |
I've looked again and didn't find any other interesting tests where C# diagnostic verification would be missing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#10232 (comment)
There are some unit test files (such as
CodeGenerationIntegrationTest
that don't verify C# or razor diagnostics of the code they produce. We need to do this much more generally in all our integration tests.The text was updated successfully, but these errors were encountered: