-
いつもお世話になっております。
WPFにてReactivePropertyを利用させていただいております。
今回表題の件について質問させていただきたいのですが
例えば、ObservableなソースからReactivePropertyを生成する際に変換途中で例外が発生した場合
ハンドルされていない例外であればスローされると思っていたのですが( 実行スレッドが同一という仮定の場合)
実際には…
-
大変便利に使わせて頂いております。
WPF .netCore3.1にてReactiveProperty 7.5.1 を利用させて頂いております。
表題の件ですが、下記単体テストコードと同等の処理を行っております。
1度Subscribe内で例外が発生すると、その後はSubscribeが一切動かなくなってしまいます。
なおコード内はReactivePropertySlim ですが、Rea…
-
該当箇所のSubscribeのDisposeをしないとメモリリークすると思うのですが、Xamarin Android/ iOS ではその辺の管理を吸収してくれるのでしょうか。
https://github.com/amay077/XamarinAndroid_RxSample/blob/ada92c492de610019a87a04afff8224d71ef9322/XamarinAndro…
-
Hi,
Is it possible to Unit Test reactive properties? I've got a simple sandbox with:
```
public class ReactiveThing {
public ReactiveProperty rpInt { get; private set; }
pu…
kgc00 updated
3 years ago
-
処理時間、メモリ共に、大幅の改善が行われたことを確認できました。
V7.8.0のリリースありがとうございます。
そして、更なる課題が出てきたので、相談させてください。
前回の実験では、Itemsに100万オブジェクトを生成した後に、ToFilteredを実行してIFlteredROOCを作成していました。
public MyItemsViewModel()
…
-
Hi there! I love this project! I just started using it for my own web based game.
I want to use the editor to do some quick testing, but I cannot get it to compile, no matter what I do on either …
-
## Issue summary for non Japanese speakers
The performance of ToFileRedReadOnlyObservableCollection for 1,000,000 collections on UI thread is not good.
Using the PropertyChanged and CollectionChan…
-
いつも、ReactivePropertの保守、開発ありがとうございます。
前回のIFilteredのReset対応の実験がまだ出来ていなくて連絡が遅くなってしまって、申し訳ないです。
そして、平行してV7.5.0で追加された「ネストしたプロパティのObserveProperty 」を使っています。
これを使うことで、劇的にスリム化されたコードがかける可能性があることを感じています。
…
-
In my program I have a ReactiveProperty representing the selected item in a ListView. When that item changes, I need to execute some commands to update some connected hardware. Those commands are asyn…
-
I have a control on my view that has a boolean property `HasErrors`. I noticed ReactiveProperty has a property like that and implements INotifyPropertyChanged, so I expected if I bind my control's pro…