* * Hyperion FSharp test project converted to netstandard2.0
* * The System.TypeInitializationException bug fixed for netcore3.0 projects by removing static keyword from ExceptionTypeInfo and setting it in the constructor
* * netstandard2.0 support added
* netcore3.0 support added
* * test project updated to run netcoreapp3.0 tests as well
* * tests refactored
* * FormatterServices.GetUninitializedObject reverted back to Func in order to prevent runtime exceptions
* Update .gitignore
* * refactoring
* dotnet sdk install url changed in ps and sh scripts