fsprojects / FSharp.Compiler.CodeDom

An F# CodeDOM implementation (based on the old F# Power Pack)
http://fsprojects.github.io/FSharp.Compiler.CodeDom/
The Unlicense
25 stars 14 forks source link

runCompileAssemblyFromSource expects to have outputassembly #4

Closed aph5nt closed 9 years ago

aph5nt commented 9 years ago

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

aph5nt commented 9 years ago

ok, the bug is not FSharp.Compiler related, closing the issue