-
Notifications
You must be signed in to change notification settings - Fork 8
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
REFACTOR: Dotnet coreclr loading #916
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #916 +/- ##
==========================================
+ Coverage 82.48% 82.55% +0.07%
==========================================
Files 160 160
Lines 20987 21001 +14
==========================================
+ Hits 17311 17338 +27
+ Misses 3676 3663 -13 |
The pyaedt tests failed on linux when running with pyaedt-ci-6. I will conduct some changes on the VM to ensure it behaves correctly following our warnings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
The changes allow one to leverage a dotnet installation at system level.
This is something that we should encourage as using
dotnetcore2
prevents us from providing a conda recipe and also becausedotnetcore2
requires openssl1.1 to be installed. It can't work with newer versions.