Skip to content

Conversation

@gewarren
Copy link
Contributor

@gewarren gewarren commented Dec 23, 2025

Contributes to #50331.

(Alerted by UUF feedback on the "Parse date and time strings in .NET" article.)


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
docs/core/extensions/logging-providers.md Logging providers in .NET
docs/core/introduction.md Introduction to .NET
docs/csharp/language-reference/attributes/general.md Miscellaneous attributes interpreted by the C# compiler
docs/csharp/language-reference/builtin-types/default-values.md "Default values of built-in types"
docs/csharp/language-reference/builtin-types/floating-point-numeric-types.md Floating-point numeric types (C# reference)
docs/csharp/language-reference/builtin-types/reference-types.md docs/csharp/language-reference/builtin-types/reference-types
docs/csharp/language-reference/operators/index.md C# operators and expressions
docs/csharp/language-reference/tokens/interpolated.md String interpolation using $
docs/csharp/roslyn-sdk/tutorials/how-to-write-csharp-analyzer-code-fix.md "Tutorial: Write your first analyzer and code fix"
docs/csharp/tour-of-csharp/overview.md A tour of the C# language
docs/csharp/tour-of-csharp/tutorials/index.md Introduction to C#
docs/csharp/tour-of-csharp/tutorials/numbers-in-csharp.md Tutorial: How to use integer and floating point numbers in C#
docs/samples-and-tutorials/index.md docs/samples-and-tutorials/index
docs/standard/base-types/choosing-between-anonymous-and-tuple.md Choosing between anonymous and tuple types
docs/standard/base-types/parsing-datetime.md Parse date and time strings in .NET

Copy link
Contributor

Copilot AI left a 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-interactive code fence attributes and replaced them with standard csharp throughout multiple files
  • Deleted the csharp-interactive-with-utc-note.md include 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

Copy link
Contributor

@meaghanlewis meaghanlewis left a 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>
@gewarren gewarren enabled auto-merge (squash) December 23, 2025 21:57
@gewarren gewarren merged commit 2456219 into dotnet:main Dec 23, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants