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

Partial events and constructors: public API #77202

Conversation

jjonescz
Copy link
Member

@jjonescz jjonescz commented Feb 13, 2025

Test plan: #76859
Public API: resolves #77203

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Compilers untriaged Issues and PRs which have not yet been triaged by a lead labels Feb 13, 2025
@dotnet-policy-service dotnet-policy-service bot added VSCode Needs API Review Needs to be reviewed by the API review council labels Feb 13, 2025
@jjonescz jjonescz force-pushed the PartialEventsCtors-07-PublicApi branch from 118bb9a to 0c6c9aa Compare February 13, 2025 14:11
@jjonescz jjonescz marked this pull request as ready for review February 13, 2025 15:39
@jjonescz jjonescz requested review from a team as code owners February 13, 2025 15:39
@jjonescz
Copy link
Member Author

@cston and @RikkiGibson for reviews, thanks

@jjonescz
Copy link
Member Author

@RikkiGibson for a second review, thanks

1 similar comment
@jjonescz
Copy link
Member Author

@RikkiGibson for a second review, thanks


Assert.NotEqual(defSymbol, implSymbol);
Assert.Same(implSymbol, defSymbol.PartialImplementationPart);
Assert.Same(defSymbol, implSymbol.PartialDefinitionPart);
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: seems like it would be good to assert that the implSymbol.PartialImplementationPart is null, same with defSymbol.PartialDefinitionPart.

@jjonescz jjonescz enabled auto-merge (squash) February 25, 2025 08:31
@jjonescz jjonescz merged commit 65f15ca into dotnet:features/PartialEventsCtors Feb 25, 2025
25 of 28 checks passed
@jjonescz jjonescz deleted the PartialEventsCtors-07-PublicApi branch February 25, 2025 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Compilers Feature - Partial Events and Constructors Needs API Review Needs to be reviewed by the API review council untriaged Issues and PRs which have not yet been triaged by a lead VSCode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants