From 64e4908cb0943e840c42ed2ec852f49e5526aea3 Mon Sep 17 00:00:00 2001 From: Anton Date: Mon, 4 Mar 2024 12:03:22 +0500 Subject: [PATCH] Update FormatFunctions.cs --- Allure.Net.Commons/Functions/FormatFunctions.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Allure.Net.Commons/Functions/FormatFunctions.cs b/Allure.Net.Commons/Functions/FormatFunctions.cs index eab77df0..9e9b95fb 100644 --- a/Allure.Net.Commons/Functions/FormatFunctions.cs +++ b/Allure.Net.Commons/Functions/FormatFunctions.cs @@ -27,8 +27,8 @@ public static string Format(object? value) /// a formater in the formatters dictionary, the formatter is used to /// produce the result. /// - /// Otherwise, the value is formatted as a JSON string or undefined - /// if serialization failed. + /// Otherwise, the value is formatted as a JSON string or object.ToString() + /// if JSON serialization failed. /// /// The serializer skips fields that contain loop references /// and fields that could not be serialized