-
Notifications
You must be signed in to change notification settings - Fork 29
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
feature/streamline logging and exception messages #257
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #257 +/- ##
=======================================
Coverage 93.24% 93.24%
=======================================
Files 27 27
Lines 429 429
Branches 33 33
=======================================
Hits 400 400
Misses 27 27
Partials 2 2 ☔ View full report in Codecov by Sentry. |
9aaed08
to
3f28f2e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Chris! only 1 nitpick otherwise LGTM
@@ -1,8 +1,8 @@ | |||
using System.Text.RegularExpressions; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doesn't seem needed?
using System.Text.RegularExpressions; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed from the commit
3f28f2e
to
8805145
Compare
Thanks again Chris! |
The most important aspect of this pull request is the addition of a missing string interpolation symbol to one of the log messages, found in the first commit -> c50e6da. I encountered this issue when running the project locally.
While I was at it, I also reviewed all log and exception messages in the project and unified their style. I understand if that seems a bit unnecessary; I guess I got carried away. 😅 I believe the first commit should be accepted at the very least. If the rest ends up in the 🗑️. No harm done!
In general, I tried to apply these simple rules: