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
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,15 +58,11 @@ Main learnings
58
58
- A small compiler change is needed to allow for the directive format.
59
59
- The most important missing piece is editor support.
60
60
61
-
Open items
62
-
- I did not succeed yet in replicating the "virtual project file" approach. If I use the msbuild API's `BuildManager`, it doesn't find the sdk, probably because I am missing the right global build properties that `dotnet run` has available internally. I am not sure if there is a workaround. For now, I settled for a less nice file-based approach. Less nice because the script location must be writable.
63
-
- Not sure yet if the "compile only" shortcut can easily be replicated for F#.
64
-
65
61
## TODOs
66
62
67
63
Runfs
68
-
- investigate the open items: virtual project file, optimize the build step (cache core compile input beyond restore)
69
-
- add more tests, automate publishing, possibly Rid-package, fix case sensitivity issue in Directives.fs
64
+
- investigate if the "compile only" shortcut can be replicated for F#
65
+
- add more tests, possibly Rid-package, fix case sensitivity issue in Directives.fs
70
66
- implement the #project, #source and #dll directives and `--convert`
0 commit comments