UnityEngineAnalyzer
UnityEngineAnalyzer copied to clipboard
Issues with running without AutoGenerateBindingRedirects set to true
I tried to build & run CLI project, but found thousands of Type load exceptions while running. But after I setting AutoGenerateBindingRedirects to true it runs as expected. Сould you please explain why the manual method of link replacement was chosen, and this approach was not used? Tool is looks very interesting, but this thing is little bit confusing. Details: Visual Studio 2017 15.4.4, dotnet --version is 2.0.3.
Hi @KonH - I think that might have of been changed during the migration to dotnet standard. I'll review the setting and change it if needed. The project is in the middle of some changes so hopefully things will be less confusing once we get over this hump.