Victor

Results 365 comments of Victor

This is not really a fix. Access to the count property should be synchronized.

Hi @ReubenBond can you clarify: 1. What limits Orleans from running inside Blazor + WebAssembly (if anything)? Is it a lack of abstraction for transport layer and/or security layer? 2....

@LTRData I just wanted to see if it was possible to tap into Windows caching system as suggested here: https://github.com/dokan-dev/dokany/discussions/1214 E.g. be able to call [`CcInitializeCacheMap`](https://learn.microsoft.com/en-us/windows-hardware/drivers/ddi/ntifs/nf-ntifs-ccinitializecachemap) etc

My particular scenario is remote-mounting immutable filesystems ( e.g. a disk image, btw, thanks for https://www.nuget.org/packages/LTRData.DiscUtils.Wim ). So no invalidation should be required except upon the unmount

Unfortunately no, the whole scenario is about streaming only what's really needed.