-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Update class library overview doc #49636
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates documentation by renaming "Class library overview" to "Core .NET libraries overview" and modernizing the content to align with current .NET practices. The changes remove outdated .NET Framework-specific references, improve formatting consistency, and update cross-references throughout the documentation.
- Renamed the main article from ".NET class library overview" to "Core .NET libraries overview".
- Removed deprecated content including the primitive types table and company naming guidelines.
- Updated formatting across multiple files to follow modern Markdown conventions (removing trailing spaces, using backslash line breaks).
Reviewed Changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/standard/class-library-overview.md | Main article renamed and significantly updated with modernized content, removed outdated sections, and improved API examples. |
| docs/fundamentals/toc.yml | Updated TOC entry to reflect new article title. |
| docs/standard/runtime-libraries-overview.md | Added Microsoft.Extensions.AI package entry to the NuGet packages table with proper formatting. |
| docs/visual-basic/reference/net-framework-reference-information.md | Formatting cleanup: removed trailing spaces, updated link text, and standardized Markdown line breaks. |
| docs/visual-basic/developing-apps/programming/drives-directories-files/classes-used-in-net-framework-file-io-and-the-file-system.md | Formatting cleanup: removed trailing spaces and added link to the renamed core libraries overview. |
| docs/framework/interop/blittable-and-non-blittable-types.md | Updated terminology from "non-blittable" to "nonblittable" and cleaned up formatting. |
| docs/framework/data/adonet/dataset-datatable-dataview/datatables.md | Formatting cleanup and updated link to renamed core libraries overview. |
| docs/csharp/fundamentals/types/index.md | Removed trailing spaces and deleted outdated link reference. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
BillWagner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This LGTM @gewarren
Let's ![]()
Fixes #49428.
(Hide whitespace changes.)
Internal previews