Hi, I have observed strange behaviour of FSharpCodeProvider class.
When I try to runCompileAssemblyFromSource for the first time, I got an exception that the outputassembly was not found. ( I assume that it will be generated, so why it should be present?)
But when I run the same code second time, then everything executes proprely...
Hi, I have observed strange behaviour of FSharpCodeProvider class. When I try to runCompileAssemblyFromSource for the first time, I got an exception that the outputassembly was not found. ( I assume that it will be generated, so why it should be present?)
But when I run the same code second time, then everything executes proprely...
you can find more details here: https://gist.github.com/severin-wokam/0ae5d22a5ed787a7e11f or here: https://github.com/severin-wokam/FSharp.Scheduler/blob/master/src/FSharp.Scheduler/BootStrapper.fs