Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed exception that prevented creating a memory mapped file that shadow copies a file on-disk #8238

Merged
merged 2 commits into from Jan 17, 2020

Conversation

TIHan
Copy link
Member

@TIHan TIHan commented Jan 16, 2020

This was a logic bug that would raise an exception if you tried to create a memory mapped file that shadow copies a file on-disk. We currently do not use shadow copy yet, but we will in the future.

@TIHan TIHan merged commit 51f4083 into dotnet:master Jan 17, 2020
TIHan added a commit to TIHan/visualfsharp that referenced this pull request Mar 18, 2020
…dow copies a file on-disk (dotnet#8238)

* Fixed exception that prevented creating a memory mapped file that is shadow copied

* Update bytes.fs
cartermp pushed a commit that referenced this pull request Mar 24, 2020
#8747)

* Fixed exception that prevented creating a memory mapped file that shadow copies a file on-disk (#8238)

* Fixed exception that prevented creating a memory mapped file that is shadow copied

* Update bytes.fs

* Added test for old fsharp core project
nosami pushed a commit to xamarin/visualfsharp that referenced this pull request Feb 23, 2021
…dow copies a file on-disk (dotnet#8238)

* Fixed exception that prevented creating a memory mapped file that is shadow copied

* Update bytes.fs
nosami pushed a commit to xamarin/visualfsharp that referenced this pull request Feb 23, 2021
dotnet#8747)

* Fixed exception that prevented creating a memory mapped file that shadow copies a file on-disk (dotnet#8238)

* Fixed exception that prevented creating a memory mapped file that is shadow copied

* Update bytes.fs

* Added test for old fsharp core project
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants