Sergiusz

Results 17 comments of Sergiusz

I got the same error without any dictionaries while trying to create repro for another issue... Code ```csharp using Microsoft.EntityFrameworkCore; await using var context = new TestContext(); var thisFails =...

Hi @devblackops! Is there any estimate on when this will be merged?

If you look at the [Roslyn-generated code](https://sharplab.io/#v2:EYLgxg9gTgpgtADwGwBYA+ABADAAgwRgDoAZASwDsBHAbgFgAobPfFO+hjAZjwCYcBhHAG8GOMXm4YUOALIAKAJTDR41WQDOAFwA8BLAD4cAG1JacAXhwBtALrVVqlQ5wA3AIZQcbi8dObCAMowRjBgmnIESDjq5obqJDDkAOaaABY42jj4WAqEACoQGuEKbKoAvgxlQA===), you can see that there is a static object for the closure that is being initialized. So static constructor is automatically generated for...

Hi @thomhurst! Thanks for the quick reply (and also nice job with this project!) So here are the problems I encountered while trying minimal example in F# (it doesn't even...

Sure thing! Here is a separate repo, which demonstrates working example with XUnit and non-working example with TUnit: https://github.com/KeterSCP/tunit-fsharp-repo