AppVoyer will build sdk without signing the assemblies, in this case, dotnet cli will override project's default building properties and unit test library will not have accessibility to the internal class/APIs without a strong name signature, leading to a building failure.
CC: @srprash @yogiraj07