I have a project in Unity 2018.14.f1. When I export the project as UWP application and build the store package all WACK tests pass fine, but as soon I add a reference to a Windows Runtime Component library, I get the following errors:
The binary analyzer test detected the following errors: - File C:\Program Files\windowsapps\26720randomsaladgamesllc.backgammondeluxe_3.4.11.0_x64__kx24dqmazqk8j\clrcompression.dll has failed the AppContainerCheck check. - File C:\Program Files\windowsapps\26720randomsaladgamesllc.backgammondeluxe_3.4.11.0_x64__kx24dqmazqk8j\clrjit.dll has failed the AppContainerCheck check.
It happens even on plain empty Unity project referencing plain empty library. What can I do to fix this?