🚧Failing tests on MacOS #1046
Labels
area:testing
Changes related to testing
medium-priority
Medium Priority
preview
Done while in preview
tech-debt
Code refactoring or cleanup / tech debt reduction
Milestone
Complete The Item Below
Description
Fix various tests that use Windows-type paths instead of cross-platform-type paths. These tests need to be passed on to any operating system.
Note
The main code being tested should be built using cross-platform pathing. If not, we should create a separate issue to address the problem. The dotnet API includes pathing checking and processing for multiple operating systems, which under the hood will use the correct
\
or/
characters by detecting the operating system the code is running on. We want to avoid any code that manually changes the slashes from one to another to avoid GC collections and keep things performant. Leveraging the built in dotnet API for this will achieve this desired behavior.Acceptance Criteria
The items to complete to satisfy the Definition of Done.
ToDo Items
The items to complete to satisfy the Definition of Done.
Issue Dependencies
No response
Related Work
No response
Additional Information:
Unit Tests
Reasons for local unit test execution:
💡Warning💡
If the unit tests pass remotely and are not executed locally, this means we could be letting a bug slip into production.
Though bugs will always exist in some capacity, we should all do our part to help prevent them from happening.
Change Type Labels
🐛bug
🧨breaking-changes
✨new-feature
♻️cicd
⚙️config
🏎️performance
🗒️documentation/code
📝documentation/product
Priority Type Labels
low priority
medium priority
high priority
Code of Conduct
The text was updated successfully, but these errors were encountered: