fsprojects / IfSharp

F# for Jupyter Notebooks
Other
442 stars 71 forks source link

Port the C# console to F# #178

Closed cgravill closed 6 years ago

cgravill commented 6 years ago

There was an issue with dependencies e.g. System.IO that was causing a build failure on AppVeyor. It was easier to move the console app over to F# as well. I've kept the filename the same to minimise required changes.

Given the project changed I needed to update the build.fsx. While doing that I removed redundant targets.

Added some notes in the about the Zone.Indentifier workaround.

Moved the Docker build up to a recent Mono version.

cgravill commented 6 years ago

@lucymukh this should resolve the AppVeyor issue @dgrechka might affect some changes discussed