-
-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Adapt Testably.Abstractions to support .NET 8.0.
This makes the following changes necessary:
-
Add new methods for
IRandom
feat: support .NET 8.0 | Add new methods forIRandom#387 -
Add new methods for
IZipFile
feat: support .NET 8.0 | Add new methods forIZipFile#386
CreateFromDirectoryandExtractToDirectorynow also work with aStream -
Change Timer so that it no longer throws
ObjectDisposedExceptionafter being disposed:
feat: support .NET 8.0 | Timer no longer throwsObjectDisposedException#385
(see this change for more details) -
IFileInfo.CreateTextnow refreshes the internal cache of theFileInfo
feat: support .NET 8.0 | Refresh cache onIFileInfo.CreateText#384 -
Remove
BinaryFormatterand serialization support forTestingExceptionas theBinaryFormatterbecomes obsolete
feat: support .NET 8.0 | RemoveBinaryFormatterfromTestingException#383 -
LastAccessTimeis no longer updated for the source file when copying it on OSX.
(see Clone files on OSX-like platforms when possible, instead of copying the whole file dotnet/runtime#79243 for more details)
feat: support .NET 8.0 |LastAccessTimeis no longer updated for the source file when copying it on OSX #382