Closed JeremyKuhne closed 1 month ago
Attention: Patch coverage is 74.55830%
with 72 lines
in your changes missing coverage. Please review.
Project coverage is 75.41122%. Comparing base (
af25023
) to head (86ec3d9
). Report is 10 commits behind head on main.
I tried using enums for keys. It can be done, it is just awkward. I'm going to try using a source generator as an alternative. With a source generator I could keep visibility identical and still turn the key values into constants while avoiding collisions.
Follow up:
Microsoft Reviewers: Open in CodeFlow