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
Be explicit about FileShare mode when using FileStream. (#240)
We know that by default `FileShare` will be `Read`
when using a `FileStream`. However lets be totally
clear on what we want from this point on, so if there
is a problem we know its not us.
0 commit comments