[Fact] public void Serialization() { var customer = new Customer() { Id = 1234, Name = "Gilles TOURREAU", Gender = Gender.Male, }; var json = JsonSerializer.Serialize ...
at FluentAssertions.Execution.TestFrameworkProvider.AttemptToDetectUsingAppSetting() in z:\Builds\work\d21bade4fe20a99b\FluentAssertions.Net40\Execution ...