There are changes to each version of the .NET Portability Analyzer that has been released on Visual Studio extension gallery
August 10, 2022
- Server-side analysis disabled
- Due to a regression in our legacy backend service, this and any future versions will work only in Offline mode
- HTML output disabled (Visual Studio limitation which server-side analysis worked around)
- Large projects may experience memory exhaustion, especially on 32-bit machines, but we did not see this in our testing
- Related, take note of the deprecation announcement on the main page of this repo
May 30, 2018
- Accessibility improvements
- Improve screen narrator support
- Improve experience when in high contrast mode
- Fix tab ordering
- Fix accessibility of HTML reports
- Add support for proxies when contacting service
- Remove support for Visual Studio 2015
May 12, 2017
- Support for Visual Studio 2015 and Visual Studio 2017
- Allow solution analysis even if there are non .NET projects in the solution. Only analysis on the .NET projects is performed
- Various bug fixes
October 10, 2016
- Multiple output formats supported
- Can analyze an entire solution
- Adds options as to default output and file name
- Tool window shows list of reports that can be saved
- Many performance improvements
- Bug fixes for persisting Analyzer options
- Updating analysis endpoint