TotPeRo
TotPeRo
yes , on mvc 5 this nuget is not ok.
Hi @fpl1976, yes you can contribute to this repo. We will appreciate any contribution. The update will fix this: #54 👍
Hi @fpl1976 You can fork this repo and create branch on your fork and after make the changes you can create pull request to this repo. Tx 👍
I will try also to update the code.
Hi @FelixPradosFL, I have fix most of the tests, there are only 3 tests that not pass. I will fix them all. Thanks for your contribution.
@FelixPradosFL you just change the fixtures yaml file to pass the tests but this is not the solution, is just a hack. We need to fix the code to pass...
Hi @Mike-E-angelo, Did you try to use [Cache](https://github.com/totpero/DeviceDetector.NET/tree/master/DeviceDetector.NET/Cache) or [MSRegexCompiledEngine](https://github.com/totpero/DeviceDetector.NET/blob/master/DeviceDetector.NET/RegexEngine/MSRegexCompiledEngine.cs) ?
Hi @steelsteed Yes this library will support [ClientHints ](https://github.com/matomo-org/device-detector/blob/master/ClientHints.php)because the original php library already implement this feature . I plan to upgrade this library to last php version with all...
Hi @valgen , Now I try to do this implementation on v6 branch.
Hi @efraimt thanks for your feedback, In this project is implemented static Dictionary cache, you can use it like this: ``` var dd = new DeviceDetector(userAgent); // OPTIONAL: Set caching...