Christian Findlay

Results 136 comments of Christian Findlay

Thankyou. Are there any plans to allow this library to support other platforms? Any recommendations for libraries that support other platforms?

@Resonanz I am on pause. I wrote about it [here](https://www.christianfindlay.com/blog/device-net-project-status)

This is a big issue. Pages have OnAppearing, but Views don't. How are we supposed to know when the control put on screen?

I'm going to use the OnParentSet method which sucks but will probably do the job until this is fixed.

> @MelbourneDeveloper can you try setting https://ionide.io/Editors/Code/options.html#fsharpworkspacepath to point specifically at your solution/project that you'd like to load? If you set that, Ionide doesn't try to do any inference to...

> @MelbourneDeveloper can you try setting https://ionide.io/Editors/Code/options.html#fsharpworkspacepath to point specifically at your solution/project that you'd like to load? If you set that, Ionide doesn't try to do any inference to...

Actually, I don't think there is. Would you like to try? @ep0x ?

@ep0x the Ledger dot net API has an example of how to do it. It's a separate but similar library.

You can use the .NET Standard target for any version of .NET. Is there some particular reason you need a version that targets .NET 6 or above?

> we are looking on a better way to automatically register to Connect/Disconnect events I've spent a lot of time on this topic and I'd like to share with you...