-
-
Notifications
You must be signed in to change notification settings - Fork 10
chore: update core packages to 10.0.0 #893
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
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 the core Testably.Abstractions packages from pre-release version 10.0.0-pre.1 to the stable 10.0.0 release. As part of this update, a test skip condition was refined to more accurately reflect when the test should be skipped.
Key Changes:
- Updated package versions from pre-release to stable for core abstractions packages
- Refined test skip condition to target Windows platform specifically instead of .NET Framework
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Directory.Packages.props | Updated Testably.Abstractions.Interface and Testably.Abstractions package versions from 10.0.0-pre.1 to 10.0.0 |
| Tests/Testably.Abstractions.Tests/FileSystem/Directory/Tests.AdjustTimes.cs | Changed test skip condition from .NET Framework check to Windows platform check with updated skip message |
|
|
This is addressed in release v5.0.0. |



This PR updates the core Testably.Abstractions packages from pre-release version 10.0.0-pre.1 to the stable 10.0.0 release. As part of this update, a test skip condition was refined to more accurately reflect when the test should be skipped.
Key Changes: