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

Symbols: Add GenericArguments to FSharpEntity #16470

Merged
merged 4 commits into from Feb 7, 2024

Conversation

auduchinok
Copy link
Member

@auduchinok auduchinok commented Dec 27, 2023

This is a continuation of #16456. It adds a public API for getting type arguments from resolved FSharpEntity items, so type arguments are accessible in cases like this:

int list
IList<int>
T<_>

The new API is not perfectly aligned with a similar one in FSharpSymbolUse, and I'm still thinking about ways to unify them. For now this seems to work good enough, and I'd like to make it available for use in the meanwhile.

@auduchinok auduchinok requested a review from a team as a code owner December 27, 2023 14:10
Copy link
Contributor

github-actions bot commented Dec 30, 2023

❗ Release notes required


✅ Found changes and release notes in following paths:

Change path Release notes path Description
src/Compiler docs/release-notes/.FSharp.Compiler.Service/8.0.300.md

@auduchinok
Copy link
Member Author

This is ready.

@vzarytovskii vzarytovskii merged commit 0de949c into dotnet:main Feb 7, 2024
28 checks passed
@auduchinok auduchinok deleted the fsSymbol branch February 7, 2024 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

4 participants