Alexplose

Results 3 comments of Alexplose

Could you please revert to the previous version ?

I had to rollback to v2.4.2, when FindBookmarks was using typeof(T).Name https://github.com/elsa-workflows/elsa-core/blob/b893006c968484ed8a4540d80fa8b0331142b991/src/core/Elsa.Abstractions/Extensions/BookmarkFinderExtensions.cs#L17 I saw that typeof(T).Name has been changed to typeof(T).GetSimpleAssemblyQualifiedName() elsewhere, but I don't know the perimeter of this...

I'm stuck using the version 2.4.2. Also it's already broken, the bookmarks are created with the simple type(T).Name, but FindBookmark uses GetSimpleAssemblyQualifiedName(), so all created bookmarks since the breaking version,...