This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Support for rewriting SemaphoreSlim? #163
Labels
area-binary-rewriting
Issues related to binary rewriting
I'm attempting to use Coyote to check for bugs in a library of mine, but some of my code is using System.Threading.SemaphoreSlim, which currently isn't supported.
It seems that there is a compatible implementation already available here:
https://github.com/microsoft/coyote/blob/main/Source/Core/Tasks/Locks/Semaphore.cs
My code seems to work normally when I manually rewrite it to use this implementation.
Could a rewrite rule be added to directly support code which uses SemaphoreSlim, or is there a detail I've missed?
The text was updated successfully, but these errors were encountered: