You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,9 @@ The following directives (source lines) are recognized by runfs:
22
22
-`#r_package "pp@1.0.0"` - references package pp, version 1.0.0
23
23
-`#r_sdk "mysdk@0.0.1"` - references an sdk
24
24
-`#r_property "myprop=42"` - sets a build property
25
-
-`#r_project "xyz.fsproj"` - references a project[not yet implemented]
26
-
-`#r_dll "mylib.dll"` - references a library[not yet implemented]
27
-
-`#r_source "utilities.fs"` - references a source file[not yet implemented]
25
+
-`#r_project "xyz.fsproj"` - references a project
26
+
-`#r_dll "mylib.dll"` - references a library
27
+
-`#r_source "utilities.fs"` - references a source file
28
28
29
29
> The above directive syntax is preliminary and made to work with the current F# compiler (the parser accepts and ignores them). Ideally, the syntax defined for "dotnet run app.cs" should be reused, like `#:package pp@1.0.0`, but this needs a compiler fix first.
30
30
@@ -63,7 +63,7 @@ Main learnings
63
63
Runfs
64
64
- investigate if the "compile only" shortcut can be replicated for F#
65
65
- add more tests, possibly Rid-package, fix case sensitivity issue in Directives.fs
66
-
- implement the #project, #source and #dll directives and `--convert`
66
+
- implement `--convert`
67
67
68
68
Elsewhere
69
69
- propose and possibly implement a compiler change so that the 'dotnet run app.cs' syntax for directives can be used
0 commit comments