Fixed a null reference exception
Fixed a null reference exception in a property changed invoker. Fixed it by using the atomic PropertyChanged?.Invoke(…) method.
Removed some cruft from the Auxiliary namespace that hopefully nobody was using.
There's a new BigRational implementation available in Auxiliary, although I'm still using the old one which is now called BigRationalOld.