paulegradie / Sailfish

Sailfish - a production friendly performance benchmark runner for .NET
https://paulgradie.com/Sailfish/
MIT License
11 stars 4 forks source link

Fix duplicate test class discovery bug #128

Closed paulegradie closed 6 months ago

paulegradie commented 6 months ago

Description

If you implement two classes with the same name, they will fail to be discovered or correctly disambiguated. This will throw a test discovery validation error in either the runner or the test adapter.

Results

Fixes: https://github.com/paulegradie/Sailfish/issues/127