-
Notifications
You must be signed in to change notification settings - Fork 6.1k
More Try.NET cleanup #50732
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
More Try.NET cleanup #50732
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 systematically removes references to the now-obsolete Try.NET interactive code runner from the .NET documentation. The changes clean up outdated interactive features and update links to reflect the current state of available learning resources.
Key changes:
- Removed
csharp-interactivecode fence attributes and replaced them with standardcsharpthroughout multiple files - Deleted the
csharp-interactive-with-utc-note.mdinclude file that explained Try.NET behavior - Updated tutorial links to point to current learning resources (GitHub Codespaces-based tutorials instead of Try.NET)
- Fixed various formatting issues including table alignment, trailing spaces, and comment punctuation
Reviewed changes
Copilot reviewed 16 out of 16 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
docs/standard/base-types/parsing-datetime.md |
Removed obsolete TIP callout about Try.NET "Run" button |
docs/standard/base-types/choosing-between-anonymous-and-tuple.md |
Changed three csharp-interactive code blocks to csharp and fixed table column alignment |
docs/samples-and-tutorials/index.md |
Updated tutorial links from Try.NET to current Hello World and C# introduction tutorials |
docs/fundamentals/runtime-libraries/includes/csharp-interactive-with-utc-note.md |
Deleted entire include file explaining Try.NET UTC timezone behavior |
docs/csharp/tour-of-csharp/tutorials/numbers-in-csharp.md |
Removed interactive="try-dotnet-method" attribute and cleaned up trailing space |
docs/csharp/tour-of-csharp/tutorials/index.md |
Updated description to reference GitHub Codespaces and capitalized "Booleans" |
docs/csharp/tour-of-csharp/overview.md |
Removed interactive="try-dotnet" attribute and fixed trailing space in comment |
docs/csharp/roslyn-sdk/tutorials/how-to-write-csharp-analyzer-code-fix.md |
Removed ellipsis from menu path |
docs/csharp/language-reference/tokens/interpolated.md |
Removed "interactive" descriptor from tutorial reference |
docs/csharp/language-reference/operators/index.md |
Changed three csharp-interactive blocks to csharp, reformatted evaluation order table, and fixed trailing spaces |
docs/csharp/language-reference/builtin-types/reference-types.md |
Changed three csharp-interactive blocks to csharp and added period to comment |
docs/csharp/language-reference/builtin-types/floating-point-numeric-types.md |
Changed two csharp-interactive blocks to csharp and fixed table alignment |
docs/csharp/language-reference/builtin-types/default-values.md |
Reformatted default values table, changed one csharp-interactive to csharp, changed "run time" to "runtime", and fixed trailing spaces |
docs/csharp/language-reference/attributes/general.md |
Removed reference to "interactive window" |
docs/core/introduction.md |
Removed "Try .NET in your browser" link from Next steps section |
docs/core/extensions/logging-providers.md |
Updated training module link text to reflect current content |
meaghanlewis
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.
Thanks for the cleanup!
Co-authored-by: Meaghan Osagie (Lewis) <moneikmarie@gmail.com>
Contributes to #50331.
(Alerted by UUF feedback on the "Parse date and time strings in .NET" article.)
Internal previews
Toggle expand/collapse
$