Remove FusionAssemblyIdentity and GlobalAssemblyCache#18334
Remove FusionAssemblyIdentity and GlobalAssemblyCache#18334daxian-dbw merged 2 commits intoPowerShell:masterfrom
Conversation
This has never been used in pwsh and is unlikely to be used to handle meta-information in the GAC.
|
Since .NET Core, there is no Global Assembly Cache :p |
xtqqczze
left a comment
There was a problem hiding this comment.
@iSazonov search for "// Code in this file was copied from https://github.com/dotnet/roslyn" shows src\System.Management.Automation\engine\parser\GlobalAssemblyCache.cs. I think the PR could remove this as well.
|
Contributes to #4357. |
|
See #13305 for discussion on |
|
We can remove all |
|
The support in loading GAC assemblies is in |
|
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
|
@xtqqczze Thanks! GlobalAssemblyCache removed. |
|
LGTM |
|
🎉 Handy links: |
PR Summary
This has never been used in pwsh and is unlikely to be used to handle meta-information in the GAC.
Contribute to #18330
PR Context
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright headerWIP:or[ WIP ]to the beginning of the title (theWIPbot will keep its status check atPendingwhile the prefix is present) and remove the prefix when the PR is ready.(which runs in a different PS Host).