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

Use SR.Format instead of string.Format in Tar #77528

Merged
merged 1 commit into from
Oct 27, 2022

Conversation

stephentoub
Copy link
Member

No description provided.

@ghost
Copy link

ghost commented Oct 27, 2022

Tagging subscribers to this area: @dotnet/area-system-io
See info in area-owners.md if you want to be subscribed.

Issue Details

null

Author: stephentoub
Assignees: -
Labels:

area-System.IO

Milestone: -

Copy link
Member

@adamsitnik adamsitnik left a comment

Choose a reason for hiding this comment

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

LGTM, thank you @stephentoub

Is there an analyzer that could warn us about using string.Format for similar usages in the future?

@stephentoub
Copy link
Member Author

Is there an analyzer that could warn us about using string.Format for similar usages in the future?

We could write one for our own internal usage, but we don't currently have one to my knowledge.

@stephentoub stephentoub merged commit 060a196 into dotnet:main Oct 27, 2022
@stephentoub stephentoub deleted the tarsr branch October 27, 2022 09:35
@ghost ghost locked as resolved and limited conversation to collaborators Dec 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants