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
Ideally we wouldn't need to suppress a CA1416 warning (like below):
Warning CA1416: This call site is reachable on: 'Windows' 10.0.17763.0 and later. 'DisplayMonitor.IsDolbyVisionSupportedInHdrMode.get' is only supported on: 'Windows' 10.0.19041.0 and later.
Ideally we wouldn't need to suppress a CA1416 warning (like below):
By using the #pragma warning:
We could update the analyzer to recognize the ApiInformation check so suppressing the warning isn't needed. Also see dotnet/runtime#47593
The text was updated successfully, but these errors were encountered: