Draft
Conversation
- 📝 Update prompt titles for clarity - 🔄 Simplify input requirements by removing MILESTONE_KIND and MILESTONE_NUMBER - 📂 Adjust folder structure and file creation steps for consistency - 🚫 Remove unnecessary duplication of component files in the scaffolding process
jeffhandley
approved these changes
Feb 19, 2026
Member
jeffhandley
left a comment
There was a problem hiding this comment.
I take it you're expecting to have slightly different prompts and details for the RC milestones since you changed this to be Preview-specific. If that's intentional, looks good with just a couple comments to update assignees.
* Add .NET 11.0 Preview 2 API diff Original Prompt: Create the next API Diff Command: cd release-notes .\RunApiDiff.ps1 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Exclude changes solely from Obsolete attribute message diff --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Add fsharp.md for .NET 11 Preview 2 * Update F# release notes for .NET 11 Preview 2 This release includes new language features, performance improvements, and bug fixes for F# in .NET 11 Preview 2. Highlights include simplified DIM interface hierarchies, overload resolution caching, Big-O complexity documentation, and enhancements to query expressions and IDE features. --------- Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>
* Add libraries.md for .NET 11 Preview 2
* Improve libraries-release-notes skill and copilot instructions
- 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>
* Add .NET 11 Preview 2 Libraries release notes
New features: ProcessExitStatus, PosixSignal.SIGKILL, TarFile format
selection, and JsonSerializerOptions.GetTypeInfo<T>().
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Address feedback and augment .NET Libraries Preview 2 release notes.
Author release notes for .NET Libraries in .NET 11 Preview 2 covering
the 2026-01-26..2026-02-11 date range. Includes:
- Generic GetTypeInfo<T> for System.Text.Json
- Tar archive format selection
- Matrix4x4.GetDeterminant ~15% faster
- Bug fix summary across 9 areas
- Community contributors section
Process APIs (ProcessExitStatus, PosixSignal.SIGKILL) excluded per
instructions as the feature is incomplete.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Delete libraries-release-notes skill. Use the release-notes skill from #10282 instead.
* Reformat bug fixes section to use grouped sub-bullet style
Update the Libraries Preview 2 release notes bug fixes section to use
nested sub-bullets grouped by area, matching the revised formatting
guidelines. Multi-fix areas (System.Net.Http, System.Numerics) are now
consolidated under their area heading, and single-fix areas also use
sub-bullets for consistency.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Jeff Handley <jeffhandley@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Add wpf.md for .NET 11 Preview 2 * Revise WPF release notes for Preview 2 Updated section headers and content for clarity. --------- Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Co-authored-by: Jeff Handley <jeffhandley@users.noreply.github.com>
Co-authored-by: Jeff Handley <jeffhandley@users.noreply.github.com>
* Add efcore.md for .NET 11 Preview 2 * EF Core 11 preview.2 docs --------- Co-authored-by: Shay Rojansky <roji@roji.org>
Contributor
|
I've merged the completed ones, closed the ones that said nothing in this release, and pinged those with no activity. Looks like ASP.NET and MAUI are on track. |
…tional bug fixes (#10290) - Add #elif preprocessor directive section (RFC FS-1334, langversion:11.0) - Add partitionWith for collections section (Array/List/Set/Array.Parallel) - Add Set.intersect performance fix, state machine improvements, ARM64 fix, strong name signing fix, and other bug fixes - Add #19358 FAR fix to the FAR section Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
This PR refactors the release notes scaffolding for .NET 11 Preview 2 across various components.
This is also the master PR for .NET 11 Preview 2.
Component PRs:
/cc @leecow @rbhanda @victorisr