You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not the behaviour I receive when opening a filestream. My unit test passed but the code failed at runtime. I expected OpenWrite() to return a stream with no read access, and to throw the appropriate exception when a read is attempted.
This is not the behaviour I receive when opening a filestream. My unit test passed but the code failed at runtime. I expected
OpenWrite()to return a stream with no read access, and to throw the appropriate exception when a read is attempted.