-
When using ReactiveProperty in an AvaloniaUI project you can only build for windows as `Microsoft.WindowsDesktop.App.WPF` is not available for osx and linux.
Error is thrown when building on these …
-
お世話になります、おのでらです。
実装されているかどうかが調べても分からなかったので要望として書かさせていただきます。(すでに実装されているのであればすみません)
ViewModel のプロパティを ReactiveProperty で実装しているのですが、値の検証に DataAnnotations を使用しています。その際、以下のようにエラーメッセージに名称部分を任意に設定したいと思…
-
@AArnott Other than the unit testing have you had a chance to generating a getting started developers guide or code reference? Ive got time and space to generate artifacts as I learn the api for sampl…
-
When building in a worktree, all projects emit this warning:
> ...\microsoft.build.tasks.git\1.0.0-beta2-19367-01\build\Microsoft.Build.Tasks.Git.targets(24,5): warning : Unable to locate repositor…
-
次のようなクラス
```csharp
class Item {
public ReactivePropertySlim Name { get; } = new ReactivePropertySlim("init");
}
```
の`ReactiveCollection`があるとき、`Name`プロパティの値を`ReadOnlyReactiveCollection`に…
-
`FromObject` から生成された `ReactiveProperty` で `ignoreValidationErrorValue` を true にした状態で非同期処理を `SetValidateNotifyError` に渡した場合、 validation に引っかかった場合でも model 側まで更新されてしまいます。
具体的には以下のようなコードです。
```cs
c…
-
NuGetパッケージのスタンスにもよるかと思いますが、
ReactiveProperty v6.0.3 のNuGetパッケージにて .NET 4.6.1 向けのパッケージ依存関係に
System.ComponentModel.Annotations (>= 4.5.0) への依存も含める必要はないでしょうか?
ReactiveProperty v5.6.0 ではターゲットフレームワークが…
-
Hello,
I found your project and look very interesting to me. I'm trying to use it with Xamarin.Forms
My issue is a question rather than a issue.
In documentation you explain how to obtain "de…
-
![image](https://user-images.githubusercontent.com/5692812/62172757-46b5ff00-b2e8-11e9-842a-ac218e9de3f1.png)
-
I'm unable to update WPF apps that target .NET Core 3.0 when using VS 2019 (Production) or VS 2019 (Preview). Both VS 2019 environments current with the most recent updates and .NET Core 3.0 SDK is at…