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
.NET Core never supported Windows XP, unlike .NET Framework. However, you can still get the legacy behavior with .NET Core using compatibility settings:
Problem description:
The
OpenFileDialog
ignores theShowReadOnly
property on the Vista code path.Actual behavior:
No check box in the dialog.
Expected behavior:
A check box in the dialog as per documentation.
A dropdown option on the Open button would also be acceptable:

Minimal repro:
The text was updated successfully, but these errors were encountered: