Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CA1200: Avoid using cref tags with a prefix #7194

Merged
merged 16 commits into from
Mar 2, 2022
Merged

Conversation

elachlan
Copy link
Contributor

@elachlan elachlan commented Jan 2, 2022

Copy link
Member

@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
@@ -434,7 +434,7 @@ public static ProjectCollection GlobalProjectCollection
/// This is the Windows file version (specifically the value of the FileVersion
/// 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"/>.

Copy link
Member

@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