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
In 6.0 we have updated the PCA analyzer to use the guard attributes on the OperatingSystem.IsXYZ methods in order to communicate the platform compat relationship between platforms, this approach can be used for macOS/OSX instead of hard coding the relation. This could include the following steps:
Add SupportedOSPlatformGuard("OSX") to the OperatingSystem.IsMacOS() to express the relation OSX is MacOS
Figure how to add the MacOS is OSX relation
Figure out how to handle the backward compatibility and remove the hardcoded macOS/OSX relation in the analyzer
In 6.0 we have updated the PCA analyzer to use the guard attributes on the
OperatingSystem.IsXYZ
methods in order to communicate the platform compat relationship between platforms, this approach can be used for macOS/OSX instead of hard coding the relation. This could include the following steps:OperatingSystem.IsMacOS()
to express the relation OSX is MacOSOriginally posted by @jeffhandley in #53084 (comment)
The text was updated successfully, but these errors were encountered: