Jonathan Dick

Results 118 comments of Jonathan Dick

This is merged into net6.0 branch and will be picked up in the next 6.0 servicing release + 7.0 GA

Is the svg valid? It could be that it's not being parsed properly.

Oh wait. In a library. That's not supported unless the library is referenced by an app project which is using Maui. You'd have to include them as

There are two scenarios for this: 1. You are referencing the _source_ library project from the app project directly. 2. You are referencing the library from its nuget package or...

Please, if you can give @jsuarezruiz access to the repo and let us know here when you do, thanks.

Yeah so we could potentially check MFMailComposeViewController.CanSendEmail to see if it's false, and if so we can do mailto: instead?

Ahh we already do this. I'm not sure there is anything we need to or can do here?

Closing as the answer is up in the thread about placing the files in the correct location (thanks!)

Thanks, it is indeed possible to use the netstandard library as a client as @aritchie stated. @mpodwysocki is this the currently recommended path?