Can not launch WSA version of my project

I’m trying to get my project run as windows store app. However it crash after the splash with the following info in UnityPlayer.log:

In visual studio,the erro is like this:

and tell TypeInformation.cs not found.

Does anyone can help? thx

Does it work with empty project?

The error says:

But UnityEngine.dll is not strong-named, maybe you’re using some kind of plugin?

thx for you quick response. yes, I’m using several plugins, any plugin restriction in win store app?

On Windows Store Apps plugins should be in the following directories:

plugins/metro
plugins/metro/arm
plugins/metro/x86

I removed all plugins but still the problem, totally stumped