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

C# Features #9

Open
72 of 100 tasks
adrianoc opened this issue Jul 3, 2019 · 0 comments
Open
72 of 100 tasks

C# Features #9

adrianoc opened this issue Jul 3, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@adrianoc
Copy link
Owner

adrianoc commented Jul 3, 2019

The order of the entries DOES NOT imply any priority

Features I DON'T plan to Support

12.0

Features I DO plan to Support

Math Operators

  • + (plus)
  • - (minus)
  • * (times)
  • / (div)
  • % (mod)

Relational Operators

  • >=
  • <=
  • !=

Logical Operators

  • &&
  • ||
  • ^ (xor)

Bitwise / Shift Operators

  • &
  • |
  • ^ (xor)
  • << (left shift)
  • >> (right shift)

Statements

Misc

Generics

  • Using existing generics
  • Declare generic struct
  • Declare generic class
  • Declare generic instance method
  • Declare generic static method
  • Declare generic instance property
  • Declare generic static property
  • Declare constraints
  • delegates
  • events

6.0

7.x

8.0

9.0

10.0

11.0

12.0

Working set

Features I am NOT SURE if it worth supporting

Misc

  • Anonymous types

7.0

7.1

7.2

8.0

@adrianoc adrianoc added the enhancement New feature or request label Jul 3, 2019
@adrianoc adrianoc pinned this issue Sep 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant