microsoft / testfx

MSTest framework and adapter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unify how attributes are handled and how tests are discovered

nohwnd opened this issue · comments

Placeholder for proposal so I can link it from code.

Methods here are inconsistent in wrapping the code in if, normally we inspect all types, and report errors in signatures, but it would be more performant to just rely on analyzers and don't check on runtime.

https://github.com/microsoft/testfx/blob/main/src/Adapter/MSTest.TestAdapter/Execution/TypeCache.cs#L299-L327