-
Notifications
You must be signed in to change notification settings - Fork 337
Clear extensions cache after discover/execution complete. #853
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
Conversation
@dotnet-bot test Windows_NT / Release Build |
1 similar comment
@dotnet-bot test Windows_NT / Release Build |
@@ -225,6 +226,7 @@ public void HandleDiscoveryComplete(long totalTests, IEnumerable<TestCase> lastC | |||
} | |||
finally | |||
{ | |||
TestPluginCache.Instance.ClearExtentions(); |
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.
nit: API spelling is incorrect.
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.
Fixed!!
@dotnet-bot test this please |
@@ -8,6 +8,7 @@ namespace Microsoft.VisualStudio.TestPlatform.Client.Discovery | |||
using System.Linq; | |||
using System.Threading; | |||
|
|||
using Microsoft.VisualStudio.TestPlatform.Common.ExtensionFramework; |
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.
nit: is this used in the code? There is not new addition in the file.
@dotnet-bot test this please |
@dotnet-bot test Windows_NT / Debug Build please |
) * Clear cache after discover/execution complete. * Sort usings * Fix for issue: 1) microsoft#632 2) microsoft#844 * nitpick: Spelling * Addressed PR comment * spelling correction * nitpick: function name * Removed unused usings (cherry picked from commit 0eef86b)
* Clear extensions cache after discover/execution complete. (#853) * Clear cache after discover/execution complete. * Sort usings * Fix for issue: 1) #632 2) #844 * nitpick: Spelling * Addressed PR comment * spelling correction * nitpick: function name * Removed unused usings (cherry picked from commit 0eef86b) * Add portable pdb support for net46. (#856) (cherry picked from commit c70c0c8) * Install shared farmework compatible with particular version of CLI (#857) (cherry picked from commit 322bf71)
…crosoft#853)" This reverts commit 0eef86b.
…crosoft#853)" This reverts commit 0eef86b. (cherry picked from commit a0eee76)
…#876) * Revert "Clear extensions cache after discover/execution complete. (#853)" This reverts commit 0eef86b. (cherry picked from commit a0eee76) * Don’t send any adapter other than source directory for netcoreapp (cherry picked from commit 4aaaca3) * Address PR comment (cherry picked from commit 8395c7e) * Add comment (cherry picked from commit 4dcb465)
No description provided.