DEV Community

Discussion on: should i analyse C# or .NET?

Collapse
 
xdadaveshaw profile image
Dave Shaw

Would using .NET make it easier to analyse F# code in the future? Although F# has FCS where you can analyse the source code.

Collapse
 
grahamdyson profile image
Graham Dyson

There's potential to reuse non-C# specific parts of .NET analysis, share and build on them to create a F# analyzer. For the analysis to look like the source F# there would need to be specific behaviour for things like Records and the nested types generated for lambda expressions.