Jean-Sebastien Carle

Results 38 comments of Jean-Sebastien Carle

I was able to narrow down the issue to the handling of the $20 NTFS Attribute: ![ProblematicMFT](https://user-images.githubusercontent.com/29762210/108640696-3553bb00-7469-11eb-89b0-64e40995de5f.PNG)

No, its not. But the author of the project has effectively abandoned it.

I've reopened the issue, hopefully one day someone will be able to fix this. Its not a very hard fix, its just an edge case with a difficult repro.

My memory is a bit foggy as its been a few years, but the gist of what I remember is the following. In NTFS, the MFT is stored in a...

As I said, it was a few years ago, so the details are foggy. I just remember that it centered around the $Mft being fragmented, it containing millions of files,...

@roji I took me a bit of time to get the repro completely built, but you can clone it here: https://github.com/jscarle/Repro33612 It uses Entity Framework 9.0.0-preview.3.24172.4. At first, I wasn't...

I make quite heavy uses of value objects in my code bases. In some instances I've had 50+ value converters configured through conventions because of their use in several hundred...