Skip to content

Conversation

@ybastide
Copy link
Collaborator

@ybastide ybastide commented Jan 8, 2026

No description provided.

@ybastide ybastide requested a review from Copilot January 8, 2026 10:53
Copy link

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 removes the Match class and refactors the code to use primitive int values for tracking priority instead. The changes also update target framework versions to .NET 10.0.

Key changes:

  • Replaced the Match class with simple int variables for priority tracking
  • Moved NoMatchPriority constant to the class level
  • Updated target frameworks from .NET 9.0 to .NET 10.0

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
RobotsTxt/RobotsMachine.cs Removed Match class, refactored to use int for priority tracking, added class-level constant
TestRobotsTxt/TestRobotsMachine.cs Updated code style to use collection expressions and reformatted test attributes
TestRobotsTxt/TestRobotsTxt.csproj Updated target framework from net9.0 to net10.0
ConsoleApplication/ConsoleApplication.csproj Changed from multi-targeting to single target framework net10.0

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ybastide ybastide merged commit ec376c0 into main Jan 8, 2026
1 check passed
@ybastide ybastide deleted the task/remove-match-class branch January 8, 2026 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants