using System;
using System.CodeDom.Compiler;
using System.Collections.Generic;
using System.Linq;
using System.Reactive;
using System.Reactive.Disposables;
using System.Reactive.Linq;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using Prism;
using Prism.AppModel;
using Prism.Commands;
using Prism.Common;
using Prism.Events;
using ReactiveUI;
Error:
...\Prism.Magician.Roslyn\Prism.Magician.Roslyn.Generators.ViewModelBaseGenerator\....Cross.ViewModels.ViewModelCoreBase.cs(96,24,96,39): error CS0246: The type or namespace name 'NavigationState' could not be found (are you missing a using directive or an assembly reference?)
...\Prism.Magician.Roslyn\Prism.Magician.Roslyn.Generators.ViewModelBaseGenerator\....Cross.ViewModels.ViewModelCoreBase.cs(107,83,107,104): error CS0246: The type or namespace name 'INavigationParameters' could not be found (are you missing a using directive or an assembly reference?)
...\Prism.Magician.Roslyn\Prism.Magician.Roslyn.Generators.ViewModelBaseGenerator\....Cross.ViewModels.ViewModelCoreBase.cs(107,30,107,45): error CS0246: The type or namespace name 'NavigationState' could not be found (are you missing a using directive or an assembly reference?)
Version: Magican 8.0.171-beta
Namespaces in the generated file:
Error: