dansiegel / Prism.Magician.Docs

https://prismmagician.com/
1 stars 0 forks source link

Namespace Prism.Navigation is missing in generated files #2

Closed SeriousM closed 3 years ago

SeriousM commented 3 years ago

Version: Magican 8.0.171-beta

Namespaces in the generated file:

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?)
dansiegel commented 3 years ago

fixed in 8.1.9