I'm building a Blazor Server App. The project uses a third party library GitHub - takuya-takeuchi/FaceRecognitionDotNet: The world's simplest facial recognition api for .NET on Windows, MacOS and Linux
The project won't build in anycpu configuration due to some requirements of this library, so i switched the configuration to x64 from VS. The project builds fine in VS, but Radzen Blazor Studio wont render the design time preview nor will build the project. It seems its missing some Dlls. I tried manually copying the dlls to the non-x64 debug folder. Still the same issue