Memory Mapped files access control classes missing in dotnet core #48793
Labels
area-System.IO
needs-further-triage
Issue has been initially triaged, but needs deeper consideration or reconsideration
Milestone
Hi!
This Issue #941
And this PR #465
were both closed because no users had requested the ability to set access rules on memory mapped files.
I'm a user, and I'm requesting it now please.
So is this team : https://stackoverflow.com/questions/57085421/sharing-of-global-in-memory-memory-mapped-file
This is a requirement for me as my team have got some bug reports that our existing code which uses MemoryMapped files CreateNew() method is reporting a file not found error on some user's machines.
The fix suggested here which looks like it would work for us
https://stackoverflow.com/questions/20363839/opening-a-memory-mapped-file-causes-filenotfoundexception-when-deployed-in-iis
requires dotnet 4 (or 5) but our software is built on dotnet core 3.1.
Would it be possible to add this feature, which it seems some of your dotnet engineers already have an implementation of, please?
@JeremyKuhne @carlossanlop
Or could anyone suggest a workaround if not?
Cheers,
Chris
The text was updated successfully, but these errors were encountered: