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
/// Tries to return a cached value for the capability check, if a previous call to <see cref="ResolveCapability(string, string)" /> has been made for the same project and capability.
15
15
/// </summary>
16
+
/// <remarks>
17
+
/// This method is intended purely for performance optimization. It should not be used to determine if a capability is supported, as it may return false negatives in many circumstances.
0 commit comments