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

Consider C# records usage #355

Open
OlegRa opened this issue Jul 31, 2021 · 0 comments
Open

Consider C# records usage #355

OlegRa opened this issue Jul 31, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@OlegRa
Copy link
Collaborator

OlegRa commented Jul 31, 2021

Starting from C# 9.0 we can create immutable classes with built-in value semantic aka records. This feature requires support from runtime but we can start the transition from interface/implementation pair into the records-based world step-by-step.

@OlegRa OlegRa added the enhancement New feature or request label Jul 31, 2021
@OlegRa OlegRa self-assigned this Jul 31, 2021
@OlegRa OlegRa added this to the SDK 6.0.x NextGen milestone Jul 31, 2021
@OlegRa OlegRa removed this from the SDK 6.0.x Experimental milestone Mar 7, 2022
@OlegRa OlegRa added this to the SDK 7.0.x Experimental milestone Apr 15, 2022
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