Paula Scholz

Results 5 comments of Paula Scholz

The Prism project has abandoned UWP, per Brian Lagunas. The NuGet packages for UWP have been removed and UWP is marked as deprecated. [PrismLibrary](https://github.com/PrismLibrary/Prism)

![PrismUWPRemoved](https://user-images.githubusercontent.com/45177251/56856283-02434d80-690c-11e9-957d-2f72ba4be59b.PNG) version 6.3 is the last supported build

@mrlacey I hope the Prism team moves forward with UWP because I love developing with UWP and Prism 6.3 actually works for UWP Suspend/Resume. It will be a shame if...

No joy on the dispatch. ![dispatchexception](https://user-images.githubusercontent.com/45177251/48861475-7e8f9e80-ed78-11e8-8237-b36afff861ab.png)

Interestingly, putting TabItems.RemoveAt(value); in a Try/Catch block and eating the exception clears up the behavior and the app then operates normally. But, eating exceptions is no way to live your...