Skip to content

Instantly share code, notes, and snippets.

@cdrnet
Created May 24, 2014 20:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cdrnet/c63081a3b3523fb9641a to your computer and use it in GitHub Desktop.
Save cdrnet/c63081a3b3523fb9641a to your computer and use it in GitHub Desktop.
Weird FS0193 when adapting FAKE NuGetParams record on Mono
#I @"packages/FAKE/tools"
#r @"packages/FAKE/tools/FakeLib.dll"
open Fake
open System
let p = NuGetDefaults()
//let q = { p with Version = "1.2.3" }
// If the last line is uncommented, fails with the following error on Mono (fine on Windows):
// error FS0193: internal error: Argument cannot be null.
// Parameter name: obj
// Mono 3.2.8 (Debian 3.2.8+dfsg-4ubuntu1)
// Ubuntu 14.04 LTS (3.13.0-24-generic #47-Ubuntu SMP)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment