Skip to content

Dictionary warning #16

Closed
Closed
@unitycoder

Description

@unitycoder

in unity tab:

  • set preferred version
  • click new project button
  • cancel
  • set preferred version
  • click new project button
  • warning:

System.Windows.Data Warning: 54 : Collection of type 'System.Collections.Generic.Dictionary`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]' has been changed without raising a CollectionChanged event. Support for this is incomplete and inconsistent, and will be removed completely in a future version of WPF. Consider either (a) implementing INotifyCollectionChanged, or (b) avoiding changes to this type of collection.

*happens in line
gridAvailableVersions.ItemsSource = MainWindow.unityInstalledVersions;

references
https://stackoverflow.com/a/22162612/5452781

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions