MADE-Apps / MADE.NET

MADE.NET is a home to all of those bits of code that you know you'll reuse in another project. Making app development easier with .NET.

Home Page:https://made-apps.github.io/MADE.NET/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AppDialog throws PlatformNotSupportedException on any platform

jamesmcroft opened this issue · comments

Which package(s) and version of MADE are you using?

MADE.App.Views.Dialogs 1.0.19074.2-alpha

Which platform is the issue related to?

  • Windows (UWP)
  • Xamarin.Android
  • Xamarin.iOS
  • .NET (common)

Repro steps
A clear and concise description of what the bug is and how it can be reproduced.

Initialize an instance of the AppDialog on any platform (Windows, Android or iOS).
Attempt to show a message.
Notice a PlatformNotSupportedException is thrown.

Expected behavior
A clear and concise description of what you expected to happen (or code).

A platform specific dialog should appear.

Additional context
Add any other context about the problem here, such as logs and/or screenshots.

This appears to have been broken by recent changes to the AppDialog to support the XPlat dialog component.

Closing this off after the last round of changes.