Skip to content

November 16, 2022 [v2.1.0]

Compare
Choose a tag to compare
@DaveTryon DaveTryon released this 15 Nov 23:11
· 178 commits to main since this release
26edff0

Welcome to the November 16, 2022 release of Axe.Windows

NuGet Package

Highlights

New features

Localization support when using the IScanner interface

Objects returned from the IScanner interface are now available in 13 languages other than English. The NuGet package now includes the localized files where .NET expects to find them. One caveat: Accessibility Insights for Windows is not localized, so opening .a11ytest files created in non-English languages will result in a mixed-language experience.

Rule Updates

  • Exclude elements inside Telerik.Sparklines controls from the BoundingRectangleSizeReasonable rule, since these elements can reasonably be very small. (#780)
  • Improve the "How to Fix" description of several rules that did not provide actionable information. (#790)

Deprecation of .NET Core 3.1

As described in this blog post, .NET Core 3.1 will reach its end of support on December 13 2022. Many support libraries are dropping support of .NET Core 3.1, and so are we. Supported CLR environments now include .NET Framework and .NET 6.0 or newer.