Skip to content

Fixed a bug causing TypeDataSearcher to not resolve the right list of types...

Rolf Madsen requested to merge typeDataSearcherImprovement into master

Fixed a bug causing TypeDataSearcher to not resolve the right list of types when another Derived types has been fetched before.

  • Added TapThread.StartAwaitable which starts a TapThread as a Task. Since Task.Run can start the threads unpredicably.

Closes #595 (closed)

Edited by Rolf Madsen

Merge request reports