Skip to content

Fix shadow copy loader in framework#56027

Merged
RikkiGibson merged 3 commits intodotnet:mainfrom
RikkiGibson:shadow-copy
Aug 31, 2021
Merged

Fix shadow copy loader in framework#56027
RikkiGibson merged 3 commits intodotnet:mainfrom
RikkiGibson:shadow-copy

Conversation

@RikkiGibson
Copy link
Copy Markdown
Member

@RikkiGibson RikkiGibson commented Aug 31, 2021

Fixes https://dev.azure.com/devdiv/DevDiv/_workitems/edit/1389790

Added a test which actually performs a deletion and manually verified the scenario in the linked issue.

@ghost ghost added the Area-Compilers label Aug 31, 2021
@RikkiGibson RikkiGibson marked this pull request as ready for review August 31, 2021 16:22
@RikkiGibson RikkiGibson requested a review from a team as a code owner August 31, 2021 16:22
return Assembly.LoadFrom(pathToLoad);
}

protected virtual Assembly LoadImpl(string fullPath) => Assembly.LoadFrom(fullPath);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Is this used from any other base code?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I think I deleted all the overrides and usages of this, but accidentally left the original declaration around as a vestige.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants