Open swatimshah opened 1 month ago
I could figure out a solution for successful build after going through the issue 44. In essence I added the following two packages in "LSLBridge.csproj" and things started building fine (of course after creating a certificate).
`
`
I am trying to build the BlueMuse project in Visual Studio. I am getting below error message The type forwarder for type 'Windows.ApplicationModel.AppService.AppServiceConnection' in assembly 'Windows' causes a cycle.
This error arises while building LSLBridge project.
I am performing the following steps:
Could you please let me know where I am possibly going wrong? Thanks in advance!