File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
33 <Nullable >enable</Nullable >
4- <AvaloniaVersion >11.3.9 </AvaloniaVersion >
4+ <AvaloniaVersion >11.3.10 </AvaloniaVersion >
55 </PropertyGroup >
66</Project >
Original file line number Diff line number Diff line change 11using System ;
22
33using Avalonia ;
4- using Avalonia . ReactiveUI ;
4+ using ReactiveUI . Avalonia ;
55
66namespace Vocup . Desktop ;
77
Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ public partial class App : Application
1414 public override void Initialize ( )
1515 {
1616 AvaloniaXamlLoader . Load ( this ) ;
17+ #if DEBUG
18+ this . AttachDeveloperTools ( ) ;
19+ #endif
1720 }
1821
1922 public void OpenFile ( Uri path )
Original file line number Diff line number Diff line change 1515 <PackageReference Include =" Avalonia.Themes.Fluent" Version =" $(AvaloniaVersion)" />
1616 <PackageReference Include =" Avalonia.Fonts.Inter" Version =" $(AvaloniaVersion)" />
1717 <!-- Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
18- <PackageReference Condition =" '$(Configuration)' == 'Debug'" Include =" Avalonia.Diagnostics " Version =" $(AvaloniaVersion) " />
18+ <PackageReference Condition =" '$(Configuration)' == 'Debug'" Include =" AvaloniaUI.DiagnosticsSupport " Version =" 2.1.1 " />
1919 <PackageReference Include =" ReactiveUI.Avalonia" Version =" 11.3.8" />
2020 </ItemGroup >
2121
You can’t perform that action at this time.
0 commit comments