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

Fix IDE0075 (Conditional expression can be simplified) violations #69156

Open
xtqqczze opened this issue May 10, 2022 · 7 comments
Open

Fix IDE0075 (Conditional expression can be simplified) violations #69156

xtqqczze opened this issue May 10, 2022 · 7 comments
Milestone

Comments

@xtqqczze
Copy link
Contributor

xtqqczze commented May 10, 2022

Fix IDE0075 rule violations in the dotnet/runtime repository, as suggested in #63095 (comment)

We will need to ensure there are no codegen regressions.

cc: @huoyaoyuan

@ghost ghost added the untriaged New issue has not been triaged by the area owner label May 10, 2022
@dotnet-issue-labeler dotnet-issue-labeler bot added area-System.Linq.Expressions and removed untriaged New issue has not been triaged by the area owner labels May 10, 2022
@ghost
Copy link

ghost commented May 10, 2022

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

Issue Details

null

Author: xtqqczze
Assignees: -
Labels:

area-System.Linq.Expressions

Milestone: -

@xtqqczze xtqqczze changed the title ixing IDE0075: Conditional expression can be simplified Fix IDE0075: Conditional expression can be simplified May 10, 2022
@xtqqczze
Copy link
Contributor Author

Depends on #65370 (to prevent suboptimal codegen).

@xtqqczze

This comment was marked as resolved.

@jeffhandley jeffhandley added the untriaged New issue has not been triaged by the area owner label Jun 25, 2022
@corngood

This comment was marked as off-topic.

@xtqqczze xtqqczze changed the title Fix IDE0075: Conditional expression can be simplified Fix IDE0075: Conditional expression can be simplified in dotnet/runtime Jul 20, 2022
@xtqqczze xtqqczze changed the title Fix IDE0075: Conditional expression can be simplified in dotnet/runtime Fix IDE0075: Conditional expression can be simplified rule violations Jul 20, 2022
@xtqqczze xtqqczze changed the title Fix IDE0075: Conditional expression can be simplified rule violations Fix IDE0075: Conditional expression can be simplified rule violations Jul 20, 2022
@xtqqczze

This comment was marked as outdated.

@xtqqczze xtqqczze changed the title Fix IDE0075: Conditional expression can be simplified rule violations Fix IDE0075 (Conditional expression can be simplified) violations Jul 20, 2022
@cston cston added the area-Meta label Aug 1, 2022
@ghost
Copy link

ghost commented Aug 1, 2022

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

Issue Details

Fix IDE0075 rule violations in the dotnet/runtime repository, as suggested in #63095 (comment)

We will need to ensure there are no codegen regressions.

cc: @huoyaoyuan

Author: xtqqczze
Assignees: -
Labels:

area-Meta, area-System.Linq.Expressions, untriaged

Milestone: -

@jeffhandley jeffhandley added this to the Future milestone Aug 2, 2022
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Aug 2, 2022
@xtqqczze
Copy link
Contributor Author

xtqqczze commented Sep 15, 2024

Depends on #8363.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants