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

[IExpression] IOperation unit tests for binary operators #17592

Closed
10 tasks done
mavasani opened this issue Mar 7, 2017 · 3 comments
Closed
10 tasks done

[IExpression] IOperation unit tests for binary operators #17592

mavasani opened this issue Mar 7, 2017 · 3 comments
Assignees
Labels
Area-Analyzers Feature - IOperation IOperation Test Test failures in roslyn-CI
Milestone

Comments

@mavasani
Copy link
Contributor

mavasani commented Mar 7, 2017

  • IBinaryOperatorExpression
  • IAssignmentExpression
  • ICompoundAssignmentExpression
  • IEventAssignmentExpression
  • IConditionalAccessExpression
  • IConditionalAccessInstanceExpression
  • INullCoalescingExpression
  • IIsTypeExpression
  • ISizeOfExpression
  • ITypeOfExpression

Need to write tests to verify all BinaryOperatorKind values.

We should probably break these into separate issues.

@mavasani mavasani added Feature - IOperation IOperation Test Test failures in roslyn-CI labels Mar 7, 2017
@mavasani mavasani added this to the 2.1 milestone Mar 7, 2017
@jinujoseph jinujoseph modified the milestones: 15.1, 15.3 Mar 10, 2017
@jinujoseph jinujoseph modified the milestones: 15.3, 15.later Apr 18, 2017
@jinujoseph jinujoseph modified the milestones: 15.later, 15.5 Jul 3, 2017
@jinujoseph
Copy link
Contributor

make sure to verify #8913

@jinujoseph
Copy link
Contributor

and also #8846

@jinujoseph
Copy link
Contributor

also #9174

@tmat tmat modified the milestones: 15.5, 15.later Sep 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Analyzers Feature - IOperation IOperation Test Test failures in roslyn-CI
Projects
None yet
Development

No branches or pull requests

5 participants