-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TestPluginCache and other dependencies refactoring #2537
Merged
Sanan07
merged 36 commits into
microsoft:master
from
Sanan07:dev/sayuzbas/test-plugin-cache
Nov 19, 2020
Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
4eb1f76
Test space added
Sanan07 fd6cbbf
Exception handler was added to catch AccessDeniedException while tryi…
Sanan07 026226a
Remove unnecessary space
Sanan07 104ffc0
Deleted unnecessary test. Changed console message and corrected folde…
Sanan07 2608e88
Remove unnecessary dot
Sanan07 f8d8aa1
Removed unnecessary lines and usings and coreccted exception message
Sanan07 0f6bf18
Removed unnecessary line
Sanan07 d1803c9
Updating resource files
Sanan07 bf0cacf
New exception handling was added
Sanan07 3ee2dc7
Merge branch 'master' into accessDeniedException
Sanan07 2582e75
Formatted exception message
Sanan07 030fda6
Merge branch 'accessDeniedException'
Sanan07 ea180c3
Merge branch 'master' of https://github.com/microsoft/vstest
Sanan07 7a896ff
Merge branch 'master' of https://github.com/microsoft/vstest
Sanan07 8ea1932
Merge branch 'master' of https://github.com/microsoft/vstest
Sanan07 740ae68
Merge branch 'master' of https://github.com/microsoft/vstest
Sanan07 73e626f
Small improvements in TestPluginDiscoverer about loading types from a…
Sanan07 c0b9e3d
Small performance improvements
Sanan07 2c40e69
TestExtensions - refactored typeof operations
Sanan07 a76ee21
Added new assembly level attribute to define excat types which should…
Sanan07 efcfb64
Commenting piece of code which cause build error
Sanan07 6512ee6
Restored previous implementation
Sanan07 e7839bd
Changed methods because previous changes had exception while building…
Sanan07 61622b4
Merge branch 'master' of https://github.com/microsoft/vstest into dev…
Sanan07 51ced2e
Added missing attribute to blame, event collector and code coverage
Sanan07 e130cdd
Merge branch 'dev/sayuzbas/test-plugin-cache' of https://github.com/m…
Sanan07 6170b27
Redesigned custom attribute to specify interesting types themselves
Sanan07 3c89fb9
More improvements
Sanan07 f72333b
Fixed cast exception
Sanan07 e60aea5
GetTypes returned to previous implementation and removed unncessary S…
Sanan07 e9c3ccc
changed global.json
Sanan07 3309572
returned to previous version in global.json
Sanan07 0bfaa31
Merge branch 'master' of https://github.com/microsoft/vstest into dev…
Sanan07 ef7d60f
Merge branch 'master' of https://github.com/microsoft/vstest into dev…
Sanan07 e081c3f
PR review fix
Sanan07 20655e7
Merge branch 'master' of https://github.com/microsoft/vstest into dev…
Sanan07 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is no longer immutable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IEnumerable, is also not immutable isn't it? But does it matter? How would this collection change to cause problems? We would need a static ctor to find it and modify it on assembly load?