We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 331a2cd commit 1ca6d85Copy full SHA for 1ca6d85
samples/LoginApp.Avalonia/LoginApp.Avalonia.csproj
@@ -10,7 +10,7 @@
10
<PackageReference Include="Avalonia.ReactiveUI" Version="0.10.0" />
11
<PackageReference Include="Citrus.Avalonia" Version="1.4.3" />
12
<PackageReference Include="MessageBox.Avalonia" Version="1.0.5" />
13
- <PackageReference Include="XamlNameReferenceGenerator" Version="0.5.1" />
+ <PackageReference Include="XamlNameReferenceGenerator" Version="1.0.1" />
14
</ItemGroup>
15
16
<ItemGroup>
samples/LoginApp.Avalonia/Views/SignUpView.xaml.cs
@@ -26,7 +26,7 @@ public partial class SignUpView : ReactiveWindow<SignUpViewModel>
26
/// </summary>
27
public SignUpView()
28
{
29
- AvaloniaXamlLoader.Load(this);
+ InitializeComponent();
30
this.WhenActivated(disposables =>
31
32
// Standard ReactiveUI bindings.
0 commit comments