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

Port FxCop rule CA1013: OverloadOperatorEqualsOnOverloadingAddAndSubtract #64647

Open
Tracked by #61964
ghost opened this issue Nov 21, 2015 · 4 comments
Open
Tracked by #61964
Labels
api-suggestion Early API idea and discussion, it is NOT ready for implementation area-Meta code-analyzer Marks an issue that suggests a Roslyn analyzer code-fixer Marks an issue that suggests a Roslyn code fixer
Milestone

Comments

@ghost
Copy link

ghost commented Nov 21, 2015

Title: Overload operator equals on overloading add and subtract

Description:

A public or protected type implements the addition or subtraction operators without implementing the equality operator.

Dependency: None

Notes:

@Evangelink Evangelink added 4 - In Review blocked Issue/PR is blocked on something - see comments labels Jan 7, 2022
@buyaa-n
Copy link
Contributor

buyaa-n commented Feb 1, 2022

[Triage]: The rule makes sense to us, moving to runtime for further discussion.

CC @carlossanlop

@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Feb 1, 2022
@buyaa-n buyaa-n transferred this issue from dotnet/roslyn-analyzers Feb 1, 2022
@buyaa-n buyaa-n added api-suggestion Early API idea and discussion, it is NOT ready for implementation code-analyzer Marks an issue that suggests a Roslyn analyzer code-fixer Marks an issue that suggests a Roslyn code fixer area-System.Runtime and removed blocked Issue/PR is blocked on something - see comments Needs-Review labels Feb 1, 2022
@ghost
Copy link

ghost commented Feb 1, 2022

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

Issue Details

Title: Overload operator equals on overloading add and subtract

Description:

A public or protected type implements the addition or subtraction operators without implementing the equality operator.

Dependency: None

Notes:

Author: lgolding
Assignees: -
Labels:

api-suggestion, area-System.Runtime, untriaged, code-analyzer, code-fixer

Milestone: -

@ghost
Copy link

ghost commented Feb 14, 2022

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

Issue Details

Title: Overload operator equals on overloading add and subtract

Description:

A public or protected type implements the addition or subtraction operators without implementing the equality operator.

Dependency: None

Notes:

Author: lgolding
Assignees: -
Labels:

api-suggestion, area-Meta, untriaged, code-analyzer, code-fixer

Milestone: -

@jeffhandley jeffhandley added this to the Future milestone Mar 29, 2022
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Mar 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-suggestion Early API idea and discussion, it is NOT ready for implementation area-Meta code-analyzer Marks an issue that suggests a Roslyn analyzer code-fixer Marks an issue that suggests a Roslyn code fixer
Projects
None yet
Development

No branches or pull requests

5 participants