Open Youssef1313 opened 3 years ago
The asterisk *
may be used to denote that, the same way it's done for xref links in documentation repos (e.g. dotnet/docs)
Another couple of possible approaches:
M:
, i.e. methods, but without any parentheses (
and )
, as indicating all overloads.I personally don't have any strong preference here - anything that is easiest to implmenent/re-use would be good.
@Youssef1313 @Evangelink Feel free to pick it up if you are interested.
I think using the regex pattern would be the most flexible solution
@Youssef1313 That would be a feature request for the Banned API analyzer. Feel free to file one on the roslyn-analyzers repo.
_Originally posted by @mavasani in https://github.com/dotnet/roslyn/pull/50031#discussion_r552092400_