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

Set Mapper/Handler ctor to protected on migration handlers #16882

Merged
merged 2 commits into from
Aug 21, 2023

Conversation

PureWeen
Copy link
Member

Description of Change

Set constructor on the migration handlers to protected to allow for passing up your own mappers.

@PureWeen PureWeen requested a review from mattleibow August 20, 2023 23:19
@PureWeen PureWeen requested a review from a team as a code owner August 20, 2023 23:19
@PureWeen PureWeen requested a review from jsuarezruiz August 20, 2023 23:19
@PureWeen PureWeen changed the title Set Mapper/Handler ctor to proected on migration handlers Set Mapper/Handler ctor to protected on migration handlers Aug 20, 2023
@mattleibow
Copy link
Member

Oh wow, I thought they were protected already. Are all the others user visible except these?

@PureWeen
Copy link
Member Author

Oh wow, I thought they were protected already. Are all the others user visible except these?
Yes.

Though, every time I create a PR like this my answer to that question is also yes.

@samhouts samhouts added this to the .NET 8 GA milestone Aug 21, 2023
@PureWeen PureWeen enabled auto-merge (squash) August 21, 2023 18:02
@PureWeen PureWeen merged commit 1364081 into main Aug 21, 2023
@PureWeen PureWeen deleted the make_renandler_ctor_protected branch August 21, 2023 20:22
@github-actions github-actions bot locked and limited conversation to collaborators Dec 5, 2023
@samhouts samhouts added the fixed-in-8.0.0-rc.1.9171 Look for this fix in 8.0.0-rc.1.9171 label Aug 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
fixed-in-8.0.0-rc.1.9171 Look for this fix in 8.0.0-rc.1.9171
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants