Tom Longhurst

Results 272 comments of Tom Longhurst

@silkfire Use `--output Detailed`

Hey @KeterSCP . In all honesty I've never used F# but if it all compiles down to the same IL code, is there any reason this doesnt work with F#?...

Hmmm... Could you create a new repo with minimal repo please? Should help debug issues. I'll take a look but also might need your help if that's okay!

> My understanding is that TUnit relies on C# code generation. That won't work for a F# project, because the F# project will not compile the C# generated code... it...

Thanks for the detailed description that's really helpful! So would the solution basically be to determine whether we're in an F# solution and if so generate F# code instead of...

Oh damn this seems pretty complicated then. I guess for now I'll have to brand TUnit as C# only 😢

I think based on this, the answer to the original question is that there is no plans to support F#, mainly due to the lack of compiler APIs. Very sorry...

So the plan is now to support F#. The caveat is it'll use reflection as opposed to source generators.

This is now in v0.20.0

Given i don't / haven't really used F# can any of you try it out and feed back please? I added a smoke test project of just a simple happy...