Skip to content

Conversation

@eerhardt
Copy link
Member

Suppress ILLink warnings for operator methods now that dotnet/linker#1821 is resolved.

Add TrimmingTests for Linq.Expressions operators.

Fix #45623

Suppress ILLink warnings for operator methods now that dotnet/linker#1821 is resolved.

Add TrimmingTests for Linq.Expressions operators.

Fix dotnet#45623
@eerhardt eerhardt added area-System.Linq.Expressions linkable-framework Issues associated with delivering a linker friendly framework labels Jul 16, 2021
@eerhardt eerhardt requested review from krwq, sbomer and vitek-karas July 16, 2021 21:58
@ghost
Copy link

ghost commented Jul 16, 2021

Tagging subscribers to this area: @cston
See info in area-owners.md if you want to be subscribed.

Issue Details

Suppress ILLink warnings for operator methods now that dotnet/linker#1821 is resolved.

Add TrimmingTests for Linq.Expressions operators.

Fix #45623

Author: eerhardt
Assignees: -
Labels:

area-System.Linq.Expressions, linkable-framework

Milestone: -

@ghost
Copy link

ghost commented Jul 16, 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.

@eerhardt eerhardt merged commit a2f2a62 into dotnet:main Jul 21, 2021
@eerhardt eerhardt deleted the LinqExpressions branch July 21, 2021 14:51
@ghost ghost locked as resolved and limited conversation to collaborators Aug 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-System.Linq.Expressions linkable-framework Issues associated with delivering a linker friendly framework

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix ILLink warnings in .NET Libraries

4 participants