question

MeghaJoshi-8319 avatar image
0 Votes"
MeghaJoshi-8319 asked RobCaplan edited

.Net core support in new Mac OS( ARM based processor)

1.Is .Net Core 3.1 supported in Mac 12 (currently we have mac 12 beta version)


2.What about the support of visual studio to build the .net applications for ARM based Mac systems apart from the current Rosetta translation.
Are their any universal binaries which can be used both for Intel and ARM based mac machines or separate binaries for both processors?

dotnet-aspnet-core-general
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

Bruce-SqlWork avatar image
0 Votes"
Bruce-SqlWork answered

.net core 3.1 is supported on Mac via Rosetta via the lastest o/s upgrades (Apple supplied a Rosetta fix for core 3.1).

.net 6 will be the first to produce a Mac arm image. Universal image support may come next year with .net 7. This means you can not publish to the Mac App Store. IOS apps are fully supported as in the past and they can be published.

Visual studio code runs native on Mac arm, and Mac visual studio has been updated to run on Rosetta. Debugging native arm is still a work in progress, but coming along.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.