Update NuGet References, change code accordingly. Update Startup code to behave well with Rider's XAML viewer

This commit is contained in:
2024-11-10 21:24:33 +01:00
parent 43810cbb61
commit 1bee62173c
4 changed files with 17 additions and 15 deletions

View File

@ -17,8 +17,6 @@ public partial class MainWindowViewModel : ViewModelBase
public MainWindowViewModel()
{
InitializeCommands();
using var db = Locator.Current.GetService<StarsDatabase>()!;
DbPath = Path.GetFullPath(db.DbPath);