-
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 <[email protected]>
* Initial plan * Add important note about NRT runtime behavior changes in libraries Co-authored-by: BillWagner <[email protected]> * Update wording in NRT Important callout as suggested by @BillWagner Co-authored-by: BillWagner <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: BillWagner <[email protected]>
* Initial plan * Clarify that unsafe code enables performance optimizations rather than providing them automatically Co-authored-by: BillWagner <[email protected]> * Fix wording to address review feedback - focus on direct memory access capabilities rather than algorithms Co-authored-by: jkotas <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: BillWagner <[email protected]> Co-authored-by: jkotas <[email protected]>
* Initial plan * Add ContinueWith vs async/await comparison section Co-authored-by: BillWagner <[email protected]> * Fix code snippet ranges for ContinueWith comparison Co-authored-by: BillWagner <[email protected]> * Address review comments: update .NET target, remove unused files, fix misleading text, use tag-based snippets Co-authored-by: BillWagner <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: BillWagner <[email protected]>
… identical? (#47076) * Initial plan * Fix inconsistencies and improve clarity in type pattern matching conditions Co-authored-by: BillWagner <[email protected]> * Replace "exactly T" with "identity conversion to T" for tuple type compatibility Co-authored-by: BillWagner <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: BillWagner <[email protected]>
…ck context menu (#47089) * Initial plan * Clarify how to access Syntax Visualizer symbol commands via right-click Co-authored-by: BillWagner <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: BillWagner <[email protected]>
…47090) * Initial plan * Fix overstatement about nullable reference types protection Co-authored-by: BillWagner <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: BillWagner <[email protected]>
…c types (#47091) * Initial plan * Fix static field documentation for generic types Co-authored-by: BillWagner <[email protected]> * Add ThreadStatic clarification to static field documentation Co-authored-by: jkotas <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: BillWagner <[email protected]> Co-authored-by: jkotas <[email protected]>
…ers (#47092) * Initial plan * Add concrete examples to semantic versioning section Co-authored-by: BillWagner <[email protected]> * Address review feedback: fix heading styles and reorder optional parameters example Co-authored-by: BillWagner <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: BillWagner <[email protected]>
…time ranges (#47118) * Initial plan * Fix nint/nuint constants documentation to clarify compile-time vs runtime ranges Co-authored-by: BillWagner <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: BillWagner <[email protected]>
* Initial plan * Fix Roslyn tutorial documentation: Move passing tests to correct section Co-authored-by: BillWagner <[email protected]> * Update code snippet references to :::code directive format Co-authored-by: BillWagner <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: BillWagner <[email protected]>
… 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 <[email protected]>
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