-
Related to https://github.com/Konard/LinksPlatform/issues/19
-
https://github.com/linksplatform/Unsafe/blob/5d7a21674b90bbbc40e66a532a932a884362df22/Platform.Unsafe/MemoryBlock.cs#L23
-
https://github.com/linksplatform/Data/blob/7d70f551dd45627d5e073d3c5acbaf426e61502a/cpp/Platform.Data/LinksOptions.h#L4
-
https://github.com/linksplatform/Collections/blob/ba3028128180745b384a93a34d77add82b82a16c/csharp/Platform.Collections/Trees/Node.cs#L82
```CS
[MethodImpl(MethodImplOptions.AggressiveInlining)]
p…
-
https://github.com/linksplatform/Data.Doublets/blob/9b5fa41467808a2d570e6e65bc4df983dfe5f24e/rust/src/doublets/mem/united/store.rs#L285
-
- [ ] Test https://github.com/Konard/LinksPlatform/tree/master/Platform/Platform.Data.IdServer on Windows and Linux.
-
https://github.com/linksplatform/Data.Doublets/blob/47ad8d78158721b4bedf583adfc5bf2c42c3b554/csharp/Platform.Data.Doublets/Memory/United/Generic/UnitedMemoryLinks.cs#L60
-
Should be based on https://github.com/Konard/LinksPlatform/blob/master/Platform/Platform.Examples/MasterServer.cs#L30-L49
-
Affects all commits up to https://github.com/Konard/LinksPlatform/commit/bc72e8ea4aa34226edc6f0b8dafa52f7ef597def
Looks like a bug inside mono.
-
At the moment `Doublets` trait use [`Links`](https://github.com/linksplatform/doublets-rs/blob/main/doublets/src/data/traits.rs#L16-L64) trait. This is due to the fact that for a long time `data::Link…