Platform Specific Differences Generator

Warning

This docs page is outdated and the Platform Specific Analyzers have been removed. Improvements are continually being made to the Visual Studio development experience, so please ensure you are on the latest version.

A Platform Specific Analyzer would require to know the differences between various versions of UWP SDK. The Differences Generator provides a means of generating a differences dataset that can then be embedded in the analyzer.

Usage

DifferencesGen /min:4.0.0.0 /max:6.0.0.0

Sample Output

Differences-6.0.0.0.gz

Differences-5.0.0.0.gz

Data format

All types are fully qualified

Namespace.Type

Windows.Management.Update.PreviewBuildsState

Windows.Management.Update.PreviewBuildsManager

A new type does not have additional methods and properties listed.

For a type that has additions, the additions are listed alongside

Namespace.Type:Method#ParamCount,Property

Windows.Networking.NetworkOperators.MobileBroadbandModem:TryGetPcoAsync#0,IsInEmergencyCallMode

API Source Code