Skip to content
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

Improve .NET handling in Linux environment #5554

Open
SMoraisAnsys opened this issue Dec 10, 2024 · 0 comments
Open

Improve .NET handling in Linux environment #5554

SMoraisAnsys opened this issue Dec 10, 2024 · 0 comments
Assignees
Milestone

Comments

@SMoraisAnsys
Copy link
Collaborator

Currently the .NET runtime used with PyAEDT is the one provided by dotnetcore2. However there are incompatibilities with recent system libraries and we faced that issue when working with default system libraries of Ubuntu-22.04

Since we need to be compatible with such OS, I'd recommend allowing users to provide their own .NET runtime (that they install) and fallback to using dotnetcore2 if no such runtime is found. This way, current users shouldn't be impacted by any changes in pyaedt and users facing the bug I just mentionned should be able to keep working with PyAEDT.

I think we should remove dotnetcore2 from PyAEDT's dotnet install target (pyaedt[dotnet]) when reaching v1.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants