January Clark
January Clark
@sandrock One of the first things I did in my fork was eliminate the unneeded temp file creation and access. It uses memory streams when needed for the same effect....
I'm also planning on refactoring it, adding unit tests, and possibly Async support too.
The fork is now building and running on .NET Core RTM. I also finished integrating async support and added some basic unit tests. One other item to note is that...
This port was changed to target .NET Standard 1.3. There are Nuget Packages available on nuget.org: https://www.nuget.org/packages/Mime-Detective/
Here's my output from a rockpro64 with a Compex WLE1216VX attached to the PCIE slot root@FarmBox:~# dmesg [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034] [ 0.000000] Linux version...
@StuartIanNaylor it is a mini pice card, which I have in a mini pcie to pcie adapter. The rockpro64 has a 4x pcie card slot on its board. It may...
@zerlas Thank you for filing an issue but could you provide a better description, steps to reproduce, and sample data?
@zerlas Hmmm.... Given that XML files are plain text it may be matching on a Unicode byte order mark. Have you tried this file with the beta version of the...
Are you referencing the HttpClient nuget package or the one in full framework? 🤔
@marko444 generally just adding more targets to a project is a bad practice. Could you provide a list of references in your project and their versions? (so I can repro...