-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TestPluginCache and other dependencies refactoring (#2537)
* Small improvements in TestPluginDiscoverer about loading types from assemblies * Small performance improvements * TestExtensions - refactored typeof operations * Added new assembly level attribute to define excat types which should be loaded from that assembly.Removed unnecessary FileHelper instance. * Commenting piece of code which cause build error * Restored previous implementation * Changed methods because previous changes had exception while building in CI * Added missing attribute to blame, event collector and code coverage * Redesigned custom attribute to specify interesting types themselves * More improvements * Fixed cast exception * GetTypes returned to previous implementation and removed unncessary Stopwatch * changed global.json * returned to previous version in global.json * PR review fix
- Loading branch information
Showing
10 changed files
with
134 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.