-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use .NET 8 for all platforms #93
Conversation
…t 8 there were some changes to constructor signitures causing a shift - Satisfy the new requirements for delegate when using Marshal.GetFunctionPointerForDelegate
…is not installed at all
Some docs probably need updating to let people know this works now? |
I have created an issue to track this. For now the process is the same because using our current azure pipeline this proves to be a bit of headache as apple silicon agents are not readily available. Issue link: #95 |
In order to make Native AOT compilation work on Apple silicon (ARM) chips, we are upgrading to .net8 as previously this wasn't supported.
Some library packages are still left on version "7.0.0" for stability and no need to update frequently reasons
Tested on:
Macbook Pro M1 (ARM)
Macbook Pro 2015 (Intel) - (build script works but haven't run pytest yet)
Note: Some integration tests are still failing on python, but only few. We should investigate that before merging
Prerequisites for build.py script to work on mac are: