Thinktecture.Abstractions
Thinktecture.Abstractions copied to clipboard
Interfaces for commonly used .NET types like `File`, `Directory`, `Stream`, `Path`, `Math`, `Environment`, `Task`, etc. for better testability.
The Socket async methods in modern System.Net.Sockets like BeginAccept, BeginConnect, BeginSend and so on would be nice to be in the interface and adapter in this library. I was thinking...
The addition of an abstraction for [`System.Threading.EventWaitHandle`](https://docs.microsoft.com/en-us/dotnet/api/system.threading.eventwaithandle) to `Thinktecture.Abstractions` would be great. Many thanks for your work so far, @PawelGerr!! 👍🏻
IPing
There is no interface for [System.Net.NetworkInformation.Ping](https://docs.microsoft.com/en-us/dotnet/api/system.net.networkinformation.ping?view=netcore-3.1)
Hey guys, we tried upgrading our application to .NET 5 and we're getting the following error so I wonder when you're planning to release the version that's going to support...