Steve MacLean
Steve MacLean
Depends on a newer .NET 6 runtime. The current version is 4 days old. See #26693. Runtime `6.0.0-alpha.1.20509.10` seems to have a osx-arm64.
Waiting on #26788
I am not sure how the SQLitePCL.raw macos-arm64 bits will be released and picked up by ASP.NET Core. I assume https://github.com/ericsink/SQLitePCL.raw/issues/375 is still open because the build hasn't been released?...
From https://github.com/ericsink/SQLitePCL.raw/issues/375#issuecomment-753006645 > Version 2.0.5-pre20201231105030 (which should address this issue) has been pushed up to nuget.org. Testing/verification appreciated. :-) I have hardware availability, but I do not know what would...
We have limited M1 testing capacity available. Due to the limited capacity, I do not plan to enable testing of ASP.NET on M1 (any time soon). Also we need to...
The helix queues currently have capacity for scheduled test runs. Per PR runs would overwhelm them though. We have very short wait times at the moment.
MacOS Arm64 should increase the priority of this.
- I don't think most/any of the SDK files should be writable either. - Execute permissions should be for all users too.
@dagood Hmmm ```xml ``` On second thought `644` is `rw-r--r--` so that is not the correct root cause.
I did look at the preview1 installer. The dlls are not marked executable. The `dylibs` are though. Per @janvorli, XCode marks dylibs as executable by default and we have just...