Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.17 KB

WCFSDKToolsAccessibilityChangesIn4.7.1.md

File metadata and controls

35 lines (25 loc) · 1.17 KB

Improved accessibility for some .NET SDK tools

Scope

Edge

Version Introduced

4.7.1

Source Analyzer Status

NotPlanned

Change Description

In the .NET Framework SDK 4.7.1, the SvcConfigEditor.exe and SvcTraceViewer.exe tools have been improved by fixing varied accessibility issues. Most of these were small issues like a name not being defined or certain UI automation patterns not being implemented correctly. While many users wouldn’t be aware of these incorrect values, customers who use assistive technologies like screen readers will find these SDK tools more accessible. Certainly, these fixes change some previous behaviors, like keyboard focus order.

In order to get all the accessibility fixes in these tools, you can the following to your app.config file:

<runtime>
  <AppContextSwitchOverrides value="Switch.UseLegacyAccessibilityFeatures=false"/>
</runtime>
  • Quirked
  • Build-time break

Affected APIs

  • Not detectable via API analysis

Category

Windows Communication Foundation (WCF)