Skip to content

Conversation

@stesee
Copy link
Collaborator

@stesee stesee commented May 27, 2025

…ity; fix typos in test assertions and update package versions in project file

…ity; fix typos in test assertions and update package versions in project file
@stesee stesee requested a review from Copilot May 27, 2025 17:39
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 updates package versions, fixes typos in test assertions, and enhances documentation by updating the README and extension recommendations.

  • Bumps package versions for Microsoft.NET.Test.Sdk and NUnit.Analyzers
  • Corrects multiple spelling mistakes in test assertions
  • Updates README content and recommended extensions in VS Code configuration

Reviewed Changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
SanitizeFilenameTests/SanitizeFilenameTests.csproj Updated package versions for test SDK and analyzers
SanitizeFilenameTests/FilenameTests/WindowsSpecificTests.cs Renamed variable for clarity in Windows-specific tests
SanitizeFilenameTests/FilenameTests/SanitizeFilenamesTestsBase.cs Removed extraneous whitespace header
SanitizeFilenameTests/FilenameTests/SanitizeFilenamesTests.cs Fixed typo in .NET framework error message
SanitizeFilenameTests/FilenameTests/LinuxSpecificTests.cs Fixed typo in .NET framework error message
SanitizeFilenameTests/DirectoryNameTests/SanitizeDirectoryNamesTests.cs Fixed typos in test assertions for directory names
SanitizeFilenameTests/DirectoryNameTests/LinuxSpecificTests.cs Fixed typo in .NET framework error message
README.md Enhanced documentation with clearer OS indications and formatting improvements
.vscode/extensions.json Revised extension recommendations by replacing one extension with an updated alternative

if (IsRunningOnNet4x())
{
Assert.Pass("Test is not thought to be run with .net framwework / unicode 8");
Assert.Pass("Test is not thought to be run with .net framework / unicode 8");
Copy link

Copilot AI May 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The typo in '.net framwework' has been corrected to '.net framework'.

Copilot uses AI. Check for mistakes.
if (IsRunningOnNet4x())
{
Assert.Pass("Test is not thought to be run with .net framwework / unicode 8");
Assert.Pass("Test is not thought to be run with .net framework / unicode 8");
Copy link

Copilot AI May 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The typo in '.net framwework' has been corrected to '.net framework'.

Copilot uses AI. Check for mistakes.
if (IsRunningOnNet4x())
{
Assert.Pass("Test is not thought to be run with .net framwework / unicode 8");
Assert.Pass("Test is not thought to be run with .net framework / unicode 8");
Copy link

Copilot AI May 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected spelling: '.net framwework' is now '.net framework'.

Copilot uses AI. Check for mistakes.
if (IsRunningOnNet4x())
{
Assert.Pass("Test is not thought to be run with .net framwework / unicode 8");
Assert.Pass("Test is not thought to be run with .net framework / unicode 8");
Copy link

Copilot AI May 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected spelling: '.net framwework' is now '.net framework'.

Copilot uses AI. Check for mistakes.
if (IsRunningOnNet4x())
{
Assert.Pass("Test is not thought to be run with .net framwework / unicode 8");
Assert.Pass("Test is not thought to be run with .net framework / unicode 8");
Copy link

Copilot AI May 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected spelling: '.net framwework' is now '.net framework'.

Copilot uses AI. Check for mistakes.
@stesee stesee merged commit 3871034 into main May 27, 2025
11 checks passed
@stesee stesee deleted the HouseKeeping branch May 27, 2025 18:11
@github-actions github-actions bot locked and limited conversation to collaborators May 27, 2025
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