Skip to content

Dictionary warning #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
unitycoder opened this issue Oct 5, 2020 · 0 comments
Closed

Dictionary warning #16

unitycoder opened this issue Oct 5, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@unitycoder
Copy link
Owner

unitycoder commented Oct 5, 2020

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

@unitycoder unitycoder added the bug Something isn't working label Oct 5, 2020
unitycoder added a commit that referenced this issue Nov 13, 2021
…rvableDictionary fixes #16, set better default width for Platform column,
unitycoder added a commit that referenced this issue Jan 2, 2022
* dev:
  fix linux module downloader for recent unity versions
  add initial Linux module download (context menu) fix #58, parse changeset hash from files fix #8
  fix download in browser link #57, add download in browser context menu (updates tab)
  fix 64bit target platform (on project launch) fixes #56
  fixed: crash if no projects in the list and click create new project, fixed: no project created when no quick project path is assigned first in settings, fixed: if user creates new quick project, but unity fails to start (then project does not get added to list, but folder is generated), now project is added to list temporarily, so can launch it again
  fix possible nullref if no unitys available for new project, add ObservableDictionary fixes #16, set better default width for Platform column,
  if project is already launched then bring Unity instance to front, move Editor process references to separate class (so that it doesn't reset on project list refresh, fixes #19 )
  add resources link button to tools tab (#7), arrange variables in mainwindow (from public to private)
  add logcat args textbox (fixes #53)
  adding project item refresh after unity is closed (#19),
  build report reader: add trycatch and cleanup streams
  add initial support for unity source build output folder, add build report search filter, fix file in use error for build report reader, add open release notes context menu for Updates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant