-
-
Notifications
You must be signed in to change notification settings - Fork 0
Update recommendations in extensions.json and enhance README for clar… #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ity; fix typos in test assertions and update package versions in project file
There was a problem hiding this 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"); |
Copilot
AI
May 27, 2025
There was a problem hiding this comment.
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'.
| 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"); |
Copilot
AI
May 27, 2025
There was a problem hiding this comment.
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'.
| 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"); |
Copilot
AI
May 27, 2025
There was a problem hiding this comment.
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'.
| 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"); |
Copilot
AI
May 27, 2025
There was a problem hiding this comment.
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'.
| 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"); |
Copilot
AI
May 27, 2025
There was a problem hiding this comment.
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'.
…ity; fix typos in test assertions and update package versions in project file