Skip to content

Fixed a null reference exception

Compare
Choose a tag to compare
@stewienj stewienj released this 22 Jul 05:11
· 60 commits to master since this release

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.