Nadeem

Results 2 issues of Nadeem

When you have 2 properties, one ending with Specified, it causes the other one to not be serialised. Full working example here: https://dotnetfiddle.net/kswRHW Thanks for your hard work. ### Source/destination...

Asalamu alaikum wa rahmatullahi wa barakatu akhi, The line : if (this.HighLatitudeAdjustmentMethod == HighLatitudeAdjustmentMethods.AngleBased) return 1 / 60 * angle; Should be : if (this.HighLatitudeAdjustmentMethod == HighLatitudeAdjustmentMethods.AngleBased) return 1d /...