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
… is not used. (#5494)
Fix#181Fix#5488Fix#5489
- check all the usage of the template parameter, if a template parameter
is not used, issue diagnostic and dim the template parameter.
- implement codeFix for unused-template-parameter diagnostic: remove the
unused template parameter.
---------
Co-authored-by: Mark Cowlishaw <markcowl@microsoft.com>
No diagnostic is issues for a templated interface with a template parameter that is not used.
e.g.
template parameter
InterfaceTrains
is not used.The text was updated successfully, but these errors were encountered: