Skip to content
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

FilteredReadOnlyObservableCollectionのSource.CollectionChangedへのイベント購読が、Dispose時に購読解除できていないようです。 #449

Merged
merged 1 commit into from
Oct 29, 2023

Conversation

ryo1988
Copy link
Contributor

@ryo1988 ryo1988 commented Oct 19, 2023

CollectionChanged -= Source_CollectionChanged;

となっていますが、

Source.CollectionChanged -= Source_CollectionChanged;

である必要がありそうです。

#450

@runceel runceel merged commit f6ec4a0 into runceel:main Oct 29, 2023
1 check passed
runceel added a commit that referenced this pull request Oct 29, 2023
* Update dotnet-core-unit-testing.yml

* ReactivePropertyWpfScheduler throws StackOverflowException. (#436)

* dispatch to ImmediateScheduler
* Incrment version number

* Update dotnet-core-unit-testing.yml

* Remove set-output from workflow (#438)

* Performance improvement for filtered collection (#441)

* Remove LINQ

* increment version number

* detach PropertyChanged events (#445)

* v9.3.3 (#446)

* Bump @babel/traverse from 7.11.0 to 7.23.2 in /docs (#448)

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.11.0 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump browserify-sign from 4.2.1 to 4.2.2 in /docs (#451)

Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2.
- [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md)
- [Commits](browserify/browserify-sign@v4.2.1...v4.2.2)

---
updated-dependencies:
- dependency-name: browserify-sign
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* modified it to detach the event from Source.CollectionChanged (#449)

* Update build-and-publish.yml (#454)

* Fix #452 (#453)

* v9.3.4

* v9.3.4 (#455)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Takaaki Suzuki <xin9le@live.jp>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ryo1988 <6487424+ryo1988@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants