VistianOpenSource/Birch

F# Interop

Opened this issue · 1 comments

A lot of the code can just be re-used from F#, but it would be nice to identify areas where enhancements could be made to make F# interop better - e.g. the Message sample in the sample counter app would be far better with DUs and pattern matching than what C# provides.

Currently working with vs.net 2019 preview. When I add a F# empty blank Android app to try this a) it doesn't add all of the references, System.Numerics is needed. When you hit 'start' all it does is restart visual studio.

May have to pause this one for awhile.