tonybaloney / CSnakes

https://tonybaloney.github.io/CSnakes/
MIT License
95 stars 8 forks source link

F# support #193

Open aaronpowell opened 2 weeks ago

aaronpowell commented 2 weeks ago

We have only done C# support and tested with C# samples. We should explore what the F# support is like and ensure it is at least somewhat usable from F#.

AaronRobinsonMSFT commented 5 days ago

Note that Roslyn source generators are only for C# and VB.NET. The F# compiler is its own beast, which means the a stand alone tool is likely needed.

aaronpowell commented 5 days ago

Yeah, if we really want F# support I'd look at a type provider, more I wanted to see how the current code we generate plays with F#, and it's... Ok 🤣