Open
Description
wpilibsuite/2024Beta#51 was caused by a class being removed, and then the method loading failing later on when called. Due to how we load the method, this actually just results in a jvm crash, rather than a usable error. If we instead preemptively load everything, we'd catch issues like this much earlier.