Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.
This repository was archived by the owner on May 1, 2024. It is now read-only.

[Bug] Issue with the last release not containing all changes listed in the changelog #1489

@kevin68

Description

@kevin68

Description

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.

Steps to Reproduce

  1. Use package v1.2.0
  2. Reproduce [Bug] [Expander] InvalidOperationException: Header not initialized #1144
  3. Download package from nuget.org
  4. Open the .nupkg with dotPeek (or other software that can read compiled code)
  5. Check the SetDirection function of the Expander view

Expected Behavior

For issue #1144 to be fixed

Actual Behavior

Issue #1144 not fixed (how is it possible ? i don't know)

Basic Information

Workaround

None

Reproduction imagery

image

Reproduction Link

N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working. Breaky break.s/unverifiedThis issue needs verification/reproduction by a team member. PRs cannot be accepted/merged.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions