Closed Daeho-Song closed 6 years ago
Which version of VS? Do you have the SDKs installed? It is building on the build server it has to be something on your machine. Have you tried a different one?
Let me know if the issue is still happening, but I could not simmulate.
Hello.
I have a question. I happen build error on LottieUWP 2.6.1
[LottieUWP\LottieCompositionFactory.cs] 312 : return await _taskCache[cacheKey].AsAsyncOperation().AsTask(cancellationToken); 320 : await task.AsAsyncOperation().AsTask(cancellationToken);
AsAsyncOperation is not defined in System.Threading.Tasks.Task.
How can I fix this error?
Thanks.