Hi stephenmcd1;
Yes, this does sound like a bug where the same VerifierResult will keep on accumulating after a call to SaveChanges. I was able to repro it without using a UI as well. Let me confirm this behavior and file a bug report as necessary. I'll get back to you either way.
For the time being, the workaround is to clear the validation errors manually with EntityAspect.ValidationErrors.Clear() before the next call to SaveChanges.