Testing a memory leak in ReactiveUI WPF Getting Started Sample
I finally found the solution. It was the WPF collection binding leak -> https://www.jetbrains.com/help/dotmemory/2020.1/Inspections.html#wpf_collection_binding_leak
Changing IEnumerable to ObservableCollection fix it!