Skip to content

Conversation

@deepsource-autofix
Copy link
Contributor

This PR refactors logger calls by replacing unnecessary interpolated strings with regular string literals and cleaning up extraneous whitespace.

  • Empty interpolated string: The code was using interpolated string syntax ($"...") without any expressions to interpolate, which adds needless overhead and reduces readability. We replaced these with plain string literals ("...") and removed the extra empty lines introduced by the previous formatting.

This Autofix was generated by AI. Please review the change before merging.

This PR refactors logger calls by replacing unnecessary interpolated strings with regular string literals and cleaning up extraneous whitespace.

- Empty interpolated string: The code was using interpolated string syntax ($"...") without any expressions to interpolate, which adds needless overhead and reduces readability. We replaced these with plain string literals ("...") and removed the extra empty lines introduced by the previous formatting.

> This Autofix was generated by AI. Please review the change before merging.
@deepsource-io
Copy link

deepsource-io bot commented Sep 20, 2025

Here's the code health analysis summary for commits 0472db6..265f3d4. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource SQL LogoSQL✅ SuccessView Check ↗
DeepSource Docker LogoDocker✅ SuccessView Check ↗
DeepSource C# LogoC#✅ Success
🎯 2 occurences resolved
View Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

@StuartFerguson StuartFerguson merged commit 5ed0989 into master Sep 21, 2025
13 checks passed
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.

2 participants