-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Update csharp for preview 7 #9996
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
Conversation
Add the remaining C# 14 features delivered in .NET 10 preview 7.
|
@MadsTorgersen @jcouv Do you want to review? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Updates the C# release notes for Preview 7 of .NET 10, documenting feature completeness for C# 14 and highlighting new language features. This appears to be a documentation update for the C# 14 preview release.
- Adds documentation for extension operators and named/optional arguments in expression trees
- Updates navigation links and establishes feature completeness for C# 14
- Replaces placeholder content with actual feature descriptions
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
| ## Named and optional parameters in expression trees | ||
|
|
||
| Something about the feature | ||
| This is a small feature that removes a limitation for *expression trees*. Code in expression trees no longer needs to declare arguments for all optional parameters. In addition, code in expression trees can include named arguments. The call rewriting orders named arguments and provides values for missing optional parameters. Query providers shouldn't need to make any adjustments for this support. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps this should talk about "code in lambda expressions that are converted to expression trees" for clarity?
…0006) * Add release notes for .NET 10 Preview 7 across various components * Remove outdated prompt for creating pull requests for Preview 7 * Add prompt for creating pull requests for .NET 10 Preview 7 * Update wpf for preview 7 (#10005) * Update wpf for preview 7 * Add details * Fix version * Update wpf.md * Update wpf.md --------- Co-authored-by: Andy (Steve) De George <[email protected]> Co-authored-by: Jon Galloway <[email protected]> * Update dotnetmaui for preview 7 (#9997) * Update dotnetmaui for preview 7 * Update dotnetmaui.md for preview 7 with copilot consolidation * Update release-notes/10.0/preview/preview7/dotnetmaui.md Co-authored-by: Jonathan Peppers <[email protected]> * Update dotnetmaui.md * Update dotnetmaui.md --------- Co-authored-by: David Ortinau <[email protected]> Co-authored-by: Jonathan Peppers <[email protected]> * Update winforms for preview 7 (#10004) * Update winforms for preview 7 * Update winforms readme.md --------- Co-authored-by: Klaus Löffelmann <[email protected]> * Update efcore for preview 7 (#9998) * Update efcore for preview 7 * Fill in EF 10 preview7 release notes * Update release-notes/10.0/preview/preview7/efcore.md Co-authored-by: Martin Costello <[email protected]> --------- Co-authored-by: Shay Rojansky <[email protected]> Co-authored-by: Martin Costello <[email protected]> * Update release-notes/10.0/preview/preview7/README.md Co-authored-by: Weihan Li <[email protected]> * Add comprehensive ASP.NET Core release notes for .NET 10 Preview 7 (#10023) * Update fsharp for preview 7 (#9999) * Update fsharp for preview 7 * Update release-notes/10.0/preview/preview7/fsharp.md --------- Co-authored-by: Jon Galloway <[email protected]> * Update sdk for preview 7 (#10002) * Update sdk for preview 7 * add notes about any RID support in .NET tools * Update release-notes/10.0/preview/preview7/sdk.md Co-authored-by: Martin Costello <[email protected]> * Update release-notes/10.0/preview/preview7/sdk.md Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Chet Husk <[email protected]> Co-authored-by: Chet Husk <[email protected]> Co-authored-by: Martin Costello <[email protected]> Co-authored-by: Jon Galloway <[email protected]> Co-authored-by: Copilot <[email protected]> * Update libraries for preview 7 (#10000) * Update libraries for preview 7 * Add notes for CreateNewProcessGroup * Update release-notes/10.0/preview/preview7/libraries.md * Update markdown link * Add cryptography notes * Add PipeReader support for JsonSerializer * change received to sent * Composite ML-DSA * clean up pqc bullet * update PipeReader blurb * Add WebSocketStream * Fix WebSocketStream link and add TLS 1.3 support for macOS client * Update TLS 1.3 notes for macOS Network.framework behavior and edge cases * Update release-notes/10.0/preview/preview7/libraries.md Co-authored-by: Copilot <[email protected]> * Update release-notes/10.0/preview/preview7/libraries.md Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: David Cantú <[email protected]> Co-authored-by: Pranav Senthilnathan <[email protected]> Co-authored-by: Jeremy Barton <[email protected]> Co-authored-by: Natalia Kondratyeva <[email protected]> Co-authored-by: Ahmet Ibrahim Aksoy <[email protected]> Co-authored-by: Jon Galloway <[email protected]> Co-authored-by: Copilot <[email protected]> * Update csharp for preview 7 (#9996) * Update csharp for preview 7 * Add C# preview 7 features. Add the remaining C# 14 features delivered in .NET 10 preview 7. * Update release-notes/10.0/preview/preview7/csharp.md Co-authored-by: Copilot <[email protected]> * Update release-notes/10.0/preview/preview7/csharp.md Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Bill Wagner <[email protected]> Co-authored-by: Jon Galloway <[email protected]> Co-authored-by: Copilot <[email protected]> * Update containers for preview 7 (#9995) * Update containers for preview 7 * Add dnx feature notes --------- Co-authored-by: Logan Bussell <[email protected]> * Update runtime for preview 7 (#10001) * Update runtime for preview 7 * Update release-notes/10.0/preview/preview7/runtime.md --------- Co-authored-by: Jon Galloway <[email protected]> * Update 10.0.0-preview.7.md * Update README.md * Update releases.md * Update README.md * Update releases-index.json * Update README.md * Update releases.json * Update install-linux.md * Update install-macos.md * Update install-windows.md * Create release.json * Update markdown files and release notes for Preview 7 * Update release notes for Preview 7: add missing WPF entry, fix formatting in ASP.NET Core, SDK, and Windows Forms notes * fix winforms * Update markdown link check workflow to allow all branches for pull requests and fix JSON formatting in release notes * Remove feature summaries from F# and Visual Basic release notes for Preview 7 * Update release-notes/10.0/preview/preview7/csharp.md Co-authored-by: Bill Wagner <[email protected]> --------- Co-authored-by: Andy (Steve) De George <[email protected]> Co-authored-by: Jon Galloway <[email protected]> Co-authored-by: David Ortinau <[email protected]> Co-authored-by: Jonathan Peppers <[email protected]> Co-authored-by: Klaus Löffelmann <[email protected]> Co-authored-by: Shay Rojansky <[email protected]> Co-authored-by: Martin Costello <[email protected]> Co-authored-by: Weihan Li <[email protected]> Co-authored-by: Copilot <[email protected]> Co-authored-by: Chet Husk <[email protected]> Co-authored-by: Chet Husk <[email protected]> Co-authored-by: Copilot <[email protected]> Co-authored-by: David Cantú <[email protected]> Co-authored-by: Pranav Senthilnathan <[email protected]> Co-authored-by: Jeremy Barton <[email protected]> Co-authored-by: Natalia Kondratyeva <[email protected]> Co-authored-by: Ahmet Ibrahim Aksoy <[email protected]> Co-authored-by: Bill Wagner <[email protected]> Co-authored-by: Logan Bussell <[email protected]> Co-authored-by: victorisr <[email protected]>
Please update the release notes here as needed for Preview 7.
/cc @BillWagner