| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Bump on this one. CI doesn't seem to have run yet. Does it need a maintainer to approve the workflows for a first-time contributor, or is there something I should fix on my end? |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Part 2 of #2237. Picking up after vonzshik's #4872.
Replaced 7 inline throw new ... calls in NpgsqlConnection.cs with the existing ThrowHelper helpers. Same exception types and messages, pure mechanical change.
Skipped two:
Easy to widen to other files (NpgsqlCommand etc.) or add the missing helper for that ctor in a follow-up, if useful.