Add libraries.md for .NET 11 Preview 2#10267
Open
jamesmontemagno wants to merge 3 commits intodotnet11-preview2from
Open
Add libraries.md for .NET 11 Preview 2#10267jamesmontemagno wants to merge 3 commits intodotnet11-preview2from
jamesmontemagno wants to merge 3 commits intodotnet11-preview2from
Conversation
- Add reviewer suggestion step (Step 5) that gathers PR authors, assignees,
mergers, and coauthors to suggest release notes reviewers grouped by area
- Add feature grouping guidance to categorize related PRs under single sections
- Add positive tone guidelines to editorial rules
- Add issue/PR reference format rules: {org}/{repo}#{number} with markdown links
- Add copilot-instructions.md entry so future sessions discover the skill
- Update data collection and enrichment steps to populate reviewers table
- Exclude bots and Copilot from all reviewer suggestions including coauthors
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
New features: ProcessExitStatus, PosixSignal.SIGKILL, TarFile format selection, and JsonSerializerOptions.GetTypeInfo<T>(). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Given the volume of PRs in runtime repo, manually calling out API changes will generate a lot of noise and redundant mentions. dotnet/docs already has automation to track new API surface, so this likely isn’t needed. |
Member
|
Thanks, @kasperk81; that makes sense. I've tuned the skill instructions such that it won't call out all API changes, but it will highlight high-value feature additions delivered through new APIs--like your |
stephentoub
reviewed
Feb 22, 2026
|
|
||
| ### PosixSignal.SIGKILL | ||
|
|
||
| [dotnet/runtime#124256](https://github.com/dotnet/runtime/pull/124256) adds `PosixSignal.SIGKILL` to the `PosixSignal` enum, enabling the new process APIs to send and represent SIGKILL signals. SIGKILL cannot be caught or ignored per POSIX semantics — the OS enforces this naturally, throwing appropriate exceptions if registration is attempted. This supports `SafeChildProcessHandle.SendSignal` and `Kill` methods in the upcoming `ChildProcess` API ([dotnet/runtime#123380](https://github.com/dotnet/runtime/issues/123380)). |
Member
There was a problem hiding this comment.
This feature is useless as of Preview 2 because you can't handle SIGKILL and the API to send a PosixSignal hasn't yet been added. I don't think it's worth calling out.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tagging for review: