Require CETCompat to be false and other improvements#15
Require CETCompat to be false and other improvements#15ds5678 merged 5 commits intoAssetRipper:masterfrom
Conversation
Solves issue described here: AssetRipper/AssetRipper#2047
|
Thank you for your investigation and pull request. I will review it thoroughly when I return on Wednesday. However, a few things come to mind.
|
While investigating the issue, I noticed two inconsistencies in the code. Here is the reasoning behind each change:
|
|
Yes, this bug still reproduces on .NET 10. I verified it after switching the project to .NET 10 and enabling If it’s helpful, I also noticed that |
|
The .NET version doesn't need to be set in the csproj files. The one in the API project was an accident and can be removed. You can bump TerraFX. |
|
Why the Can you add a link in your readme description to the issue you linked above? |
|
- Changed TerraFX version from 10.0.26100.2 -> 10.0.26100.6 - Changed net9.0 path to net10.0 in publish.yaml - Removed TargetFramework property from .csproj - Added links to similar issues in README.md
|
I still want to try it on my computer, but this tentatively looks good. |
|
This project also has some other types of dialogs. Do all of them now work on your PC? |
To stay consistent with the standard convention and keep the behavior uniform across dialogs, I also changed All Files to All Files (*.*) in the Save File dialog.
Yes, I tested all of them and they work as expected. To stay consistent with the standard convention and keep the behavior uniform across dialogs, I also changed |
|
Confirmation and message dialogs work fine? |
Yes |
Solves issue described here:
AssetRipper/AssetRipper#2047
Similar Problems in other repos: