8000 Update libraries for preview 7 by jamesmontemagno · Pull Request #10000 · dotnet/core · GitHub
[go: up one dir, main page]

Skip to content

Conversation

jamesmontemagno
Copy link
Member

This PR updates the libraries file for preview 7. Please make any additional changes to this based on the new items.

@jamesmontemagno
Copy link
Member Author

@ericstj @kunalspathak Assigning this to you based on the preview 6 Runtime PR reviewer pattern (PR #9948).

@ericstj ericstj requested a review from artl93 July 24, 2025 02:02
@ericstj
Copy link
Member
ericstj commented Jul 24, 2025

Adding @artl93 to drive notes for libraries.


Something about the feature

## Launch Windows processes in new process group
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dotnet/area-system-diagnostics-process

Copy link
Member
@adamsitnik adamsitnik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you @jozkee !

8000
using System.Runtime.InteropServices;
using System.Threading;

class Program
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The following example is complex, but correct. And it will most likely match the real world use case.

GenerateConsoleCtrlEvent(CTRL_C_EVENT, (uint)process.Id);
process.WaitForExit();

Console.WriteLine("Child process terminated gracefully, continue with the parent process logic if needed.");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we read the log.txt file output and display it here?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wanted to show the need of properly dispose unmanaged resources (I'm open to better examples!). I don't think we need to read it back in the parent branch.

8000

@CarnaViire
Copy link
Member

In Networking, WebSocketStream landed in Preview7; I will add the notes today or tomorrow.
@dotnet/ncl @stephentoub jfyi

@liveans
Copy link
Member
liveans commented Aug 5, 2025

In Networking, TLS 1.3 Client opt-in support for OSX landed in Preview 7.
I'll add notes tomorrow.

cc @rzikm @dotnet/ncl

@liveans liveans requested a review from rzikm August 11, 2025 12:39
@jongalloway
Copy link
Contributor

Ready to merge? @artl93

@jongalloway jongalloway requested a review from Copilot August 12, 2025 16:07
Copy link
Contributor
@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the libraries documentation for .NET 10 Preview 7, replacing placeholder content with comprehensive documentation of new features and improvements. The update introduces significant new functionality across multiple areas including process management, cryptography, serialization, and networking.

Key changes include:

  • Added documentation for 6 major new features with detailed code examples
  • Replaced generic placeholder content with specific feature descriptions
  • Organized content into logical sections with proper navigation links

jongalloway and others added 2 commits August 12, 2025 09:10
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@jongalloway jongalloway merged commit fc9a6be into dotnet10-p7 Aug 12, 2025
2 checks passed
@jongalloway jongalloway deleted the dotnet10-p7-libraries branch August 12, 2025 16:12
jamesmontemagno added a commit that referenced this pull request Aug 12, 2025
…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 <67293991+adegeo@users.noreply.github.com>
Co-authored-by: Jon Galloway <jongalloway@gmail.com>

* 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 <jonathan.peppers@microsoft.com>

* Update dotnetmaui.md

* Update dotnetmaui.md

---------

Co-authored-by: David Ortinau <david.ortinau@microsoft.com>
Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>

* Update winforms for preview 7 (#10004)

* Update winforms for preview 7

* Update winforms readme.md

---------

Co-authored-by: Klaus Löffelmann <9663150+KlausLoeffelmann@users.noreply.github.com>

* 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 <martin@martincostello.com>

---------

Co-authored-by: Shay Rojansky <roji@roji.org>
Co-authored-by: Martin Costello <martin@martincostello.com>

* Update release-notes/10.0/preview/preview7/README.md

Co-authored-by: Weihan Li <weihanli@outlook.com>

* 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 <jongalloway@gmail.com>

* 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 <martin@martincostello.com>

* Update release-notes/10.0/preview/preview7/sdk.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Chet Husk <chusk3@gmail.com>
Co-authored-by: Chet Husk <baronfel@users.noreply.github.com>
Co-authored-by: Martin Costello <martin@martincostello.com>
Co-authored-by: Jon Galloway <jongalloway@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* 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 <175728472+Copilot@users.noreply.github.com>

* Update release-notes/10.0/preview/preview7/libraries.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: David Cantú <dacantu@microsoft.com>
Co-authored-by: Pranav Senthilnathan <pranas@microsoft.com>
Co-authored-by: Jeremy Barton <jbarton@microsoft.com>
Co-authored-by: Natalia Kondratyeva <knatalia@microsoft.com>
Co-authored-by: Ahmet Ibrahim Aksoy <aaksoy@microsoft.com>
Co-authored-by: Jon Galloway <jongalloway@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* 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 <175728472+Copilot@users.noreply.github.com>

* Update release-notes/10.0/preview/preview7/csharp.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
Co-authored-by: Jon Galloway <jongalloway@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update containers for preview 7 (#9995)

* Update containers for preview 7

* Add dnx feature notes

---------

Co-authored-by: Logan Bussell <loganbussell@microsoft.com>

* 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 <jongalloway@gmail.com>

* 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 <wiwagn@microsoft.com>

---------

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Co-authored-by: Jon Galloway <jongalloway@gmail.com>
Co-authored-by: David Ortinau <david.ortinau@microsoft.com>
Co-authored-by: Jonathan Peppers <jonathan.peppers@microsoft.com>
Co-authored-by: Klaus Löffelmann <9663150+KlausLoeffelmann@users.noreply.github.com>
Co-authored-by: Shay Rojansky <roji@roji.org>
Co-authored-by: Martin Costello <martin@martincostello.com>
Co-authored-by: Weihan Li <weihanli@outlook.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Chet Husk <chusk3@gmail.com>
Co-authored-by: Chet Husk <baronfel@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: David Cantú <dacantu@microsoft.com>
Co-authored-by: Pranav Senthilnathan <pranas@microsoft.com>
Co-authored-by: Jeremy Barton <jbarton@microsoft.com>
Co-authored-by: Natalia Kondratyeva <knatalia@microsoft.com>
Co-authored-by: Ahmet Ibrahim Aksoy <aaksoy@microsoft.com>
Co-authored-by: Bill Wagner <wiwagn@microsoft.com>
Co-authored-by: Logan Bussell <loganbussell@microsoft.com>
Co-authored-by: victorisr <victorisr@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants

10C
0