Skip to content

Conversation

@adegeo
Copy link
Contributor

@adegeo adegeo commented Jan 16, 2026

Copilot AI review requested due to automatic review settings January 16, 2026 23:35
@adegeo adegeo requested review from a team and BillWagner as code owners January 16, 2026 23:35
@dotnetrepoman dotnetrepoman bot added this to the January 2026 milestone Jan 16, 2026
@dotnet-policy-service dotnet-policy-service bot added install/subsvc okr-freshness OKR: Freshness of content labels Jan 16, 2026
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 pull request updates documentation freshness by updating timestamps and code snippets across multiple .NET documentation files. The primary focus is a comprehensive rewrite of the parsing-datetime.md article to include DateOnly and TimeOnly parsing examples alongside the existing DateTime parsing documentation.

Changes:

  • Updated parsing-datetime.md with modern parsing examples for DateTime, DateOnly, and TimeOnly types
  • Added new comprehensive code snippets demonstrating parsing across C# and Visual Basic
  • Updated target frameworks from net8.0/net9.0 to net10.0 across multiple sample projects
  • Updated timestamps to 01/16/2026 for freshness
  • Added framework availability table to timeprovider-overview.md
  • Removed obsolete conversion sample code files that are no longer referenced

Reviewed changes

Copilot reviewed 17 out of 17 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
docs/standard/base-types/parsing-datetime.md Major rewrite expanding from DateTime-only to include DateOnly and TimeOnly parsing, with AI-assisted disclosure
docs/standard/base-types/snippets/parsing-datetime/csharp/Program.cs Added comprehensive new C# code examples for all three date/time types
docs/standard/base-types/snippets/parsing-datetime/vb/Program.vb Added comprehensive new VB code examples for all three date/time types
docs/standard/base-types/snippets/parsing-datetime/csharp/parsing-datetime.csproj Updated target framework to net10.0
docs/standard/base-types/snippets/parsing-datetime/vb/parsing-datetime.vbproj Added new project file targeting net10.0
docs/standard/datetime/timeprovider-overview.md Added framework availability table and minor wording improvements, updated timestamp
docs/standard/datetime/snippets/timeprovider-overview/csharp/myproject.csproj Updated target framework to net10.0
docs/standard/datetime/snippets/timeprovider-overview/vb/myproject.vbproj Updated target framework to net10.0
docs/standard/datetime/snippets/how-to-use-dateonly-timeonly/csharp/dateonlytimeonly.csproj Updated target framework to net10.0
docs/standard/datetime/snippets/how-to-use-dateonly-timeonly/vb/dateonlytimeonly.vbproj Updated target framework to net10.0
docs/standard/datetime/how-to-use-dateonly-timeonly.md Updated timestamp to 01/16/2026
docs/core/install/macos-notarization-issues.md Updated timestamp to 01/16/2026
docs/core/install/linux-snap-runtime.md Updated timestamp to 01/16/2026
samples/snippets/csharp/how-to/conversions/StringToDateTime.cs Removed obsolete file no longer referenced in docs
samples/snippets/csharp/how-to/conversions/Program.cs Removed obsolete file no longer referenced in docs
samples/snippets/visualbasic/how-to/conversions/Program.vb Removed obsolete file no longer referenced in docs
samples/snippets/visualbasic/how-to/conversions/conversions.vbproj Removed obsolete file no longer referenced in docs

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.

Parsing string to DateOnly object

2 participants