Hi there,
we recently updated our solution to 16.2.0.41.
Application is running, but unittests trying to instantiate syncfusion components
(e.g. var navigationDrawer = new SfNavigationDrawer(); )
fail with "System.IO.FileNotFoundException: … Assembly "Syncfusion.Licensing, Version=16.2.0.41, Culture=neutral, PublicKeyToken=null" … not found"
Update to 16.2.0.42 didn´t help either.
- Test-Framework is MS-Test 1.3.2
- for Application Mock we use Xamarin.Forms.Mocks 3.0.0.2
- Licensing is initialised with Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense( "our_key" ); (no error message).
Any ideas how to get the tests back running?
Yours sincerly,
Oliver Kocks