azchohfi / LottieUWP

UWP port of Lottie(https://github.com/airbnb/lottie-android)
Apache License 2.0
273 stars 45 forks source link

Build error was happen on LottieUWP 2.6.1 #45

Closed Daeho-Song closed 6 years ago

Daeho-Song commented 6 years ago

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.

azchohfi commented 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?

azchohfi commented 6 years ago

Let me know if the issue is still happening, but I could not simmulate.