Not used private methods highlighted by ReSharper #426
Answered
by
304NotModified
melchiork
asked this question in
Contributor Q&A
-
Hi Folks, I've run ReSharper issues analysis on the Reqnroll solution and it found some not used private methods. Would it be safe to remove them given all tests are passing? Or is there a trick I am not seeing? |
Beta Was this translation helpful? Give feedback.
Answered by
304NotModified
Feb 24, 2025
Replies: 1 comment 1 reply
-
Sounds good to me to remove. If the tests are all green, then it's probably dead code. We could check that in a PR |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
304NotModified
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sounds good to me to remove. If the tests are all green, then it's probably dead code. We could check that in a PR