I want to create a "Logout" tool bar item on several pages that performs an absolute navigation back to the app's main "Login" page. I am able to configure things as expected in the AppMap editor, but a tool bar item isn't created in the page. This works as expected if I use the "Navigates to" link, but not with an "Absolute Navigation" link.
Is this a known issue? If it should work, do you have any suggestions of what I may be doing wrong?
Thanks,
Tommy
Tommy,
Thank you for reporting this issue. We have correct it and uploaded it to the Visual Studio Marketplace.
The update version 1.0.29 will be available soon.
Thank you for reporting this issue. We have verified that this is a bug and we will have a fix available in the next update. We will keep you posted. For now just add the toolbar manually.
ToolbarItem Text="Logout" Command="{Binding Path=NavigateAbsoluteCommand}" CommandParameter="LoginPage"