-
Notifications
You must be signed in to change notification settings - Fork 255
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
Forward logs to EqtTrace #776
Conversation
@Haplois Do you know how we could safely figure out the exact version of the used adapter from the assembly metadata and print it into the log, as we do with VSTest platform? In vstest it is in Product class. But simple reflection does not work in mstest because it is portable. So I guess I need multiple implementations? |
The easiest way to get it is using Examples: |
Is that MSTest version correct? Shouldn't that be 2.1.1 or something? |
Anyways let's merge that now, and I will look into the version later. |
Ah sorry, I just realized that I mislabeled; MSTest version we set at assemblies are versions of For this (
|
When running on .NET Core forward logs to EqtTrace to be written into diag log when it is enabled.