Skip to content

Update libraries for preview 7 #10000

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

Open
wants to merge 11 commits into
base: dotnet10-p7
Choose a base branch
from

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.

@@ -11,3 +11,84 @@ Here's a summary of what's new in .NET Libraries in this preview release:
## Feature

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 !

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.

@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

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.

8 participants