Fix commented-out Debug.Assert()s that are failing
Open
Code Health :pill:
Up-for-Grabs :raised_hands:
- Dominant language
- C#
- Stars
- 989
- Forks
- 340
- Avg merge
- 4d 19h
- Merged PRs (30d)
- 72
Description
After enabling PR pipelines to run tests in Debug mode, several `Debug.Assert()`s were found to be failing. They have been commented out with a comment like this:
`TODO(GH-3604): Fix this failing assertion.`
Someone familiar with the intention of each assertion needs to figure out why they're failing and fix them.
Contributor guide
Assessment
This issue has not been assessed yet.