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

Remove BaseDomain #107652

Merged
merged 1 commit into from
Sep 11, 2024
Merged

Remove BaseDomain #107652

merged 1 commit into from
Sep 11, 2024

Conversation

elinor-fung
Copy link
Member

The BaseDomain concept is no longer useful now that we don't have shared domains or multiple app domains. It has been gutted enough and usages moved to directly use AppDomain or SystemDomain that it can just be removed now. With this change, AppDomain and SystemDomain are separate classes with no shared base.

cc @jkotas @AaronRobinsonMSFT

Copy link
Contributor

Tagging subscribers to this area: @mangod9
See info in area-owners.md if you want to be subscribed.

Copy link
Member

@jkotas jkotas left a comment

Choose a reason for hiding this comment

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

Nice!

@elinor-fung elinor-fung merged commit dc40032 into dotnet:main Sep 11, 2024
90 checks passed
@elinor-fung elinor-fung deleted the remove-base-domain branch September 11, 2024 16:21
jtschuster pushed a commit to jtschuster/runtime that referenced this pull request Sep 17, 2024
The `BaseDomain` concept is no longer useful now that we don't have shared domains or multiple app domains. It has been gutted enough and usages moved to directly use `AppDomain` or `SystemDomain` that it can just be removed now. With this change, `AppDomain` and `SystemDomain` are separate classes with no shared base.
sirntar pushed a commit to sirntar/runtime that referenced this pull request Sep 30, 2024
The `BaseDomain` concept is no longer useful now that we don't have shared domains or multiple app domains. It has been gutted enough and usages moved to directly use `AppDomain` or `SystemDomain` that it can just be removed now. With this change, `AppDomain` and `SystemDomain` are separate classes with no shared base.
@github-actions github-actions bot locked and limited conversation to collaborators Oct 12, 2024
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