You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: I have not highlighted all lines you should move. For example there are move converter assign expressions (but in constructor like these) that you must move
put the part of DefaultJsonStorage constructor where markers are assigned to separate function SetMarkers. Reason: They are not placed close together
The text was updated successfully, but these errors were encountered:
hello ,
i would like to work on this issue.
Some variables are read-only or have only a get assessor , i was wondering if maybe they should have a 'private set' assessor instead .
Thanks in advance.
SetMarkers
Data.Doublets.Json/csharp/Platform.Data.Doublets.Json/DefaultJsonStorage.cs
Lines 280 to 296 in eac0583
SetMatchers
Data.Doublets.Json/csharp/Platform.Data.Doublets.Json/DefaultJsonStorage.cs
Lines 298 to 299 in eac0583
SetConverters
Data.Doublets.Json/csharp/Platform.Data.Doublets.Json/DefaultJsonStorage.cs
Lines 309 to 316 in eac0583
Note: I have not highlighted all lines you should move. For example there are move converter assign expressions (but in constructor like these) that you must move
put the part of DefaultJsonStorage constructor where markers are assigned to separate function
SetMarkers
. Reason: They are not placed close togetherThe text was updated successfully, but these errors were encountered: