Update NuGet References, change code accordingly. Update Startup code to behave well with Rider's XAML viewer
This commit is contained in:
@ -17,8 +17,6 @@ public partial class MainWindowViewModel : ViewModelBase
|
||||
|
||||
public MainWindowViewModel()
|
||||
{
|
||||
InitializeCommands();
|
||||
|
||||
using var db = Locator.Current.GetService<StarsDatabase>()!;
|
||||
DbPath = Path.GetFullPath(db.DbPath);
|
||||
|
||||
|
Reference in New Issue
Block a user