I'm developing a solution and I'm using Visual Studio 2022 for the Mac on a Mac Mini M1. The VS build is 6509 (latest i think).
- I can debug my web-site w/o issue
- I can RUN unit tests w/o issue
But if I try to DEBUG my unit tests (I'm using xunit) I get the following:
Unable to attach to CoreCLR. Unknown Error: 0x80131c3c
Any ideas?