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# 13]: New Feature - Partial properties #41572

Open
3 of 5 tasks
BillWagner opened this issue Jun 26, 2024 · 1 comment
Open
3 of 5 tasks

[C# 13]: New Feature - Partial properties #41572

BillWagner opened this issue Jun 26, 2024 · 1 comment
Assignees
Labels
🏁 Release: .NET 9 Work items for the .NET 9 release dotnet-csharp/svc Pri1 High priority, do before Pri2 and Pri3 📌 seQUESTered Identifies that an issue has been imported into Quest. whats-new/subsvc

Comments

@BillWagner
Copy link
Member

BillWagner commented Jun 26, 2024

Visual Studio release

17.11p3

Link to speclet

Link to Pull request

New behavior

Adding the partial modifier to a declaration that looks like an auto-implemented property creates a partial declaration.

The implementation can't use auto-implemented property syntax.

Areas affected

  • Add to What's new in C# 13: Add links to updated docs in the What's new in C# 13 article.
  • Update language reference: Detail the areas in the language reference that will be updated for this feature.
  • Update compiler messages: Add new (or updated) pages for new compiler messages. Include related message.
  • Include in Everyday C# section*: Is this new feature included in Everyday C#?
  • Tutorials: Are new tutorials required for this feature? If so, detail below

Language reference tasks

-partial members needs updated

  • auto-implemented properties should be update.

Tutorial tasks

N/A

Everyday C# tasks

N/A


Associated WorkItem - 272933

@BillWagner BillWagner added Pri1 High priority, do before Pri2 and Pri3 dotnet-csharp/svc whats-new/subsvc 🏁 Release: .NET 9 Work items for the .NET 9 release labels Jun 26, 2024
@BillWagner BillWagner self-assigned this Jun 26, 2024
@dotnet-bot dotnet-bot added ⌚ Not Triaged Not triaged labels Jun 26, 2024
@BillWagner BillWagner added the 🗺️ reQUEST Triggers an issue to be imported into Quest. label Jun 26, 2024
@dotnet-bot dotnet-bot removed the ⌚ Not Triaged Not triaged label Jun 26, 2024
@sequestor sequestor bot added 📌 seQUESTered Identifies that an issue has been imported into Quest. and removed 🗺️ reQUEST Triggers an issue to be imported into Quest. labels Jun 27, 2024
@BillWagner BillWagner added the 🗺️ mapQUEST Only used as a way to mark an issue as updated for quest. RepoMan should instantly remove it. label Jul 30, 2024
@BillWagner
Copy link
Member Author

Test message for testing.

@BillWagner BillWagner removed the 🗺️ mapQUEST Only used as a way to mark an issue as updated for quest. RepoMan should instantly remove it. label Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏁 Release: .NET 9 Work items for the .NET 9 release dotnet-csharp/svc Pri1 High priority, do before Pri2 and Pri3 📌 seQUESTered Identifies that an issue has been imported into Quest. whats-new/subsvc
Projects
Status: 🏗 In progress
Status: Slipped
Development

No branches or pull requests

2 participants