Skip to content

Conversation

@adityapatwardhan
Copy link
Member

@adityapatwardhan adityapatwardhan commented Jun 9, 2017

Fixes #2592

When Resolve method is not able to find the assembly, we try to look it up from GAC.
If found, the assembly is loaded and cached.
There is a TestHook to disable GAC loading, but it is enabled by default.

@adityapatwardhan
Copy link
Member Author

Rebasing did not get rid of the changes in test unrelated to this commit.

@SteveL-MSFT
Copy link
Member

@adityapatwardhan if you click the TestCases tab, the test failure is your new test loading PSScheduledJob module. The other error output isn't fatal and fixed by #3968

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

convention is to use leading underscore for private fields

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wouldn't it be better to #ifdef !UNIX line 265 (calling this method) above as well as this whole method?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is a typo: chosenVersionDirectory

@adityapatwardhan
Copy link
Member Author

@SteveL-MSFT Fixed all CR comments.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You still have to return null if UNIX right?

@daxian-dbw daxian-dbw self-assigned this Jun 12, 2017
When Resolve method is not able to find the assembly, we try to look it up from GAC.
If found, the assembly is loaded and cached.
There is a TestHook to disable GAC loading, but it is enabled by default.
@adityapatwardhan
Copy link
Member Author

Having a look at the test failure.

@adityapatwardhan
Copy link
Member Author

@SteveL-MSFT All comments / issues fixed. Please have a look.

Copy link
Member

@SteveL-MSFT SteveL-MSFT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@adityapatwardhan
Copy link
Member Author

@daxian-dbw Can you also have a look. Thanks!

@daxian-dbw
Copy link
Member

Looking now.

@daxian-dbw daxian-dbw merged commit 26a44ab into PowerShell:master Jun 15, 2017
@adityapatwardhan adityapatwardhan deleted the FullClrAssemblyLoad branch June 15, 2017 20:28
/// <summary>
/// Test hooks for PowershellAssemblyLoadContext
/// </summary>
public static class PowerShellAssemblyLoadContextTestHooks
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have public static class InternalTestHooks for test hooks.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@iSazonov That is in a different assembly, so could not re-use it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants