Open Konard opened 2 years ago
https://github.com/linksplatform/Data.Doublets/blob/ca3d68cb8cd03f580e40cf17cdbb07470c8df244/csharp/Platform.Data.Doublets/Memory/United/Generic/UnitedMemoryLinksBase.cs#L356 and https://github.com/linksplatform/Data.Doublets/blob/5eb67041a33a7afa00e87c2f1afdf6dc43084abd/csharp/Platform.Data.Doublets/Memory/Split/Generic/SplitMemoryLinksBase.cs#L545 should be replaced with:
return @continue;
A test should be created to ensure there will be no regressions. Each should return continue if it was not interrupted by the user.
continue
https://github.com/linksplatform/Data.Doublets/blob/ca3d68cb8cd03f580e40cf17cdbb07470c8df244/csharp/Platform.Data.Doublets/Memory/United/Generic/UnitedMemoryLinksBase.cs#L356 and https://github.com/linksplatform/Data.Doublets/blob/5eb67041a33a7afa00e87c2f1afdf6dc43084abd/csharp/Platform.Data.Doublets/Memory/Split/Generic/SplitMemoryLinksBase.cs#L545 should be replaced with: