Closed thesanketkale closed 9 months ago
Hey @thesanketkale do you have other dependencies in your project that cause this clash? I can't repro.
Yes, I have dlls for AWS S3 assemblies which seem to be causing the conflict. The "Microsoft.Bcl.AsyncInterfaces.dll" in AWS assemblies conflicts with the mscorlib of Function plugin.
What can be done in this case to fix it?
@thesanketkale I'm not too sure because Function doesn't include any of the conflicting classes. The error seems to stem from the fact that because Function is referring to these classes, the compiler can't resolve which duplicate to use. You can try removing the Microsoft.Bcl.AsyncInterfaces.dll
referenced and see if that removes the error.
@thesanketkale I'm closing this for inactivity, and because it technically isn't a VideoKit bug.
Hi @olokobayusuf,
I am seeing compiler errors in our project after upgrading to VideoKit version 0.0.18-alpha-4 and Function version 0.0.7.
The error logs are below:
My project setup is: