Skip to content
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

Mono is not unloading collectible assemblies #91641

Closed
steveharter opened this issue Sep 5, 2023 · 1 comment
Closed

Mono is not unloading collectible assemblies #91641

steveharter opened this issue Sep 5, 2023 · 1 comment
Labels
needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners runtime-mono specific to the Mono runtime

Comments

@steveharter
Copy link
Member

Placeholder for now until verified through CI.

The tests being added for #91290 that check if a collectible assembly is unloaded are not passing under Mono. I assume this should work.

Also, even if the Type-based caches that were added in the ActivatorUtilities.cs in the referenced PR are #ifdef'd out (like they are for NetFramework), the tests under Mono still fail suggesting the unload issue is general and that the usage of ConditionalWeakTable<Type, ConstructorInfoEx[]> in ActivatorUtilities.cs is not the reason the tests fail.

@steveharter steveharter added the runtime-mono specific to the Mono runtime label Sep 5, 2023
@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Sep 5, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Sep 5, 2023
@jkotas
Copy link
Member

jkotas commented Sep 6, 2023

Duplicate of #34072

@jkotas jkotas marked this as a duplicate of #34072 Sep 6, 2023
@jkotas jkotas closed this as completed Sep 6, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Sep 6, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Oct 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners runtime-mono specific to the Mono runtime
Projects
None yet
Development

No branches or pull requests

2 participants