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

ApiDiff: Move TryGetRecordConstructor from GenAPI.INamedTypeSymbolExtensions up to ApiSymbolExtensions.SymbolExtensions #45801

Merged
merged 3 commits into from
Jan 9, 2025

Conversation

carlossanlop
Copy link
Member

@carlossanlop carlossanlop commented Jan 8, 2025

This PR is part of the work needed to create an ApiDiff tool that reuses some of the code from Microsoft.DotNet.GenAPI. The idea is to make the larger PR smaller and make it easier to review: #45389

This change moves an extension method from the Microsoft.DotNet.GenAPI project to the higher Microsoft.DotNet.ApiSymbolExtensions.SymbolExtensions project, so it's available more generally.

PR #45806 depends on this change being merged first.

…ymbolExtesions up to Microsoft.DotNet.ApiSymbolExtensions.SymbolExtensions.
@carlossanlop carlossanlop enabled auto-merge (squash) January 9, 2025 16:11
@carlossanlop carlossanlop removed the request for review from ericstj January 9, 2025 19:31
@carlossanlop carlossanlop merged commit babe4bd into dotnet:main Jan 9, 2025
33 of 36 checks passed
@carlossanlop carlossanlop deleted the ApiDiffPart1 branch January 9, 2025 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants