You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 19, 2019. It is now read-only.
# This fails because NUnit gives an exception (!!!!)
# - ./fcs/build.sh Test.NetFx
#
# System.IO.FileNotFoundException: Could not load file or assembly 'nunit.engine.api, Version=3.0.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb' or one of its dependencies.
#
# This fails because Nuget packaging doesn't like backslashes in the package file, but Windows does
# - ./fcs/build.sh NuGet
# Fails on Travis OSX too often because there are network outages on that configuration getting the Mono MDK
# Fails on Travis Linux with Mono latest do to a trust issue with certs on package restore?