Bevan Weiss

Results 45 comments of Bevan Weiss

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 will...

> Ah interesting. Does this essentially mean it's not a TUnit bug? I just (maybe naively) assumed that the nugrt packages I published would work for any .net language because...

> 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#...

FYI: Because both VB.NET and C# are based within the Roslyn compiler, it does appear that Source Generation might be possible for VB... https://github.com/dotnet/vblang/issues/586 But F# isn't a Roslyn thing......

@peterwald Is there any estimate for when Test runs in Windows (amd64 on amd64) Containers would be available for early testing? It'd be nice if rather than crashing out with...