fsprojects / IfSharp

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

Fix .Net core Intellisense issue #204

Closed rudihorn closed 5 years ago

rudihorn commented 5 years ago

This is a fix for issue #201.

I have also cleaned up the whitespace in src/IfSharp.Kernel/Evaluation.fs.

cgravill commented 5 years ago

Looks good to me, thanks for locating the fix and sorting it out for both .NET Framework and .NET Core.

Happy to take the whitespace changes though I generally find it better to separate out functional changes from formatting changes. Longer term we might want to try https://github.com/fsprojects/fantomas which I've used in other projects happily.