Open v-xinda opened 2 years ago
@v-xinda Can you provide more information about the .NET SDK runtimes installed on the machines, and the target frameworks of the demo projects? I don't see any issues if using .NET 6/7 as target frameworks. However, if I use the .NET 5 target, while I can build the solution, I can't start tye--it continually cycles, as the M1 doesn't support running .NET 5 applications (when an arm64
flavor of the .NET 6 SDK/runtime has been installed).
@philliphoff The more details as below: .NET version: 6.0.302 TargetFramework: net5.0
OS: M1(Pro) Tye Extension Version: 20220629.2 Tye Version: 0.12.0-alpha.22328.1
Repro Steps:
Expect: Attach debugging without any error.
Actual: Attach debugging with an error.