tpierrain/NFluent

Improve performance of Considering() related checks

Opened this issue · 0 comments

Current implementation of Considering() performs multiple reflection scan to identify fields.
Consider adding caching logic to (significantly) improve performance.