add read-only variation of BindableReactiveProperty and its tests #289
Annotations
11 warnings
build-dotnet
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-dotnet
'BindableReactiveProperty<T>.PropertyChanged' hides inherited member 'ReadOnlyBindableReactiveProperty<T>.PropertyChanged'. Use the new keyword if hiding was intended.
|
build-dotnet
The event 'ReadOnlyBindableReactiveProperty<T>.PropertyChanged' is never used
|
build-dotnet
'BindableReactiveProperty<T>.PropertyChanged' hides inherited member 'ReadOnlyBindableReactiveProperty<T>.PropertyChanged'. Use the new keyword if hiding was intended.
|
build-dotnet
The event 'ReadOnlyBindableReactiveProperty<T>.PropertyChanged' is never used
|
build-dotnet
'BindableReactiveProperty<T>.PropertyChanged' hides inherited member 'ReadOnlyBindableReactiveProperty<T>.PropertyChanged'. Use the new keyword if hiding was intended.
|
build-dotnet
The event 'ReadOnlyBindableReactiveProperty<T>.PropertyChanged' is never used
|
build-dotnet
'BindableReactiveProperty<T>.PropertyChanged' hides inherited member 'ReadOnlyBindableReactiveProperty<T>.PropertyChanged'. Use the new keyword if hiding was intended.
|
build-dotnet
The event 'ReadOnlyBindableReactiveProperty<T>.PropertyChanged' is never used
|
build-dotnet
Argument of type 'ReactiveProperty<string>' cannot be used for parameter 'source' of type 'Observable<string?>' in 'BindableReactiveProperty<string?> ReactivePropertyExtensions.ToBindableReactiveProperty<string?>(Observable<string?> source, string? initialValue = null)' due to differences in the nullability of reference types.
|
build-dotnet
Argument of type 'ReactiveProperty<string>' cannot be used for parameter 'source' of type 'Observable<string?>' in 'ReadOnlyBindableReactiveProperty<string?> ReactivePropertyExtensions.ToReadOnlyBindableReactiveProperty<string?>(Observable<string?> source, string? initialValue = null)' due to differences in the nullability of reference types.
|