Formatting classes is harder in newer versions #2563
Unanswered
kiragengis
asked this question in
Questions & Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I was reviewing the recent changes of Allure in .NET, and I noticed that JsonConvert no longer uses the DefaultSettings
: JsonConvert.DefaultSettings
. I support this change, but it blocks our solution to serialize our objects. JsonConvert is more flexible and easier to use thanAllureLifecycle.AddTypeFormatter
. I see that you put in place a private JsonSerializerSettings:New Solution
Is there any plan to allow us to modify or inject our own JsonSerializerSettings?
Beta Was this translation helpful? Give feedback.
All reactions