Skip to content

Conversation

elinor-fung
Copy link
Member

Found this while looking into an issue - removes:

  • Helper functions for throwing FileLoadException that are never called
  • fAllowFailure parameter from AppDomain::AddFileToCache (was always called with TRUE)
  • FUSION_E_CACHEFILE_FAILED error code
    • This is observable behaviour in that Marshal.GetExceptionForHR no longer handles that value. The runtime was never throwing it and I don't think users should be using it themselves, so I think it should be okay.

@elinor-fung elinor-fung requested review from jkotas and vitek-karas June 8, 2023 19:49
@ghost ghost added the area-VM-coreclr label Jun 8, 2023
@ghost ghost assigned elinor-fung Jun 8, 2023
@jkotas
Copy link
Member

jkotas commented Jun 9, 2023

All failures are known issues

@jkotas jkotas merged commit b7dd183 into dotnet:main Jun 9, 2023
@elinor-fung elinor-fung deleted the unused-fileloadexception branch June 9, 2023 01:26
@ghost ghost locked as resolved and limited conversation to collaborators Jul 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants