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

Update doc for CA1305 to mention excluded types #5016

Merged
merged 1 commit into from
Apr 19, 2020

Conversation

Evangelink
Copy link
Contributor

Fix #4986

This new feature is not yet publicly released. Please sync-up with @mavasani for when to merge this PR.

@PRMerger15
Copy link
Contributor

@Evangelink : Thanks for your contribution! The author(s) have been notified to review your proposed change.

@@ -35,6 +35,9 @@ This rule ignores calls to .NET methods that are documented as ignoring the <xre
- <xref:System.Activator.CreateInstance%2A?displayProperty=nameWithType>
- <xref:System.Resources.ResourceManager.GetObject%2A?displayProperty=nameWithType>
- <xref:System.Resources.ResourceManager.GetString%2A?displayProperty=nameWithType>
- <xref:bool.ToString%2A?displayProperty=nameWithType>
- <xref:char.ToString%2A?displayProperty=nameWithType>
- <xref:System.Guid.ToString%2A?displayProperty=nameWithType>
Copy link
Contributor

Choose a reason for hiding this comment

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

@Evangelink Can you remind me of the PR on roslyn-analyzers to fix this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Collaborator

Choose a reason for hiding this comment

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

@mavasani The changes here look OK to merge?

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes.

@Mikejo5000
Copy link
Collaborator

#sign-off Thanks for the doc updates, @Evangelink !

@GitHubber17 GitHubber17 merged commit 5b1b0da into MicrosoftDocs:master Apr 19, 2020
@Evangelink Evangelink deleted the CA1305 branch April 20, 2020 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CA1305 -ToString call ignored for bool, char and guid.
6 participants