Adam Hewitt
Adam Hewitt
I think it's what you said, but just to be clear: I see the error loading `libClangSharp` even with: ```xml ``` However, the error goes away with: ```xml ```
[libclang-repro.zip](https://github.com/microsoft/ClangSharp/files/4325216/libclang-repro.zip) I actually assumed the root of my issue was that my code in in a class library, but this reproduces in a very simple console app.
Same issue for me. This would appears to relate to https://github.com/Templarian/MaterialDesign/issues/6519.
For the record, this outputs the same checksum as the .NET SDK ```php
That's certainly an option, though my project prefers a text entry there. I can extend the control to bind the time to the box I'm adding, but SelectedDateTime gets set...
This isn't the most elegant solution, but strong naming produced too many other build errors. I dug a bit on that `Providers` property in Reference Source and settled on this...
Here is a sample project, just a small console app that tries to open the file. [FfmegCustomIO.zip](https://github.com/Ruslan-B/FFmpeg.AutoGen/files/11045112/FfmegCustomIO.zip) 1. Fill in the ffmpeg.RootPath with your environment. 2. Fill in the file...
Interesting, removing this line appears to resolve it but also calls Seek (which I wouldn't expect) ```cs Reference->seekable = stream.CanSeek ? 1 : 0; ```
True, I didn't get that line entirely pulled out of the minimum repro. But that will also always be 0 because the file is being opened readonly.