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

Custom logs are not (always?) collected when Initialize method fails #115

Open
ryanbrandenburg opened this issue Apr 18, 2022 · 0 comments

Comments

@ryanbrandenburg
Copy link

The Razor Integration tests currently have a failure that seems to happen only on the CI that's been hard to diagnose because it happens within AbstractRazorEditorTest.InitializeAsync and even though we make our RegisterCustomLogger calls at the top of the method they don't seem to get hit. I assume that has something to do with
this code seemingly special-casing exceptions thrown from Initialize, but I'm not clear on the precise behaviors here.

Here's one of the failures which is lacking the expected logs from our RegisterCustomLogger's.

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

No branches or pull requests

1 participant