Skip to content

Conversation

@vzarytovskii
Copy link
Member

@vzarytovskii vzarytovskii commented Aug 15, 2022

Fixes #12239

// We want to use mmaped files only when:
// - Opening large binary files (no need to use for source or resource files really)
// - Running on mono, since its MemoryMappedFile implementation throws when "mapName" is not provided (is null).
// - Not running on mono, since its MemoryMappedFile implementation throws when "mapName" is not provided (is null).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't do mono checks any longer the comment can go by by.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also we don't do shadowcopy on coreclr, we probably need to think about what to do about that.

@vzarytovskii vzarytovskii merged commit e15b053 into dotnet:main Aug 16, 2022
@abelbraaksma
Copy link
Contributor

This is great! Let me try if it’s now possible to use a recent FSharp.Core.dll with VS (this failed only with Framework).

@vzarytovskii
Copy link
Member Author

This is great! Let me try if it’s now possible to use a recent FSharp.Core.dll with VS (this failed only with Framework).

Well, this was not inserted into VS or SDK yet, so you will have to specify the path tho the compiler.

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.

[VS2022] "Stream does not support writing"

3 participants