f#-scripting
F# Script SharePoint 2010 API doesn't work
I am trying something really simple in F# to try and test interaction with the SharePoint 2010 API.I think I am running into a general problem with F#.Is there anyway that an F# script can access the[详细]
2023-04-09 13:00 分类:问答IntelliSense in .fsx and dynamically loaded assemblies
When dynamically referencing assemblies in .fsx using #I and #r, VS highlights the following usages of imported types and writes \"The namespace or module \'XXX\' is not defined\". Is it ok?[详细]
2023-04-06 20:11 分类:问答F# scripting: Add new directory via #I
How could I make this work? #I (__SOURCE_DIRECTORY__ + @\"\\bin\\Release\") And second questions. Is it possible to do something like:[详细]
2023-03-13 06:42 分类:问答Using COM DLLs with FSI
Is there a way within FSI that I can reference and use registered COM components? In a normal .fs compiled program I can simply reference the component in question and then open the relevant generate[详细]
2023-02-19 10:17 分类:问答How does fsi.ShowDeclarationValues work?
According to the MSDN documentaion: When set to false, disables the display of declaration values in the[详细]
2023-02-17 06:18 分类:问答Setting ExitCode in self-hosted F# script
I am hosting the FSI.exe in my build tool (\"FAKE - F# Make\") and I need to set the ExitCode for FSI.exe from inside my fsx-script. Is this possible?[详细]
2023-02-15 04:14 分类:问答iPhone Core Data - Access deep attributes with to many relationships
Let say I have an entity user which has a one to many relationship with the entity menu which has a one to many relationship with the entity meal which has a many to one relationship with the entity r[详细]
2022-12-27 15:14 分类:问答