Prism-Documentation icon indicating copy to clipboard operation
Prism-Documentation copied to clipboard

Results 6 Prism-Documentation issues
Sort by recently updated
recently updated
newest added

According to PR 2214 of the main project, the "Auto Initialization" feature was removed completely. https://github.com/PrismLibrary/Prism/pull/2214 Please remove the page for AutoInitalization or mark it as obsolete/non-existing in current versions....

I was watching your Documentation Twitch streams @brianlagunas: - https://www.twitch.tv/videos/519665744 - https://www.twitch.tv/videos/520525798 Thanks for showing [DocFX](https://github.com/dotnet/docfx). I’ve been using [MkDocs](https://www.mkdocs.org/) so great to see an alternative, and the switch should...

enhancement

Hi, The region adapters page is empty. https://prismlibrary.com/docs/wpf/advanced/region-adapters.html

AddNavigationSegment is missing from the docs. The docs only mentioned AddSegment.

### Description Trying to test a ViewModel that implements IDialogAware in Prism 9.0 produces an error that crashes TestExplorer as it fires from an async void on invocation of the...

https://prismlibrary.github.io/docs/wpf/interactivity/event-to-command.html > Add the Prism namespace to be able to declare InvokeCommandAction in the XAML. > > xmlns:prism="http://prismlibrary.com" > > And attach to the control with the desired event. >...