mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-03-28 03:13:50 -04:00
There is no function double.IsFinite() in .NET Framework. Reworked the sanity check in Astronomy.Pivot so the C# code builds in these older .NET platforms.
.NET Framework 4+
Astronomy Engine officially supports dotnet core (.NET 5+). Currently I do all unit testing and development under .NET 6. However, I make an effort to maintain backward compatibility with .NET Framework 4+, although issues may slip through.
If you encounter problems with Framework builds, please submit an issue and I will help you resolve them.
This directory contains a solution just to make sure Visual Studio 2019 can build and run a simple program in .NET Framework 4.7.2. It is a manual test only; it is not included in the automated test suite.