You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (Jira)" <ji...@apache.org> on 2023/04/05 04:14:00 UTC

[jira] [Commented] (IGNITE-18962) .NET: Thin 3.0: Ensure consistent ToString formatting in all public types

    [ https://issues.apache.org/jira/browse/IGNITE-18962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17708657#comment-17708657 ] 

Pavel Tupitsyn commented on IGNITE-18962:
-----------------------------------------

Merged to main: 7cdbd0901720efcfe20a4fd9d9f0b354fd33d9a5

> .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
>            Priority: Major
>              Labels: .NET, ignite-3
>             Fix For: 3.0.0-beta2
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> 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)