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

Don't imply partial members are optional #42823

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

BillWagner
Copy link
Member

@BillWagner BillWagner commented Oct 3, 2024

Fixes #42442

Only a small subset of partial members are optional. Don't imply that they are.


Internal previews

📄 File 🔗 Preview link
docs/csharp/language-reference/keywords/partial-member.md docs/csharp/language-reference/keywords/partial-member

Fixes dotnet#42442

Only a small subset of partial members are optional. Don't imply that they are.
@BillWagner BillWagner requested a review from a team as a code owner October 3, 2024 17:01
@dotnetrepoman dotnetrepoman bot added this to the October 2024 milestone Oct 3, 2024
@dotnet-policy-service dotnet-policy-service bot added the okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings. label Oct 3, 2024
@BillWagner BillWagner enabled auto-merge (squash) October 3, 2024 17:08
@BillWagner BillWagner merged commit a3b91a6 into dotnet:main Oct 3, 2024
12 checks passed
@BillWagner BillWagner deleted the partial-members branch October 3, 2024 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dotnet-csharp/svc lang-reference/subsvc okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implementing partial members is not optional
2 participants