Eamon Hetherton
Eamon Hetherton
My use cases to date have all been 1 proccess = 1 log file and I don't have a depth of experience with the nuances of FileMode/FileAccess so not sure...
I'm hitting this too. Trying to port some .NET 4.5 code to core 3.1. This code depends on a webservice originally written in .NET 2 that returns typed datasets. If...
I've run into a similar issue when the ETag is not well formed. The Http spec says that the ETag header should be quoted and in my case I have...
Not a solution but some of my findings investigating this and may help debugging the issue: I've found a reliable way to reproduce the exception that crashes the test host...
Spent a little more time looking into this and I think I've found the problem. The code is decrypting the dictionary page header but not the dictionary page itself so...
I have found a blocking issue for me in removing the Alloy bootstrap: https://github.com/chromiumembedded/cef/issues/3721