Pavel Tupitsyn created IGNITE-18962:
---------------------------------------
Summary: .NET: Thin 3.0: Ensure consistent ToString formatting in
all public types
Key: IGNITE-18962
URL: https://issues.apache.org/jira/browse/IGNITE-18962
Project: Ignite
Issue Type: Improvement
Components: platforms, thin client
Reporter: Pavel Tupitsyn
Assignee: Pavel Tupitsyn
Fix For: 3.0.0-beta2
All types that implement public interfaces or are otherwise exposed to the user
code should override *ToString* and return a string in a standardized format,
the same as *record types* use by default:
{code}
TypeName { Property1 = Value1, Property2 = Value2 }
{code}
Write a unit test to check all types in the project.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)