paulegradie / Sailfish

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

Pg/dont use modules internally #150

Closed paulegradie closed 2 months ago

paulegradie commented 2 months ago

Description

Extending Autofacs Module class internally in Sailfish is dangerious since clients will typically performance assembly scanning to discover modules. This PR removes these extensions and replaces them with an interface implementation that is used internally.