Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

NullReferenceException when using TrackingCollection.CreateListenerCollection #391

@grokys

Description

@grokys

The default value for the stickieItemsOnTop in TrackingCollection.CreateListenerCollection is null, but if one tries to use a null here this throws an exception:

var col = new ObservableCollection<T>(stickieItemsOnTop);

As you cannot create an ObservableCollection with a null initializer collection.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions