You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
Hi, I think there was an issue with the last release (1.2.0)
The issue #1144 (with its PR #1147) were marked as fixed in the changelog, but after updating the package I still encountered the error.
After cleaning the project, nuget cache, restarting VS, I downloaded the package directly from the NuGet page and checked with dotPeek.
The function SetDirection in the Expander view, still contains this piece of code :
if (this.Header == null)
throw new InvalidOperationException("Header not initialized");
But it isn't in the source code on the main branch.