Skip to content

Remove AssemblyFilter dead code as APTCA is not supported #9863

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

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

h3xds1nz
Copy link
Member

@h3xds1nz h3xds1nz commented Sep 30, 2024

Description

Removes AssemblyFilter class that is just a compiled dead code. APTCA is not supported on .NET Core the same way CAS and XBAP is not supported. This is on NetFX initiated via PresentationAppDomainManager that has a hook on new AppDomain creation. The type has been rendered obsolete the same time app domains ceased to exist even if it was initiated.

Customer Impact

Decreased size of assemblies, better code quality of codebase for developers.

Regression

No.

Testing

Local build.

Risk

I believe there is none, this code is unused on .NET Core.

Microsoft Reviewers: Open in CodeFlow

@h3xds1nz h3xds1nz requested review from a team as code owners September 30, 2024 21:45
@dotnet-policy-service dotnet-policy-service bot added PR metadata: Label to tag PRs, to facilitate with triage Community Contribution A label for all community Contributions labels Sep 30, 2024
@h3xds1nz h3xds1nz force-pushed the remove-assemblyfilter-dead branch from 9ed6eb6 to 569bae0 Compare October 7, 2024 15:23
@h3xds1nz
Copy link
Member Author

h3xds1nz commented Oct 7, 2024

Resolved merge conflicts 02

@siagupta0202
Copy link
Contributor

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@siagupta0202 siagupta0202 merged commit cbbd92c into dotnet:main Oct 24, 2024
8 checks passed
@siagupta0202
Copy link
Contributor

@h3xds1nz Thank you for your contribution

@h3xds1nz
Copy link
Member Author

@siagupta0202 Thank you.

@github-actions github-actions bot locked and limited conversation to collaborators Nov 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Community Contribution A label for all community Contributions PR metadata: Label to tag PRs, to facilitate with triage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants