We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4cc757 commit 742a76aCopy full SHA for 742a76a
src/ReactiveUI/Platforms/windows-common/ReactivePage.cs
@@ -105,6 +105,14 @@ class ReactivePage<TViewModel> :
105
new PropertyMetadata(null));
106
107
#if HAS_UNO
108
+ /// <summary>
109
+ /// Initializes a new instance of the <see cref="ReactivePage{TViewModel}"/> class.
110
+ /// </summary>
111
+ protected ReactivePage()
112
+ {
113
+ // needed so the others are optional.
114
+ }
115
+
116
#if ANDROID
117
/// <summary>
118
/// Initializes a new instance of the <see cref="ReactivePage{TViewModel}"/> class.
0 commit comments