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

Add analyzer "Use string interpolation instead of 'string.Concat'" #1379

Merged
merged 8 commits into from Jan 29, 2024

Conversation

josefpihrt
Copy link
Collaborator

fixes #849

@josefpihrt josefpihrt self-assigned this Jan 25, 2024
@josefpihrt josefpihrt changed the title Add analyzer 'Convert string.Concat to interpolated string Add analyzer 'Convert string.Concat' to interpolated string Jan 25, 2024
@josefpihrt josefpihrt changed the title Add analyzer 'Convert string.Concat' to interpolated string Add analyzer "Convert 'string.Concat' to interpolated string" Jan 25, 2024
@josefpihrt josefpihrt changed the title Add analyzer "Convert 'string.Concat' to interpolated string" Add analyzer "Use string interpolation instead of 'string.Concat'" Jan 25, 2024
@josefpihrt josefpihrt force-pushed the feature/concat-to-interpolation branch from 0e63c12 to c60e221 Compare January 25, 2024 21:12
josefpihrt and others added 2 commits January 27, 2024 00:52
# Conflicts:
#	ChangeLog.md
#	src/Analyzers.xml
#	src/Analyzers/CSharp/DiagnosticIdentifiers.Generated.cs
#	src/Analyzers/CSharp/DiagnosticRules.Generated.cs
#	src/VisualStudioCode/package/src/configurationFiles.generated.ts
@josefpihrt josefpihrt merged commit 774b83d into main Jan 29, 2024
17 checks passed
@josefpihrt josefpihrt deleted the feature/concat-to-interpolation branch January 29, 2024 01:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Convert String.Concat to interpolated string
1 participant