Skip to content

CA1200: Avoid using cref tags with a prefix#7194

Merged
rokonec merged 16 commits intodotnet:mainfrom
elachlan:CA1200
Mar 2, 2022
Merged

CA1200: Avoid using cref tags with a prefix#7194
rokonec merged 16 commits intodotnet:mainfrom
elachlan:CA1200

Conversation

@elachlan
Copy link
Contributor

@elachlan elachlan commented Jan 2, 2022

elachlan and others added 3 commits January 3, 2022 10:13
Co-authored-by: Sam Harwell <sam@tunnelvisionlabs.com>
Co-authored-by: Sam Harwell <sam@tunnelvisionlabs.com>
Co-authored-by: Sam Harwell <sam@tunnelvisionlabs.com>
Copy link
Contributor

@Forgind Forgind left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would currently break MSBuild if merged alongisde ghogen's PR, but hopefully that one will be fixed soon.

@Nirmal4G
Copy link
Contributor

Nirmal4G commented Jan 6, 2022

@elachlan There are some suggestions in #7152 that are not in this PR. We could add those here.

@elachlan elachlan requested a review from Forgind January 7, 2022 09:22
/// resource), not necessarily the assembly version.
/// If you want the assembly version, use Constants.AssemblyVersion.
/// This is not the <see cref="P:Microsoft.Build.BuildEngine.ToolsetCollection.ToolsVersions*">ToolsetCollection.ToolsVersions</see>.
/// This is not a <see cref="Toolset"/>.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is the modern equivalent:

Suggested change
/// This is not a <see cref="Toolset"/>.
/// This is not the <see cref="Toolset.ToolsVersion"/>.

Co-authored-by: Rainer Sigwald <raines@microsoft.com>
Copy link
Contributor

@Forgind Forgind left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failure looks like it's from one of the other analyzers: documentation beginning with a space.

@elachlan
Copy link
Contributor Author

Is there anything waiting to be done in this?

@rainersigwald rainersigwald added the merge-when-branch-open PRs that are approved, except that there is a problem that means we are not merging stuff right now. label Feb 28, 2022
@rokonec rokonec merged commit 4114a4b into dotnet:main Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merge-when-branch-open PRs that are approved, except that there is a problem that means we are not merging stuff right now.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants