David Yaw

Results 5 issues of David Yaw

The method canFileBeReincluded is supposed to return true if including it a second time is supposed to have an effect. For example, if we were #including some data that would...

I'm dealing with a startup issue in my application, where the constructors of the various objects may be taking longer than they should. Since they're all created by Simple Injector,...

question

### Description In method [CWGXBitmapLockState::LockRead()](https://github.com/dotnet/wpf/blob/2af6ee77ff756fde694b0695ccda03e44403a72e/src/Microsoft.DotNet.Wpf/src/WpfGfx/common/scanop/bitmap.cpp#L1063), the exit-on-other-lock-active is implemented incorrectly. ``` lockCount = m_lockState & (~lockWrite); // lockWrite == 0x80000000 LONG incCount = lockCount + 1; // Check for locked...

Investigate

I'm using one SftpClient object, simultaneously on two different threads. While the primary thread is doing a large upload (`UploadFile()`), I have a background task making sure we're still connected...

After downloading about 500 MB of data, I'm getting a hang in DownloadFile. I tested with files of various sizes: with a 1 MB (1,048,576 bytes) test file, 475 downloads...