Skip to content

Resolve ILLink warnings in System.Memory.Data #54980

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

Merged
merged 1 commit into from
Jul 6, 2021

Conversation

eerhardt
Copy link
Member

The current APIs require unreferenced code, since they call into JsonSerializer without providing JsonTypeInfo.

#54979 is logged to add "trim compatible" APIs here.

cc @JoshLove-msft

@eerhardt eerhardt added the linkable-framework Issues associated with delivering a linker friendly framework label Jun 30, 2021
@ghost
Copy link

ghost commented Jun 30, 2021

Tagging subscribers to 'linkable-framework': @eerhardt, @vitek-karas, @LakshanF, @sbomer, @joperezr
See info in area-owners.md if you want to be subscribed.

Issue Details

The current APIs require unreferenced code, since they call into JsonSerializer without providing JsonTypeInfo.

#54979 is logged to add "trim compatible" APIs here.

cc @JoshLove-msft

Author: eerhardt
Assignees: -
Labels:

linkable-framework

Milestone: -

@ghost
Copy link

ghost commented Jun 30, 2021

Note regarding the new-api-needs-documentation label:

This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change.

The current APIs require unreferenced code, since they call into JsonSerializer without providing JsonTypeInfo.

dotnet#54979 is logged to add "trim compatible" APIs here.
@eerhardt eerhardt force-pushed the MemoryDataILLink branch from 346d088 to 8969e1e Compare July 1, 2021 20:48
@eerhardt
Copy link
Member Author

eerhardt commented Jul 6, 2021

@krwq @GrabYourPitchforks @layomia - any feedback here?

@eerhardt eerhardt merged commit 017e16c into dotnet:main Jul 6, 2021
@eerhardt eerhardt deleted the MemoryDataILLink branch July 6, 2021 19:17
@ghost ghost locked as resolved and limited conversation to collaborators Aug 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Memory linkable-framework Issues associated with delivering a linker friendly framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants