fsc
How do I run a Fast Scala Compiler remote server?
I want to set an fsc process running on a box that I can then access remotely. I understand I need to share a temp directory.[详细]
2023-04-03 15:36 分类:问答FSC compilation warning: Assembly 'SMDiagnostics' was referenced transitively and the assembly could not be resolved automatically
Intermittently when compiling my project (it is a Console Application implementing a Windows Service) the above warning is posted.[详细]
2023-04-01 16:47 分类:问答How to include app.config file with fsc.exe (F#) or csc.exe (C#)?
I have a console application that uses an app.config file however I can\'t figure out how to include that in the command line parameters so that the output will create the Program.exe.config when I co[详细]
2023-03-07 11:19 分类:问答Compile Server with fsc in IntelliJ IDEA never finishes building
I\'ve been trying to get IntelliJ building with FSC, as described here: http://grahamhackingscala.blogspot.com/2010/10/turn-fsc-fast-scala-compiling-on-in.html[详细]
2023-03-01 22:47 分类:问答Changing the F# tools Visual Studio 2010 uses
I rebuilt F# with few syntax additions. I was able to tell VS2010 to use them for F# Interactive and for building, but the code editor still claims I\'m making errors (even th开发者_开发技巧ough the p[详细]
2023-02-20 23:07 分类:问答How to know which exact .NET assembly is used
I need to know exactly which FSharp.Compiler.dll file the Fsc.exe is using. I have reasons to believe that it is not using the file adjac开发者_开发技巧ent to it, so I want to know which one it does u[详细]
2023-02-20 22:38 分类:问答How do I turn off the Scala Fast Compilation server's (FSC) timeout?
I am using a Scala compilation server. This is probably not related to my IDE IntelliJ IDEA, but I will just inform you that I start the Scala compilation server through a special run configuration in[详细]
2023-01-30 11:32 分类:问答