You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "Prefer Native ARM64" checkbox appears in the old-style property pages for MSTest projects targeting .NET Framework, but it is currently ignored. This can lead to user confusion since the option does not apply to these project types.
To improve clarity and usability, this checkbox should be hidden specifically for .NET Framework MSTest projects. The implementation can be achieved by checking the project's capabilities and its target framework.
This issue is limited to legacy .NET Framework test projects and does not impact other project types. ARM64 support may be fully implemented by version 17.13 Preview 3, making this change a helpful interim solution.
Steps to Reproduce
Open Visual Studio 2022 on an ARM64 Windows machine.
Create a new MSTest project targeting .NET Framework.
Open the project's property pages.
Navigate to the Build section and locate the "Prefer Native ARM64" option.
Expected Behavior
The "Prefer Native ARM64" option should be hidden, disabled, or grayed out for .NET Framework MSTest projects.
Actual Behavior
The "Prefer Native ARM64" option is available and can be checked or unchecked, despite being non-functional.
User Impact
Users may be confused by the presence of this option, as it is currently non-functional for .NET Framework MSTest projects.
Note:
Our team will update the documentation to clarify this behavior and inform users about its relevance and limitations.
Additionally, we would like to assess if the required code changes are too extensive for this request. Please do not implement this yet, as we would like to discuss the proposal further in this GitHub issue.
cc: @nohwnd
The text was updated successfully, but these errors were encountered:
Specially, MSTest Test Project (.NET Framework) is disregarding the "Prefer native ARM64" setting configured in the property page.
17.13p3 isn't that far away. Is this issue impactful enough to need an interim solution?
I see. It is around the corner. In that case, in then next release.
Summary
The "Prefer Native ARM64" checkbox appears in the old-style property pages for MSTest projects targeting .NET Framework, but it is currently ignored. This can lead to user confusion since the option does not apply to these project types.
To improve clarity and usability, this checkbox should be hidden specifically for .NET Framework MSTest projects. The implementation can be achieved by checking the project's capabilities and its target framework.
This issue is limited to legacy .NET Framework test projects and does not impact other project types. ARM64 support may be fully implemented by version 17.13 Preview 3, making this change a helpful interim solution.
Steps to Reproduce
Expected Behavior
The "Prefer Native ARM64" option should be hidden, disabled, or grayed out for .NET Framework MSTest projects.
Actual Behavior
The "Prefer Native ARM64" option is available and can be checked or unchecked, despite being non-functional.
User Impact
Users may be confused by the presence of this option, as it is currently non-functional for .NET Framework MSTest projects.
Note:
Our team will update the documentation to clarify this behavior and inform users about its relevance and limitations.
Additionally, we would like to assess if the required code changes are too extensive for this request. Please do not implement this yet, as we would like to discuss the proposal further in this GitHub issue.
cc: @nohwnd
The text was updated successfully, but these errors were encountered: