-
Notifications
You must be signed in to change notification settings - Fork 6k
ad hoc publish for .NET Framework update #47145
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
Co-authored-by: Adit Sheth <adsheth@microsoft.com>
* Initial plan * Add important note about NRT runtime behavior changes in libraries Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> * Update wording in NRT Important callout as suggested by @BillWagner Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>
* Initial plan * Clarify that unsafe code enables performance optimizations rather than providing them automatically Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> * Fix wording to address review feedback - focus on direct memory access capabilities rather than algorithms Co-authored-by: jkotas <6668460+jkotas@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> Co-authored-by: jkotas <6668460+jkotas@users.noreply.github.com>
* Initial plan * Add ContinueWith vs async/await comparison section Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> * Fix code snippet ranges for ContinueWith comparison Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> * Address review comments: update .NET target, remove unused files, fix misleading text, use tag-based snippets Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>
… identical? (#47076) * Initial plan * Fix inconsistencies and improve clarity in type pattern matching conditions Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> * Replace "exactly T" with "identity conversion to T" for tuple type compatibility Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>
…ck context menu (#47089) * Initial plan * Clarify how to access Syntax Visualizer symbol commands via right-click Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>
…47090) * Initial plan * Fix overstatement about nullable reference types protection Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>
…c types (#47091) * Initial plan * Fix static field documentation for generic types Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> * Add ThreadStatic clarification to static field documentation Co-authored-by: jkotas <6668460+jkotas@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> Co-authored-by: jkotas <6668460+jkotas@users.noreply.github.com>
…ers (#47092) * Initial plan * Add concrete examples to semantic versioning section Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> * Address review feedback: fix heading styles and reorder optional parameters example Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>
…time ranges (#47118) * Initial plan * Fix nint/nuint constants documentation to clarify compile-time vs runtime ranges Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>
* Initial plan * Fix Roslyn tutorial documentation: Move passing tests to correct section Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> * Update code snippet references to :::code directive format Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>
… sentence (#47110) Use intended type name `HttpClientHandler` (erroneously referenced as `HttClientHandler`) related to ‘HttpClient` configuration in the sentence below the code snippet.
* July patch Tuesday release notes. DO NOT PUBLISH UNTIL 10am Redmond time on July 8, 2025. * Xrefs and wording --------- Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
Internal previews
Toggle expand/collapse
is
andswitch
expressions, and operatorsand
,or
, andnot
in patternsis
,as
,typeof
, and casts