PawelTroka / Computator.NET

Computator.NET is a special kind of numerical software that is fast and easy to use but not worse than others feature-wise. It's features include: - Real and complex functions charts - Real and complex calculator - Real functions numerical calculations including different methods - Over 107 Elementary functions - Over 141 Special functions - Over 21 Matrix functions and operations - Scripting language with power to easy computations including matrices - You can declare your own custom functions with scripting language
GNU General Public License v3.0
234 stars 51 forks source link

Migrate to xUnit #95

Open PawelTroka opened 7 years ago

PawelTroka commented 7 years ago

NUnit is not that bad but xUnit provides more object-oriented testing and has greater cross-platform support including .NET Core. Tooling for NUnit is also causing us some problems - just recently it turned out it needs to be run as X86 because otherwise loading Computator.NET.WebApi would throw System.BadImageFormatException (see commit 2b300a793f9e2ec6a096bf70153b6d7321266ba1).