Skip to content

Conversation

@stesee
Copy link
Collaborator

@stesee stesee commented Oct 16, 2025

No description provided.

stesee and others added 5 commits April 23, 2025 14:26
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Added .NET 10.0 to target frameworks and GitHub Actions workflows. Improved exFat test setup instructions and updated documentation for OS and filesystem compatibility. Added Unicode 16 emoji test and adjusted Unicode test cases for accuracy.
Updated SanitizeFilenameTests.csproj to include net10.0 in the TargetFrameworks for both Windows and non-Windows environments. This allows tests to run against the latest .NET version.
Copilot AI review requested due to automatic review settings October 16, 2025 18:43
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 adds support for .NET 10 to the SanitizeFilename project, updating target frameworks and correcting various inconsistencies in documentation.

  • Adds .NET 10.0 to target frameworks across project files
  • Updates documentation to improve consistency and accuracy
  • Reorganizes Unicode test cases for better categorization

Reviewed Changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.

Show a summary per file
File Description
SanitizeFilename/SanitizeFilename.csproj Adds net10.0 to target frameworks
SanitizeFilenameTests/SanitizeFilenameTests.csproj Adds net10.0 to target frameworks for tests
.github/workflows/dotnet.yml Adds .NET 10.0.x to CI build matrix
SanitizeFilenameTests/FilenameTests/SanitizeFilenamesTests.cs Moves Unicode 16 test case to appropriate test method
README.md Updates documentation for consistency and accuracy
SanitizeFilename/docs/nugetReadme.md Generalizes platform support description
SanitizeFilename.sln Adds testenvironments.json to solution items

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Removed net9.0 from test project target frameworks and limited non-Windows builds to net10.0. Also removed pull_request trigger from dotnet GitHub Actions workflow.
Update SanitizeFilenamesTests.cs
@stesee stesee merged commit 7f5854f into main Oct 16, 2025
6 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Oct 16, 2025
@stesee stesee deleted the net10 branch October 16, 2025 20:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants