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

Added DomainUnloaded event. #102

Merged
merged 1 commit into from May 18, 2018

Commits on May 18, 2018

  1. Added DomainUnloaded event.

    When using the NUnit3 test adapter, the process doesn't exit, the app domain is simply unloaded. This means that the  ProcessExit event is never raised. The DomainUnload event is called always. To make sure we don't add double hits, we clear the _markers collection after writing (in case the event handler is triggered twice).
    Maarten van Sambeek committed May 18, 2018
    Copy the full SHA
    63e5f07 View commit details
    Browse the repository at this point in the history