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
We appreciate your enthusiasm, but this repository is a *read-only* fork of the official F# compiler. Please raise your issue at the [upstream repository](https://github.com/dotnet/fsharp/issues/new).
We appreciate your enthusiasm, but this repository is a *read-only* fork of the official F# compiler. Please raise your Pull Request at the [upstream repository](https://github.com/dotnet/fsharp/compare).
# This fails because NUnit gives an exception (!!!!)
26
+
# - ./fcs/build.sh Test.NetFx
27
+
#
28
+
# 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.
29
+
#
30
+
# This fails because Nuget packaging doesn't like backslashes in the package file, but Windows does
31
+
# - ./fcs/build.sh NuGet
32
+
33
+
# Fails on Travis OSX too often because there are network outages on that configuration getting the Mono MDK
34
+
# Fails on Travis Linux with Mono latest do to a trust issue with certs on package restore?
0 commit comments