Michael Samteladze

Results 3 issues of Michael Samteladze

Since Version=1.1.0.1, I'm receiving this warning while compilation warning CS1685: The predefined type 'ExtensionAttribute' is defined in multiple assemblies in the global alias; using definition from 'MediaToolkit, Version=1.1.0.1, Culture=neutral, PublicKeyToken=null'...

If you have following setup: ``` navigator.camera.getPicture( SuccessCallback, ErrorCallback, { quality: 40, destinationType: Camera.DestinationType.DATA_URL, encodingType: Camera.EncodingType.JPEG, sourceType: Camera.PictureSourceType.PHOTOLIBRARY, correctOrientation: true, cameraDirection: Camera.Direction.FRONT } ); ``` and ``` OnTakePictureSuccess: function (ImageBase64)...

bug
has-repro

There is a problem with upgrading Nuget package Could not install package 'SubtitlesParser 1.5.1'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.8', but the package...